/****************************
 CASE HERO
 ****************************/
.case-page .case-hero {
  height: 80vh;
  margin-top: calc(var(--top-bar-height) + var(--header-height));
  max-height: 700px;
  position: relative; }

@media only screen and (min-width: 1280px) {
  .case-page .case-hero .container {
    width: 100%;
    max-width: 1600px;
    padding: 0 72px; } }

.case-page .case-hero .content-container {
  width: 56%;
  height: 100%;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px; }

.case-page .case-hero .content img.client-logo {
  max-width: 200px;
  max-height: 40px;
  margin-bottom: 24px;
  filter: grayscale(100%);
  opacity: 0.3;
  display: none; }

.case-page .case-hero .content h1 {
  font-size: 2.986rem;
  margin-bottom: 0.482em; }

.case-page .case-hero .content h1 span {
  white-space: nowrap; }

.case-page .case-hero .content .s-text {
  max-width: 550px;
  font-size: 1.2rem;
  line-height: 1.44;
  margin-bottom: 36px; }

.case-page .case-hero .content .s-button-list-container {
  display: inline-block; }

.case-page .case-hero .content .s-button-list {
  display: inline-block;
  position: relative;
  margin: -8px; }

.case-page .case-hero .content .s-button-list a {
  margin: 8px; }

.case-page .case-hero .content .s-button-list a i {
  transform: scaleX(-1);
  margin-left: var(--icon-margin);
  font-size: 0.694em; }

.case-page .case-hero .content .s-button-list a.ghost i {
  transform: scaleX(1); }

.case-page .case-hero .content .arrow-down {
  position: relative;
  transform: translate(0, 72px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  font-size: 1.728rem;
  color: var(--primary-alt);
  opacity: 0.4;
  text-decoration: none;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.case-page .case-hero .content .arrow-down:hover {
  opacity: 1; }

.case-page .case-hero .visual-container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 44vw;
  height: 52vw;
  height: 100%; }

.case-page .case-hero .visual-container .visual {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--secondary-gradient);
  box-shadow: var(--shadow-xl);
  border-radius: var(--border-radius) 0 0 var(--border-radius); }

.case-page .case-hero .visual-container .visual img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 150%;
  max-height: 100%; }

.case-page #down {
  position: relative;
  transform: translate(0, -72px); }

@media only screen and (max-width: 991px) {
  .case-page .case-hero {
    margin-top: var(--header-height); }

  .case-page .case-hero .container {
    width: 100%;
    max-width: 100%;
    padding: 0 var(--container-padding-tablet); }

  .case-page .case-hero .content h1 {
    font-size: var(--title-size);
    margin-bottom: 0.579em; }

  .case-page .case-hero .content .s-text {
    font-size: 1rem;
    line-height: 1.44; } }

@media only screen and (max-width: 480px) {
  .case-page .case-hero {
    height: auto;
    max-height: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse; }

  .case-page .case-hero .visual-container {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    padding-bottom: clamp(300px, 61.8%, 500px); }

  .case-page .case-hero .visual-container .visual {
    border-radius: 0; }

  .case-page .case-hero .content-container {
    width: 100%;
    height: auto;
    margin: 72px 0; }

  .case-page .case-hero .container {
    padding: 0 var(--container-padding-mobile); }

  .case-page .case-hero .content h1 {
    text-align: center; }

  .case-page .case-hero .content .s-text {
    text-align: center;
    max-width: 385px;
    margin-left: auto;
    margin-right: auto; }

  .case-page .case-hero .content .s-button-list-container {
    width: 100%; }

  .case-page .case-hero .content .s-button-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }

  .case-page .case-hero .content .arrow-down {
    transform: none;
    margin-top: 24px; } }
/****************************
 CASE INTRO
 ****************************/
.case-page .case-intro {
  padding: 144px 0 96px 0; }

.case-page .case-intro .container {
  max-width: 800px; }

.case-page .case-intro h2 {
  font-size: 3.583rem;
  margin-left: -96px;
  width: calc(100% + 96px);
  line-height: 1; }
/*
 .case-page .case-intro .s-text {
 font-size: 1.2rem;
 }*/
@media only screen and (max-width: 991px) {
  .case-page .case-intro {
    padding: 96px 0; }

  .case-page .case-intro .container {
    max-width: 720px; }

  .case-page .case-intro h2 {
    font-size: 2.074rem;
    margin-left: 0;
    width: auto; }

  .case-page .case-intro .s-text {
    font-size: 1rem; } }

@media only screen and (max-width: 480px) {
  .case-page .case-intro {
    padding-top: 72px;
    padding-bottom: 0; }

  .case-page .case-intro .container {
    max-width: 100%;
    padding: 0 var(--container-padding-mobile); } }
/****************************
 CASE FEATURED IMAGE
 ****************************/
.case-page .case-featured-image {
  width: 100%;
  position: relative;
  z-index: 10;
  margin: -144px 0 -72px 0; }

.case-page .case-featured-image .image {
  width: 100%;
  padding-bottom: calc(100% * 0.618);
  position: relative; }

.case-page .case-featured-image .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  z-index: 1; }
/*
 .case-page .case-featured-image .image:after {
 content: '';
 width: 77.5%;
 height: 71.5%;
 background: red;
 position: absolute;
 top: 5.2%;
 left: 50%;
 transform: translate(-50.5%, 0);
 z-index: 5;
 display: none;
 }
 */
/*
 @keyframes case-featured-scroll {
 0% {
 transform: translate(0, 0);
 }
 25% {
 transform: translate(0, -25%);
 }
 50% {
 transform: translate(0, -50%);
 }
 80% {
 transform: translate(0, 0);
 }
 100% {
 transform: translate(0, 0);
 }
 }
 */
@media only screen and (max-width: 480px) {
  .case-page .case-featured-image {
    margin: 0; } }
/****************************
 CASE CHALLENGE
 ****************************/
.case-page .case-challenge {
  margin-bottom: 96px; }

.case-page .case-challenge .container {
  max-width: 800px; }

@media only screen and (max-width: 991px) {
  .case-page .case-challenge .container {
    max-width: 720px; } }

@media only screen and (max-width: 480px) {
  .case-page .case-challenge {
    margin-bottom: 72px; }

  .case-page .case-challenge .container {
    max-width: 100%;
    padding: 0 var(--container-padding-mobile); } }
/****************************
 CASE TESTIMONIAL
 ****************************/
.case-page .case-testimonial {
  margin-bottom: 96px; }

.case-page .case-testimonial.description {
  display: none; }

.case-page .case-testimonial .container {
  max-width: 992px; }

.case-page .case-testimonial .s-text {
  font-size: 2.488rem;
  font-family: var(--title-font);
  text-align: center;
  color: var(--primary-alt);
  line-height: 1.2; }

.case-page .case-testimonial .s-text div i {
  font-size: 0.482em;
  color: var(--secondary);
  opacity: 1; }

.case-page .case-testimonial .s-text div i:last-child {
  margin-top: 0; }

.case-page .case-testimonial .details {
  justify-content: center;
  font-size: 1.2rem;
  opacity: 0.4; }

@media only screen and (max-width: 991px) {
  .case-page .case-testimonial .container {
    max-width: 720px; }

  .case-page .case-testimonial .s-text {
    font-size: 1.728rem; }

  .case-page .case-testimonial .details {
    font-size: 1rem; } }

@media only screen and (max-width: 480px) {
  .case-page .case-testimonial {
    margin-bottom: 72px; }

  .case-page .case-testimonial .container {
    max-width: 100%;
    padding: 0 var(--container-padding-mobile); }

  .case-page .case-testimonial .s-text {
    font-size: 1.44rem; } }
/****************************
 CASE CREATED VALUE
 ****************************/
.case-page .case-value {
  margin: 96px 0;
  padding: 96px 0;
  position: relative; }

@media only screen and (min-width: 1280px) {
  .case-page .case-value .container {
    width: 100%;
    max-width: 1600px;
    padding: 0 72px; } }

.case-page .case-value .visual-container {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  box-shadow: var(--shadow-xl); }

.case-page .case-value .visual {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 100%;
  height: 100%;
  background: var(--primary-gradient); }

.case-page .case-value .visual img {
  max-width: 120%;
  max-height: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.case-page .case-value .container > .content-container {
  width: 41.666%;
  margin-left: 58.333%; }

.case-page .case-value h2 {
  margin-bottom: 60px; }

.case-page .case-value .value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.case-page .case-value .value:not(:last-child) {
  margin-bottom: 30px; }

.case-page .case-value .value .icon-container {
  width: 48px; }

.case-page .case-value .value .content-container {
  width: calc(100% - 48px);
  padding-left: 30px; }

.case-page .case-value .value h3 {
  font-size: 1.2rem;
  margin-bottom: 0.402em; }

.case-page .case-value .value .s-text {
  max-width: 480px; }

@media only screen and (max-width: 991px) {
  .case-page .case-value {
    padding-top: 0; }

  .case-page .case-value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    margin: 0; }

  .case-page .case-value .visual-container {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    border-radius: 0; }

  .case-page .case-value .visual {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    height: auto;
    padding-bottom: clamp(300px, 61.8%, 500px); }

  .case-page .case-value .container > .content-container {
    width: 100%;
    margin: 72px 0 0 0; } }

@media only screen and (max-width: 480px) {
  .case-page .case-value {
    padding-bottom: 72px; }

  .case-page .case-value .container {
    padding: 0 var(--container-padding-mobile); }

  .case-page .case-value h2 {
    margin-bottom: 36px; }

  .case-page .case-value .value .icon-container {
    width: 36px; }

  .case-page .case-value .value .content-container {
    width: calc(100% - 36px); } }
/****************************
 CASE RELATED CASES
 ****************************/
.case-page .related {
  text-align: center;
  padding: 48px 0 144px 0;
  font-size: 1.44rem;
  font-family: var(--title-font);
  color: var(--primary-alt);
  opacity: 0.4;
  display: none; }

.s-comp101 {
  position: relative; }


.s-comp131 {
  position: relative;
  padding: 120px 0 120px 0;
  overflow: hidden; }

.s-comp131:before {
  content: '';
  width: 72vw;
  height: calc(72vw * 0.77);
  background-image: url('https://cloud.sitemn.gr/users/Yools2021/swfiles/body/bee-shape-v2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  opacity: 0.03;
  top: 0;
  right: -33%;
  transform: rotate(-16deg) scaleX(-1); }

.s-comp131 .container {
  position: relative;
  z-index: 10; }

@media only screen and (min-width: 1280px) {
  .s-comp131 .container {
    width: 100%;
    max-width: 1600px;
    padding: 0 72px; } }

.s-comp131 .container > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.s-comp131 h2 {
  margin-bottom: 0.694em;
  position: relative;
  display: inline-block; }

.s-comp131 h2:after {
  content: '';
  width: 304px;
  height: 308px;
  background-image: url('https://cloud.sitemn.gr/users/Yools2021/swfiles/body/home-usp-bee-top.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 20%;
  right: -42px;
  transform: translate(100%, 0); }

.s-comp131 .visual-col {
  width: 50%;
  padding: 0 15px; }

.s-comp131 .text-col {
  width: 50%;
  padding: 0 15px; }

.s-comp131 .visual-col .image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-left: 20%;
  filter: drop-shadow(0 30px 60px rgba(0, 82, 102, 0.2)); }

.s-comp131 .visual-col .image img {
  clip-path: url('#usp-list-svg');
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@media only screen and (max-width: 991px) {
  .s-comp131 {
    padding: 96px 0; }

  .s-comp131 .visual-col, .s-comp131 .text-col {
    width: 100%; } }

@media only screen and (max-width: 768px) {
  .s-comp131 .container {
    max-width: 100%;
    padding: 0 var(--container-padding-tablet); }

  .s-comp131 .visual-col {
    padding: 36px 0 0 0; }

  .s-comp131 .visual-col .image {
    display: none; }

  .s-comp131 .visual-col .testimonial-cta {
    margin-top: 0;
    margin-left: 0;
    backdrop-filter: blur(0px); }

  .s-comp131 .visual-col .testimonial-cta .s-tile {
    background: var(--secondary-gradient); } }

@media only screen and (max-width: 480px) {
  .s-comp131 {
    padding: 72px 0; }

  .s-comp131 .container {
    padding: 0 var(--container-padding-mobile); }

  .s-comp131 .s-button-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -8px; }

  .s-comp131 .s-button-list a {
    margin: 8px; } }
/* Default css from Default Button */
.s-comp131 .s-btn.smC18346SmSn1p3T24-style, .s-comp131 .s-btn-alt.smC18346SmSn1p3T24-style {
  position: relative;
  display: inline-block; }

.s-comp131 {
  padding: 144px 0px 0px 0px; }

.s-comp131 {
  position: relative; }


.s-comp117 {
  padding: 72px 0; }

@media only screen and (max-width: 480px) {
  .s-comp117 {
    padding-bottom: 0 !important; } }

.s-comp117 h2 {
  text-align: center;
  margin-bottom: 48px; }

.s-comp117 .keuzes {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.s-comp117 .keuzes .col {
  width: 33.3333%;
  padding: 0 15px; }

@media only screen and (max-width: 480px) {
  .s-comp117 .keuzes .col {
    width: 100%;
    padding-bottom: 30px !important; } }

.s-comp117 .keuzes .s-tile {
  height: 100%;
  position: relative;
  background: var(--primary-gradient) !important;
  border-radius: 3px;
  padding: 36px;
  overflow: hidden; }

.s-comp117 .keuzes .s-tile * {
  color: #fff; }

.s-comp117 .keuzes .price {
  position: absolute;
  top: 12px;
  right: 12px;
  line-height: 100%;
  font-weight: bold; }

.s-comp117 .keuzes .price span {
  position: relative;
  z-index: 2;
  color: #ef9b06; }

.s-comp117 .keuzes .price:before {
  content: '';
  width: 300%;
  padding-bottom: 300%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-16%, -66%);
  z-index: 1; }


.s-comp136 {
  position: relative; }


.s-comp100 {
  padding: 0 0 120px 0;
  background: var(--primary-light);
  position: relative;
  z-index: 1;
  overflow: hidden; }

.s-comp100:before {
  content: '';
  width: 115vw;
  height: 500px;
  background: #fff;
  position: absolute;
  top: -225px;
  left: 50%;
  transform: translate(-50%, 0) rotate(-5deg);
  z-index: 1; }

.s-comp100:after {
  content: '';
  width: 2814px;
  height: 583px;
  border-radius: 0 0 50% 50%;
  border: 200px solid #fff;
  border-top: 0;
  background: var(--primary-light);
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1; }

.s-comp100 .container {
  position: relative;
  z-index: 10; }

@media only screen and (min-width: 1280px) {
  .s-comp100 .container {
    max-width: 1600px;
    padding: 0 72px; } }

@media only screen and (max-width: 1200px) {
  .s-comp100 .container {
    max-width: 100%;
    padding: 0 72px; } }

@media only screen and (max-width: 991px) {
  .s-comp100 {
    padding-bottom: 96px; }

  .s-comp100 .container {
    max-width: 100%;
    padding: 0 var(--container-padding-tablet); } }

@media only screen and (max-width: 480px) {
  .s-comp100 {
    padding-bottom: 72px; }

  .s-comp100 .container {
    padding: 0 var(--container-padding-mobile); } }
/****************************
 INTRO
 ****************************/
.s-comp100 .intro h2 {
  text-align: center;
  margin-bottom: 0.694em; }

.s-comp100 .intro .s-text {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 96px auto;
  font-size: 1.2rem; }

@media only screen and (max-width: 480px) {
  .s-comp100 .intro .s-text {
    margin-bottom: 48px;
    font-size: 1rem; } }
/****************************
 CTA TILE
 ****************************/
.s-comp100 .cta-tile-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: -48px; }

.s-comp100 .cta-tile {
  padding: 36px 0 36px 60px;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-md);
  display: inline-block;
  position: relative; }

.s-comp100 .cta-tile .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

.s-comp100 .cta-tile .content h3 {
  font-size: 1rem;
  line-height: 1;
  margin: 0 36px 0 0;
  white-space: nowrap; }

@media only screen and (min-width: 481px) {
  .s-comp100 .cta-tile .content .s-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%); } }

.s-comp100 .cta-tile .content .s-btn div {
  white-space: nowrap; }

.s-comp100 .cta-tile .content .s-btn i {
  margin-right: var(--icon-margin); }

@media only screen and (max-width: 480px) {
  .s-comp100 .cta-tile-container {
    margin-top: 0; }

  .s-comp100 .cta-tile {
    padding: 36px; }

  .s-comp100 .cta-tile .content {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 16px; }

  .s-comp100 .cta-tile .content h3 {
    width: 100%;
    text-align: center;
    margin: 0;
    white-space: normal;
    line-height: 1.2; } }

.s-comp100 {
  position: relative; }


.s-comp137 {
  position: relative; }


/****************************
 LAYOUT
 ****************************/
.s-comp112 {
  --wrapper-padding-t: 8px;
  --wrapper-padding-b: 144px;
  position: relative;
  z-index: 99;
  margin: calc(-72px - var(--wrapper-padding-t)) 0 0 0;
  overflow: hidden; }
/*
 @media only screen and (min-width: 1280px) {
 .s-comp112 .container {
 width: calc(100vw + 144px);
 max-width: none;
 padding: 0;
 }
 }
 .s-comp112 .swiper-container {
 margin-left: -144px;
 }
 */
.s-comp112 .swiper-wrapper {
  padding-top: var(--wrapper-padding-t);
  padding-bottom: var(--wrapper-padding-b); }

@media only screen and (max-width: 991px) {
  .s-comp112 .container {
    max-width: 100%;
    padding: 0 var(--container-padding-tablet); }

  .s-comp112 .swiper-container {
    margin-left: 0; }

  .s-comp112 .swiper-wrapper {
    padding-bottom: 96px; } }

@media only screen and (max-width: 991px) {
  .s-comp112 .container {
    padding: 0 var(--container-padding-mobile); }

  .s-comp112 .swiper-wrapper {
    padding-bottom: 72px; } }
/****************************
 SLIDES LAYOUT
 ****************************/
.s-comp112 .portfolio-slide {
  height: 70vh; }
/*
 .s-comp112 .portfolio-slide:not(.swiper-slide-active) {
 cursor: pointer;
 }
 */
@media only screen and (max-width: 480px) {
  .s-comp112 .swiper-slide:not(.portfolio-slide):first-child, .s-comp112 .swiper-slide:not(.portfolio-slide):last-child {
    display: none !important; } }

.s-comp112 .portfolio-slide .s-tile {
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  border-radius: var(--border-radius);
  display: inline-block;
  width: 100%;
  height: 100%;
  box-sizing: border-box; }

@media only screen and (min-width: 481px) {
  .s-comp112 .portfolio-slide {
    will-change: filter; }

  .s-comp112 .portfolio-slide:not(.swiper-slide-active) .s-tile {
    filter: saturate(0.1);
    pointer-events: none; }

  .s-comp112 .portfolio-slide.swiper-slide-visible:not(.swiper-slide-active) .s-tile {
    filter: blur(4px) saturate(0.1); } }

.s-comp112 .portfolio-slide .s-tile .tile-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px; }

.s-comp112 .portfolio-slide .s-tile .tile-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

.s-comp112 .portfolio-slide .s-tile .tile-content-top .tag {
  font-size: 0.833rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: var(--title-font);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-right: 30px;
  padding: 0.1em 0 0 0;
  color: #fff; }

.s-comp112 .portfolio-slide .s-tile .tile-content-top .tag:before {
  content: '';
  width: 1rem;
  height: 2px;
  margin-right: var(--icon-margin); }

.s-comp112 .portfolio-slide .s-tile .tile-content-top .company-name {
  font-size: 1.2rem;
  font-family: var(--title-font);
  line-height: 1; }

.s-comp112 .portfolio-slide .s-tile .tile-content-center h3 {
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1.728rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.s-comp112 .portfolio-slide .s-tile .tile-content-bottom .s-btn i {
  margin-right: var(--icon-margin); }

.s-comp112 .portfolio-slide .s-tile .tile-content-bottom .s-btn {
  border-color: #fff; }

.s-comp112 .portfolio-slide .s-tile .tile-content-bottom .s-btn div {
  color: #fff; }
/* HOVER */
.s-comp112 .portfolio-slide .s-tile:hover .tile-content-bottom .s-btn {
  background: #fff; }
/* IMAGE */
.s-comp112 .portfolio-slide .s-tile .image {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  height: calc(100% - 240px);
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.s-comp112 .portfolio-slide .s-tile .image img {
  width: 150%;
  height: 150%;
  max-width: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  object-fit: cover;
  object-position: top center;
  margin: 0 !important; }

.s-comp112 .portfolio-slide .s-tile:hover .image {
  bottom: 0; }

@media only screen and (max-width: 480px) {
  .s-comp112 .portfolio-slide .s-tile .tile-content {
    padding: 36px;
    gap: 24px; }

  .s-comp112 .portfolio-slide .s-tile .tile-content-center h3 {
    font-size: 1.44rem; }

  .s-comp112 .portfolio-slide .s-tile .image {
    height: calc(100% - 266px);
    bottom: 0; } }
/****************************
 COLOR MANAGEMENT
 ****************************/
/* PRIMARY */
.s-comp112 .portfolio-slide:nth-child(1) .s-tile, .s-comp112 .portfolio-slide:nth-child(5) .s-tile, .s-comp112 .portfolio-slide:nth-child(9) .s-tile, .s-comp112 .portfolio-slide:nth-child(13) .s-tile {
  background: var(--primary-gradient); }

.s-comp112 .portfolio-slide:nth-child(1) .s-tile .tile-content-top .tag:before, .s-comp112 .portfolio-slide:nth-child(5) .s-tile .tile-content-top .tag:before, .s-comp112 .portfolio-slide:nth-child(9) .s-tile .tile-content-top .tag:before, .s-comp112 .portfolio-slide:nth-child(13) .s-tile .tile-content-top .tag:before {
  background: var(--primary-alt); }

.s-comp112 .portfolio-slide:nth-child(1) .s-tile .tile-content-top .company-name, .s-comp112 .portfolio-slide:nth-child(5) .s-tile .tile-content-top .company-name, .s-comp112 .portfolio-slide:nth-child(9) .s-tile .tile-content-top .company-name, .s-comp112 .portfolio-slide:nth-child(13) .s-tile .tile-content-top .company-name {
  color: var(--primary-alt); }

.s-comp112 .portfolio-slide:nth-child(1) .s-tile:hover .tile-content-bottom .s-btn div, .s-comp112 .portfolio-slide:nth-child(5) .s-tile:hover .tile-content-bottom .s-btn div, .s-comp112 .portfolio-slide:nth-child(9) .s-tile:hover .tile-content-bottom .s-btn div, .s-comp112 .portfolio-slide:nth-child(13) .s-tile:hover .tile-content-bottom .s-btn div {
  color: var(--primary-alt); }
/* SECONDARY */
.s-comp112 .portfolio-slide:nth-child(2) .s-tile, .s-comp112 .portfolio-slide:nth-child(6) .s-tile, .s-comp112 .portfolio-slide:nth-child(10) .s-tile, .s-comp112 .portfolio-slide:nth-child(14) .s-tile {
  background: var(--secondary-gradient-v); }

.s-comp112 .portfolio-slide:nth-child(2) .s-tile .tile-content-top .tag:before, .s-comp112 .portfolio-slide:nth-child(6) .s-tile .tile-content-top .tag:before, .s-comp112 .portfolio-slide:nth-child(10) .s-tile .tile-content-top .tag:before, .s-comp112 .portfolio-slide:nth-child(14) .s-tile .tile-content-top .tag:before {
  background: var(--secondary-dark); }

.s-comp112 .portfolio-slide:nth-child(2) .s-tile .tile-content-top .company-name, .s-comp112 .portfolio-slide:nth-child(6) .s-tile .tile-content-top .company-name, .s-comp112 .portfolio-slide:nth-child(10) .s-tile .tile-content-top .company-name, .s-comp112 .portfolio-slide:nth-child(14) .s-tile .tile-content-top .company-name {
  color: var(--secondary-dark); }

.s-comp112 .portfolio-slide:nth-child(2) .s-tile:hover .tile-content-bottom .s-btn div, .s-comp112 .portfolio-slide:nth-child(6) .s-tile:hover .tile-content-bottom .s-btn div, .s-comp112 .portfolio-slide:nth-child(10) .s-tile:hover .tile-content-bottom .s-btn div, .s-comp112 .portfolio-slide:nth-child(14) .s-tile:hover .tile-content-bottom .s-btn div {
  color: var(--secondary-dark); }
/* SHAMROCK */
.s-comp112 .portfolio-slide:nth-child(3) .s-tile, .s-comp112 .portfolio-slide:nth-child(7) .s-tile, .s-comp112 .portfolio-slide:nth-child(11) .s-tile, .s-comp112 .portfolio-slide:nth-child(15) .s-tile {
  background: var(--shamrock-gradient); }

.s-comp112 .portfolio-slide:nth-child(3) .s-tile .tile-content-top .tag:before, .s-comp112 .portfolio-slide:nth-child(7) .s-tile .tile-content-top .tag:before, .s-comp112 .portfolio-slide:nth-child(11) .s-tile .tile-content-top .tag:before, .s-comp112 .portfolio-slide:nth-child(15) .s-tile .tile-content-top .tag:before {
  background: var(--shamrock-dark); }

.s-comp112 .portfolio-slide:nth-child(3) .s-tile .tile-content-top .company-name, .s-comp112 .portfolio-slide:nth-child(7) .s-tile .tile-content-top .company-name, .s-comp112 .portfolio-slide:nth-child(11) .s-tile .tile-content-top .company-name, .s-comp112 .portfolio-slide:nth-child(15) .s-tile .tile-content-top .company-name {
  color: var(--shamrock-dark); }

.s-comp112 .portfolio-slide:nth-child(3) .s-tile:hover .tile-content-bottom .s-btn div, .s-comp112 .portfolio-slide:nth-child(7) .s-tile:hover .tile-content-bottom .s-btn div, .s-comp112 .portfolio-slide:nth-child(11) .s-tile:hover .tile-content-bottom .s-btn div, .s-comp112 .portfolio-slide:nth-child(15) .s-tile:hover .tile-content-bottom .s-btn div {
  color: var(--shamrock-dark); }
/* AMARANTH */
.s-comp112 .portfolio-slide:nth-child(4) .s-tile, .s-comp112 .portfolio-slide:nth-child(8) .s-tile, .s-comp112 .portfolio-slide:nth-child(12) .s-tile, .s-comp112 .portfolio-slide:nth-child(16) .s-tile {
  background: var(--amaranth-gradient); }

.s-comp112 .portfolio-slide:nth-child(4) .s-tile .tile-content-top .tag:before, .s-comp112 .portfolio-slide:nth-child(8) .s-tile .tile-content-top .tag:before, .s-comp112 .portfolio-slide:nth-child(12) .s-tile .tile-content-top .tag:before, .s-comp112 .portfolio-slide:nth-child(16) .s-tile .tile-content-top .tag:before {
  background: var(--amaranth-alt); }

.s-comp112 .portfolio-slide:nth-child(4) .s-tile .tile-content-top .company-name, .s-comp112 .portfolio-slide:nth-child(8) .s-tile .tile-content-top .company-name, .s-comp112 .portfolio-slide:nth-child(12) .s-tile .tile-content-top .company-name, .s-comp112 .portfolio-slide:nth-child(16) .s-tile .tile-content-top .company-name {
  color: var(--amaranth-dark); }

.s-comp112 .portfolio-slide:nth-child(4) .s-tile:hover .tile-content-bottom .s-btn div, .s-comp112 .portfolio-slide:nth-child(8) .s-tile:hover .tile-content-bottom .s-btn div, .s-comp112 .portfolio-slide:nth-child(12) .s-tile:hover .tile-content-bottom .s-btn div, .s-comp112 .portfolio-slide:nth-child(16) .s-tile:hover .tile-content-bottom .s-btn div {
  color: var(--amaranth-dark); }
/****************************
 SLIDER SETTINGS
 ****************************/
/*
 .s-comp112 .swiper-button-navigation {
 position: absolute;
 left: 50%;
 bottom: 48px;
 transform: translate(-50%, 0);
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 align-items: center;
 border-radius: var(--border-radius);
 overflow: hidden;
 width: 96px;
 height: 48px;
 z-index: 999;
 }
 */
.s-comp112 .swiper-button-navigation .swiper-button {
  position: absolute;
  top: calc(50% - ( var(--wrapper-padding-b) / 2 ));
  transform: translate(0, -50%);
  z-index: 30;
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.s-comp112 .swiper-button-navigation .swiper-button-disabled {
  opacity: 0; }

.s-comp112 .swiper-button-navigation .swiper-button-prev {
  left: 25%; }

.s-comp112 .swiper-button-navigation .swiper-button-next {
  right: 25%; }

.s-comp112 .swiper-button-navigation div i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  color: var(--primary-alt);
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.s-comp112 .swiper-button-navigation div:after {
  display: none; }

.s-comp112 {
  position: relative; }

.s-comp112 .s-slider.smC18346SmSn1p3T9-style {
  width: 100%; }

.s-comp112 .s-slider.smC18346SmSn1p3T9-style {
  height: 100%; }

.s-comp112 .s-slider.smC18346SmSn1p3T9-style .splide__slide {
  display: flex !important;
  flex-direction: row; }

.s-comp112 .s-slider.smC18346SmSn1p3T9-style .splide__arrows {
  display: flex !important;
  flex-direction: row; }

.s-comp112 .s-slider.smC18346SmSn1p3T9-style .splide__arrows .splide__arrow {
  display: flex !important;
  flex-direction: row; }

.s-comp112 .s-slider.smC18346SmSn1p3T9-style .splide__arrows .splide__arrow svg {
  width: 20px; }

.s-comp112 .s-slider.smC18346SmSn1p3T9-style .splide__arrows .splide__arrow:hover, .s-comp112 .s-slider.smC18346SmSn1p3T9-style .splide__arrows .splide__arrow:focus {
  display: flex !important;
  flex-direction: row; }

.s-comp112 .s-slider.smC18346SmSn1p3T9-style .splide__arrows .splide__arrow:disabled {
  display: flex !important;
  flex-direction: row; }

.s-comp112 .s-slider.smC18346SmSn1p3T9-style .splide__arrows .splide__arrow.splide__arrow--prev {
  display: flex !important;
  flex-direction: row; }

.s-comp112 .s-slider.smC18346SmSn1p3T9-style .splide__arrows .splide__arrow.splide__arrow--prev:hover, .s-comp112 .s-slider.smC18346SmSn1p3T9-style .splide__arrows .splide__arrow.splide__arrow--prev:focus {
  display: flex !important;
  flex-direction: row; }

.s-comp112 .s-slider.smC18346SmSn1p3T9-style .splide__arrows .splide__arrow.splide__arrow--next {
  display: flex !important;
  flex-direction: row; }

.s-comp112 .s-slider.smC18346SmSn1p3T9-style .splide__arrows .splide__arrow.splide__arrow--next:hover, .s-comp112 .s-slider.smC18346SmSn1p3T9-style .splide__arrows .splide__arrow.splide__arrow--next:focus {
  display: flex !important;
  flex-direction: row; }

.s-comp112 .s-slider.smC18346SmSn1p3T9-style .splide__pagination {
  display: flex !important;
  flex-direction: row; }

.s-comp112 .s-slider.smC18346SmSn1p3T9-style .splide__pagination .splide__pagination__page {
  width: 12px; }

.s-comp112 .s-slider.smC18346SmSn1p3T9-style .splide__pagination .splide__pagination__page {
  height: 12px; }

.s-comp112 .s-slider.smC18346SmSn1p3T9-style .splide__pagination .splide__pagination__page {
  padding: 0px 0px 0px 0px; }


.s-comp138 {
  position: relative; }


.s-comp113 {
  min-height: 100vh;
  position: relative;
  padding-bottom: 96px; }

@media only screen and (min-width: 1280px) {
  .s-comp113 .container {
    width: 100%;
    max-width: 1600px;
    padding: 0 72px; } }
/****************************
 INTRO
 ****************************/
.s-comp113 .intro {
  padding: 48px 0 108px 0;
  margin: 0 0 72px 0;
  position: relative; }

.s-comp113 .intro .logo, .s-comp113 .intro .content {
  position: relative;
  z-index: 10; }

.s-comp113 .intro .logo {
  margin: 0 auto 36px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center; }

.s-comp113 .intro .logo img {
  height: 50px; }

.s-comp113 .intro .logo a {
  display: inline-block;
  text-decoration: none; }

.s-comp113 .intro h1 {
  text-align: center;
  font-size: 2.986rem;
  margin-bottom: 0.402em;
  color: #fff; }

.s-comp113 .intro .s-text {
  text-align: center;
  color: #fff;
  opacity: 0.8;
  max-width: 700px;
  margin: 0 auto; }

.s-comp113 .intro .s-text b, .s-comp113 .intro .s-text strong {
  color: inherit; }

.s-comp113 .intro .shape-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1; }

.s-comp113 .intro .shape-container:before {
  content: '';
  width: 2500px;
  height: calc(2500px * 0.98);
  min-width: 116vw;
  min-height: calc(116vw * 0.98);
  background-image: url('https://cloud.sitemn.gr/users/Yools2021/swfiles/body/header-blob-v1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1; }
/****************************
 LAYOUT
 ****************************/
.s-comp113 .content-container .container > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }

.s-comp113 .content-container .social-proof-container, .s-comp113 .content-container .conversion-container {
  padding: 0 15px; }

.s-comp113 .content-container .social-proof-container {
  width: 100%; }

.s-comp113 .content-container .conversion-container {
  width: 100%; }
/****************************
 SOCIAL PROOF
 ****************************/
.s-comp113 .usp-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 72px -15px 0 -15px; }

.s-comp113 .usp-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.333%;
  padding: 0 15px; }

.s-comp113 .usp-item .icon-container {
  width: 100%;
  height: 48px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center; }

.s-comp113 .usp-item .icon-container img {
  max-height: 100%; }

.s-comp113 .usp-item .content-container {
  width: 100%; }

.s-comp113 .usp-item .content-container .s-text {
  font-family: var(--title-font);
  color: var(--primary-alt);
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
  font-size: 1.2rem;
  max-width: 300px; }

.s-comp113 .social-proof-container hr {
  background: var(--primary-alt);
  opacity: 0.6;
  margin: 36px auto;
  display: none; }

.s-comp113 .social-proof-container .testimonial {
  color: #fff;
  background: var(--secondary-gradient);
  padding: 48px 60px;
  margin-top: 36px;
  border-radius: var(--border-radius);
  display: none; }

.s-comp113 .social-proof-container .testimonial:before {
  display: none; }

.s-comp113 .social-proof-container .testimonial i {
  color: var(--secondary-alt); }
/****************************
 CONVERSION
 ****************************/
.s-comp113 .content-container h2 {
  font-size: 1.728rem;
  margin-bottom: 0.694em; }

.s-comp113 .conversion-container > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.s-comp113 .instant-booking, .s-comp113 .form-booking {
  padding: 0 15px; }

.s-comp113 .form-booking {
  width: 50%;
  margin-left: 4.166%; }

.s-comp113 .instant-booking {
  width: 33.333%;
  margin-left: 8.333%;
  background: var(--primary-alt);
  border-radius: var(--border-radius);
  padding: 48px 60px; }

.s-comp113 .instant-booking h2 {
  color: #fff;
  text-align: center; }

.s-comp113 .conversion-container .s-button-list {
  text-align: center; }

.s-comp113 .conversion-container .s-button-list > div:first-child {
  margin-bottom: 30px; }

.s-comp113 .conversion-container .s-button-list a > div, .s-comp113 .conversion-container .s-button-list button > div {
  text-align: left; }
/* ICON */
.s-comp113 .conversion-container .s-button-list a i {
  margin: 0.1em var(--icon-margin) 0 0;
  float: left;
  display: inline-block; }

.s-comp113 .conversion-container .s-button-list button i {
  margin: 0 var(--icon-margin) 0 0; }
/* PHONE BUTTON */
.s-comp113 .conversion-container a .button-container {
  display: inline-block; }

.s-comp113 .conversion-container a .main b {
  color: var(--primary-alt); }

.s-comp113 .conversion-container .phone-btn-container .sub {
  font-size: 0.833rem;
  opacity: 0.4;
  margin-top: 8px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  font-family: var(--text-font);
  display: block; }

.s-comp113 form {
  padding: 0 15px; }
/* Default css from Form */
/********/
/* Form */
/********/
/* iFrame */
.s-comp113 .smC18346SmSn1p3T11-style.s-frame--hidden {
  position: absolute;
  bottom: 0;
  left: -9999px;
  height: 0;
  width: 0;
  z-index: -2147483647; }
/* General */
.s-comp113 .smC18346SmSn1p3T11-style.s-form {
  position: relative; }

.s-comp113 .smC18346SmSn1p3T11-style.s-form .s-flexdir--col {
  flex-direction: column; }

.s-comp113 .smC18346SmSn1p3T11-style.s-form .s-flexdir--row {
  flex-direction: row;
  align-items: center; }

.s-comp113 .smC18346SmSn1p3T11-style.s-form input::-moz-placeholder, .s-comp113 .smC18346SmSn1p3T11-style.s-form input::-webkit-input-placeholder, .s-comp113 .smC18346SmSn1p3T11-style.s-form textarea::-moz-placeholder, .s-comp113 .smC18346SmSn1p3T11-style.s-form textarea::-webkit-input-placeholder {
  opacity: 1; }

.s-comp113 .smC18346SmSn1p3T11-style.s-form label {
  margin: 0; }

.s-comp113 .smC18346SmSn1p3T11-style.s-form .s-field__wrapper {
  position: relative;
  display: flex;
  flex-direction: column-reverse; }

.s-comp113 .smC18346SmSn1p3T11-style.s-form .s-input, .s-comp113 .smC18346SmSn1p3T11-style.s-form .s-textarea, .s-comp113 .smC18346SmSn1p3T11-style.s-form .s-select, .s-comp113 .smC18346SmSn1p3T11-style.s-form .s-upload__info {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  border: 1px solid #cecece;
  border-radius: 0;
  padding: 0.375rem 0.75rem;
  margin: 0;
  flex-grow: 1; }

.s-comp113 .smC18346SmSn1p3T11-style.s-form .form-control[readonly] {
  background: none; }

.s-comp113 .smC18346SmSn1p3T11-style.s-form .s-upload__info:before {
  border-left: 1px solid #cecece;
  padding: 0.375rem 0.75rem; }
/* Select */
.s-comp113 .smC18346SmSn1p3T11-style.s-form.s-field__select select {
  cursor: pointer; }
/* Checkbox / Radio / Opt-in */
.s-comp113 .smC18346SmSn1p3T11-style.s-form .s-checkbox__opts, .s-comp113 .smC18346SmSn1p3T11-style.s-form .s-radio__opts {
  display: flex;
  flex-grow: 1; }

.s-comp113 .smC18346SmSn1p3T11-style.s-form .s-checkbox__opts input, .s-comp113 .smC18346SmSn1p3T11-style.s-form .s-checkbox__opts svg, .s-comp113 .smC18346SmSn1p3T11-style.s-form .s-radio__opts input, .s-comp113 .smC18346SmSn1p3T11-style.s-form .s-radio__opts svg, .s-comp113 .smC18346SmSn1p3T11-style.s-form .s-field__optin svg {
  display: none;
  flex-shrink: 0; }

.s-comp113 .smC18346SmSn1p3T11-style.s-form .s-field__optin input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0; }

.s-comp113 .smC18346SmSn1p3T11-style.s-form .s-checkbox__opts .s-check__label, .s-comp113 .smC18346SmSn1p3T11-style.s-form .s-radio__opts .s-radio__label, .s-comp113 .smC18346SmSn1p3T11-style.s-form .s-field__optin .s-optin__label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer; }

.s-comp113 .smC18346SmSn1p3T11-style.s-form .s-checkbox__opts .s-check__label .s-check__indicator, .s-comp113 .smC18346SmSn1p3T11-style.s-form .s-radio__opts .s-radio__label .s-radio__indicator, .s-comp113 .smC18346SmSn1p3T11-style.s-form .s-field__optin .s-optin__label .s-optin__indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  border: 1px solid #cecece;
  flex-shrink: 0; }

.s-comp113 .smC18346SmSn1p3T11-style.s-form .s-radio__opts .s-radio__label .s-radio__indicator {
  border-radius: 50%; }

.s-comp113 .smC18346SmSn1p3T11-style.s-form .s-checkbox__opts input:checked + label svg, .s-comp113 .smC18346SmSn1p3T11-style.s-form .s-radio__opts input:checked + label svg, .s-comp113 .smC18346SmSn1p3T11-style.s-form .s-optin__input:checked + label svg {
  display: block; }
/* File Upload */
.s-comp113 .smC18346SmSn1p3T11-style.s-form .s-file__upload {
  margin: 0;
  opacity: 0;
  z-index: -9999;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%; }

.s-comp113 .smC18346SmSn1p3T11-style.s-form .s-upload__label {
  position: relative; }

.s-comp113 .smC18346SmSn1p3T11-style.s-form .s-upload__info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.s-comp113 .smC18346SmSn1p3T11-style.s-form .s-upload__info::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center; }

.s-comp113 .smC18346SmSn1p3T11-style.s-form .s-upload__info::before {
  content: attr(data-btn); }

.s-comp113 .smC18346SmSn1p3T11-style.s-form .s-upload__info::after {
  content: attr(data-upload); }

.s-comp113 .smC18346SmSn1p3T11-style.s-form .s-field__optin .s-optin__info p {
  margin-bottom: 0px; }
/* Submit */
.s-comp113 .smC18346SmSn1p3T11-style.s-form .s-field__submit {
  flex-direction: row; }
/* Messages */
.s-comp113 .smC18346SmSn1p3T11-style.s-form .s-form__msg {
  display: none; }

.s-comp113 {
  position: relative; }

.s-comp113 .smC18346SmSn1p3T11-style.s-form .s-form__msg {
  display: none !important; }

.s-comp113 .smC18346SmSn1p3T11-style.s-form .s-field__wrapper.s-field__upload .s-upload__info, .s-comp113 .smC18346SmSn1p3T11-style.s-form .s-field__wrapper.s-field__upload .s-upload__label {
  min-height: 35px;
  max-height: none; }


.s-comp118 .s-detail-banner .container {
  position: relative; }

@media only screen and (min-width: 991px) {
  .s-comp118 .s-detail-banner .s-back-btn {
    position: absolute;
    top: 0;
    left: 0; } }

.s-comp118 .s-detail-banner .s-back-btn i {
  vertical-align: middle; }

.s-comp118 .s-detail-banner > .container > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.s-comp118 .s-detail-banner > .container > .row > div:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.s-comp118 .s-detail-banner-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

.s-comp118 .s-detail-cont > .container > .row > div:first-child .s-text > div:first-child::first-letter {
  font-size: 3.8em;
  margin: 0.2em 0.2em 0.2em 0;
  float: left;
  font-weight: 500; }

.s-comp118 .s-detail-cont .s-img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

.s-comp118 .s-detail-cont iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.s-comp118 .s-detail-cont .s-share-buttons {
  display: inline-block;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

.s-comp118 .s-detail-cont .s-share-buttons .at-resp-share-element .at-share-btn, .s-comp118 .s-detail-cont .s-share-buttons .at-resp-share-element .at-share-btn:focus {
  outline: 0 !important; }

.s-comp118 .related-articles a.s-tile {
  display: inline-block;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  text-decoration-color: transparent;
  font-weight: normal; }

.s-comp118 .related-articles a.s-tile:hover {
  transform: translate(0, -1%); }

.s-comp118 .related-articles a.s-tile h3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.s-comp118 .related-articles a.s-tile .s-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.s-comp118 .related-articles a.s-tile .s-img-bg {
  background-position: center center;
  background-repeat: no-repeat; }

.s-comp118 .related-articles a.s-tile .s-category {
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: #fff; }

.s-comp118 .related-articles a.s-tile .sw_alink {
  white-space: nowrap; }

.s-comp118 .related-articles a.s-tile .sw_alink i {
  font-size: 0.7em;
  vertical-align: middle; }

.s-comp118 blockquote {
  background-color: #fff;
  font-size: 100%;
  border-left: 5px solid var(--secondary-alt);
  padding: 10px 20px; }

@media screen and (min-width: 991px) {
  .s-comp118 .s-detail-cont .container {
    max-width: 750px; }

  .s-comp118 .related-articles-list > .row > div:nth-child(3) {
    display: none !important; } }

@media screen and (max-width: 480px) {
  .s-comp118 .s-detail-banner > .container > .row {
    display: inline-block; }

  .s-comp118 .s-detail-banner-img {
    margin: 48px 0; } }

.s-comp118 .s-detail-cont h3 {
  padding: 20px 0px 0px 0px; }

.s-comp118 .s-detail-cont .s-text {
  padding: 0px 0px 0px 0px; }

.s-comp118 .s-detail-cont .s-button-list .s-btn, .s-comp118 .s-detail-cont .s-button-list a.s-btn:link, .s-comp118 .s-detail-cont .s-button-list a.s-btn:visited {
  margin: 4px 4px 4px 4px; }

.s-comp118 .s-detail-cont .s-button-list .s-btn-alt, .s-comp118 .s-detail-cont .s-button-list a.s-btn-alt:link, .s-comp118 .s-detail-cont .s-button-list a.s-btn-alt:visited {
  margin: 4px 4px 4px 4px; }

.s-comp118 .s-detail-cont .s-button-list {
  margin: 48px 0px 48px 0px; }

.s-comp118 .s-detail-cont .s-button-list-beh {
  text-align: center; }

.s-comp118 .s-detail-cont hr {
  opacity: 0.1; }

.s-comp118 .s-detail-cont hr {
  margin: 48px 0px 48px 0px; }

.s-comp118 .s-detail-cont .s-img {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp118 .s-detail-cont .s-img-beh {
  text-align: center; }

.s-comp118 .s-detail-cont .s-img {
  height: auto; }

.s-comp118 .s-detail-cont .s-img {
  margin: 48px 0px 48px 0px; }

.s-comp118 .s-detail-cont .s-img {
  min-height: 0px;
  max-height: 60vh; }

.s-comp118 {
  padding: 96px 0px 48px 0px; }

.s-comp118 .s-detail-banner {
  padding: 0px 0px 96px 0px; }

.s-comp118 .s-detail-header .s-title-h2 h2 {
  text-align: left; }

.s-comp118 .s-detail-header .s-text-beh .s-text {
  font-size: 120%; }

.s-comp118 .s-detail-header .s-text-beh .s-text {
  text-align: left; }

.s-comp118 .s-detail-header .s-date {
  font-size: 83%; }

.s-comp118 .s-detail-header .s-date {
  font-weight: bold; }

.s-comp118 .s-detail-header .s-date {
  text-align: left; }

.s-comp118 .s-detail-header .s-date {
  opacity: 0.5; }

.s-comp118 .s-detail-banner-img {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp118 .s-detail-banner-img {
  width: 100%; }

.s-comp118 .s-detail-banner-img {
  height: auto; }

.s-comp118 .s-detail-banner-img {
  margin: 0px 0px 0px 0px; }

.s-comp118 .s-detail-banner-img {
  padding: 0px 0px 63% 0px; }

.s-comp118 .s-detail-banner .s-back-btn {
  font-size: 83%; }

.s-comp118 .s-detail-banner .s-back-btn {
  font-weight: normal; }

.s-comp118 .s-detail-banner .s-back-btn {
  color: #696d77; }

.s-comp118 .s-detail-banner .s-back-btn {
  margin: 0px 0px 0px 15px; }

.s-comp118 .s-detail-banner .s-back-btn:hover {
  color: #00b8bf; }

.s-comp118 .s-detail-banner .s-back-btn:hover {
  text-decoration: none; }

.s-comp118 .s-detail-banner .s-back-btn i {
  font-size: 0.7em; }

.s-comp118 .s-detail-banner .s-back-btn i {
  font-weight: normal; }

.s-comp118 .s-detail-banner .s-back-btn i {
  color: #00b8bf; }

.s-comp118 .s-detail-banner .s-back-btn i {
  margin: -1px 2px 0px 0px; }

.s-comp118 .s-detail-banner .s-back-btn:hover i {
  opacity: 0.5; }

.s-comp118 .s-detail-banner .s-back-btn i {
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s; }

.s-comp118 .s-cta {
  background-color: #e08a00;
  background-image: -webkit-gradient(linear, to opposite-position('-45deg') , from(#e08a00), to(#ffd15b));
  background-image: -webkit-linear-gradient(to opposite-position('-45deg') , #e08a00, #ffd15b);
  background-image: linear-gradient(-45deg, #e08a00, #ffd15b); }

.s-comp118 .s-cta {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp118 .s-cta {
  margin: 48px 0px 48px 0px; }

.s-comp118 .s-cta {
  padding: 60px 60px 60px 60px; }

.s-comp118 .s-cta h3 {
  font-weight: bold; }

.s-comp118 .s-cta h3 {
  color: #fff; }

.s-comp118 .s-cta h3 {
  text-align: center; }

.s-comp118 .s-cta .s-btn {
  color: #005266; }

.s-comp118 .s-cta .s-btn-beh {
  text-align: center; }

.s-comp118 .s-share-buttons {
  background-color: #c0e5ea; }

.s-comp118 .s-share-buttons {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp118 .s-share-buttons {
  width: 100%; }

.s-comp118 .s-share-buttons {
  margin: 24px 0px 48px 0px; }

.s-comp118 .s-share-buttons {
  padding: 24px 24px 24px 24px; }

.s-comp118 .s-share-buttons-container {
  text-align: center; }

.s-comp118 .s-share-buttons .at-resp-share-element .at-share-btn svg {
  fill: #c0e5ea !important; }

.s-comp118 .s-share-buttons .at-resp-share-element .at-share-btn {
  background-color: #00b8bf !important; }

.s-comp118 .s-share-buttons .at-resp-share-element .at-share-btn {
  margin: 0px 2px 0px 2px; }

.s-comp118 .s-share-buttons .at-resp-share-element .at-share-btn {
  border-radius: 3px 3px 3px 3px !important;
  -webkit-border-radius: 3px 3px 3px 3px !important; }

.s-comp118 .s-share-buttons h2 {
  font-size: 83%; }

.s-comp118 .s-share-buttons h2 {
  font-weight: bold; }

.s-comp118 .s-share-buttons h2 {
  color: #696d77; }

.s-comp118 .s-share-buttons h2 {
  margin: 0px 0px 12px 0px; }

.s-comp118 .related-articles .s-tile {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp118 .related-articles .s-tile {
  margin: 0px 0px 0px 0px; }

.s-comp118 .related-articles .s-tile {
  padding: 0px 0px 0px 0px; }

.s-comp118 .related-articles .s-tile .s-text {
  font-size: 100%; }

.s-comp118 .related-articles .s-tile .s-text {
  color: #696d77; }

.s-comp118 .related-articles .s-tile .s-text {
  margin: 12px 0px 12px 0px; }

.s-comp118 .related-articles .s-tile .sw_alink, .s-comp118 .related-articles .s-tile a.sw_alink:link, .s-comp118 .related-articles .s-tile a.sw_alink:visited {
  font-size: 83%; }

.s-comp118 .related-articles .s-tile .sw_alink, .s-comp118 .related-articles .s-tile a.sw_alink:link, .s-comp118 .related-articles .s-tile a.sw_alink:visited {
  font-weight: bold; }

.s-comp118 .related-articles .s-tile .sw_alink, .s-comp118 .related-articles .s-tile a.sw_alink:link, .s-comp118 .related-articles .s-tile a.sw_alink:visited {
  color: #00b8bf; }

.s-comp118 .related-articles .s-tile .sw_alink, .s-comp118 .related-articles .s-tile a.sw_alink:link, .s-comp118 .related-articles .s-tile a.sw_alink:visited {
  line-height: 100%; }

.s-comp118 .related-articles .s-tile .s-link-beh {
  text-align: left; }

.s-comp118 .related-articles .s-tile .sw_alink i {
  font-size: 0.7em; }

.s-comp118 .related-articles .s-tile .sw_alink i {
  color: #696d77; }

.s-comp118 .related-articles .s-tile .sw_alink i {
  margin: -1px 0px 0px 4px; }

.s-comp118 .related-articles .s-tile .sw_alink i {
  opacity: 0.4; }

.s-comp118 .related-articles .s-tile .s-content {
  background-color: #c0e5ea; }

.s-comp118 .related-articles .s-tile .s-content {
  margin: 0px 0px 0px 0px; }

.s-comp118 .related-articles .s-tile .s-content {
  padding: 36px 30px 36px 30px; }

.s-comp118 .related-articles .s-tile .s-img-bg {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }

.s-comp118 .related-articles .s-tile .s-img-bg {
  width: 100%; }

.s-comp118 .related-articles .s-tile .s-img-bg {
  height: auto; }

.s-comp118 .related-articles .s-tile .s-img-bg {
  padding: 0px 0px 70% 0px; }

.s-comp118 .related-articles .s-tile .s-category {
  font-size: 0.75em; }

.s-comp118 .related-articles .s-tile .s-category {
  color: #696d77; }

.s-comp118 .related-articles .s-tile .s-category {
  background-color: #fff; }

.s-comp118 .related-articles .s-tile .s-category {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp118 .related-articles .s-tile .s-category {
  padding: 0px 8px 1px 8px; }

.s-comp118 .related-articles .s-tile .s-category {
  display: none; }

.s-comp118 .related-articles .s-tile .s-category {
  top: 15px;
  bottom: auto;
  left: 15px;
  right: auto; }

.s-comp118 .related-articles .s-tile h3 {
  font-size: 120%; }

.s-comp118 .related-articles .s-tile h3 {
  font-weight: bold; }

.s-comp118 .related-articles .s-tile h3 {
  color: #3a3c41; }

.s-comp118 .related-articles .s-tile h3 {
  line-height: 120%; }

.s-comp118 .related-articles .s-tile h3 {
  margin: 0px 0px 0px 0px; }

.s-comp118 .related-articles {
  margin: 0px 0px 48px 0px; }

.s-comp118 .related-articles {
  display: none !important; }

.s-comp118 .related-articles-title h3 {
  color: #3a3c41; }

.s-comp118 .related-articles-title h3 {
  text-align: center; }

991 {
  .s-comp118 .s-detail-header .s-title-h2 h2 {
    text-align: center; }

  .s-comp118 .s-detail-header .s-text-beh .s-text {
    text-align: center; }

  .s-comp118 .s-detail-header .s-date {
    text-align: center; }

  .s-comp118 .s-detail-banner-img {
    margin: 24px 0px 0px 0px; } }

@media (max-width: 480px) {
  .s-comp118 {
    padding: 72px 0px 24px 0px; }

  .s-comp118 .s-detail-banner {
    padding: 0px 0px 36px 0px; }

  .s-comp118 .s-detail-header .s-title-h2 h2 {
    text-align: center; }

  .s-comp118 .s-detail-header .s-text-beh .s-text {
    text-align: center; }

  .s-comp118 .s-detail-header .s-date {
    text-align: center; }

  .s-comp118 .s-detail-banner-img {
    margin: 24px 0px 0px 0px; }

  .s-comp118 .s-detail-banner-img {
    padding: 0px 0px 100% 0px; }

  .s-comp118 .s-detail-banner .s-back-btn {
    margin: 0px 0px 0px 0px; }

  .s-comp118 .s-cta {
    padding: 36px 36px 36px 36px; }

  .s-comp118 .related-articles .s-tile .s-content {
    padding: 36px 24px 36px 24px; }

  .s-comp118 .related-articles .s-tile .s-img-bg {
    padding: 0px 0px 90% 0px; } }


.s-comp122 .direction-switcher .image-box .image {
  min-height: 70vh;
  max-height: none;
  height: 100%;
  width: 100%;
  background-attachment: scroll;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
/*********************************
 GENERAL SETTINGS
 *********************************/
.s-comp122 .direction-switcher .ds-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.s-comp122 .direction-switcher .ds-row > div {
  width: 50%; }

.s-comp122 .direction-switcher .image-box {
  background-color: #f7f7f7; }

.s-comp122 .direction-switcher .content-box .s-button-list {
  margin-top: calc(1.73rem - 4px) !important; }

@media only screen and (min-width: 991px) {
  .s-comp122 .direction-switcher .content-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .s-comp122 .direction-switcher .content-box .container {
    max-width: none !important;
    padding: 0 !important; } }
/*********************************
 IMAGE LEFT SETTINGS
 *********************************/
/* --- ODD CHILD --- */
.s-comp122 .direction-switcher:not(.row-reverse) .ds-row:nth-child(odd) {
  flex-direction: row; }

@media only screen and (min-width: 1200px) {
  .s-comp122 .direction-switcher:not(.row-reverse) .ds-row:nth-child(odd) .content-box {
    padding-right: calc(((100vw - 1140px) / 2) + 15px) !important; } }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .s-comp122 .direction-switcher:not(.row-reverse) .ds-row:nth-child(odd) .content-box {
    padding-right: calc(((100vw - 940px) / 2) + 15px) !important; } }
/* --- EVEN CHILD --- */
.s-comp122 .direction-switcher:not(.row-reverse) .ds-row:nth-child(even) {
  flex-direction: row-reverse; }

@media only screen and (min-width: 1200px) {
  .s-comp122 .direction-switcher:not(.row-reverse) .ds-row:nth-child(even) .content-box {
    padding-left: calc(((100vw - 1140px) / 2) + 15px) !important; } }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .s-comp122 .direction-switcher:not(.row-reverse) .ds-row:nth-child(even) .content-box {
    padding-left: calc(((100vw - 940px) / 2) + 15px) !important; } }
/*********************************
 IMAGE RIGHT SETTINGS
 *********************************/
/* --- ODD CHILD --- */
.s-comp122 .direction-switcher.row-reverse .ds-row:nth-child(odd) {
  flex-direction: row-reverse; }

@media only screen and (min-width: 1200px) {
  .s-comp122 .direction-switcher.row-reverse .ds-row:nth-child(odd) .content-box {
    padding-left: calc(((100vw - 1140px) / 2) + 15px) !important; } }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .s-comp122 .direction-switcher.row-reverse .ds-row:nth-child(odd) .content-box {
    padding-left: calc(((100vw - 940px) / 2) + 15px) !important; } }
/* --- EVEN CHILD --- */
.s-comp122 .direction-switcher.row-reverse .ds-row:nth-child(even) {
  flex-direction: row; }

@media only screen and (min-width: 1200px) {
  .s-comp122 .direction-switcher.row-reverse .ds-row:nth-child(even) .content-box {
    padding-right: calc(((100vw - 1140px) / 2) + 15px) !important; } }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .s-comp122 .direction-switcher.row-reverse .ds-row:nth-child(even) .content-box {
    padding-right: calc(((100vw - 940px) / 2) + 15px) !important; } }
/*********************************
 RESPONSIVE SETTINGS
 *********************************/
@media only screen and (max-width: 991px) {
  .s-comp122 .direction-switcher .ds-row {
    flex-direction: column !important; }

  .s-comp122 .direction-switcher .ds-row > div {
    width: 100%; } }

.s-comp122 .direction-switcher .content-box {
  padding: 96px 60px 96px 60px; }

.s-comp122 .direction-switcher .content-box h3 {
  font-size: 120%; }

.s-comp122 .direction-switcher .content-box .s-button-list {
  margin: -4px -4px -4px -4px; }

.s-comp122 .direction-switcher .content-box .s-button-list .s-btn {
  width: auto; }

.s-comp122 .direction-switcher .content-box .s-button-list .s-btn {
  margin: 4px 4px 4px 4px; }

.s-comp122 .direction-switcher .content-box .s-button-list .s-btn-alt {
  width: auto; }

.s-comp122 .direction-switcher .content-box .s-button-list .s-btn-alt {
  margin: 4px 4px 4px 4px; }

.s-comp59 .direction-switcher .image-box .image {
  background-image: url('');
  background-attachment: scroll;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.s-comp59 .direction-switcher .image-box .image {
  width: 100%; }

.s-comp59 .direction-switcher .image-box .image {
  height: 100%; }

.s-comp59 .direction-switcher .image-box .image {
  padding: 0px 0px 0px 0px; }

.s-comp59 .direction-switcher .image-box .image {
  min-height: 70vh;
  max-height: none; }

991 {
  .s-comp122 .direction-switcher .content-box {
    padding: 48px 30px 96px 30px; }

  .s-comp59 .direction-switcher .image-box .image {
    padding: 0px 0px 50% 0px; }

  .s-comp59 .direction-switcher .image-box .image {
    min-height: auto;
    max-height: none; } }

@media (max-width: 480px) {
  .s-comp122 .direction-switcher .content-box {
    padding: 36px 0px 72px 0px; }

  .s-comp122 .direction-switcher .content-box .s-button-list {
    margin: -4px 0px -4px 0px; }

  .s-comp122 .direction-switcher .content-box .s-button-list .s-btn {
    width: 100%; }

  .s-comp122 .direction-switcher .content-box .s-button-list .s-btn {
    margin: 4px 0px 4px 0px; }

  .s-comp122 .direction-switcher .content-box .s-button-list .s-btn-alt {
    width: 100%; }

  .s-comp122 .direction-switcher .content-box .s-button-list .s-btn-alt {
    margin: 4px 0px 4px 0px; }

  .s-comp59 .direction-switcher .image-box .image {
    padding: 0px 0px 90% 0px; }

  .s-comp59 .direction-switcher .image-box .image {
    min-height: auto;
    max-height: none; } }


.s-comp132 {
  margin-top: var(--header-height);
  padding: 96px 0; }

@media only screen and (min-width: 1280px) {
  .s-comp132 .container {
    max-width: 1600px;
    padding: 0 72px; } }

.s-comp132 .s-content-page {
  width: 50%; }

.s-comp132 .s-sidebar {
  width: 33.333%;
  margin-left: 16.666%; }

@media only screen and (max-width: 480px) {
  .s-comp132 {
    padding: 72px 0; } }
/*********************
 Back Button
 *********************/
.s-comp132 .back-button {
  display: inline-block; }

.s-comp132 .s-back-btn {
  display: inline-block; }

.s-comp132 .s-back-btn i {
  vertical-align: middle; }
/*********************
 Container
 *********************/
.s-comp132 .s-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
/*********************
 Header
 *********************/
@media only screen and (max-width: 991px) {
  .s-comp132 .s-detail-header h2, .s-comp132 .s-detail-header .s-text {
    margin-left: auto !important;
    margin-right: auto !important; } }
/*********************
 Image
 *********************/
.s-comp132 .s-img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
/*********************
 Sidebar
 *********************/
.s-comp132 .s-sidebar-tile {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: calc(30px + var(--header-height)); }

.s-comp132 .s-detail-cont .s-text {
  padding: 0px 0px 48px 0px; }

.s-comp132 .s-detail-cont .s-button-list .s-btn, .s-comp132 .s-detail-cont .s-button-list a.s-btn:link, .s-comp132 .s-detail-cont .s-button-list a.s-btn:visited {
  margin: 4px 4px 4px 4px; }

.s-comp132 .s-detail-cont .s-button-list .s-btn-alt, .s-comp132 .s-detail-cont .s-button-list a.s-btn-alt:link, .s-comp132 .s-detail-cont .s-button-list a.s-btn-alt:visited {
  margin: 4px 4px 4px 4px; }

.s-comp132 .s-detail-cont .s-button-list {
  margin: 0px 0px 48px 0px; }

.s-comp132 .s-detail-cont .s-button-list-beh {
  text-align: left; }

.s-comp132 .s-detail-cont hr {
  margin: 0px 0px 48px 0px; }

.s-comp132 .s-detail-cont .s-img {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp132 .s-detail-cont .s-img {
  max-height: 600px; }

.s-comp132 .s-detail-cont .s-img {
  margin: 24px 0px 72px 0px; }

.s-comp132 .s-detail-cont .s-img-beh {
  text-align: center; }

.s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev:before, .s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev:focus:before {
  content: '\f104';
  font-family: fontAwesome; }

.s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next:before, .s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next:focus:before {
  content: '\f105';
  font-family: fontAwesome; }

.s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next:before, .s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev:before, .s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next:focus:before, .s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev:focus:before {
  font-size: 20px;
  font-weight: normal;
  color: #3a3c41;
  text-shadow: 0px 0px 0px #696d77; }

.s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next, .s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev, .s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next:focus, .s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev:focus {
  background-color: #fff; }

.s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next, .s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev, .s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next:focus, .s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev:focus {
  width: 40px; }

.s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next, .s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev, .s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next:focus, .s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev:focus {
  height: 40px; }

.s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next, .s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev, .s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next:focus, .s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev:focus {
  margin: -20px 0px 0px 0px; }

.s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next, .s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev, .s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next:focus, .s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev:focus {
  padding: 9px 15px 0px 15px; }

.s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next:hover, .s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev:hover, .s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next:active, .s-comp132 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev:active {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8); }

.s-comp132 .s-detail-cont .flexslider.s-slider .flex-control-nav > li a, .s-comp132 .s-detail-cont .flexslider.s-slider .flex-control-nav > li a:focus {
  background-color: #dedede; }

.s-comp132 .s-detail-cont .flexslider.s-slider .flex-control-nav > li a, .s-comp132 .s-detail-cont .flexslider.s-slider .flex-control-nav > li a:focus {
  width: 8px; }

.s-comp132 .s-detail-cont .flexslider.s-slider .flex-control-nav > li a, .s-comp132 .s-detail-cont .flexslider.s-slider .flex-control-nav > li a:focus {
  height: 8px; }

.s-comp132 .s-detail-cont .flexslider.s-slider .flex-control-nav > li a:hover, .s-comp132 .s-detail-cont .flexslider.s-slider .flex-control-nav > li a:active {
  background-color: #b8b8b8; }

.s-comp132 .s-detail-cont .flexslider.s-slider .flex-control-nav > li a.flex-active {
  background-color: #828282; }

.s-comp132 .s-detail-cont .flexslider.s-slider .flex-control-nav.flex-control-paging {
  margin: 12px 0px 0px 0px; }

.s-comp132 .s-detail-cont .flexslider.s-slider .slides > li {
  height: 500px; }

.s-comp132 .s-detail-cont .flexslider.s-slider {
  margin: 24px 0px 72px 0px; }

.s-comp132 .s-detail-cont .flexslider.s-slider ul.slides:before {
  background-color: #005266; }

.s-comp132 .s-detail-cont .flexslider.s-slider ul.slides:before {
  opacity: 0; }

.s-comp132 .s-detail-header {
  border-bottom: 1px solid #eee; }

.s-comp132 .s-detail-header {
  width: 100%; }

.s-comp132 .s-detail-header {
  margin: 0px 0px 36px 0px; }

.s-comp132 .s-detail-header {
  padding: 0px 0px 36px 0px; }

.s-comp132 .s-detail-header h2 {
  text-align: left; }

.s-comp132 .s-detail-header h2 {
  margin: 0px 0px 0px 0px; }

.s-comp132 .s-detail-header .s-text {
  font-size: 120%; }

.s-comp132 .s-detail-header .s-text {
  color: #3a3c41; }

.s-comp132 .s-detail-header .s-text {
  text-align: left; }

.s-comp132 .s-detail-header .s-text {
  line-height: 144%; }

.s-comp132 .s-detail-header .s-text {
  max-width: 550px; }

.s-comp132 .s-detail-header .s-text {
  margin: 12px 0px 0px 0px; }

.s-comp132 .s-detail-header .s-text {
  opacity: 0.6; }

.s-comp132 .s-sidebar-tile {
  background-color: #fff; }

.s-comp132 .s-sidebar-tile {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp132 .s-sidebar-tile {
  width: 100%; }

.s-comp132 .s-sidebar-tile {
  padding: 48px 40px 48px 40px; }

.s-comp132 .s-sidebar-tile h2 {
  font-size: 144%; }

.s-comp132 .s-sidebar-tile h2 {
  text-align: left; }

.s-comp132 .s-sidebar-tile .s-text {
  text-align: left; }

.s-comp132 .s-sidebar-tile .s-btn-beh a {
  margin: 24px 0px 0px 0px; }

.s-comp132 .s-sidebar-tile .s-btn-beh {
  text-align: left; }

.s-comp132 .back-button {
  width: 100%; }

.s-comp132 .back-button {
  margin: 0px 0px 24px 0px; }

.s-comp132 .s-back-btn {
  font-size: 14px; }

.s-comp132 .s-back-btn {
  font-weight: normal; }

.s-comp132 .s-back-btn {
  color: #696d77; }

.s-comp132 .s-back-btn i {
  font-size: 0.7em; }

.s-comp132 .s-back-btn i {
  color: #00b8bf; }

.s-comp132 .s-back-btn i {
  margin: -1px 2px 0px 0px; }

.s-comp132 .s-back-btn:hover {
  text-decoration: none; }

.s-comp132 .s-back-btn:hover {
  opacity: 0.6; }

@media (max-width: 991px) {
  .s-comp132 .s-detail-header h2 {
    text-align: center; }

  .s-comp132 .s-detail-header .s-text {
    text-align: center; }

  .s-comp132 .s-sidebar-tile h2 {
    text-align: center; }

  .s-comp132 .s-sidebar-tile .s-text {
    text-align: center; }

  .s-comp132 .s-sidebar-tile .s-btn-beh {
    text-align: center; } }

@media (max-width: 480px) {
  .s-comp132 .s-detail-cont .s-img {
    margin: 0px 0px 48px 0px; }

  .s-comp132 .s-detail-cont .flexslider.s-slider .slides > li {
    height: 60vh; }

  .s-comp132 .s-detail-cont .flexslider.s-slider {
    margin: 0px 0px 48px 0px; }

  .s-comp132 .s-detail-header h2 {
    text-align: center; }

  .s-comp132 .s-detail-header .s-text {
    text-align: center; }

  .s-comp132 .s-sidebar-tile {
    padding: 36px 24px 36px 24px; }

  .s-comp132 .s-sidebar-tile h2 {
    text-align: center; }

  .s-comp132 .s-sidebar-tile .s-text {
    text-align: center; }

  .s-comp132 .s-sidebar-tile .s-btn-beh {
    text-align: center; } }


/* Default css from FAQ */
.s-comp107 .s-accordion.smC18346SmSn1p3T7-style .s-accordion__header {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  text-align: left; }

.s-comp107 {
  position: relative; }


.s-comp144 {
  position: relative; }


/****************************
 FLEX (COMP)
 ****************************/
.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  position: relative; }
/****************************
 FLEX (COLUMN)
 ****************************/
.s-comp90 .s-flex.smC11783SmSn1p3T5-style {
  position: relative; }
/****************************
 BLOCKQUOTE
 ****************************/
.s-comp90 .s-quote.smC11783SmSn1p3T12-style {
  position: relative; }

.s-comp90 .s-quote.smC11783SmSn1p3T12-style:before, .s-comp90 .s-quote.smC11783SmSn1p3T12-style:after {
  content: '"'; }
/****************************
 BUTTON LIST
 ****************************/
.s-comp90 .s-btn.smC11783SmSn1p3T8-style, .s-comp90 .s-btn-alt.smC11783SmSn1p3T8-style {
  position: relative; }
/****************************
 EMBED/IFRAME
 ****************************/
.s-comp90 .s-plugin.smC11783SmSn1p3T11-style {
  overflow: hidden; }

.s-comp90 .s-plugin.smC11783SmSn1p3T11-style iframe {
  width: 100% !important;
  height: 100% !important;
  margin-bottom: -10px !important; }
/****************************
 GALLERY
 ****************************/
.s-comp90 .gallery > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.s-comp90 .gallery > .row > div {
  padding: 0 15px; }

.s-comp90 .gallery.grid-1 > .row > div {
  width: 100%; }

.s-comp90 .gallery.grid-2 > .row > div {
  width: 50%; }

.s-comp90 .gallery.grid-3 > .row > div {
  width: 33.333%; }

.s-comp90 .gallery.grid-4 > .row > div {
  width: 25%; }

.s-comp90 .gallery.grid-5 > .row > div {
  width: 20%; }

.s-comp90 .gallery > .row > div > a {
  display: inline-block;
  width: 100%; }

.s-comp90 .gallery .s-grid-img {
  width: 100%;
  padding-bottom: 75%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-bottom: 30px; }

@media only screen and (max-width: 991px) {
  .s-comp90 .gallery.grid-4 > .row > div, .s-comp90 .gallery.grid-5 > .row > div {
    width: 50%; } }

@media only screen and (max-width: 480px) {
  .s-comp90 .gallery > .row > div {
    width: 100% !important; } }
/****************************
 ICON LIST
 ****************************/
.s-comp90 .icon-list {
  position: relative; }

.s-comp90 .icon-list .icons .icon {
  position: relative;
  overflow: hidden;
  display: block; }

.s-comp90 .icon-list .icons .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
/****************************
 IMAGE
 ****************************/
.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style .s-img[src=""], .s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style .s-img[src*="placehold.it"] {
  display: none; }
/****************************
 LINKED IMAGE
 ****************************/
.s-comp90 .s-logo__link.smC11783SmSn1p3T13-style a {
  display: inline-block;
  position: relative; }

.s-comp90 .s-logo__link.smC11783SmSn1p3T13-style .s-logo {
  max-width: 100%;
  max-height: 100%; }

.s-comp90 .s-logo__link.smC11783SmSn1p3T13-style .s-logo[src=""], .s-comp90 .s-logo__link.smC11783SmSn1p3T13-style .s-logo[src*="placehold.it"] {
  display: none; }
/****************************
 LOGO LIST
 ****************************/
.s-comp90 .logo-list .logo {
  position: relative; }

.s-comp90 .logo-list .logo a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%; }

.s-comp90 .logo-list .logo img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
/****************************
 TEXT
 ****************************/
.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  position: relative; }
/****************************
 TILE
 ****************************/
.s-comp90 .s-tile {
  position: relative; }

.s-comp90 .s-tile > .row > div:last-child > *:not(.s-button-list) {
  margin-bottom: 0 !important; }

.s-comp90 .s-tile > .row > div:last-child .s-button-list {
  margin-bottom: -4px !important; }
/****************************
 TITLE
 ****************************/
.s-comp90 h1.smC11783SmSn1p3T6-style, .s-comp90 h2.smC11783SmSn1p3T6-style, .s-comp90 h3.smC11783SmSn1p3T6-style, .s-comp90 h4.smC11783SmSn1p3T6-style, .s-comp90 h5.smC11783SmSn1p3T6-style, .s-comp90 h6.smC11783SmSn1p3T6-style {
  position: relative; }
/* Default css from Grid */
.s-comp90 .s-grid.smC11783SmSn1p3T2-style {
  position: relative; }
/* Default css from Masonry */
.s-comp90 .s-masonry.smC11783SmSn1p3T3-style {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  max-width: 100%; }
/* Default css from Image */
.s-comp90 .s-img__wrapper.smC11783SmSn1p3T4-style {
  position: relative; }

.s-comp90 .s-img__wrapper.smC11783SmSn1p3T4-style .s-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; }

.s-comp90 .s-img__wrapper.smC11783SmSn1p3T4-style .s-img[src=""], .s-comp90 .s-img__wrapper.smC11783SmSn1p3T4-style .s-img[src*="placehold.it"] {
  display: none; }

.s-comp90 {
  padding: 96px 0px 60px 0px; }

.s-comp90 {
  position: relative; }

.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  flex-wrap: wrap; }

.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: center; }

.s-comp90 .s-flex.smC11783SmSn1p3T5-style {
  display: flex !important;
  flex-direction: row; }

.s-comp90 .s-flex.smC11783SmSn1p3T5-style {
  flex-wrap: wrap; }

.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  margin: 0px 0px 36px 0px; }

.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style {
  margin: 0px 0px 36px 0px; }

.s-comp90 .s-plugin.smC11783SmSn1p3T11-style {
  box-shadow: 0px 0px 15px 0px rgba(58, 60, 65, 0.1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(58, 60, 65, 0.1); }

.s-comp90 .s-plugin.smC11783SmSn1p3T11-style {
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

.s-comp90 .s-plugin.smC11783SmSn1p3T11-style {
  width: 100%; }

.s-comp90 .s-plugin.smC11783SmSn1p3T11-style {
  height: 450px; }

.s-comp90 .s-plugin.smC11783SmSn1p3T11-style {
  margin: 0px 0px 36px 0px; }

.s-comp90 .s-button-list {
  margin: -4px -4px 32px -4px; }

.s-comp90 .s-button-list {
  display: flex;
  flex-direction: row; }

.s-comp90 .s-button-list {
  flex-wrap: wrap; }

.s-comp90 blockquote.smC11783SmSn1p3T12-style {
  margin: 0px 0px 36px 0px; }

.s-comp90 .s-logo__link.smC11783SmSn1p3T13-style a {
  height: 60px; }

.s-comp90 .s-logo__link.smC11783SmSn1p3T13-style {
  margin: 0px 0px 36px 0px; }

.s-comp90 .s-logo__link.smC11783SmSn1p3T13-style {
  display: flex;
  flex-direction: row; }

.s-comp90 .s-logo__link.smC11783SmSn1p3T13-style {
  flex-wrap: wrap; }

.s-comp90 .s-logo__link.smC11783SmSn1p3T13-style {
  justify-content: center; }

.s-comp90 .icon-list {
  margin: 0px 0px 36px 0px; }

.s-comp90 .icon-list .s-text {
  text-align: left; }

.s-comp90 .icon-list .s-text {
  margin: 0px 0px 0.833em 0px; }

.s-comp90 .icon-list .icons {
  margin: -4px -4px -4px -4px; }

.s-comp90 .icon-list .icons {
  display: flex;
  flex-direction: row; }

.s-comp90 .icon-list .icons {
  flex-wrap: wrap; }

.s-comp90 .icon-list .icons {
  justify-content: flex-start; }

.s-comp90 .icon-list .icons {
  align-items: center; }

.s-comp90 .icon-list .icons div.icon {
  width: 30px; }

.s-comp90 .icon-list .icons div.icon {
  height: 30px; }

.s-comp90 .icon-list .icons div.icon {
  margin: 4px 4px 4px 4px; }

.s-comp90 .icon-list .icons div.icon i {
  font-size: 1.44rem; }

.s-comp90 .icon-list .icons div.icon i {
  color: #696d77; }

.s-comp90 .icon-list .icons a.icon {
  background-color: #00b8bf; }

.s-comp90 .icon-list .icons a.icon {
  box-shadow: 0px 0px 8px 0px rgba(0, 184, 191, 0.2);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 184, 191, 0.2); }

.s-comp90 .icon-list .icons a.icon {
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

.s-comp90 .icon-list .icons a.icon {
  width: 30px; }

.s-comp90 .icon-list .icons a.icon {
  height: 30px; }

.s-comp90 .icon-list .icons a.icon {
  margin: 4px 4px 4px 4px; }

.s-comp90 .icon-list .icons a.icon i {
  font-size: 0.833rem; }

.s-comp90 .icon-list .icons a.icon i {
  font-weight: normal; }

.s-comp90 .icon-list .icons a.icon i {
  color: #c0e5ea; }

.s-comp90 .icon-list .icons a.icon:hover {
  background-color: #005266; }

.s-comp90 .icon-list .icons a.icon:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 82, 102, 0.2);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 82, 102, 0.2); }

.s-comp90 .icon-list .icons a.icon:hover {
  -ms-transform: translate3d(0%, -6%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0%, -6%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0%, -6%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-comp90 .logo-list {
  margin: 0px 0px 36px 0px; }

.s-comp90 .logo-list .s-text {
  margin: 0px 0px 1em 0px; }

.s-comp90 .logo-list .logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }

.s-comp90 .logo-list .logos {
  grid-gap: 30px; }

.s-comp90 .logo-list .logos .logo {
  height: 50px; }

.s-comp90 .logo-list .logos .logo, .s-comp90 .logo-list .logos .logo a {
  display: flex;
  flex-direction: row; }

.s-comp90 .logo-list .logos .logo, .s-comp90 .logo-list .logos .logo a {
  justify-content: center; }

.s-comp90 .logo-list .logos .logo, .s-comp90 .logo-list .logos .logo a {
  align-items: center; }

.s-comp90 .s-card.smC11783SmSn1p3T15-style {
  margin: 0px 0px 36px 0px; }

.s-comp90 .s-tile .s-button-list {
  display: flex;
  flex-direction: row; }

.s-comp90 .s-tile .s-logo__link.smC11783SmSn1p3T13-style {
  display: flex;
  flex-direction: row; }

.s-comp90 .s-tile .icon-list .icons {
  display: flex;
  flex-direction: row; }

.s-comp90 .s-tile .logo-list .logos .logo, .s-comp90 .s-tile .logo-list .logos .logo a {
  display: flex;
  flex-direction: row; }

.s-comp90 .gallery {
  margin: 0px 0px 6px 0px; }

.s-comp90 .gallery .s-grid-img {
  box-shadow: 0px 0px 15px 0px rgba(58, 60, 65, 0.1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(58, 60, 65, 0.1); }

.s-comp90 .gallery .s-grid-img {
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

.s-comp90 .gallery .s-grid-img {
  width: 100%; }

.s-comp90 .gallery .s-grid-img {
  padding: 0px 0px 75% 0px; }

991 {
  .s-comp90 .s-flex.smC11783SmSn1p3T4-style {
    align-items: flex-start; }

  .s-comp90 .s-flex.smC11783SmSn1p3T5-style {
    display: flex !important;
    flex-direction: column; }

  .s-comp90 .s-plugin.smC11783SmSn1p3T11-style {
    height: 40vh; }

  .s-comp90 .icon-list .s-text {
    text-align: center; }

  .s-comp90 .icon-list .icons {
    justify-content: center; } }

@media (max-width: 480px) {
  .s-comp90 {
    padding: 72px 0px 36px 0px; }

  .s-comp90 .s-flex.smC11783SmSn1p3T4-style {
    align-items: flex-start; }

  .s-comp90 .s-flex.smC11783SmSn1p3T5-style {
    display: flex !important;
    flex-direction: column; }

  .s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style {
    margin: 0px auto 36px auto; }

  .s-comp90 .s-plugin.smC11783SmSn1p3T11-style {
    height: 60vh; }

  .s-comp90 .s-logo__link.smC11783SmSn1p3T13-style a {
    height: 40px; }

  .s-comp90 .icon-list .s-text {
    text-align: center; }

  .s-comp90 .icon-list .icons {
    justify-content: center; }

  .s-comp90 .logo-list .logos {
    display: grid;
    grid-template-columns: repeat(1, 1fr); }

  .s-comp90 .s-tile .s-button-list {
    display: flex;
    flex-direction: column; } }


.s-comp115 .s-form h1:before, .s-comp115 .s-form h2:before, .s-comp115 .s-form h3:before, .s-comp115 .s-form h4:before, .s-comp115 .s-form h5:before, .s-comp115 .s-form h6:before {
  content: "";
  position: relative;
  display: block; }

.s-comp115 .s-form h1:after, .s-comp115 .s-form h2:after, .s-comp115 .s-form h3:after, .s-comp115 .s-form h4:after, .s-comp115 .s-form h5:after, .s-comp115 .s-form h6:after {
  content: "";
  position: relative;
  display: block; }
/******************
 GENERAL
 ******************/
.s-comp115 {
  position: relative; }

.s-comp115 .s-text {
  font-size: 0.72em; }
/******************
 FORM SETTINGS
 ******************/
.s-comp115 .s-form .form-group {
  margin: 0; }

.s-comp115 .s-form label {
  display: block; }

.s-comp115 .s-form label.form-check-inline {
  display: inline-block; }

.s-comp115 .s-btn {
  position: relative; }
/*
 .s-comp115 .submitBtn:before{
 content:"";
 position:absolute;
 top:0;
 left:0;
 bottom:0;
 width:0%;
 background:#000;
 opacity:0.25;
 -webkit-filter:invert(1);
 }
 */
.s-comp115 .s-form .checkbox-inline {
  display: inline-block; }

.s-comp115 .s-form .radio-inline {
  display: inline-block; }

.s-comp115 .form-check-label > .form-check-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
  padding: 0; }

.s-comp115 .form-check-label > .form-check-description {
  display: inline-block; }

.s-comp115 .form-check-label > .form-check-indicator {
  position: absolute;
  top: 0.0625rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 50% 50%;
  background-size: 50% 50%; }

.s-comp115 .form-check-label .form-check-input:checked ~ .form-check-indicator {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8"><path fill="%23fff" d="M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z"/></svg>');
  color: #fff;
  background-color: #0074d9; }

.s-comp115 .form-check-label {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }

.s-comp115 .form-check.radio .form-check-label .form-check-input:checked ~ .form-check-indicator {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"><circle r="3" fill="%23fff"/></svg>'); }

.s-comp115 *:focus {
  outline: none; }

.s-comp115 .s-form .s-recaptcha-beh > .g-recaptcha {
  display: inline-block; }

.s-comp115 .s-form .s-recaptcha-beh > .g-recaptcha > div {
  width: auto !important; }

input[type="date"]::-webkit-outer-spin-button, input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-calendar-picker-indicator, input[type="datetime-local"]::-webkit-outer-spin-button, input[type="datetime-local"]::-webkit-inner-spin-button, input[type="datetime-local"]::-webkit-calendar-picker-indicator, input[type="time"]::-webkit-outer-spin-button, input[type="time"]::-webkit-inner-spin-button, input[type="time"]::-webkit-calendar-picker-indicator, input[type="month"]::-webkit-outer-spin-button, input[type="month"]::-webkit-inner-spin-button, input[type="month"]::-webkit-calendar-picker-indicator, input[type="week"]::-webkit-outer-spin-button, input[type="week"]::-webkit-inner-spin-button, input[type="week"]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  display: none; }

.s-comp115 select {
  height: auto !important; }
/******************
 RADIO BUTTONS
 ******************/
.s-comp115 .s-radios-beh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 0 -4px; }

.s-comp115 .s-form .radio-inline {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.s-comp115 .s-form .radio-inline label {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.s-comp115 .s-form .radio-inline .form-check-indicator {
  top: 50%;
  left: 0;
  transform: translate(0, -50%); }
/******************
 CHECKBOXES
 ******************/
.s-comp115 .s-checkbox-beh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 0 -4px; }

.s-comp115 .form-check checkbox {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.s-comp115 .s-checkbox-beh label {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.s-comp115 .s-checkbox-beh .form-check-indicator {
  top: 50%;
  left: 0;
  transform: translate(0, -50%); }
/******************
 UPLOAD INPUT
 ******************/
.s-comp115 .sm-input {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer; }

.s-comp115 .sm-file-input {
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: pointer; }

.s-comp115 .sm-file-input:hover + .sm-file-control::before {
  background: red; }

.s-comp115 .sm-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  font-size: 0.9em;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 8px 12px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
  border-image: initial;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.s-comp115 .file-control {
  padding: 8px 24px; }

.s-comp115 .sm-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
  border-image: initial; }

.s-comp115 .sm-file-control::before {
  content: attr(data-btn); }

.s-comp115 .sm-file-control::after {
  content: attr(data-upload);
  height: 32px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-size: 0.9em;
  opacity: 0.7; }

.s-comp115 input[type="file"] {
  padding: 0 !important;
  height: auto !important;
  display: inline-block !important; }

.s-comp115 .sm-file-control {
  padding: 0 !important;
  width: 100% !important;
  height: 36px !important; }

.s-comp115 .sm-file-control::before {
  padding: 8px 24px 12px 24px !important; }

@media only screen and (max-width: 991px) {
  .s-comp115 form > .row {
    display: flex;
    flex-direction: column; } }
/******************
 LABELS
 ******************/
.s-comp115 .s-form label.form-check-label {
  position: relative;
  display: inline-block;
  padding-left: 0;
  cursor: pointer; }

.s-comp115 .label-required:after {
  content: '*';
  margin-left: 4px;
  font-size: 0.8em;
  color: red;
  font-weight: bold; }
/******************
 PRIVACY
 ******************/
.s-comp115 .privacy {
  text-align: left !important; }

.s-comp115 .s-text a, .s-comp115 .privacy a {
  text-decoration-color: transparent !important; }

.s-comp115 .privacy::empty {
  display: none; }
/******************
 SOCIAL MEDIA
 ******************/
.s-comp115 .social-media .row {
  margin: 0 -4px;
  display: flex; }

@media only screen and (max-width: 991px) {
  .s-comp115 .social-media .row {
    justify-content: center; } }
/******************
 OPENING TIMES
 ******************/
.s-comp115 .opening-times .day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media only screen and (max-width: 991px) {
  .s-comp115 .opening-times .day {
    flex-direction: column; } }

.s-comp115 {
  padding: 10px 0px 66px 0px; }

.s-comp115 .s-form h1 {
  text-align: left; }

.s-comp115 .s-form h2 {
  text-align: left; }

.s-comp115 .s-form h2 {
  margin: 0px 0px 4px 0px; }

.s-comp115 .s-form h3 {
  text-align: left; }

.s-comp115 .s-form h4 {
  text-align: left; }

.s-comp115 .s-form h5 {
  text-align: left; }

.s-comp115 .s-form h6 {
  text-align: left; }

.s-comp115 .s-form .s-text {
  margin: 0px 0px 30px 0px; }

.s-comp115 .form-check.checkbox .form-check-label > .form-check-indicator {
  background-color: #fff; }

.s-comp115 .form-check.checkbox .form-check-label > .form-check-indicator {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp115 .form-check.checkbox .form-check-label > .form-check-indicator {
  border: 1px solid #00b8bf; }

.s-comp115 .form-check.checkbox .form-check-label > .form-check-indicator {
  width: 20px; }

.s-comp115 .form-check.checkbox .form-check-label > .form-check-indicator {
  height: 20px; }

.s-comp115 .form-check.checkbox .form-check-label > .form-check-indicator {
  margin: 3px 0px 0px 0px; }

.s-comp115 .form-check.checkbox .form-check-label .form-check-input:checked ~ .form-check-indicator {
  background-color: #005266; }

.s-comp115 .form-check.checkbox .form-check-label .form-check-input:checked ~ .form-check-indicator {
  border: 1px solid #005266; }

.s-comp115 .form-check.checkbox .form-check-label > .form-check-indicator {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.s-comp115 .form-check.checkbox .form-check-label > .form-check-description {
  font-size: 14px; }

.s-comp115 .form-check.checkbox .form-check-label > .form-check-description {
  padding: 0px 0px 0px 25px; }

.s-comp115 .s-form .form-check.checkbox {
  margin: 0px 15px 0px 0px; }

.s-comp115 .form-check.radio .form-check-label > .form-check-indicator {
  background-color: #c0e5ea; }

.s-comp115 .form-check.radio .form-check-label > .form-check-indicator {
  -webkit-border-radius: 99px 99px 99px 99px;
  border-radius: 99px 99px 99px 99px; }

.s-comp115 .form-check.radio .form-check-label > .form-check-indicator {
  border: 1px solid #696d77; }

.s-comp115 .form-check.radio .form-check-label > .form-check-indicator {
  width: 14px; }

.s-comp115 .form-check.radio .form-check-label > .form-check-indicator {
  height: 14px; }

.s-comp115 .form-check.radio .form-check-label > .form-check-indicator {
  margin: 0px 0px 0px 0px; }

.s-comp115 .form-check.radio .form-check-label .form-check-input:checked ~ .form-check-indicator {
  background-color: #00b8bf; }

.s-comp115 .form-check.radio .form-check-label .form-check-input:checked ~ .form-check-indicator {
  border: 1px solid #00b8bf; }

.s-comp115 .form-check.radio .form-check-label:hover > .form-check-indicator {
  border: 1px solid #005266; }

.s-comp115 .s-form .form-check.radio {
  margin: 0px 8px 0px 8px; }

.s-comp115 .form-check.radio .form-check-label > .form-check-description {
  font-size: 0.9em; }

.s-comp115 .form-check.radio .form-check-label > .form-check-description {
  color: #696d77; }

.s-comp115 .form-check.radio .form-check-label > .form-check-description {
  line-height: 100%; }

.s-comp115 .form-check.radio .form-check-label > .form-check-description {
  margin: 0px 0px 0px 25px; }

.s-comp115 .form-check.radio .form-check-label > .form-check-description {
  opacity: 0.7; }

.s-comp115 .form-check.checkbox .form-check-label > .form-check-indicator {
  background-color: #fff; }

.s-comp115 .form-check.checkbox .form-check-label > .form-check-indicator {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp115 .form-check.checkbox .form-check-label > .form-check-indicator {
  border: 1px solid #696d77; }

.s-comp115 .form-check.checkbox .form-check-label > .form-check-indicator {
  width: 14px; }

.s-comp115 .form-check.checkbox .form-check-label > .form-check-indicator {
  height: 14px; }

.s-comp115 .form-check.checkbox .form-check-label > .form-check-indicator {
  margin: 0px 0px 0px 0px; }

.s-comp115 .form-check.checkbox .form-check-label .form-check-input:checked ~ .form-check-indicator {
  background-color: #005266; }

.s-comp115 .form-check.checkbox .form-check-label .form-check-input:checked ~ .form-check-indicator {
  border: 1px solid #005266; }

.s-comp115 .form-check.checkbox .form-check-label:hover > .form-check-indicator {
  border: 1px solid #005266; }

.s-comp115 .s-form .form-check.checkbox {
  margin: 0px 8px 0px 8px; }

.s-comp115 .form-check.checkbox .form-check-label > .form-check-description {
  font-size: 0.9em; }

.s-comp115 .form-check.checkbox .form-check-label > .form-check-description {
  color: #696d77; }

.s-comp115 .form-check.checkbox .form-check-label > .form-check-description {
  line-height: 100%; }

.s-comp115 .form-check.checkbox .form-check-label > .form-check-description {
  margin: 0px 0px 0px 0px; }

.s-comp115 .form-check.checkbox .form-check-label > .form-check-description {
  opacity: 0.7; }

.s-comp115 .s-img {
  margin: 0px 0px 30px 0px; }

.s-comp115 .s-img-default-beh {
  text-align: center; }

.s-comp115 .s-plugin iframe {
  width: 100%; }

.s-comp115 .s-plugin iframe {
  margin: 0px 0px 30px 0px; }

.s-comp115 .opening-times {
  width: 100%; }

.s-comp115 .opening-times {
  margin: 0px 0px 30px 0px; }

.s-comp115 .opening-times .day {
  width: 100%; }

.s-comp115 .opening-times .day .day-inner {
  font-weight: normal; }

.s-comp115 .opening-times .day .day-inner {
  text-align: left; }

.s-comp115 .opening-times .day .day-inner {
  width: 120px; }

.s-comp115 .opening-times .day .hours-inner {
  text-align: left; }

.s-comp115 .social-media {
  width: 100%; }

.s-comp115 .social-media {
  margin: 0px 0px 30px 0px; }

.s-comp115 .social-media .s-text {
  font-weight: bold; }

.s-comp115 .social-media .s-text {
  margin: 0px 0px 8px 0px; }

.s-comp115 .social-media a {
  background-color: #00b8bf; }

.s-comp115 .social-media a {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp115 .social-media a {
  width: 30px; }

.s-comp115 .social-media a {
  height: 30px; }

.s-comp115 .social-media a {
  margin: 0px 4px 0px 4px; }

.s-comp115 .social-media a {
  display: inline-block; }

.s-comp115 .social-media a {
  position: relative; }

.s-comp115 .social-media a i {
  font-size: 15px; }

.s-comp115 .social-media a i {
  font-weight: normal; }

.s-comp115 .social-media a i {
  color: #c0e5ea; }

.s-comp115 .social-media a i {
  -ms-transform: translate3d(-50%, -50%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(-50%, -50%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-comp115 .social-media a i {
  position: absolute; }

.s-comp115 .social-media a i {
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto; }

.s-comp115 .social-media a:hover {
  -ms-transform: translate3d(0px, -2px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, -2px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, -2px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-comp115 .social-media {
  display: inline-block; }

.s-comp115 .social-media {
  text-align: center; }

.s-comp115 .privacy.s-text {
  font-size: 0.833rem; }

.s-comp115 .privacy.s-text {
  font-weight: normal; }

.s-comp115 .privacy.s-text {
  color: rgba(105, 109, 119, 0.6); }

.s-comp115 .privacy.s-text {
  line-height: 1.44; }

.s-comp115 .privacy.s-text {
  margin: 30px 0px 5px 0px; }

.s-comp115 .privacy.s-text {
  opacity: 0.833; }

.s-comp115 .s-form label.control-label {
  margin: 20px 0px 0px 3px; }

.s-comp115 .s-form input::-webkit-input-placeholder {
  font-size: 0.9em; }

.s-comp115 .s-form textarea::-webkit-input-placeholder {
  font-size: 0.9em; }

.s-comp115 .s-form input:-moz-placeholder {
  font-size: 0.9em; }

.s-comp115 .s-form textarea:-moz-placeholder {
  font-size: 0.9em; }

.s-comp115 .s-form input::-moz-placeholder {
  font-size: 0.9em; }

.s-comp115 .s-form textarea::-moz-placeholder {
  font-size: 0.9em; }

.s-comp115 .s-form input:-ms-input-placeholder {
  font-size: 0.9em; }

.s-comp115 .s-form textarea:-ms-input-placeholder {
  font-size: 0.9em; }

.s-comp115 .s-form .sw-result-easyform {
  color: #696d77; }

.s-comp115 .s-form .sw-result-easyform {
  display: none; }

.s-comp115 .s-form .has-error label.control-label {
  color: #a94442; }

.s-comp115 .s-form .has-error input.form-control, .s-comp115 .s-form .has-error select.form-control, .s-comp115 .s-form .has-error textarea, .s-comp115 .s-form .has-error .sm-file-control {
  border: 2px solid #a94442; }

.s-comp115 .s-form .has-success label.control-label {
  color: #27ae60; }

.s-comp115 .s-form .has-success input.form-control, .s-comp115 .s-form .has-success select.form-control, .s-comp115 .s-form .has-success textarea, .s-comp115 .s-form .has-success .sm-file-control {
  border: 2px solid #27ae60; }

.s-comp115 .s-form .sm-file-control::before {
  font-size: 1.1em; }

.s-comp115 .s-form .sm-file-control::before {
  font-weight: 600; }

.s-comp115 .s-form .sm-file-control::before {
  color: #fff; }

.s-comp115 .s-form .sm-file-control::before {
  background-color: #00b8bf;
  background-image: -webkit-gradient(linear, to opposite-position('225deg') , from(#00b8bf), to(#008b98));
  background-image: -webkit-linear-gradient(to opposite-position('225deg') , #00b8bf, #008b98);
  background-image: linear-gradient(225deg, #00b8bf, #008b98); }

.s-comp115 .s-form .sm-file-control::before {
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

.s-comp115 .s-form .sm-file-control::before {
  border: 0px solid #00b8bf; }

.s-comp115 .s-form .sm-file-control::before {
  margin: 0px 0px 0px 0px; }

.s-comp115 .s-form .sm-file-control::before {
  padding: 9px 24px 8px 24px; }

.s-comp115 .s-form .sm-file-input:hover + .sm-file-control::before {
  background-color: #eaeaea; }

.s-comp115 .s-form input.form-control, .s-comp115 .s-form select.form-control, .s-comp115 .s-form .sm-file-control {
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

.s-comp115 .s-form input.form-control, .s-comp115 .s-form select.form-control, .s-comp115 .s-form .sm-file-control {
  border: 0px solid #eaeaea; }

.s-comp115 .s-form input.form-control, .s-comp115 .s-form select.form-control, .s-comp115 .s-form .sm-file-control {
  border-bottom: 2px solid #005266; }

.s-comp115 .s-form input.form-control, .s-comp115 .s-form select.form-control, .s-comp115 .s-form .sm-file-control {
  outline: 0px solid #fff;
  outline-offset: 0px; }

.s-comp115 .s-form textarea.form-control {
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

.s-comp115 .s-form textarea.form-control {
  border: 1px solid #eaeaea; }

.s-comp115 .s-form textarea.form-control {
  outline: 0px solid #fff;
  outline-offset: 0px; }

.s-comp115 .s-form textarea.form-control {
  margin: 0px 0px 30px 0px; }

.s-comp115 .s-form [type='submit'].s-btn-beh {
  text-align: left; }

.s-comp115 .s-form [type='submit'].s-btn, .s-comp115 .s-form a[type='submit'].s-btn:link, .s-comp115 .s-form a[type='submit'].s-btn:visited {
  font-weight: bold; }

.s-comp115 .s-form [type='submit'].s-btn, .s-comp115 .s-form a[type='submit'].s-btn:link, .s-comp115 .s-form a[type='submit'].s-btn:visited {
  margin: 5px 0px 30px 0px; }

.s-comp115 .s-form [type='submit'].s-btn-alt, .s-comp115 .s-form a[type='submit'].s-btn-alt:link, .s-comp115 .s-form a[type='submit'].s-btn-alt:visited {
  margin: 5px 0px 30px 0px; }

.s-comp115 .s-form [type='submit'].s-btn-alt-beh {
  text-align: left; }

@media (max-width: 991px) {
  .s-comp115 .s-form .sm-file-input:hover + .sm-file-control::before {
    background-color: #eaeaea; } }

991 {
  .s-comp115 {
    padding: 72px 0px 66px 0px; }

  .s-comp115 .s-form h1 {
    text-align: center; }

  .s-comp115 .s-form h2 {
    text-align: center; }

  .s-comp115 .s-form h2 {
    margin: 24px 0px 4px 0px; }

  .s-comp115 .s-form h3 {
    text-align: center; }

  .s-comp115 .s-form h4 {
    text-align: center; }

  .s-comp115 .s-form h5 {
    text-align: center; }

  .s-comp115 .s-form h6 {
    text-align: center; }

  .s-comp115 .opening-times .day .day-inner {
    font-weight: bold; }

  .s-comp115 .opening-times .day .day-inner {
    text-align: center; }

  .s-comp115 .opening-times .day .day-inner {
    width: auto; }

  .s-comp115 .opening-times .day .hours-inner {
    text-align: center; }

  .s-comp115 .s-form .sm-file-input:hover + .sm-file-control::before {
    background-color: #eaeaea; } }

@media (max-width: 480px) {
  .s-comp115 {
    padding: 48px 0px 42px 0px; }

  .s-comp115 .s-form h1 {
    text-align: center; }

  .s-comp115 .s-form h2 {
    text-align: center; }

  .s-comp115 .s-form h2 {
    margin: 24px 0px 4px 0px; }

  .s-comp115 .s-form h3 {
    text-align: center; }

  .s-comp115 .s-form h4 {
    text-align: center; }

  .s-comp115 .s-form h5 {
    text-align: center; }

  .s-comp115 .s-form h6 {
    text-align: center; }

  .s-comp115 .opening-times {
    margin: -18px 0px 30px 0px; }

  .s-comp115 .opening-times .day .day-inner {
    font-weight: bold; }

  .s-comp115 .opening-times .day .day-inner {
    text-align: center; }

  .s-comp115 .opening-times .day .day-inner {
    width: auto; }

  .s-comp115 .opening-times .day .hours-inner {
    text-align: center; }

  .s-comp115 .s-form .sm-file-input:hover + .sm-file-control::before {
    background-color: #eaeaea; } }


@media only screen and (min-width: 1280px) {
  .s-comp96 .container {
    width: 100%;
    max-width: 1600px;
    padding: 0 72px; } }
/*********************
 COMP LAYOUT
 *********************/
@media only screen and (max-width: 480px) {
  .s-comp96 .container {
    padding: 0 30px; } }
/*********************
 OPENING HOURS
 *********************/
.s-comp96 .opening-hours-container {
  margin-bottom: 36px; }

.s-comp96 .opening-hours {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }

.s-comp96 .opening-hours .time-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center; }

.s-comp96 .opening-hours .time-container .day {
  min-width: 120px; }

.s-comp96 .opening-hours .time-container .time {
  width: 100%; }
/*********************
 TILE
 *********************/
.s-comp96 .s-tile {
  box-shadow: var(--shadow-md); }

.s-comp96 .container > .row > div:not(:last-child) .s-tile {
  margin-bottom: 36px; }

.s-comp96 .s-tile > .row > div:last-child > * {
  margin-bottom: 0 !important; }
/*********************
 FORM
 *********************/
/* iFrame */
.s-comp96 .smC11783SmSn1p3T2-style.s-frame--hidden {
  position: absolute;
  bottom: 0;
  left: -9999px;
  height: 0;
  width: 0;
  z-index: -2147483647; }
/*********************
 GENERAL FORM SETTINGS
 *********************/
.s-comp96 .smC11783SmSn1p3T2-style.s-form {
  position: relative; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-flexdir--col {
  flex-direction: column; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-flexdir--row {
  flex-direction: row;
  align-items: center; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form input::-moz-placeholder, .s-comp96 .smC11783SmSn1p3T2-style.s-form input::-webkit-input-placeholder, .s-comp96 .smC11783SmSn1p3T2-style.s-form textarea::-moz-placeholder, .s-comp96 .smC11783SmSn1p3T2-style.s-form textarea::-webkit-input-placeholder {
  opacity: 1; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form label {
  margin: 0; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper {
  position: relative;
  display: flex;
  flex-direction: column-reverse; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-input, .s-comp96 .smC11783SmSn1p3T2-style.s-form .s-textarea, .s-comp96 .smC11783SmSn1p3T2-style.s-form .s-select, .s-comp96 .smC11783SmSn1p3T2-style.s-form .s-upload__info {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  border: 1px solid #cecece;
  border-radius: 0;
  padding: 0.375rem 0.75rem;
  margin: 0;
  flex-grow: 1; }

.s-comp96 .s-form .s-field__wrapper.required label:after {
  content: '*';
  font-size: 0.833em;
  margin-left: 0.25em;
  color: var(--primary); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .form-control[readonly] {
  background: none; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-upload__info:before {
  border-left: 1px solid #cecece;
  padding: 0.375rem 0.75rem; }
/*********************
 SELECT
 *********************/
.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__select {
  position: relative; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__select select {
  cursor: pointer;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__select i {
  position: absolute;
  top: calc(50% + 16px);
  /* 50% + half of label height */
  right: 15px;
  transform: translate(0, -50%);
  font-size: 0.833rem;
  opacity: 0.4;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }
/*********************
 CHECKBOX / RADIO / OPT-IN
 *********************/
.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-checkbox__opts, .s-comp96 .smC11783SmSn1p3T2-style.s-form .s-radio__opts {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-checkbox__opts input, .s-comp96 .smC11783SmSn1p3T2-style.s-form .s-checkbox__opts svg, .s-comp96 .smC11783SmSn1p3T2-style.s-form .s-radio__opts input, .s-comp96 .smC11783SmSn1p3T2-style.s-form .s-radio__opts svg, .s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__optin svg {
  display: none;
  flex-shrink: 0; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-radio__opts svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__optin input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-checkbox__opts .s-check__label, .s-comp96 .smC11783SmSn1p3T2-style.s-form .s-radio__opts .s-radio__label, .s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__optin .s-optin__label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__optin .s-optin__label p {
  margin: 0; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-checkbox__opts .s-check__label .s-check__indicator, .s-comp96 .smC11783SmSn1p3T2-style.s-form .s-radio__opts .s-radio__label .s-radio__indicator, .s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__optin .s-optin__label .s-optin__indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  border: 1px solid #cecece;
  flex-shrink: 0;
  position: relative;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-radio__opts .s-radio__label .s-radio__indicator {
  border-radius: 50%;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form svg {
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-checkbox__opts input:checked + label svg, .s-comp96 .smC11783SmSn1p3T2-style.s-form .s-radio__opts input:checked + label svg, .s-comp96 .smC11783SmSn1p3T2-style.s-form .s-optin__input:checked + label svg {
  display: block; }

@media only screen and (max-width: 480px) {
  .s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-group__radio .s-radio__opts {
    flex-direction: column;
    align-items: flex-start; } }
/*********************
 FILE UPLOAD
 *********************/
.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-file__upload {
  margin: 0;
  opacity: 0;
  z-index: -9999;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-upload__label {
  position: relative; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-upload__info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-upload__info::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-upload__info::before {
  content: attr(data-btn); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-upload__info::after {
  content: attr(data-upload); }
/*********************
 SMESSAGES
 *********************/
.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-form__msg {
  display: none; }
/*********************
 SOCIAL MEDIA
 *********************/
.s-comp96 .social-media-container {
  /*
   background: var(--primary);
   padding: 36px;
   */
  margin-bottom: 36px; }

.s-comp96 .social-media-container h3 {
  font-size: 1rem; }

.s-comp96 .social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px; }

.s-comp96 .social-media-inner {
  padding: 4px; }

.s-comp96 .social-media-inner a {
  display: block;
  width: 30px;
  height: 30px;
  background: var(--primary);
  position: relative;
  overflow: hidden;
  border-radius: 3px; }

.s-comp96 .social-media-inner a i {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.833rem; }
/*********************
 SUBMIT BUTTON
 *********************/
.s-comp96 .s-field__submit {
  flex-wrap: wrap; }

.s-comp96 .s-field__submit .s-text {
  opacity: 0.833;
  line-height: 1.44;
  margin: 0 0 15px 0;
  font-size: 0.833rem;
  text-align: left; }
/*********************
 DESIGN PANELS DEFAULT
 *********************/
/* Default css from Default Title */
.s-comp96 h1.smC11783SmSn1p3T3-style, .s-comp96 h2.smC11783SmSn1p3T3-style, .s-comp96 h3.smC11783SmSn1p3T3-style, .s-comp96 h4.smC11783SmSn1p3T3-style, .s-comp96 h5.smC11783SmSn1p3T3-style, .s-comp96 h6.smC11783SmSn1p3T3-style {
  position: relative; }
/* Default css from Default Text */
.s-comp96 .s-text.smC11783SmSn1p3T4-style {
  position: relative; }

.s-comp96 .s-text.smC11783SmSn1p3T4-style u {
  text-decoration: none; }
/* Default css from Default Button */
.s-comp96 .s-btn.smC11783SmSn1p3T5-style, .s-comp96 .s-btn-alt.smC11783SmSn1p3T5-style {
  position: relative; }

.s-comp96 {
  padding: 144px 0px 144px 0px; }

.s-comp96 {
  position: relative; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form {
  margin: 0px 0px 36px 0px; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper {
  margin: 0px 0px 30px 0px; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__input {
  margin: 0px 0px 30px 0px; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__input .s-input {
  font-size: 1rem; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__input .s-input {
  background-color: rgba(192, 229, 234, 0); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__input .s-input {
  border: 0px solid rgba(105, 109, 119, 0); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__input .s-input {
  outline: 0px solid rgba(105, 109, 119, 0);
  outline-offset: 0px; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__input .s-input {
  padding: 0.482em 0.482em 0.482em 0.482em; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__input .s-input:hover {
  border: 2px solid rgba(105, 109, 119, 0.4); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__input .s-input:hover {
  border-top: 0px solid rgba(105, 109, 119, 0); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__input .s-input:hover {
  border-left: 0px solid rgba(58, 60, 65, 0); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__input .s-input:hover {
  border-right: 0px solid rgba(58, 60, 65, 0); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__input .s-input:focus {
  background-color: rgba(58, 60, 65, 0.04); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__textarea {
  margin: 0px 0px 30px 0px; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__textarea .s-textarea + .s-label {
  color: #fff; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__textarea .s-textarea {
  font-size: 1rem; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__textarea .s-textarea {
  background-color: rgba(192, 229, 234, 0); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__textarea .s-textarea {
  border: 0px solid rgba(105, 109, 119, 0); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__textarea .s-textarea {
  border-bottom: 2px solid #fff; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__textarea .s-textarea {
  outline: 0px solid rgba(105, 109, 119, 0);
  outline-offset: 0px; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__textarea .s-textarea {
  padding: 0.482em 0.482em 0.482em 0.482em; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__textarea .s-textarea:hover {
  border: 2px solid rgba(105, 109, 119, 0.4); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__textarea .s-textarea:hover {
  border-top: 0px solid rgba(105, 109, 119, 0); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__textarea .s-textarea:hover {
  border-left: 0px solid rgba(105, 109, 119, 0); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__textarea .s-textarea:hover {
  border-right: 0px solid rgba(105, 109, 119, 0); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__textarea .s-textarea:focus {
  background-color: rgba(58, 60, 65, 0.04); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__select .s-select + .s-label {
  margin: 0px 0px 8px 0px; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__select .s-select {
  border: 2px solid rgba(105, 109, 119, 0.1); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__select .s-select:focus {
  border: 2px solid rgba(105, 109, 119, 0.4); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__select .s-select:focus {
  outline: 0px solid rgba(105, 109, 119, 0);
  outline-offset: 0px; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-group__radio {
  margin: 0px 0px 30px 0px; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-group__radio .s-radio__opts + .s-label {
  margin: 0px 0px 8px 0px; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-group__radio .s-radio__opts {
  margin: 0px -15px -4px -15px; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-group__radio .s-radio__label {
  margin: 0px 15px 4px 15px; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-group__radio .s-radio__label .s-radio__info {
  color: rgba(105, 109, 119, 0.8); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-group__radio .s-radio__label:hover .s-radio__info {
  color: #696d77; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-group__radio input:checked + .s-radio__label .s-radio__info {
  color: #696d77; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-group__radio .s-radio__label .s-radio__indicator {
  border: 2px solid rgba(105, 109, 119, 0.2); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-group__radio .s-radio__label:hover .s-radio__indicator {
  border: 2px solid #00b8bf; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-group__radio input:checked + .s-radio__label .s-radio__indicator {
  border: 2px solid #00b8bf; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-group__radio input:checked + .s-radio__label .s-radio__indicator svg {
  fill: #00b8bf; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-btn {
  margin: 0px 0px 0px 0px; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-btn-alt {
  margin: 0px 0px 0px 0px; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__submit {
  margin: -15px 0px 0px 0px; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__submit {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__optin {
  margin: 0px 0px 30px 0px; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-form__msg {
  display: none !important; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__upload .s-upload__label + .s-label {
  color: #fff; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__upload .s-upload__info {
  border: 0px solid rgba(0, 184, 191, 0); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__upload .s-upload__info, .s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__upload .s-upload__label {
  min-height: 35px;
  max-height: none; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__upload .s-upload__info:before {
  border-bottom: 0px solid rgba(0, 184, 191, 0); }

.s-comp96 .s-text.smC11783SmSn1p3T4-style {
  margin: 0px 0px 36px 0px; }

.s-comp96 .s-img__wrapper.smC11783SmSn1p3T9-style {
  margin: 0px 0px 36px 0px; }

.s-comp96 .s-button-list {
  margin: 0px 0px 36px 0px; }

.s-comp96 .s-tile {
  background-color: #c0e5ea; }

@media (max-width: 480px) {
  .s-comp96 {
    padding: 72px 0px 36px 0px; }

  .s-comp96 .s-img__wrapper.smC11783SmSn1p3T9-style {
    margin: 0px auto 36px auto; } }


/* Default css from Default Title */
.s-comp92 h1.smC11783SmSn1p3T17-style, .s-comp92 h2.smC11783SmSn1p3T17-style, .s-comp92 h3.smC11783SmSn1p3T17-style, .s-comp92 h4.smC11783SmSn1p3T17-style, .s-comp92 h5.smC11783SmSn1p3T17-style, .s-comp92 h6.smC11783SmSn1p3T17-style {
  position: relative; }
/* Default css from Default Text */
.s-comp92 .s-text.smC11783SmSn1p3T18-style {
  position: relative; }

.s-comp92 .s-text.smC11783SmSn1p3T18-style u {
  text-decoration: none; }
/* Default css from Grid Collection */
.s-comp92 .s-grid.smC11783SmSn1p3T22-style {
  position: relative; }
/* Default css from Default Button */
.s-comp92 .s-btn.smC11783SmSn1p3T23-style, .s-comp92 .s-btn-alt.smC11783SmSn1p3T23-style {
  position: relative; }
/********************************
 CONTAINER
 ********************************/
@media only screen and (min-width: 1280px) {
  .s-comp92 .container {
    max-width: clamp(1200px, calc(100vw - 144px), 1600px); } }
/********************************
 BUTTON LIST
 ********************************/
.s-comp92 .s-button-list {
  margin-top: 48px;
  justify-content: center; }
/********************************
 GALLERY
 ********************************/
.s-comp92 .chocolat-image .s-grid-img {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow: hidden; }

.s-comp92 .chocolat-image .s-grid-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover; }
/* CHOCOLAT DEFAULT SETTINGS */
.chocolat-zoomable.chocolat-zoomed {
  cursor: zoom-out; }

.chocolat-open {
  overflow: hidden; }

.chocolat-overlay {
  transition: opacity 0.4s ease, visibility 0s 0.4s ease;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #000;
  visibility: hidden;
  opacity: 0; }

.chocolat-overlay.chocolat-visible {
  transition: opacity 0.4s, visibility 0s;
  visibility: visible;
  opacity: 0.8; }

.chocolat-wrapper {
  transition: opacity 0.4s ease, visibility 0s 0.4s ease;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 16;
  color: #fff;
  visibility: hidden; }

.chocolat-wrapper.chocolat-visible {
  transition: opacity 0.4s, visibility 0s;
  opacity: 1;
  visibility: visible; }

.chocolat-zoomable .chocolat-img {
  cursor: zoom-in; }

.chocolat-loader {
  transition: opacity 0.3s;
  height: 32px;
  width: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  z-index: 11;
  background: url(../images/loader.gif);
  opacity: 0; }

.chocolat-loader.chocolat-visible {
  opacity: 1; }

.chocolat-image-wrapper {
  position: fixed;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  z-index: 14;
  text-align: left;
  transform: translate(-50%, -50%); }

.chocolat-image-wrapper .chocolat-img {
  position: absolute;
  width: 100%;
  height: 100%; }

.chocolat-wrapper .chocolat-left, .chocolat-wrapper .chocolat-right {
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 17;
  visibility: hidden;
  background-color: #fff;
  position: relative; }

.chocolat-wrapper .chocolat-left:before, .chocolat-wrapper .chocolat-right:before {
  content: '';
  border: 2px solid #000;
  width: 0.579rem;
  height: 0.579rem;
  position: absolute;
  top: 50%;
  left: 50%; }

.chocolat-wrapper .chocolat-left:before {
  transform: translate(-25%, -50%) rotate(-45deg);
  border-right: 0;
  border-bottom: 0; }

.chocolat-wrapper .chocolat-right:before {
  transform: translate(-75%, -50%) rotate(-45deg);
  border-left: 0;
  border-top: 0; }

.chocolat-layout {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.chocolat-image-canvas {
  transition: opacity 0.2s;
  opacity: 0;
  flex-grow: 1;
  align-self: stretch; }

.chocolat-image-canvas.chocolat-visible {
  opacity: 1; }

.chocolat-center {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none; }

.chocolat-wrapper .chocolat-right.active {
  visibility: visible; }

.chocolat-wrapper .chocolat-left.active {
  visibility: visible; }

.chocolat-wrapper .chocolat-top {
  height: 50px;
  overflow: hidden;
  z-index: 17;
  flex-shrink: 0; }

.chocolat-wrapper .chocolat-close {
  width: 48px;
  height: 48px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff; }

.chocolat-wrapper .chocolat-close:before, .chocolat-wrapper .chocolat-close:after {
  content: '';
  width: 50%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 50% 50%; }

.chocolat-wrapper .chocolat-close:before {
  transform: translate(-50%, -50%) rotate(-45deg); }

.chocolat-wrapper .chocolat-close:after {
  transform: translate(-50%, -50%) rotate(45deg); }

.chocolat-wrapper .chocolat-bottom {
  height: 40px;
  font-size: 12px;
  z-index: 17;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
  display: flex;
  align-items: center; }

.chocolat-wrapper .chocolat-set-title {
  display: inline-block;
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3); }

.chocolat-wrapper .chocolat-set-title:empty {
  display: none !important; }

.chocolat-wrapper .chocolat-pagination {
  float: right;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.2); }

.chocolat-wrapper .chocolat-fullscreen {
  width: 20px;
  height: 15px;
  display: block;
  cursor: pointer;
  float: right;
  position: relative; }

.chocolat-wrapper .chocolat-fullscreen:before {
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0; }

.chocolat-wrapper .chocolat-fullscreen:after {
  content: '';
  width: 50%;
  height: 50%;
  border: 1px solid #fff;
  position: absolute;
  bottom: 0;
  right: 0; }

.chocolat-wrapper .chocolat-description {
  display: inline-block;
  flex-grow: 1;
  text-align: right; }
/* no container mode*/
body.chocolat-open > .chocolat-overlay {
  z-index: 15; }

body.chocolat-open > .chocolat-loader {
  z-index: 15; }

body.chocolat-open > .chocolat-image-wrapper {
  z-index: 17; }
/* container mode*/
.chocolat-in-container .chocolat-wrapper, .chocolat-in-container .chocolat-image-wrapper, .chocolat-in-container .chocolat-overlay {
  position: absolute; }

.chocolat-in-container {
  position: relative; }

.chocolat-zoomable.chocolat-zooming-in .chocolat-image-wrapper, .chocolat-zoomable.chocolat-zooming-out .chocolat-image-wrapper {
  transition: width 0.2s ease, height 0.2s ease; }

.chocolat-zoomable.chocolat-zooming-in .chocolat-img, .chocolat-zoomable.chocolat-zooming-out .chocolat-img {
  transition: margin 0.2s ease; }
/* comment to show controls when zoomed-in */
.chocolat-zoomable .chocolat-top, .chocolat-zoomable .chocolat-bottom, .chocolat-zoomable .chocolat-right, .chocolat-zoomable .chocolat-left {
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  opacity: 1; }

.chocolat-zoomable.chocolat-zoomed .chocolat-top, .chocolat-zoomable.chocolat-zoomed .chocolat-bottom, .chocolat-zoomable.chocolat-zoomed .chocolat-right, .chocolat-zoomable.chocolat-zoomed .chocolat-left {
  visibility: hidden;
  opacity: 0; }

@media only screen and (max-width: 480px) {
  .chocolat-wrapper .chocolat-left, .chocolat-wrapper .chocolat-right {
    width: 36px;
    height: 36px; } }

.s-comp92 {
  padding: 96px 0px 96px 0px; }

.s-comp92 {
  position: relative; }

.s-comp92 h1.smC11783SmSn1p3T17-style {
  text-align: center; }

.s-comp92 h2.smC11783SmSn1p3T17-style {
  text-align: center; }

.s-comp92 h3.smC11783SmSn1p3T17-style {
  text-align: center; }

.s-comp92 h4.smC11783SmSn1p3T17-style {
  text-align: center; }

.s-comp92 h5.smC11783SmSn1p3T17-style {
  text-align: center; }

.s-comp92 h6.smC11783SmSn1p3T17-style {
  text-align: center; }

.s-comp92 .s-text.smC11783SmSn1p3T18-style {
  text-align: center; }

.s-comp92 .s-text.smC11783SmSn1p3T18-style {
  margin: 0px auto 48px auto; }

.s-comp92 .s-text.smC11783SmSn1p3T18-style {
  min-width: 0px;
  max-width: 550px; }

.s-comp92 .s-grid.smC11783SmSn1p3T22-style {
  display: grid;
  grid-template-columns: repeat(4, 1fr); }

.s-comp92 .s-grid.smC11783SmSn1p3T22-style {
  grid-column-gap: 30px; }

.s-comp92 .s-grid.smC11783SmSn1p3T22-style {
  grid-row-gap: 30px; }

991 {
  .s-comp92 .s-grid.smC11783SmSn1p3T22-style {
    display: grid;
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 480px) {
  .s-comp92 {
    padding: 72px 0px 72px 0px; }

  .s-comp92 .s-grid.smC11783SmSn1p3T22-style {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }

  .s-comp92 .s-grid.smC11783SmSn1p3T22-style {
    grid-column-gap: 15px; }

  .s-comp92 .s-grid.smC11783SmSn1p3T22-style {
    grid-row-gap: 15px; } }


.s-comp98 {
  height: 95vh;
  max-height: 960px;
  position: relative;
  margin-top: 96px; }

@media only screen and (max-width: 991px) {
  .s-comp98 {
    height: auto;
    margin-top: var(--header-height); } }
/****************************
 CONTENT
 ****************************/
@media only screen and (min-width: 1280px) {
  .s-comp98 .container {
    width: 100%;
    max-width: 1600px;
    padding: 0 72px; } }

.s-comp98 .content-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px; }

.s-comp98 .content h1 {
  font-size: 3.583rem;
  margin-bottom: 0.402em;
  line-height: 1;
  max-width: 650px; }

.s-comp98 .content h1 span {
  white-space: nowrap; }

.s-comp98 .content .subheadline {
  font-size: 2.074em;
  line-height: 1;
  font-family: var(--title-font);
  /*margin-bottom: 0.694em;*/
  margin-bottom: 1em; }

.s-comp98 .content .subheadline span {
  color: var(--primary-alt);
  opacity: 0.4; }

.s-comp98 .content .subheadline i {
  color: var(--amaranth);
  font-size: 0.694em;
  vertical-align: middle;
  margin: -0.18em 0 0 0.1em;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.5); }

@supports (-webkit-background-clip: text) {
  .s-comp98 .content .subheadline i {
    background: var(--amaranth-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; } }

.s-comp98 .content .s-text {
  max-width: clamp(350px, 41.666%, 580px);
  font-size: 1.2rem;
  line-height: 1.44;
  margin-bottom: 36px;
  display: none; }

.s-comp98 .content .s-button-list {
  display: inline-block;
  position: relative; }

.s-comp98 .content .s-btn i {
  transform: scaleX(-1);
  margin-right: var(--icon-margin); }

.s-comp98 .content .reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  margin-top: 12px;
  text-decoration: none; }

.s-comp98 .content .reviews .google-logo svg {
  height: 0.833em;
  margin-right: var(--icon-margin); }

.s-comp98 .content .reviews span {
  color: var(--primary-alt);
  font-family: var(--title-font); }

.s-comp98 .content .arrow-down {
  position: relative;
  transform: translate(0, 72px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  font-size: 1.728rem;
  color: var(--primary-alt);
  opacity: 0.4;
  text-decoration: none;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.s-comp98 .content .arrow-down:hover {
  opacity: 1; }

@media only screen and (max-width: 991px) {
  .s-comp98 .content-container {
    margin-top: 0; }

  .s-comp98 .content {
    padding: 96px 0; }

  .s-comp98 .content h1 {
    text-align: center;
    font-size: 2.986rem; }

  .s-comp98 .content .subheadline {
    text-align: center;
    font-size: 1.728rem; }

  .s-comp98 .content .s-button-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center; }

  .s-comp98 .content .s-button-list .arrow-down {
    transform: translate(0, 36px); } }

@media only screen and (max-width: 480px) {
  .s-comp98 .content {
    padding: 72px 0 108px 0; }

  .s-comp98 .content h1 {
    font-size: 2.488rem; }

  .s-comp98 .content .subheadline {
    font-size: 1.44rem; } }
/****************************
 VISUAL
 ****************************/
.s-comp98 .visual-container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(0, 0);
  z-index: 1;
  width: 50%;
  height: 100%;
  max-width: calc(1600px - 144px); }

.s-comp98 .visual {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 1;
  width: 100%;
  height: calc(100% - 144px); }
/* BLOB */
.s-comp98 .visual .blob {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1; }

.s-comp98 .visual .blob img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%; }
/* MOCKUP */
@keyframes float {
  0% {
    transform: translatey(0px); }

  50% {
    transform: translatey(-20px); }

  100% {
    transform: translatey(0px); } }

.s-comp98 .visual .mockup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  animation: float 6s ease-in-out infinite; }

.s-comp98 .visual .mockup img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 170%;
  max-height: 150%; }
/* BEE CONTAINER */
.s-comp98 .visual .bee-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5; }

.s-comp98 .visual .bee-container .bee-1 {
  position: absolute;
  top: -5%;
  left: -5%; }

.s-comp98 .visual .bee-container .bee-2 {
  position: absolute;
  bottom: 10%;
  left: 0%; }

@media only screen and (max-width: 991px) {
  .s-comp98 .visual-container {
    display: none; } }


.s-comp126 {
  overflow: hidden;
  position: relative; }
/****************************
 LOGO
 ****************************/
.s-comp126 .logo {
  position: fixed;
  top: 48px;
  left: 48px;
  z-index: 99; }

.s-comp126 .logo a {
  display: inline-block;
  text-decoration: none; }

.s-comp126 .logo a img {
  height: 50px; }

@media only screen and (max-width: 991px) {
  .s-comp126 .logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10; } }

@media only screen and (max-width: 480px) {
  .s-comp126 .logo {
    top: 24px; }

  .s-comp126 .logo a img {
    height: 36px; } }
/****************************
 SPLIT SCREEN LAYOUT
 ****************************/
.s-comp126 .splitscreen-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh; }

.s-comp126 .content-container, .s-comp126 .cta-container {
  padding: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center; }

.s-comp126 .content-container {
  width: 41.666%;
  padding-right: 144px;
  background: var(--secondary-gradient-v); }

.s-comp126 .cta-container {
  width: 58.333%; }

@media only screen and (max-width: 991px) {
  .s-comp126 .splitscreen-container {
    flex-wrap: wrap; }

  .s-comp126 .content-container {
    width: 100%;
    padding: 0 var(--container-padding-tablet); }

  .s-comp126 .cta-container {
    width: 100%;
    padding: 96px var(--container-padding-tablet); } }

@media only screen and (max-width: 480px) {
  .s-comp126 .content-container {
    padding: 0 var(--container-padding-mobile); }

  .s-comp126 .cta-container {
    padding: 72px var(--container-padding-mobile); } }
/****************************
 CONTENT
 ****************************/
.s-comp126 .content-container .content {
  max-width: 550px; }

.s-comp126 .content-container .content h1, .s-comp126 .content-container .content h2, .s-comp126 .content-container .content h3, .s-comp126 .content-container .content h4, .s-comp126 .content-container .content h5, .s-comp126 .content-container .content h6 {
  color: #fff; }

.s-comp126 .content-container .content h1 {
  font-size: 3.583rem;
  line-height: 1;
  margin-bottom: 0.402em; }

.s-comp126 .content-container .content .s-text {
  font-size: 1.2rem;
  color: #fff;
  opacity: 1; }

.s-comp126 .content-container .content .s-text b {
  color: #fff; }

@media only screen and (max-width: 991px) {
  .s-comp126 .content-container .content {
    max-width: none;
    padding: calc((50px + 48px) + 48px) 0 96px 0; }

  .s-comp126 .content-container .content h1 {
    font-size: var(--title-size);
    text-align: center; }

  .s-comp126 .content-container .content .s-text {
    font-size: 1rem;
    text-align: center;
    max-width: 600px;
    margin: 0 auto; } }

@media only screen and (max-width: 480px) {
  .s-comp126 .content-container .content {
    padding: calc((50px + 48px) + 24px) 0 72px 0; } }
/****************************
 CTA
 ****************************/
.s-comp126 .cta-container .content {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 96px; }

.s-comp126 .cta-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }

.s-comp126 .cta-item {
  width: 33.333%;
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.s-comp126 .cta-tile {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  background: var(--primary-gradient);
  padding: 48px 36px !important;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-md);
  cursor: pointer;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.s-comp126 .cta-tile .cta-content {
  pointer-events: none; }

.s-comp126 .cta-tile .icon-container {
  height: 60px;
  margin-bottom: 12px; }

.s-comp126 .cta-tile .icon-container img {
  margin: 0 auto;
  display: block;
  max-height: 100%;
  filter: saturate(0%) brightness(0%);
  opacity: 0.3;
  position: relative;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.s-comp126 .cta-tile:hover .icon-container img {
  opacity: 0.5;
  transform: scale(0.9); }

.s-comp126 .cta-tile h2 {
  font-size: 1.2rem;
  text-align: center;
  margin: 0;
  color: #fff;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.s-comp126 .cta-tile:hover h2 {
  color: var(--primary-alt); }

.s-comp126 .cta-tile h2 span {
  display: block; }

.s-comp126 .cta-tile .cta-extra {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 12px 15px; }

.s-comp126 .cta-tile .cta-extra .s-text {
  font-size: 0.833rem;
  text-align: center;
  color: var(--primary-alt);
  opacity: 0.8;
  line-height: 1.44; }

@media only screen and (max-width: 991px) {
  .s-comp126 .cta-tile {
    padding: 40px 30px !important; }

  .s-comp126 .cta-tile .icon-container {
    height: 36px;
    margin-bottom: 12px; }

  .s-comp126 .cta-tile .icon-container img {
    opacity: 0.5; }

  .s-comp126 .cta-tile h2 {
    font-size: 1rem; } }

@media only screen and (max-width: 480px) {
  .s-comp126 .cta-inner {
    margin: -15px; }

  .s-comp126 .cta-item {
    width: 100%;
    padding: 15px; }

  .s-comp126 .cta-tile .cta-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }

  .s-comp126 .cta-tile .icon-container {
    width: 36px;
    height: 36px;
    margin-bottom: 0; }

  .s-comp126 .cta-tile .title-container {
    width: calc(100% - 36px);
    padding-left: 30px; }

  .s-comp126 .cta-tile h2 {
    text-align: left; }

  .s-comp126 .cta-tile h2 span {
    display: inline;
    margin-left: 0.279em; } }
/****************************
 USP LIST
 ****************************/
.s-comp126 .usp-list {
  width: calc(100% + 216px);
  margin-left: -144px;
  background: #fff;
  box-shadow: var(--shadow-md);
  padding: 48px 60px;
  border-radius: var(--border-radius) 0 0 var(--border-radius); }

.s-comp126 .usp-list > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 36px; }

.s-comp126 .usp-list > .row:after {
  display: none; }

.s-comp126 .usp-item {
  width: calc(50% - 36px);
  padding: 0 15px; }

.s-comp126 .usp-item .usp-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px; }

.s-comp126 .usp-item .image-container {
  min-width: 48px; }

.s-comp126 .usp-item .title-container {
  width: calc(100% - 48px); }

.s-comp126 .usp-item h2 {
  font-size: 1rem;
  line-height: 1.2;
  font-family: var(--text-font);
  font-weight: normal;
  margin: 0; }

@media only screen and (max-width: 991px) {
  .s-comp126 .usp-list {
    width: 100%;
    margin-left: 0;
    padding: 40px 30px;
    border-radius: var(--border-radius); }

  .s-comp126 .usp-list > .row {
    gap: 30px; }

  .s-comp126 .usp-item {
    width: 100%; }

  .s-comp126 .usp-item .image-container {
    min-width: 36px;
    width: 36px; }

  .s-comp126 .usp-item .title-container {
    width: calc(100% - 36px); } }

@media only screen and (max-width: 480px) {
  .s-comp126 .usp-item h2 {
    font-size: 0.833rem; } }
/****************************
 FORM SETTINGS
 ****************************/
.dynamic-form-container {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 20;
  /*transform: scale(0.8);*/
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }

.dynamic-form-container.open {
  top: 0; }
/****************************
 BACK BUTTON
 ****************************/
.dynamic-form-container .back-button {
  position: absolute;
  top: 48px;
  right: 48px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  cursor: pointer; }

.dynamic-form-container .back-button div {
  display: inline-block;
  text-decoration: none; }

.dynamic-form-container .back-button div i {
  font-size: 2.986rem;
  color: var(--primary-alt);
  opacity: 0.4; }

@media only screen and (max-width: 480px) {
  .dynamic-form-container .back-button {
    top: 36px;
    right: 36px;
    width: 30px;
    height: 30px;
    justify-content: center; }

  .dynamic-form-container .back-button div i {
    font-size: 2.074rem; } }
/****************************
 STEPS COUNT
 ****************************/
.dynamic-form-container .steps-count {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 99;
  padding: 0 0 0 30px;
  margin: -24px 0; }

.dynamic-form-container .steps-count div {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid rgba(0, 82, 102, 0.1);
  position: relative;
  margin: 24px 0;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.dynamic-form-container .steps-count div a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: var(--title-font);
  font-size: 1.2rem;
  color: var(--secondary-alt);
  text-decoration: none;
  display: inline-block; }

.dynamic-form-container .steps-count div.active {
  background: var(--secondary);
  border: 2px solid var(--secondary); }

.dynamic-form-container .steps-count div.active a {
  color: #fff; }

@media only screen and (max-width: 991px) {
  .dynamic-form-container .steps-count {
    padding-left: var(--container-padding-mobile);
    margin: -12px 0; }

  .dynamic-form-container .steps-count div {
    width: 40px;
    height: 40px;
    margin: 12px 0; }

  .dynamic-form-container .steps-count div a {
    font-size: 0.833rem; } }

@media only screen and (max-width: 480px) {
  .dynamic-form-container .steps-count {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
    width: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

  .dynamic-form-container .steps-count.disabled {
    transform: translate(0, 200%); }

  .dynamic-form-container .steps-count div {
    width: 25%;
    margin: 0;
    border-radius: 0; }

  .dynamic-form-container .steps-count div:not(:first-child) {
    border-left: 0; }

  .dynamic-form-container .steps-count div:not(.active) {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px); }

  .dynamic-form-container .steps-count div a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center; } }
/****************************
 STEPS LAYOUT
 ****************************/
.dynamic-form-container .s-form__fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100vh;
  /*overflow-y: scroll;*/
  overflow-y: hidden;
  scroll-behavior: smooth;
  /*
   -ms-overflow-style: none;
   scrollbar-width: none;*/
  scroll-snap-type: mandatory;
  scroll-snap-points-y: repeat(100vh);
  scroll-snap-type: y mandatory;
  scroll-snap-stop: always; }
/*
 .dynamic-form-container .s-form__fields::-webkit-scrollbar {
 display: none;
 }
 */
.dynamic-form-container .s-form__fields > div {
  scroll-snap-align: start;
  position: relative; }

.dynamic-form-container .step-container {
  width: 100%;
  min-height: 100vh;
  padding: 144px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center; }

@media only screen and (min-width: 1280px) {
  .dynamic-form-container .step-container .container {
    max-width: 1600px;
    padding: 0 72px; } }

.dynamic-form-container .step-container .container {
  width: 100%; }

.dynamic-form-container .step-container h2 {
  text-align: center;
  font-size: 4.3rem;
  margin-top: -0.5em; }

.dynamic-form-container .step-container h3 {
  text-align: center;
  font-size: 2.074rem;
  margin-bottom: 60px;
  opacity: 0.4; }

.dynamic-form-container .step-container .visible-field label {
  display: none; }

.dynamic-form-container .step-container .visible-field input.s-input {
  font-size: 1.44rem;
  text-align: center; }

@media only screen and (max-width: 991px) {
  .dynamic-form-container .s-form__fields {
    margin: 0; }

  .dynamic-form-container .step-container .container {
    max-width: 100%;
    padding: 0 var(--container-padding-tablet) 0 calc(var(--container-padding-tablet) + 64px); }

  .dynamic-form-container .step-container {
    padding: 96px 0; }

  .dynamic-form-container .step-container .content {
    width: 100%; }

  .dynamic-form-container .step-container h2 {
    text-align: left;
    font-size: var(--title-size);
    margin-top: 0;
    margin-bottom: 12px; }

  .dynamic-form-container .step-container h3 {
    text-align: left;
    font-size: 1.44rem;
    margin-bottom: 48px; }

  .dynamic-form-container .step-container .visible-field input.s-input {
    text-align: left; } }

@media only screen and (max-width: 480px) {
  .dynamic-form-container .step-container {
    padding: 72px 0 calc(72px + 40px) 0; }

  .dynamic-form-container .step-container .container {
    padding: 0 var(--container-padding-mobile); }

  .dynamic-form-container .step-container .visible-field input.s-input, .dynamic-form-container .last-step .step-fields input, .dynamic-form-container .last-step .step-fields textarea {
    font-size: 1rem !important; }

  .dynamic-form-container .step-container h3 {
    margin-bottom: 30px; } }
/****************************
 OPTIONS
 ****************************/
.dynamic-form-container .options-list > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.dynamic-form-container .option-container {
  width: 33.333%;
  padding: 0 15px; }

.dynamic-form-container .option {
  width: 100%; }

.dynamic-form-container .option .icon-container {
  width: 200px;
  height: 200px;
  margin: 0 auto 30px auto;
  border-radius: var(--border-radius);
  position: relative;
  border: 2px solid rgba(0, 82, 102, 0.1);
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.dynamic-form-container .option .icon-container i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 4.3rem;
  color: var(--primary);
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.dynamic-form-container .option .label-container {
  width: 100%;
  text-align: center; }

.dynamic-form-container .option .label-container span {
  font-family: var(--title-font);
  font-size: 1.2rem;
  color: var(--primary-alt);
  line-height: 1; }

.dynamic-form-container .option.active .icon-container {
  border-color: var(--secondary);
  background: var(--secondary);
  transform: scale(0.9); }

.dynamic-form-container .option.active .icon-container i {
  color: #fff; }

@media only screen and (max-width: 991px) {
  .dynamic-form-container .option .icon-container {
    width: 100%;
    height: auto;
    padding-bottom: 100%;
    margin-bottom: 24px; }

  .dynamic-form-container .option .icon-container i {
    font-size: 2.074rem; }

  .dynamic-form-container .option .label-container {
    line-height: 1.2; }

  .dynamic-form-container .option .label-container span {
    font-size: 1rem; } }

@media only screen and (max-width: 480px) {
  .dynamic-form-container .options-list > .row {
    row-gap: 15px; }

  .dynamic-form-container .option-container {
    width: 100%;
    --icon-size: 72px; }

  .dynamic-form-container .option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }

  .dynamic-form-container .option .icon-container {
    width: var(--icon-size);
    height: var(--icon-size);
    padding: 0;
    margin: 0; }

  .dynamic-form-container .option .icon-container i {
    font-size: 1.728rem; }

  .dynamic-form-container .option .label-container {
    width: calc(100% - var(--icon-size));
    text-align: left;
    padding-left: 18px; } }
/****************************
 NEXT BUTTON
 ****************************/
.dynamic-form-container .button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center; }

.dynamic-form-container .button-container a, .dynamic-form-container .button-container button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--primary-gradient);
  position: relative;
  transform: translate(0, 30px);
  box-shadow: var(--shadow-sm);
  border: 0;
  outline: 0; }

.dynamic-form-container .button-container a i, .dynamic-form-container .button-container button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff; }
/****************************
 FINAL FORM
 ****************************/
.dynamic-form-container .last-step .content {
  max-width: 984px; }

@media only screen and (max-width: 1280px) {
  .dynamic-form-container .last-step .content {
    max-width: 840px; } }

.dynamic-form-container .last-step h2 span:empty {
  display: none; }

.dynamic-form-container .last-step h3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

.dynamic-form-container .last-step .step-fields input, .dynamic-form-container .last-step .step-fields textarea {
  font-size: 1.44rem;
  resize: none; }
/* Default css from Form */
/********/
/* Form */
/********/
/* iFrame */
.dynamic-form-container .smC18346SmSn1p3T19-style.s-frame--hidden {
  position: absolute;
  bottom: 0;
  left: -9999px;
  height: 0;
  width: 0;
  z-index: -2147483647; }
/* General */
.dynamic-form-container .smC18346SmSn1p3T19-style.s-form {
  position: relative; }

.dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-flexdir--col {
  flex-direction: column; }

.dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-flexdir--row {
  flex-direction: row;
  align-items: center; }

.dynamic-form-container .smC18346SmSn1p3T19-style.s-form input::-moz-placeholder, .dynamic-form-container .smC18346SmSn1p3T19-style.s-form input::-webkit-input-placeholder, .dynamic-form-container .smC18346SmSn1p3T19-style.s-form textarea::-moz-placeholder, .dynamic-form-container .smC18346SmSn1p3T19-style.s-form textarea::-webkit-input-placeholder {
  opacity: 1; }

.dynamic-form-container .smC18346SmSn1p3T19-style.s-form label {
  margin: 0; }

.dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-field__wrapper {
  position: relative;
  display: flex;
  flex-direction: column-reverse; }

.dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-input, .dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-textarea, .dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-select, .dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-upload__info {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  border: 1px solid #cecece;
  border-radius: 0;
  padding: 0.375rem 0.75rem;
  margin: 0;
  flex-grow: 1; }

.dynamic-form-container .smC18346SmSn1p3T19-style.s-form .form-control[readonly] {
  background: none; }

.dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-upload__info:before {
  border-left: 1px solid #cecece;
  padding: 0.375rem 0.75rem; }
/* Select */
.dynamic-form-container .smC18346SmSn1p3T19-style.s-form.s-field__select select {
  cursor: pointer; }
/* Checkbox / Radio / Opt-in */
.dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-checkbox__opts, .dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-radio__opts {
  display: flex;
  flex-grow: 1; }

.dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-checkbox__opts input, .dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-checkbox__opts svg, .dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-radio__opts input, .dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-radio__opts svg, .dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-field__optin svg {
  display: none;
  flex-shrink: 0; }

.dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-field__optin input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0; }

.dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-checkbox__opts .s-check__label, .dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-radio__opts .s-radio__label, .dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-field__optin .s-optin__label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer; }

.dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-checkbox__opts .s-check__label .s-check__indicator, .dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-radio__opts .s-radio__label .s-radio__indicator, .dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-field__optin .s-optin__label .s-optin__indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  border: 1px solid #cecece;
  flex-shrink: 0; }

.dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-radio__opts .s-radio__label .s-radio__indicator {
  border-radius: 50%; }

.dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-checkbox__opts input:checked + label svg, .dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-radio__opts input:checked + label svg, .dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-optin__input:checked + label svg {
  display: block; }
/* File Upload */
.dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-file__upload {
  margin: 0;
  opacity: 0;
  z-index: -9999;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%; }

.dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-upload__label {
  position: relative; }

.dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-upload__info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-upload__info::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center; }

.dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-upload__info::before {
  content: attr(data-btn); }

.dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-upload__info::after {
  content: attr(data-upload); }

.dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-field__optin .s-optin__info p {
  margin-bottom: 0px; }
/* Submit */
.dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-field__submit {
  flex-direction: row; }

.dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-field__submit button {
  outline: 0;
  border: 0; }
/* Messages */
.dynamic-form-container .smC18346SmSn1p3T19-style.s-form .s-form__msg {
  display: none; }

.s-comp126 {
  position: relative; }

.s-comp126 .smC18346SmSn1p3T19-style.s-form .s-form__msg {
  display: none !important; }

.s-comp126 .smC18346SmSn1p3T19-style.s-form .s-field__wrapper.s-field__upload .s-upload__info, .s-comp126 .smC18346SmSn1p3T19-style.s-form .s-field__wrapper.s-field__upload .s-upload__label {
  min-height: 35px;
  max-height: none; }


.s-comp119 a {
  text-decoration: none; }

.s-comp119 .s-tile {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden; }

.s-comp119 .s-tile .s-img-bg {
  background-position: center center;
  background-repeat: no-repeat; }

.s-comp119 .s-tile .s-category {
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: #fff; }

.s-comp119 .s-tile .sw_alink i {
  font-size: 0.7em;
  vertical-align: middle;
  margin-top: -1px; }

.s-comp119 nav:first-of-type {
  display: none;
  /* delete to show top pagination */ }

.s-comp119 .db-pagination > ul {
  margin: 0 !important; }

.s-comp119 nav .page-item.disabled .page-link span {
  opacity: 0.5; }

.s-comp119 {
  margin: 72px 0px 42px 0px; }

.s-comp119 .s-tile {
  background-color: #fff; }

.s-comp119 .s-tile {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px; }

.s-comp119 .s-tile {
  margin: 0px 0px 30px 0px; }

.s-comp119 .s-tile {
  padding: 0px 0px 0px 0px; }

.s-comp119 .s-tile .s-text {
  font-size: 95%; }

.s-comp119 .s-tile .s-text {
  color: #696d77; }

.s-comp119 .s-tile .s-text {
  margin: 12px 0px 12px 0px; }

.s-comp119 .s-tile .sw_alink, .s-comp119 .s-tile a.sw_alink:link, .s-comp119 .s-tile a.sw_alink:visited {
  font-size: 14px; }

.s-comp119 .s-tile .sw_alink, .s-comp119 .s-tile a.sw_alink:link, .s-comp119 .s-tile a.sw_alink:visited {
  color: #696d77; }

.s-comp119 .s-tile .s-link-beh {
  text-align: right; }

.s-comp119 .s-tile .sw_alink:hover, .s-comp119 .s-tile a.sw_alink:hover {
  color: #00b8bf; }

.s-comp119 .s-tile .sw_alink:hover, .s-comp119 .s-tile a.sw_alink:hover {
  text-decoration: none; }

.s-comp119 .s-tile .sw_alink i {
  color: #00b8bf; }

.s-comp119 .s-tile .sw_alink:hover i {
  opacity: 0.5; }

.s-comp119 .s-tile .s-info {
  padding: 0px 0px 10px 0px; }

.s-comp119 .s-tile .s-info .s-item {
  padding: 0px 20px 0px 0px; }

.s-comp119 .s-tile .s-info .s-item {
  display: inline-block; }

.s-comp119 .s-tile .s-content {
  background-color: #fff; }

.s-comp119 .s-tile .s-content {
  margin: 0px 0px 0px 0px; }

.s-comp119 .s-tile .s-content {
  padding: 30px 30px 30px 30px; }

.s-comp119 .s-tile .s-img {
  width: 100%; }

.s-comp119 .s-tile .s-img {
  height: 250px; }

.s-comp119 .s-tile .s-img-bg {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }

.s-comp119 .s-tile .s-category {
  font-size: 0.65em; }

.s-comp119 .s-tile .s-category {
  color: #696d77; }

.s-comp119 .s-tile .s-category {
  background-color: #fff; }

.s-comp119 .s-tile .s-category {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp119 .s-tile .s-category {
  padding: 2px 10px 3px 10px; }

.s-comp119 .s-tile .s-category {
  top: 15px;
  bottom: auto;
  left: 15px;
  right: auto; }

.s-comp119 .s-tile h3 {
  font-size: 20px; }

.s-comp119 .s-tile h3 {
  font-weight: bold; }

.s-comp119 .s-tile h3 {
  color: #696d77; }

.s-comp119 .s-tile h3 {
  margin: 0px 0px 0px 0px; }

.s-comp119 .db-pagination {
  margin: 0px 0px 0px 0px; }

.s-comp119 .db-pagination {
  text-align: right; }

.s-comp119 .db-pagination .page-item .page-link {
  color: #778fa2; }

.s-comp119 .db-pagination .page-item .page-link {
  background-color: #c0e5ea; }

.s-comp119 .db-pagination .page-item .page-link:hover {
  text-decoration: none; }

.s-comp119 .db-pagination .page-item .page-link:hover {
  background-color: #eceeef; }

.s-comp119 .db-pagination .page-item .page-link:hover {
  border: 1px solid #eceeef; }

.s-comp119 .db-pagination .page-item.active .page-link {
  color: #c0e5ea; }

.s-comp119 .db-pagination .page-item.active .page-link {
  background-color: #778fa2; }

.s-comp119 .db-pagination .page-item.active .page-link {
  border: 1px solid #778fa2; }

@media (max-width: 480px) {
  .s-comp119 {
    margin: 48px 0px 18px 0px; }

  .s-comp119 .s-tile .s-content {
    padding: 30px 24px 30px 24px; } }


.s-comp103 .s-button-list {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translate(-50%, 0);
  z-index: 20;
  border-radius: 50%; }

.s-comp103 {
  position: relative; }


.s-comp129 .video-content .content {
  padding: 0 !important; }

.page-hero .video-content {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: calc(var(--header-height) + 72px) 0 144px 0; }

.page-hero .video-content h1 {
  font-size: 3.583rem;
  text-align: center;
  margin-bottom: 0.579em;
  color: #fff; }

.s-comp129 .video-content .video {
  z-index: 2; }
/****************************
 VIDEO POP-UP
 ****************************/
.s-comp129 .background-image {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  border-radius: 40px 0px 0px 40px;
  margin-top: 20px; }

.s-comp129 .background-image.hdtv {
  padding-bottom: 56.25% !important; }

.s-comp129 .background-image.square {
  padding-bottom: clamp(0%, 100%, 60vh) !important; }

.s-comp129 .background-image.vertical {
  padding-bottom: 120% !important; }

.s-comp129 .background-image.sdtv {
  padding-bottom: 75% !important; }

@media only screen and (max-width: 991px) {
  .s-comp129 .background-image {
    margin-bottom: 30px;
    padding-bottom: 70%;
    margin-top: 0;
    border-radius: 40px; }

  .s-comp129 .btn-list {
    text-align: center; } }

.s-comp129 .s-playbtn-beh {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 9999px;
  animation: ripple 3s linear infinite; }

.s-comp129 a.s-playbtn {
  text-decoration: none;
  position: relative;
  top: auto;
  left: auto; }

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0.4rem rgba(255, 255, 255, 0.3), 0 0 0 1rem rgba(255, 255, 255, 0.3), 0 0 0 2.5rem rgba(255, 255, 255, 0.3); }

  100% {
    box-shadow: 0 0 0 0.7rem rgba(255, 255, 255, 0.3), 0 0 0 1.5rem rgba(255, 255, 255, 0.3), 0 0 0 3.5rem rgba(255, 255, 255, 0); } }

.s-comp129 a.s-playbtn:focus {
  outline: none; }

.s-comp129 a.s-playbtn i.fa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; }

.s-mfp129.mfp-bg {
  z-index: 10000; }

.s-mfp129.mfp-wrap {
  z-index: 10001; }

.s-mfp129.mfp-wrap .mfp-content {
  max-width: none; }

@media (min-width: 1200px) {
  .s-mfp127.mfp-wrap .mfp-content {
    width: 70% !important; } }

.s-mfp129.mfp-wrap iframe {
  box-shadow: none; }

.s-mfp129 .mfp-close {
  opacity: 1; }

.s-mfp129 .mfp-close:active {
  top: 0; }

@media only screen and (max-width: 991px) {
  .page-hero .video-content {
    padding: calc(var(--header-height) + 72px) 0 144px 0; }

  .page-hero .video-content h1 {
    font-size: var(--title-size); }

  .page-hero .video-content .s-text {
    font-size: 1rem; } }

@media only screen and (max-width: 480px) {
  .page-hero .video-content {
    padding: calc(var(--header-height) + 48px) 0 132px 0; } }

@media only screen and (min-width: 991px) {
  .s-comp129 .video-content {
    display: flex;
    align-items: center;
    padding: calc(233px) 0px 144px; }

  .s-comp129 h1, .s-comp129 .s-text {
    text-align: left !important;
    margin: 0 !important; }

  .s-comp129 .video-content .video {
    padding-right: 0px !important; } }
/* Default css from Default Button */
.s-comp129 .s-btn.smC18346SmSn1p3T25-style, .s-comp129 .s-btn-alt.smC18346SmSn1p3T25-style {
  position: relative;
  display: inline-block; }

.s-comp129 {
  position: relative; }

.s-comp129 a.s-playbtn i.fa {
  font-size: 24px; }

.s-comp129 a.s-playbtn i.fa {
  color: #00b8bf; }

.s-comp129 a.s-playbtn i.fa {
  background-color: #fff; }

.s-comp129 a.s-playbtn i.fa {
  width: 75px; }

.s-comp129 a.s-playbtn i.fa {
  height: 75px; }

.s-comp129 a.s-playbtn i.fa {
  padding: 0px 0px 0px 6px; }

.s-mfp129.mfp-bg {
  background-color: #3a3c41; }

.s-mfp129.mfp-bg {
  opacity: 0.8; }

.s-mfp129.mfp-wrap .mfp-content {
  width: 100%; }

.s-comp129 .s-btn.smC18346SmSn1p3T25-style {
  margin: 1.7em 0px 0px 0px; }

@media (max-width: 991px) {
  .s-comp129 .s-btn.smC18346SmSn1p3T25-style {
    margin: 1.7em auto 1.7em auto; } }

@media (max-width: 480px) {
  .s-comp129 .s-btn.smC18346SmSn1p3T25-style {
    margin: 1.7em auto 1.7em auto; } }


.s-comp124 .blob {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.16));
  width: auto;
  max-height: calc((100vh - 115px - 100px) * 0.5); }

.s-comp124 .logo {
  max-width: 200px;
  max-height: 200px;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%); }

@media only screen and (max-width: 768px) {
  .s-comp124 .blob {
    max-width: 70%;
    max-height: 70%; }

  .s-comp124 .logo {
    max-width: 38%;
    max-height: 38%; } }


.s-comp83 .cookie-reset .s-btn {
  margin: 1.728rem 0 0 0; }

.s-comp83 {
  padding: 96px 0px 96px 0px; }

.s-comp83 .s-text h2 {
  font-size: 1.728rem; }

.s-comp83 .s-text h3 {
  font-size: 1.44rem; }

.s-comp83 .s-text h4 {
  font-size: 1.2rem; }

.s-comp83 .s-text {
  min-width: 0px;
  max-width: 750px; }


.s-comp133 .container > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.s-comp133 .s-tile {
  text-decoration: none;
  overflow: hidden; }

.s-comp133 .s-tile h3 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.s-comp133 .s-tile .s-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.s-comp133 .s-tile .s-content .read-more i {
  vertical-align: middle; }

.s-comp133 {
  padding: 0px 0px 66px 0px; }

.s-comp133 .s-tile {
  background-color: #c0e5ea; }

.s-comp133 .s-tile {
  box-shadow: 0px 0px 15px 0px rgba(236, 70, 81, 0.1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(236, 70, 81, 0.1); }

.s-comp133 .s-tile {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp133 .s-tile {
  width: 100%; }

.s-comp133 .s-tile {
  margin: 0px 0px 30px 0px; }

.s-comp133 .s-tile {
  padding: 0px 0px 0px 0px; }

.s-comp133 .s-tile {
  display: inline-block; }

.s-comp133 .s-tile .tile-img {
  background-image: url('');
  background-attachment: scroll;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.s-comp133 .s-tile .tile-img {
  width: 100%; }

.s-comp133 .s-tile .tile-img {
  padding: 0px 0px 70% 0px; }

.s-comp133 .s-tile .s-content {
  padding: 36px 30px 36px 30px; }

.s-comp133 .s-tile .s-content h3 {
  font-size: 120%; }

.s-comp133 .s-tile .s-content h3 {
  font-weight: bold; }

.s-comp133 .s-tile .s-content h3 {
  color: #3a3c41; }

.s-comp133 .s-tile .s-content h3 {
  line-height: 120%; }

.s-comp133 .s-tile .s-content h3 {
  margin: 0px 0px 0px 0px; }

.s-comp133 .s-tile .s-content .s-text {
  font-weight: normal; }

.s-comp133 .s-tile .s-content .s-text {
  color: #696d77; }

.s-comp133 .s-tile .s-content .s-text {
  margin: 12px 0px 12px 0px; }

.s-comp133 .s-tile .s-content .read-more {
  font-size: 83%; }

.s-comp133 .s-tile .s-content .read-more {
  font-weight: bold; }

.s-comp133 .s-tile .s-content .read-more {
  color: #00b8bf; }

.s-comp133 .s-tile .s-content .read-more {
  line-height: 100%; }

.s-comp133 .s-tile .s-content .read-more i {
  font-size: 0.7em; }

.s-comp133 .s-tile .s-content .read-more i {
  font-weight: normal; }

.s-comp133 .s-tile .s-content .read-more i {
  color: #696d77; }

.s-comp133 .s-tile .s-content .read-more i {
  margin: 0px 0px 0px 4px; }

.s-comp133 .s-tile .s-content .read-more i {
  opacity: 0.4; }

.s-comp133 .s-tile:hover {
  -ms-transform: translate3d(0px, -6px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, -6px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, -6px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

@media (max-width: 480px) {
  .s-comp133 .s-tile .tile-img {
    padding: 0px 0px 90% 0px; }

  .s-comp133 .s-tile .s-content {
    padding: 36px 24px 36px 24px; } }


.s-comp111 {
  padding: 0 0 0 0; }

@media only screen and (min-width: 1280px) {
  .s-comp111 .container {
    width: 100%;
    max-width: 1600px;
    padding: 0 72px; } }

.s-comp111 .intro {
  max-width: 1110px;
  margin: 0 auto 60px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center; }

@media only screen and (min-width: 481px) {
  .s-comp111 .intro .s-text {
    font-size: 1.2rem;
    max-width: 600px; } }

.s-comp111 .intro .s-btn {
  cursor: pointer;
  display: none; }

.s-comp111 .intro .s-btn i {
  margin-right: var(--icon-margin); }

.masonry {
  margin: 0 0 108px 0; }

.masonry .grid-sizer, .masonry .grid-item {
  width: calc(50% - 36px); }

.masonry .grid-item {
  margin-bottom: 36px;
  float: left; }

.masonry .grid-item .image {
  width: 100%;
  padding-bottom: 61.8%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  text-decoration: none;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-md); }

.masonry .grid-item:nth-child(2) .image, .masonry .grid-item:nth-child(6) .image, .masonry .grid-item:nth-child(10) .image {
  background: var(--primary-gradient); }

.masonry .grid-item:nth-child(3) .image, .masonry .grid-item:nth-child(7) .image {
  background: var(--secondary-gradient); }

.masonry .grid-item:nth-child(4) .image, .masonry .grid-item:nth-child(8) .image {
  background: var(--shamrock-gradient); }

.masonry .grid-item:nth-child(5) .image, .masonry .grid-item:nth-child(9) .image {
  background: var(--amaranth-gradient); }

@media only screen and (min-width: 992px) {
  .masonry .grid-item:nth-child(3n+3) .image {
    padding-bottom: calc(123.6% - 36px); } }

.masonry .grid-item .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 120%;
  max-height: 120%;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.masonry .grid-item .image:hover img {
  max-width: 115%;
  max-height: 115%; }

.masonry .grid-item .image .case-tag {
  border-radius: var(--border-radius);
  padding: 12px 15px;
  display: inline-block;
  font-family: var(--title-font);
  font-size: 0.694rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 10; }

.masonry .grid-item:nth-child(2) .image .case-tag, .masonry .grid-item:nth-child(6) .image .case-tag, .masonry .grid-item:nth-child(10) .image .case-tag {
  background: var(--primary-alt); }

.masonry .grid-item:nth-child(3) .image .case-tag, .masonry .grid-item:nth-child(7) .image .case-tag {
  background: var(--secondary-alt); }

.masonry .grid-item:nth-child(4) .image .case-tag, .masonry .grid-item:nth-child(8) .image .case-tag {
  background: var(--shamrock-dark); }

.masonry .grid-item:nth-child(5) .image .case-tag, .masonry .grid-item:nth-child(9) .image .case-tag {
  background: var(--amaranth-dark); }

@media only screen and (max-width: 991px) {
  .s-comp111 .container {
    max-width: 100%;
    padding: 0 var(--container-padding-tablet); } }

@media only screen and (max-width: 480px) {
  .s-comp111 .container {
    padding: 0 var(--container-padding-mobile); }

  .s-comp111 .intro {
    margin-bottom: 36px; }

  .masonry {
    margin-bottom: 0; }

  .masonry .grid-sizer, .masonry .grid-item {
    width: 100%; }

  .masonry .grid-item {
    margin-bottom: 24px; }

  .masonry .grid-item .image .case-tag {
    padding: 10px 15px;
    top: 18px;
    left: 18px; } }
/****************************
 MODAL SETTINGS
 ****************************/
.noscroll {
  overflow-y: hidden; }
/*
 .s-comp111 .s-modal.smC18346SmSn1p3T8-style {
 display: none;
 }
 */
.s-comp111 .s-modal.smC18346SmSn1p3T8-style.s-modal--open {
  display: block; }

.s-comp111 .s-modal.smC18346SmSn1p3T8-style .s-modal__container {
  /*overflow-y: auto;*/
  box-sizing: border-box;
  max-height: 100%; }

.s-comp111 .s-modal.smC18346SmSn1p3T8-style .s-close__button svg {
  transition: inherit; }

.s-comp111 .s-modal .s-modal__overlay {
  width: 30vw;
  height: 100vh;
  z-index: 9999;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  transform: translate(calc(100% + 18px), 0);
  display: inline-block !important;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.s-comp111 .s-modal.s-modal--open .s-modal__overlay {
  transform: translate(0, 0); }

.s-comp111 .s-modal .s-modal__container {
  width: 100%;
  height: 100%;
  padding: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

.s-comp111 .s-modal .s-modal__container:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  box-shadow: -15px 0 30px rgba(0, 0, 0, 0.2);
  opacity: 0; }

.s-comp111 .s-modal.s-modal--open .s-modal__container:before {
  opacity: 1; }

.s-comp111 .s-modal .s-modal__close {
  border-radius: 50%;
  border: 0;
  outline: 0;
  background: var(--primary);
  width: 36px;
  height: 36px;
  position: absolute;
  top: 36px;
  left: 0;
  transform: translate(-50%, 0);
  overflow: hidden; }

.s-comp111 .s-modal .s-modal__close i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -50%);
  color: #fff;
  font-size: 0.833rem; }

.s-comp111 .s-modal .s-modal__container h2 {
  font-size: 1.44rem;
  opacity: 0.4; }

.s-comp111 .s-modal .filter-item:not(:last-child) {
  margin-bottom: 15px; }

.s-comp111 .s-modal .filter-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

.s-comp111 .s-modal .filter-item a .icon {
  width: 48px;
  height: 48px;
  background: var(--secondary-gradient);
  border-radius: 50%;
  margin-right: 24px;
  position: relative;
  overflow: hidden; }

.s-comp111 .s-modal .filter-item a .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  max-height: 50%; }

.s-comp111 .s-modal .filter-item a .label {
  font-family: var(--title-font);
  color: var(--primary-alt); }

.s-comp111 {
  position: relative; }

.s-comp111 .s-modal.smC18346SmSn1p3T8-style .s-modal__overlay {
  position: fixed; }

.s-comp111 .s-modal.smC18346SmSn1p3T8-style .s-modal__container {
  background-color: #fff; }

.s-comp111 .s-modal.smC18346SmSn1p3T8-style .s-modal__container {
  display: flex !important;
  flex-direction: row; }

.s-comp111 .s-modal.smC18346SmSn1p3T8-style .s-modal__container {
  position: relative; }


.s-comp116 .s-form h1:before, .s-comp116 .s-form h2:before, .s-comp116 .s-form h3:before, .s-comp116 .s-form h4:before, .s-comp116 .s-form h5:before, .s-comp116 .s-form h6:before {
  content: "";
  position: relative;
  display: block; }

.s-comp116 .s-form h1:after, .s-comp116 .s-form h2:after, .s-comp116 .s-form h3:after, .s-comp116 .s-form h4:after, .s-comp116 .s-form h5:after, .s-comp116 .s-form h6:after {
  content: "";
  position: relative;
  display: block; }

.s-comp116 .s-form .form-group {
  margin: 0; }

.s-comp116 .s-form label {
  display: block;
  white-space: normal !important; }

.s-comp116 .s-form label.form-check-inline {
  display: inline-block; }

.s-comp116, .s-comp116 .s-btn {
  position: relative; }

.s-comp116 .prevBtn > div {
  color: var(--primary) !important; }

.s-comp116 .prevBtn:hover > div {
  color: var(--primary-alt) !important; }

.s-comp116 .setup-content {
  min-width: 100%; }

.s-comp116 .stepwizard-row.setup-panel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*justify-content: center;
   align-items: center;*/ }

.s-comp116 .stepwizard-row.setup-panel .stepwizard-step {
  margin: 0 10px; }

.s-comp116 .sm-input {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer; }

.s-comp116 .sm-file-input {
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: pointer; }

.s-comp116 .sm-file-input:hover + .sm-file-control::before {
  background: red; }

.s-comp116 .sm-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0.5rem 0.75rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
  border-image: initial;
  border-radius: 0.25rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.s-comp116 .sm-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0.5rem 0.75rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
  border-image: initial;
  border-radius: 0.25rem; }

.s-comp116 .sm-file-control::before {
  content: attr(data-btn); }

.s-comp116 .sm-file-control::after {
  content: attr(data-upload); }

.s-comp116 .submitBtn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0%;
  background: #000;
  opacity: 0.25;
  -webkit-filter: invert(1); }

.s-comp116 .s-form label.form-check-label {
  position: relative;
  display: inline-block;
  padding-left: 0;
  cursor: pointer; }

.s-comp116 .s-form .checkbox-inline {
  display: inline-block; }

.s-comp116 .s-form .radio-inline {
  display: inline-block; }

.s-comp116 .form-check-label > .form-check-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
  padding: 0; }

.s-comp116 .form-check-label > .form-check-description {
  display: inline-block; }

.s-comp116 .form-check-label > .form-check-indicator {
  position: absolute;
  top: 0.0625rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 50% 50%;
  background-size: 50% 50%; }

.s-comp116 .form-check-label .form-check-input:checked ~ .form-check-indicator {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8"><path fill="%23fff" d="M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z"/></svg>');
  color: #fff;
  background-color: #0074d9; }

.s-comp116 .form-check-label {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }

.s-comp116 .form-check.radio .form-check-label .form-check-input:checked ~ .form-check-indicator {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"><circle r="3" fill="%23fff"/></svg>'); }

.s-comp116 *:focus {
  outline: none; }

.s-comp116 .s-form .s-recaptcha-beh > .g-recaptcha {
  display: inline-block; }

.s-comp116 .s-form .s-recaptcha-beh > .g-recaptcha > div {
  width: auto !important; }

input[type="date"]::-webkit-outer-spin-button, input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-calendar-picker-indicator, input[type="datetime-local"]::-webkit-outer-spin-button, input[type="datetime-local"]::-webkit-inner-spin-button, input[type="datetime-local"]::-webkit-calendar-picker-indicator, input[type="time"]::-webkit-outer-spin-button, input[type="time"]::-webkit-inner-spin-button, input[type="time"]::-webkit-calendar-picker-indicator, input[type="month"]::-webkit-outer-spin-button, input[type="month"]::-webkit-inner-spin-button, input[type="month"]::-webkit-calendar-picker-indicator, input[type="week"]::-webkit-outer-spin-button, input[type="week"]::-webkit-inner-spin-button, input[type="week"]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  display: none; }

.s-comp116 .s-btn-beh {
  text-align: right; }

.s-comp116 {
  margin: 0px 0px 72px 0px; }

.s-comp116 .s-btn.nextBtn {
  color: #fff; }

.s-comp116 .s-btn.nextBtn {
  margin: 0px 5px 15px 5px; }

.s-comp116 .s-btn.nextBtn:hover, .s-comp116 a.s-btn:hover, .s-comp116 .s-btn.nextBtn:focus, .s-comp116 .s-btn.nextBtn:active {
  color: #fff; }

.s-comp116 .s-btn.nextBtn:hover, .s-comp116 a.s-btn:hover, .s-comp116 .s-btn.nextBtn:focus, .s-comp116 .s-btn.nextBtn:active {
  background-color: #005266; }

.s-comp116 .s-btn.nextBtn i.fa {
  font-size: 21px; }

.s-comp116 .s-btn.nextBtn i.fa {
  color: #fff; }

.s-comp116 .s-btn.nextBtn i.fa {
  margin: 0px 0px 0px 0px; }

.s-comp116 .s-btn.nextBtn:hover i.fa {
  color: #fff; }

.s-comp116 .setup-content .next-s-btn-beh {
  text-align: right; }

.s-comp116 .s-btn-alt.nextBtn i.fa {
  margin: 0px 5px 0px 5px; }

.s-comp116 .setup-content .next-s-btn-alt-beh {
  text-align: right; }

.s-comp116 .s-btn.prevBtn {
  color: #00b8bf; }

.s-comp116 .s-btn.prevBtn {
  background-color: #fff; }

.s-comp116 .s-btn.prevBtn {
  background-color: #fff;
  background-image: -webkit-gradient(linear, top left, bottom right, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(left, #fff, #fff);
  background-image: linear-gradient(to right, #fff, #fff); }

.s-comp116 .s-btn.prevBtn {
  border: 2px solid #00b8bf; }

.s-comp116 .s-btn.prevBtn:hover, .s-comp116 a.s-btn:hover, .s-comp116 .s-btn.prevBtn:focus, .s-comp116 .s-btn.prevBtn:active {
  color: #005266; }

.s-comp116 .s-btn.prevBtn:hover, .s-comp116 a.s-btn:hover, .s-comp116 .s-btn.prevBtn:focus, .s-comp116 .s-btn.prevBtn:active {
  background-color: #005266; }

.s-comp116 .s-btn.prevBtn:hover, .s-comp116 a.s-btn:hover, .s-comp116 .s-btn.prevBtn:focus, .s-comp116 .s-btn.prevBtn:active {
  border: 2px solid #005266; }

.s-comp116 .s-btn.prevBtn i.fa {
  font-size: 21px; }

.s-comp116 .s-btn.prevBtn i.fa {
  color: #fff; }

.s-comp116 .s-btn.prevBtn i.fa {
  margin: 0px 0px 0px 0px; }

.s-comp116 .s-btn.prevBtn:hover i.fa {
  color: #fff; }

.s-comp116 .setup-content .prev-s-btn-beh {
  text-align: left; }

.s-comp116 .s-btn-alt.prevBtn i.fa {
  margin: 0px 5px 0px 5px; }

.s-comp116 .setup-content .prev-s-btn-alt-beh {
  text-align: left; }

.s-comp116 .stepwizard-row {
  margin: 0px 0px 30px 0px; }

.s-comp116 .stepwizard-row .step-title {
  font-family: 'Gilroy Extra Bold', sans-serif, sans-serif; }

.s-comp116 .stepwizard-row .step-title {
  font-size: 90%; }

.s-comp116 .stepwizard-row .step-title {
  font-weight: 600; }

.s-comp116 .stepwizard-row .step-title {
  color: #696d77; }

.s-comp116 .stepwizard-row .step-title {
  border-bottom: 0px solid #00b8bf; }

.s-comp116 .stepwizard-row .step-title {
  padding: 3px 3px 3px 3px; }

.s-comp116 .stepwizard-row .step-active .step-title {
  color: #005266; }

.s-comp116 .stepwizard-row .step-active .step-title {
  border-bottom: 2px solid #005266; }

.s-comp116 .stepwizard-row .step-title {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s; }

.s-comp116 .stepwizard-row .step-number {
  padding: 3px 3px 3px 3px; }

.s-comp116 .stepwizard-row .step-active .step-number {
  border-bottom: 1px solid #696d77; }

.s-comp116 .s-form h1 {
  color: #696d77; }

.s-comp116 .s-form h2 {
  font-size: 30px; }

.s-comp116 .s-form h2 {
  color: #e08a00; }

.s-comp116 .s-form h2 {
  margin: 0px 0px 24px 0px; }

.s-comp116 .s-form h3 {
  font-size: 24px; }

.s-comp116 .s-form h3 {
  color: #696d77; }

.s-comp116 .s-form h3 {
  margin: 0px 0px 16px 0px; }

.s-comp116 .s-form h4 {
  color: #696d77; }

.s-comp116 .s-form h5 {
  color: #005266; }

.s-comp116 .s-form h5 {
  letter-spacing: 1px; }

.s-comp116 .s-form h5 {
  text-transform: none; }

.s-comp116 .s-form h5 {
  margin: 0px 0px 15px 0px; }

.s-comp116 .s-form h6 {
  color: #696d77; }

.s-comp116 .s-form .s-text {
  color: #696d77; }

.s-comp116 .form-check.checkbox .form-check-label > .form-check-indicator {
  background-color: #fff; }

.s-comp116 .form-check.checkbox .form-check-label > .form-check-indicator {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp116 .form-check.checkbox .form-check-label > .form-check-indicator {
  border: 1px solid #00b8bf; }

.s-comp116 .form-check.checkbox .form-check-label > .form-check-indicator {
  width: 20px; }

.s-comp116 .form-check.checkbox .form-check-label > .form-check-indicator {
  height: 20px; }

.s-comp116 .form-check.checkbox .form-check-label > .form-check-indicator {
  margin: 3px 0px 0px 0px; }

.s-comp116 .form-check.checkbox .form-check-label .form-check-input:checked ~ .form-check-indicator {
  background-color: #005266; }

.s-comp116 .form-check.checkbox .form-check-label .form-check-input:checked ~ .form-check-indicator {
  border: 1px solid #005266; }

.s-comp116 .form-check.checkbox .form-check-label > .form-check-indicator {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.s-comp116 .form-check.checkbox .form-check-label > .form-check-description {
  font-size: 14px; }

.s-comp116 .form-check.checkbox .form-check-label > .form-check-description {
  padding: 0px 0px 0px 25px; }

.s-comp116 .s-form .form-check.checkbox {
  margin: 0px 15px 0px 0px; }

.s-comp116 .form-check.radio .form-check-label > .form-check-indicator {
  background-color: #fff; }

.s-comp116 .form-check.radio .form-check-label > .form-check-indicator {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px; }

.s-comp116 .form-check.radio .form-check-label > .form-check-indicator {
  border: 1px solid #00b8bf; }

.s-comp116 .form-check.radio .form-check-label > .form-check-indicator {
  width: 17px; }

.s-comp116 .form-check.radio .form-check-label > .form-check-indicator {
  height: 17px; }

.s-comp116 .form-check.radio .form-check-label .form-check-input:checked ~ .form-check-indicator {
  background-color: #005266; }

.s-comp116 .form-check.radio .form-check-label .form-check-input:checked ~ .form-check-indicator {
  border: 1px solid #005266; }

.s-comp116 .form-check.radio .form-check-label > .form-check-indicator {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.s-comp116 .form-check.radio .form-check-label:hover > .form-check-indicator {
  background-color: #005266; }

.s-comp116 .form-check.radio .form-check-label:hover > .form-check-indicator {
  border: 1px solid #005266; }

.s-comp116 .form-check.radio .form-check-label > .form-check-indicator {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.s-comp116 .s-form .form-check.radio {
  margin: 0px 30px 24px 0px; }

.s-comp116 .form-check.radio .form-check-label > .form-check-description {
  color: #696d77; }

.s-comp116 .form-check.radio .form-check-label > .form-check-description {
  margin: 0px 0px 0px 25px; }

.s-comp116 .form-check.checkbox .form-check-label > .form-check-indicator {
  background-color: #fff; }

.s-comp116 .form-check.checkbox .form-check-label > .form-check-indicator {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp116 .form-check.checkbox .form-check-label > .form-check-indicator {
  border: 1px solid #00b8bf; }

.s-comp116 .form-check.checkbox .form-check-label > .form-check-indicator {
  width: 17px; }

.s-comp116 .form-check.checkbox .form-check-label > .form-check-indicator {
  height: 17px; }

.s-comp116 .form-check.checkbox .form-check-label > .form-check-indicator {
  margin: 0px 0px 0px 0px; }

.s-comp116 .form-check.checkbox .form-check-label .form-check-input:checked ~ .form-check-indicator {
  background-color: #005266; }

.s-comp116 .form-check.checkbox .form-check-label .form-check-input:checked ~ .form-check-indicator {
  border: 1px solid #005266; }

.s-comp116 .form-check.checkbox .form-check-label > .form-check-indicator {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.s-comp116 .form-check.checkbox .form-check-label:hover > .form-check-indicator {
  background-color: #005266; }

.s-comp116 .form-check.checkbox .form-check-label:hover > .form-check-indicator {
  border: 1px solid #005266; }

.s-comp116 .form-check.checkbox .form-check-label > .form-check-indicator {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.s-comp116 .form-check.checkbox .form-check-label > .form-check-description {
  color: #696d77; }

.s-comp116 .s-form .s-recaptcha-beh > .g-recaptcha {
  margin: 30px 0px 0px 0px; }

.s-comp116 .s-form label.control-label {
  color: #696d77; }

.s-comp116 .s-form input::-webkit-input-placeholder {
  color: #005266; }

.s-comp116 .s-form textarea::-webkit-input-placeholder {
  color: #005266; }

.s-comp116 .s-form input:-moz-placeholder {
  color: #005266; }

.s-comp116 .s-form textarea:-moz-placeholder {
  color: #005266; }

.s-comp116 .s-form input::-moz-placeholder {
  color: #005266; }

.s-comp116 .s-form textarea::-moz-placeholder {
  color: #005266; }

.s-comp116 .s-form input:-ms-input-placeholder {
  color: #005266; }

.s-comp116 .s-form textarea:-ms-input-placeholder {
  color: #005266; }

.s-comp116 .s-form .sw-result-easyform {
  color: #696d77; }

.s-comp116 .s-form .has-error label.control-label {
  color: #a94442; }

.s-comp116 .s-form .has-error input.form-control, .s-comp116 .s-form .has-error select.form-control, .s-comp116 .s-form .has-error textarea, .s-comp116 .s-form .has-error .sm-file-control {
  border: 2px solid #a94442; }

.s-comp116 .s-form .has-success label.control-label {
  color: #27ae60; }

.s-comp116 .s-form .has-success input.form-control, .s-comp116 .s-form .has-success select.form-control, .s-comp116 .s-form .has-success textarea, .s-comp116 .s-form .has-success .sm-file-control {
  border: 2px solid #27ae60; }

.s-comp116 .s-form .sm-file-control::before {
  font-size: 12px; }

.s-comp116 .s-form .sm-file-control::before {
  color: #fff; }

.s-comp116 .s-form .sm-file-control::before {
  background-color: #00b8bf; }

.s-comp116 .s-form .sm-file-control::before {
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

.s-comp116 .s-form .sm-file-control::before {
  border: 0px solid #00b8bf; }

.s-comp116 .s-form .sm-file-control::before {
  margin: -1px -1px -1px -1px; }

.s-comp116 .s-form .sm-file-control::before {
  padding: 12px 15px 0px 15px; }

.s-comp116 .s-form .sm-file-input:hover + .sm-file-control::before {
  color: #fff; }

.s-comp116 .s-form .sm-file-input:hover + .sm-file-control::before {
  background-color: #005266; }

.s-comp116 .s-form input.form-control, .s-comp116 .s-form select.form-control, .s-comp116 .s-form .sm-file-control, .s-comp116 .form-control[readonly] {
  background-color: #fff; }

.s-comp116 input:-webkit-autofill, .s-comp116 select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset; }

.s-comp116 .s-form input.form-control, .s-comp116 .s-form select.form-control, .s-comp116 .s-form .sm-file-control {
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

.s-comp116 .s-form input.form-control, .s-comp116 .s-form select.form-control, .s-comp116 .s-form .sm-file-control {
  border: 0px solid #00b8bf; }

.s-comp116 .s-form input.form-control, .s-comp116 .s-form select.form-control, .s-comp116 .s-form .sm-file-control {
  border-bottom: 2px solid #005266; }

.s-comp116 .s-form input.form-control, .s-comp116 .s-form select.form-control, .s-comp116 .s-form .sm-file-control {
  margin: 0px 0px 24px 0px; }

.s-comp116 .s-form input.form-control, .s-comp116 .s-form select.form-control, .s-comp116 .s-form .sm-file-control, .s-comp116 .s-form .sm-file-control::after {
  color: #696d77; }

.s-comp116 input:-webkit-autofill, .s-comp116 select:-webkit-autofill {
  -webkit-text-fill-color: #696d77; }

.s-comp116 .s-form textarea.form-control {
  color: #696d77; }

.s-comp116 .s-form textarea.form-control {
  background-color: #fff; }

.s-comp116 .s-form textarea.form-control {
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

.s-comp116 .s-form textarea.form-control {
  margin: 0px 0px 24px 0px; }

.s-comp116 .s-form [type='submit'].s-btn-beh {
  text-align: right; }

.s-comp116 .s-form [type='submit'].s-btn, .s-comp116 .s-form a[type='submit'].s-btn:link, .s-comp116 .s-form a[type='submit'].s-btn:visited {
  color: #fff; }

.s-comp116 .s-form [type='submit'].s-btn, .s-comp116 .s-form a[type='submit'].s-btn:link, .s-comp116 .s-form a[type='submit'].s-btn:visited {
  margin: 0px 0px 15px 0px; }

.s-comp116 .s-form [type='submit'].s-btn:hover, .s-comp116 .s-form a[type='submit'].s-btn:hover, .s-comp116 .s-form [type='submit'].s-btn:focus, .s-comp116 .s-form [type='submit'].s-btn:active {
  color: #fff; }

.s-comp116 .s-form [type='submit'].s-btn:hover, .s-comp116 .s-form a[type='submit'].s-btn:hover, .s-comp116 .s-form [type='submit'].s-btn:focus, .s-comp116 .s-form [type='submit'].s-btn:active, .s-comp116 .s-form [type='submit'].s-btn.submitBtn:hover:before, .s-comp116 .s-form [type='submit'].s-btn.submitBtn:focus:before, .s-comp116 .s-form [type='submit'].s-btn.submitBtn:active:before {
  background-color: #005266; }

.s-comp116 .s-form [type='submit'].s-btn:hover, .s-comp116 .s-form a[type='submit'].s-btn:hover, .s-comp116 .s-form [type='submit'].s-btn:focus, .s-comp116 .s-form [type='submit'].s-btn:active {
  border: 2px solid #005266; }

.s-comp116 .s-form [type='submit'].s-btn, .s-comp116 .s-form a[type='submit'].s-btn:link, .s-comp116 .s-form a[type='submit'].s-btn:visited, .s-comp116 .s-form [type='submit'].s-btn.submitBtn:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.s-comp116 .s-form [type='submit'].s-btn-alt, .s-comp116 .s-form a[type='submit'].s-btn-alt:link, .s-comp116 .s-form a[type='submit'].s-btn-alt:visited {
  margin: 30px 0px 15px 0px; }

.s-comp116 .s-form [type='submit'].s-btn-alt-beh {
  text-align: right; }


/* Default css from Slider */
.s-comp105 .s-slider.smC18346SmSn1p3T3-style {
  min-width: 0; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style .splide__list {
  margin: 0;
  padding: 0;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style.splide.is-active .splide__list {
  display: flex; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style .splide__arrows {
  pointer-events: none; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style .splide__arrows .splide__arrow {
  pointer-events: all; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style .splide__arrows .splide__arrow:disabled {
  pointer-events: none; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style .splide__arrows .splide__arrow.splide__arrow--prev svg {
  transform: scaleX(-1); }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style .splide__pagination {
  padding: 0; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style .splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 0; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style.splide {
  visibility: hidden; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style.splide, .s-comp105 .s-slider.smC18346SmSn1p3T3-style .splide__slide {
  position: relative;
  outline: none; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style .splide__slide {
  box-sizing: border-box;
  list-style-type: none;
  margin: 0;
  flex-shrink: 0; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style .splide__slide img {
  vertical-align: bottom; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style .splide__slider {
  position: relative; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style .splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style.splide--fade > .splide__track > .splide__list {
  display: block; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1; }

.s-comp105 {
  position: relative; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style {
  width: 100%; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style {
  height: 100%; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style .splide__slide {
  display: flex !important;
  flex-direction: row; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style .splide__arrows {
  display: flex !important;
  flex-direction: row; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style .splide__arrows .splide__arrow {
  display: flex !important;
  flex-direction: row; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style .splide__arrows .splide__arrow svg {
  width: 20px; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style .splide__arrows .splide__arrow:hover, .s-comp105 .s-slider.smC18346SmSn1p3T3-style .splide__arrows .splide__arrow:focus {
  display: flex !important;
  flex-direction: row; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style .splide__arrows .splide__arrow:disabled {
  display: flex !important;
  flex-direction: row; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style .splide__arrows .splide__arrow.splide__arrow--prev {
  display: flex !important;
  flex-direction: row; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style .splide__arrows .splide__arrow.splide__arrow--prev:hover, .s-comp105 .s-slider.smC18346SmSn1p3T3-style .splide__arrows .splide__arrow.splide__arrow--prev:focus {
  display: flex !important;
  flex-direction: row; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style .splide__arrows .splide__arrow.splide__arrow--next {
  display: flex !important;
  flex-direction: row; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style .splide__arrows .splide__arrow.splide__arrow--next:hover, .s-comp105 .s-slider.smC18346SmSn1p3T3-style .splide__arrows .splide__arrow.splide__arrow--next:focus {
  display: flex !important;
  flex-direction: row; }

.s-comp105 .s-slider.smC18346SmSn1p3T3-style .splide__pagination {
  display: flex !important;
  flex-direction: row; }


div#team[data-anchor="true"] {
  opacity: 1 !important; }

.s-comp125 {
  position: relative;
  padding: 0 0 var(--section-padding-lg) 0; }

@media only screen and (min-width: 1280px) {
  .s-comp125 .container {
    width: 100%;
    max-width: 1600px;
    padding: 0 72px; } }

.s-comp125 .intro {
  margin-bottom: 96px; }

.s-comp125 h2 {
  text-align: center; }

.s-comp125 .intro .s-text {
  font-size: 1.2rem;
  text-align: center;
  max-width: 640px;
  margin: 0 auto; }

.s-comp125 .team-overview {
  margin-bottom: -30px; }

.s-comp125 .team-overview > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.s-comp125 .team-member-container {
  width: 50%;
  padding: 0 15px; }

.s-comp125 .team-member {
  width: 100%;
  padding-bottom: 61.8%;
  margin-bottom: 30px;
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--shadow-md); }

.s-comp125 .team-member .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.s-comp125 .team-member .image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 2; }

.s-comp125 .team-member .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1; }

.s-comp125 .team-member .image:after {
  content: '';
  width: 100%;
  height: 33%;
  min-height: 96px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.6) 100%); }

.s-comp125 .team-member .content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 24px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

.s-comp125 .team-member .content .role {
  border-radius: var(--border-radius);
  padding: 10px 18px;
  height: 48px;
  color: #fff;
  font-family: var(--title-font);
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  white-space: nowrap; }

.s-comp125 .team-member-container:nth-child(1) .role, .s-comp125 .team-member-container:nth-child(5) .role, .s-comp125 .team-member-container:nth-child(9) .role {
  background: var(--primary-gradient); }

.s-comp125 .team-member-container:nth-child(2) .role, .s-comp125 .team-member-container:nth-child(6) .role, .s-comp125 .team-member-container:nth-child(10) .role {
  background: var(--secondary-gradient); }

.s-comp125 .team-member-container:nth-child(3) .role, .s-comp125 .team-member-container:nth-child(7) .role, .s-comp125 .team-member-container:nth-child(11) .role {
  background: var(--shamrock-gradient); }

.s-comp125 .team-member-container:nth-child(4) .role, .s-comp125 .team-member-container:nth-child(8) .role, .s-comp125 .team-member-container:nth-child(12) .role {
  background: var(--amaranth-gradient); }

.s-comp125 .team-member .content .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border-radius: var(--border-radius);
  padding: 10px 18px 10px 12px;
  line-height: 1;
  margin-left: 18px;
  background: rgba(255, 255, 255, 0.4) !important;
  backdrop-filter: blur(10px); }
/*
 .s-comp125 .team-member-container:nth-child(1) .name,
 .s-comp125 .team-member-container:nth-child(5) .name {
 background: var(--primary-alt);
 }
 .s-comp125 .team-member-container:nth-child(2) .name,
 .s-comp125 .team-member-container:nth-child(6) .name {
 background: var(--secondary-alt);
 }
 .s-comp125 .team-member-container:nth-child(3) .name,
 .s-comp125 .team-member-container:nth-child(7) .name {
 background: var(--shamrock-dark);
 }
 .s-comp125 .team-member-container:nth-child(4) .name,
 .s-comp125 .team-member-container:nth-child(8) .name {
 background: var(--amaranth-dark);
 }
 */
.s-comp125 .team-member .content .name .muted {
  border-radius: 50%;
  background: var(--amaranth);
  width: 28px;
  height: 28px;
  position: relative; }

.s-comp125 .team-member .content .name .muted i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 0.694em; }

.s-comp125 .team-member .content .name span {
  color: #fff;
  /*color: var(--primary-alt);*/
  font-family: var(--title-font);
  margin-left: 8px; }

@media only screen and (max-width: 991px) {
  .s-comp125 .container {
    max-width: 100%;
    padding: 0 var(--container-padding-tablet); }

  .s-comp125 .team-member .content .role {
    padding: 8px 18px;
    height: 40px;
    font-size: 0.833rem; }

  .s-comp125 .team-member .content .name {
    padding-top: 8px;
    padding-bottom: 8px; }

  .s-comp125 .team-member .content .name .muted {
    width: 24px;
    height: 24px; }

  .s-comp125 .team-member .content .name span {
    font-size: 0.833rem; } }

@media only screen and (max-width: 480px) {
  .s-comp125 .container {
    padding: 0 var(--container-padding-mobile); }

  .s-comp125 .intro {
    margin-bottom: 48px; }

  .s-comp125 h2 {
    text-align: left; }

  .s-comp125 .intro .s-text {
    font-size: 1rem;
    text-align: left; }

  .s-comp125 .team-overview > .row {
    margin: -15px; }

  .s-comp125 .team-member-container {
    width: 100%; }

  .s-comp125 .team-member .content {
    width: 100%;
    padding: 0 18px 18px 18px;
    justify-content: space-between; }

  .s-comp125 .team-member .content .role {
    background: transparent;
    padding: 0; } }

.s-comp125 {
  position: relative; }


.s-comp130 {
  background: var(--primary-light);
  position: relative;
  z-index: 1;
  overflow: hidden; }

.s-comp130:after {
  content: '';
  width: 2814px;
  height: 583px;
  border-radius: 0 0 50% 50%;
  border: 200px solid #fff;
  border-top: 0;
  background: var(--primary-light);
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1; }

.s-comp130 .container {
  position: relative;
  z-index: 10; }

@media only screen and (min-width: 1280px) {
  .s-comp130 .container {
    max-width: 1600px;
    padding: 0 72px; } }

@media only screen and (max-width: 991px) {
  .s-comp130 .testimonials > .row > div:last-child {
    display: none; } }

@media only screen and (max-width: 768px) {
  .s-comp130 .testimonials > .row > div {
    margin-bottom: 30px; } }

.s-comp130 .person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -20px;
  padding-left: 20px; }

.s-comp130 .person .info {
  flex-basis: calc(100% - 110px);
  padding-left: 20px; }

.s-comp130 .person .info .name {
  font-weight: 800;
  color: var(--primary-alt); }

.s-comp130 .person .info .functie {
  font-size: 0.83em;
  font-weight: 800;
  opacity: 0.5; }

.s-comp130 .person .s-img__wrapper {
  width: 110px;
  height: 110px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: var(--shadow-md); }

.s-comp130 .person .s-img__wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover; }

.s-comp130 .testimonials > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.s-comp130 .testimonial .s-text {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }
/*
 @media only screen and (max-width: 991px) {
 .s-comp130 .testimonials > .row > div:nth-child(3) {
 display: none !important;
 }
 }
 */
.s-comp130 .reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  margin-top: 12px;
  text-decoration: none; }

.s-comp130 .reviews .review-logo svg {
  height: 1em; }
/* Default css from Header 2 */
.s-comp130 h2.smC18346SmSn1p3T22-style {
  position: relative; }
/* Default css from Default Text */
.s-comp130 .s-text.smC18346SmSn1p3T23-style {
  position: relative; }

.s-comp130 .s-text.smC18346SmSn1p3T23-style u {
  text-decoration: none; }

.s-comp130 {
  padding: 0px 0px 120px 0px; }

.s-comp130 .testimonial {
  background-color: #fff; }

.s-comp130 .testimonial {
  box-shadow: 0px 0px 16px 0px rgba(0, 82, 102, 0.1);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 82, 102, 0.1); }

.s-comp130 .testimonial {
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px; }

.s-comp130 .testimonial {
  padding: 36px 30px 36px 30px; }

.s-comp130 .testimonial .s-text {
  font-size: 95%; }

.s-comp130 .testimonial .s-text {
  text-align: left; }

.s-comp130 .testimonial .name {
  font-size: 16px; }

.s-comp130 .testimonial .name {
  font-weight: 600; }

.s-comp130 .testimonial .name {
  color: #ffd15b; }

.s-comp130 .testimonial .name {
  text-align: center; }

.s-comp130 .testimonial .stars {
  margin: 0px 0px 12px 0px; }

.s-comp130 .testimonial .stars i {
  color: #e08a00; }

.s-comp130 .testimonial .stars {
  text-align: center; }

.s-comp130 .s-button-list {
  margin: 45px 0px 0px 0px; }

.s-comp130 .s-button-list {
  text-align: center; }

.s-comp130 h2.smC18346SmSn1p3T22-style {
  text-align: center; }

.s-comp130 h2.smC18346SmSn1p3T22-style {
  margin: 0px auto 28px auto; }

.s-comp130 h2.smC18346SmSn1p3T22-style {
  min-width: auto;
  max-width: 650px; }

.s-comp130 .s-text.smC18346SmSn1p3T23-style {
  font-size: 1.2rem; }

.s-comp130 .s-text.smC18346SmSn1p3T23-style {
  text-align: center; }

.s-comp130 .s-text.smC18346SmSn1p3T23-style {
  margin: 0px auto 36px auto; }

.s-comp130 .s-text.smC18346SmSn1p3T23-style {
  min-width: auto;
  max-width: 650px; }

@media (max-width: 991px) {
  .s-comp130 {
    padding: 0px 0px 96px 0px; } }

@media (max-width: 480px) {
  .s-comp130 {
    padding: 0px 0px 72px 0px; } }


.s-comp123 {
  position: relative; }

.s-comp123:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%; }

.s-comp123 .sw_alink {
  color: var(--primary);
  font-weight: bold;
  text-decoration: none !important; }

.s-comp123 .testimonial-content {
  margin-left: auto !important;
  margin-right: auto !important; }

.s-comp123 .flex-control-paging li a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.s-comp123 .flex-viewport {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease; }

.s-comp123 .flex-direction-nav a {
  height: auto;
  width: auto; }

.s-comp123 .flexslider.testimonial-slider .flex-direction-nav a.flex-next:before {
  font-size: inherit;
  color: inherit;
  text-shadow: inherit; }

.s-comp123 .flexslider.testimonial-slider .flex-direction-nav a.flex-prev:before {
  font-size: inherit;
  color: inherit;
  text-shadow: inherit; }

.s-comp123 .flexslider.testimonial-slider .flex-direction-nav a.flex-next:before, .s-comp123 .flexslider.testimonial-slider .flex-direction-nav a.flex-prev:before {
  line-height: 1;
  display: block; }

.s-comp123 .flex-direction-nav .flex-next {
  right: 0px; }

.s-comp123 .flex-direction-nav .flex-prev {
  left: 0px; }

.s-comp123 .flexslider:hover .flex-direction-nav .flex-next {
  right: 0px; }

.s-comp123 .flexslider:hover .flex-direction-nav .flex-prev {
  left: 0px; }

.s-comp123 .flexslider.testimonial-slider .flex-control-nav {
  width: auto;
  position: static;
  bottom: auto; }

.s-comp123 .flexslider.testimonial-slider {
  margin: 0;
  border: 0;
  border-radius: 0; }

.s-comp123 .slides, .s-comp123 .slides li {
  position: relative; }
/*
 -------- QUOTES --------
 */
.s-comp123 .quote-mark {
  position: absolute; }

.s-comp123 .quote-mark.open-quote {
  top: 0;
  left: 100px; }

.s-comp123 .quote-mark.close-quote {
  bottom: 43px;
  right: 100px; }

.s-comp123 {
  margin: 0px 0px 0px 0px; }

.s-comp123 {
  padding: 0px 0px 36px 0px; }

.s-comp123 .flexslider.testimonial-slider .flex-direction-nav a.flex-prev:before {
  content: '\f104';
  font-family: fontAwesome; }

.s-comp123 .flexslider.testimonial-slider .flex-direction-nav a.flex-next:before {
  content: '\f105';
  font-family: fontAwesome; }

.s-comp123 .flexslider.testimonial-slider .flex-direction-nav a.flex-next, .s-comp123 .flexslider.testimonial-slider .flex-direction-nav a.flex-prev {
  font-size: 40px;
  color: #696d77; }

.s-comp123 .flexslider.testimonial-slider .flex-direction-nav a.flex-next, .s-comp123 .flexslider.testimonial-slider .flex-direction-nav a.flex-prev {
  opacity: 0.6; }

.s-comp123 .flexslider.testimonial-slider .flex-control-nav > li a {
  background-color: #e3e3e3; }

.s-comp123 .flexslider.testimonial-slider .flex-control-nav > li a {
  border: 0px solid #fff; }

.s-comp123 .flexslider.testimonial-slider .flex-control-nav > li a {
  width: 8px; }

.s-comp123 .flexslider.testimonial-slider .flex-control-nav > li a {
  height: 8px; }

.s-comp123 .flexslider.testimonial-slider .flex-control-nav > li a:hover, .s-comp123 .flexslider.testimonial-slider .flex-control-nav > li a:focus, .s-comp123 .flexslider.testimonial-slider .flex-control-nav > li a:active {
  background-color: #ababab; }

.s-comp123 .flexslider.testimonial-slider .flex-control-nav > li a.flex-active {
  background-color: #ababab; }

.s-comp123 .flexslider.testimonial-slider {
  background-color: #696d77;
  background-color: rgba(105, 109, 119, 0); }

.s-comp123 .testimonials-slider-box .testimonial-content h1 {
  color: #696d77; }

.s-comp123 .testimonials-slider-box .testimonial-content h2 {
  color: #696d77; }

.s-comp123 .testimonials-slider-box .testimonial-content h3 {
  color: #696d77; }

.s-comp123 .testimonials-slider-box .testimonial-content h4 {
  color: #696d77; }

.s-comp123 .testimonials-slider-box .testimonial-content h5 {
  color: #696d77; }

.s-comp123 .testimonials-slider-box .testimonial-content h6 {
  color: #696d77; }

.s-comp123 .testimonials-slider-box .testimonial-content .s-text {
  font-size: 20px; }

.s-comp123 .testimonials-slider-box .testimonial-content .s-text {
  color: #696d77; }

.s-comp123 .testimonials-slider-box .testimonial-content .s-text {
  text-align: center; }

.s-comp123 .flexslider.testimonial-slider .testimonial-content {
  width: 70%; }

.s-comp123 .flexslider.testimonial-slider .testimonial-content {
  margin: 0px 0px 0px 0px; }

.s-comp123 .flexslider.testimonial-slider .testimonial-content {
  padding: 0px 60px 8px 60px; }

.s-comp123 .testimonials-slider-box .testimonial-content .testimonial-name {
  font-size: 14px; }

.s-comp123 .testimonials-slider-box .testimonial-content .testimonial-name {
  text-align: center; }

.s-comp123 .testimonials-slider-box .testimonial-content .testimonial-name {
  margin: 12px 0px 12px 0px; }

.s-comp123 .quote-mark.open-quote {
  display: none; }

.s-comp123 .quote-mark.open-quote i {
  font-size: 40px; }

.s-comp123 .quote-mark.open-quote i {
  color: #00b8bf; }

.s-comp123 .quote-mark.close-quote {
  display: none; }

.s-comp123 .quote-mark.close-quote i {
  font-size: 40px; }

.s-comp123 .quote-mark.close-quote i {
  color: #00b8bf; }

@media (max-width: 991px) {
  .s-comp123 .flexslider.testimonial-slider .testimonial-content {
    width: 95%; } }

@media (max-width: 480px) {
  .s-comp123 .flexslider.testimonial-slider .flex-direction-nav a.flex-next, .s-comp123 .flexslider.testimonial-slider .flex-direction-nav a.flex-prev {
    font-size: 30px; }

  .s-comp123 .testimonials-slider-box .testimonial-content .s-text {
    font-size: 16px; }

  .s-comp123 .flexslider.testimonial-slider .testimonial-content {
    width: 90%; }

  .s-comp123 .flexslider.testimonial-slider .testimonial-content {
    padding: 0px 0px 8px 0px; } }


.s-comp102 {
  position: relative;
  padding: 144px 0;
  overflow: hidden; }

.s-comp102:before {
  content: '';
  width: 72vw;
  height: calc(72vw * 0.77);
  background-image: url('https://cloud.sitemn.gr/users/Yools2021/swfiles/body/bee-shape-v2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  opacity: 0.03;
  top: 0;
  right: -33%;
  transform: rotate(-16deg) scaleX(-1); }

.s-comp102 .container {
  position: relative;
  z-index: 10; }

@media only screen and (min-width: 1280px) {
  .s-comp102 .container {
    width: 100%;
    max-width: 1600px;
    padding: 0 72px; } }

.s-comp102 .container > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.s-comp102 .usp-col {
  width: 58.333%;
  padding: 0 15px; }

.s-comp102 h2 {
  margin-bottom: 0.694em;
  position: relative;
  display: inline-block; }

.s-comp102 h2:after {
  content: '';
  width: 304px;
  height: 308px;
  background-image: url('https://cloud.sitemn.gr/users/Yools2021/swfiles/body/home-usp-bee-top.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 20%;
  right: -12px;
  transform: translate(100%, 0); }

.s-comp102 .s-text.intro {
  margin-bottom: 60px;
  max-width: 640px;
  font-size: 1.2rem; }

.s-comp102 .usp-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 36px;
  margin-bottom: 72px; }

.s-comp102 .usp-list .usp-container {
  width: calc(50% - 36px); }

.s-comp102 .usp-list .usp-container .usp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px; }

.s-comp102 .usp-list .icon-container {
  min-width: 48px; }

.s-comp102 .usp-list .content-container {
  width: calc(100% - 48px); }

.s-comp102 .usp-list .content-container .s-text {
  line-height: 1.2; }

.s-comp102 .s-button-list {
  margin: 0 -8px; }

.s-comp102 .s-button-list a {
  margin: 0 8px; }

.s-comp102 .s-button-list a i {
  margin-right: var(--icon-margin); }

.s-comp102 .s-button-list a:not(.ghost) i {
  transform: scaleX(-1); }

.s-comp102 .visual-col {
  width: 41.666%;
  padding: 0 15px; }

.s-comp102 .visual-col .image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-left: 20%;
  filter: drop-shadow(0 30px 60px rgba(0, 82, 102, 0.2)); }

.s-comp102 .visual-col .image img {
  clip-path: url('#usp-list-svg');
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.s-comp102 .visual-col .testimonial-cta {
  margin-top: -144px;
  margin-left: 10%;
  backdrop-filter: blur(10px); }

.s-comp102 .visual-col .testimonial-cta .s-tile {
  background: linear-gradient(45deg, var(--secondary-alt) -40%, rgba(255, 209, 91, 0.9) 50%); }

@media only screen and (max-width: 991px) {
  .s-comp102 {
    padding: 96px 0; }

  .s-comp102 .usp-col {
    width: 100%; }

  .s-comp102 .visual-col {
    width: 100%; }

  .s-comp102 .usp-list .icon-container {
    width: 48px; } }

@media only screen and (max-width: 768px) {
  .s-comp102 .container {
    max-width: 100%;
    padding: 0 var(--container-padding-tablet); }

  .s-comp102 .usp-list .icon-container {
    min-width: 36px; }

  .s-comp102 .usp-list .content-container {
    width: calc(100% - 36px); }

  .s-comp102 .visual-col {
    padding: 36px 0 0 0; }

  .s-comp102 .visual-col .image {
    display: none; }

  .s-comp102 .visual-col .testimonial-cta {
    margin-top: 0;
    margin-left: 0;
    backdrop-filter: blur(0px); }

  .s-comp102 .visual-col .testimonial-cta .s-tile {
    background: var(--secondary-gradient); } }

@media only screen and (max-width: 480px) {
  .s-comp102 {
    padding: 72px 0; }

  .s-comp102 .container {
    padding: 0 var(--container-padding-mobile); }

  .s-comp102 .s-text.intro {
    font-size: 1rem; }

  .s-comp102 .usp-list {
    margin-bottom: 48px; }

  .s-comp102 .usp-list .usp-container {
    width: 100%;
    padding-left: 12px; }

  .s-comp102 .usp-list .icon-container {
    width: 36px; }

  .s-comp102 .s-button-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -8px; }

  .s-comp102 .s-button-list a {
    margin: 8px; } }

.s-comp102 {
  position: relative; }


.s-comp104 {
  padding: 144px 0; }

@media only screen and (min-width: 1280px) {
  .s-comp104 .container {
    max-width: 1600px;
    padding: 0 72px; } }

@media only screen and (min-width: 992px) {
  .s-comp104 h2 {
    font-size: 2.488rem;
    text-align: center;
    margin-bottom: 60px; }

  .s-comp104 h2 b.number {
    margin-top: -1.44em; }

  .s-comp104 .usp-list.col-2 {
    --col: 2; }

  .s-comp104 .usp-list.col-3 {
    --col: 3; }

  .s-comp104 .usp-list.col-4 {
    --col: 4; }

  .s-comp104 .usp-list.col-4 .usp-item-container:nth-child(1), .s-comp104 .usp-list.col-4 .usp-item-container:nth-child(5) {
    padding-top: 96px; }

  .s-comp104 .usp-list {
    -webkit-column-count: var(--col);
    -moz-column-count: var(--col);
    column-count: var(--col);
    column-gap: 36px;
    margin-bottom: -36px !important; }

  .s-comp104 .usp-list .usp-item-container, .s-comp104 .usp-list .title-item-container {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding-bottom: 36px; } }

.s-comp104 .usp-item {
  padding: 36px 42px;
  border-radius: var(--border-radius);
  background: #fff;
  box-shadow: var(--shadow-md); }

.s-comp104 .usp-item .icon {
  margin-bottom: 30px; }

.s-comp104 .usp-item .icon img {
  height: 60px; }

.s-comp104 .usp-item h3 {
  font-size: 1.2rem; }

.s-comp104 .usp-item h3 i {
  font-size: 0.694em;
  color: var(--secondary);
  margin: 0 var(--icon-margin); }

.s-comp104 .usp-list .title-item-container {
  padding: 192px 0; }

.s-comp104 .usp-list .title-container h2 {
  margin-bottom: 0; }

@media only screen and (max-width: 991px) {
  .s-comp104 {
    padding: 96px 0 51px 0; }

  .s-comp104 .container {
    max-width: 100%;
    padding: 0; }

  .s-comp104 .intro {
    padding: 0 calc(var(--container-padding-tablet) + 15px); }

  .s-comp104 .usp-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    column-gap: 36px;
    padding: 0 var(--container-padding-tablet) 45px var(--container-padding-tablet);
    scroll-snap-type: x mandatory; }

  .s-comp104 .usp-list::-webkit-scrollbar {
    display: none; }

  .s-comp104 .usp-list > div {
    scroll-snap-align: center; }

  .s-comp104 .usp-list .usp-item-container {
    min-width: 60vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .s-comp104 .usp-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }

  .s-comp104 .usp-list .title-item-container {
    min-width: 40vw;
    padding: 0 0 0 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; } }

@media only screen and (max-width: 480px) {
  .s-comp104 {
    padding: 72px 0 45px 0;
    margin-bottom: -9px; }

  .s-comp104 .intro {
    padding: 0 calc(var(--container-padding-mobile) + 15px); }

  .s-comp104 .usp-list {
    column-gap: 24px;
    padding: 0 var(--container-padding-mobile) 45px var(--container-padding-mobile); }

  .s-comp104 .usp-list .usp-item-container {
    min-width: clamp(75vw, 350px, 80vw); }

  .s-comp104 .usp-list .title-item-container {
    min-width: 60vw; }

  .s-comp104 .usp-item {
    padding: 40px 30px; } }

.s-comp104 {
  position: relative; }


/****************************
 LAYOUT
 ****************************/
.usp-list-3 {
  margin: 72px 0 216px 0;
  --offset: 30px;
  position: relative;
  z-index: 10; }

.usp-list-3 .container {
  position: relative;
  z-index: 10; }

@media only screen and (min-width: 1280px) {
  .usp-list-3 .container {
    width: 100%;
    max-width: 1600px;
    padding: 0 72px; } }

.usp-list-3 .container > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.usp-list-3 .container > .row > .title-container, .usp-list-3 .container > .row > .content-container {
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

.usp-list-3 .container > .row > .title-container {
  width: 33.333%; }

.usp-list-3 .container > .row > .content-container {
  width: 50%;
  margin-left: 16.666%; }

@media only screen and (max-width: 991px) {
  .usp-list-3 {
    margin-top: 0;
    margin-bottom: 96px; }

  .usp-list-3 .container > .row {
    /*flex-direction: column-reverse;*/ }

  .usp-list-3 .container > .row > .title-container {
    width: 100%;
    padding-bottom: 36px; }

  .usp-list-3 .container > .row > .content-container {
    width: 100%;
    margin-left: 0; } }
/****************************
 VISUAL
 ****************************/
.usp-list-3:before {
  content: '';
  width: 90vw;
  height: 65vw;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: var(--primary-alt);
  opacity: 0.05; }

@media only screen and (max-width: 991px) {
  .usp-list-3:before {
    width: 150vw;
    height: 150vw;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    pointer-events: none;
    background: linear-gradient(180deg, var(--primary-alt) 0%, transparent 100%); } }
/****************************
 TITLE
 ****************************/
@keyframes jello-attention {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  80% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  86% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }

  88% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }

  90% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }

  93% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }

  95% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@media only screen and (min-width: 992px) {
  .usp-list-3 .title-container .title {
    position: relative;
    -webkit-animation: jello-attention 8s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
    animation: jello-attention 8s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both; }

  .usp-list-3 .title-container .title:before {
    content: '';
    width: 140%;
    padding-bottom: 140%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: var(--primary-gradient);
    box-shadow: var(--shadow-xl); } }

.usp-list-3 .title-container h2 {
  margin-bottom: 0;
  font-size: 3.583rem;
  position: relative;
  z-index: 10;
  text-align: center;
  color: #fff; }

.usp-list-3 .title-container h2 span {
  color: var(--primary-alt); }

.usp-list-3 .title-container h2 span:before {
  display: none; }

@media only screen and (max-width: 991px) {
  .usp-list-3 .title-container .title {
    padding: 48px;
    border-radius: var(--border-radius);
    background: var(--primary-gradient);
    box-shadow: var(--shadow-md); }

  .usp-list-3 .title-container .title:before {
    display: none; }

  .usp-list-3 .title-container h2 {
    font-size: 2.074rem; } }

@media only screen and (max-width: 991px) {
  .usp-list-3 .title-container .title {
    padding: 36px; }

  .usp-list-3 .title-container h2 {
    font-size: 1.728rem; } }
/****************************
 USP LIST
 ****************************/
.usp-list-3 .usp-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }

.usp-list-3 .usp-list .usp-item {
  position: relative; }

.usp-list-3 .usp-list .usp-item:not(:last-child) {
  padding-bottom: 48px; }

.usp-list-3 .usp-list .s-tile {
  background: #fff;
  padding: 36px 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10; }

@media only screen and (min-width: 992px) {
  .usp-list-3 .usp-list .usp-item:first-child .s-tile {
    width: calc(100% - var(--offset));
    margin-left: calc(var(--offset) * -1); } }

.usp-list-3 .usp-list .s-tile .icon-container {
  width: 80px; }

.usp-list-3 .usp-list .s-tile .content-container {
  width: calc(100% - 80px);
  padding-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }

.usp-list-3 .usp-list .s-tile .content-container h3 {
  text-align: left;
  margin-bottom: 0.402em;
  font-size: 1.44rem; }
/* SVG */
.usp-list-3 .usp-list .usp-item svg {
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translate(-50%, 0);
  z-index: 1; }

.usp-list-3 .usp-list .usp-item:last-child svg {
  left: 40%;
  bottom: -48px;
  transform: translate(-50%, 0) scaleX(-1); }

@media only screen and (max-width: 991px) {
  .usp-list-3 .usp-list .usp-item:not(:last-child) {
    padding-bottom: 36px; }

  .usp-list-3 .usp-list .s-tile .icon-container {
    width: 60px; }

  .usp-list-3 .usp-list .s-tile .content-container {
    width: calc(100% - 60px); }

  .usp-list-3 .usp-list .s-tile .content-container h3 {
    font-size: 1.2rem;
    margin-bottom: 0.335em; } }

@media only screen and (max-width: 480px) {
  .usp-list-3 .usp-list .s-tile {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 24px;
    padding: 40px 30px; }

  .usp-list-3 .usp-list .s-tile .content-container {
    width: 100%;
    padding: 0; } }
/****************************
 SOCIAL PROOF
 ****************************/
.usp-list-3 .social-proof {
  margin-top: 48px;
  width: calc(100% - var(--offset));
  margin-left: calc(var(--offset) * -1); }

.usp-list-3 .social-proof .s-btn {
  display: none; }

@media only screen and (max-width: 991px) {
  .usp-list-3 .social-proof {
    margin-top: 48px;
    width: 100%;
    margin-left: 0; }

  .usp-list-3 .social-proof .testimonial-cta .s-tile {
    padding-bottom: 40px; } }

.s-comp120 {
  position: relative; }


/****************************
 FLEX (COMP)
 ****************************/
.s-comp127 .s-flex.smC11783SmSn1p3T20i4-style {
  position: relative; }
/****************************
 FLEX (COLUMN)
 ****************************/
.s-comp127 .s-flex.smC11783SmSn1p3T20i5-style {
  position: relative; }
/****************************
 BUTTON LIST
 ****************************/
.s-comp127 .s-btn.smC11783SmSn1p3T20i8-style, .s-comp127 .s-btn-alt.smC11783SmSn1p3T20i8-style {
  position: relative; }
/****************************
 EMBED/IFRAME
 ****************************/
.s-comp127 .s-plugin.smC11783SmSn1p3T20i11-style {
  overflow: hidden; }

.s-comp127 .s-plugin.smC11783SmSn1p3T20i11-style iframe {
  width: 100% !important;
  height: 100% !important;
  margin-bottom: -10px !important; }
/****************************
 TEXT
 ****************************/
.s-comp127 .s-text.smC11783SmSn1p3T20i7-style {
  position: relative; }
/****************************
 TITLE
 ****************************/
.s-comp127 h1.smC11783SmSn1p3T20i6-style, .s-comp127 h2.smC11783SmSn1p3T20i6-style, .s-comp127 h3.smC11783SmSn1p3T20i6-style, .s-comp127 h4.smC11783SmSn1p3T20i6-style, .s-comp127 h5.smC11783SmSn1p3T20i6-style, .s-comp127 h6.smC11783SmSn1p3T20i6-style {
  position: relative; }
/****************************
 VIDEO POP-UP
 ****************************/
.s-comp127 .background-image {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius);
  margin-top: 20px; }

.s-comp127 .background-image.hdtv {
  padding-bottom: 56.25% !important; }

.s-comp127 .background-image.square {
  padding-bottom: clamp(0%, 100%, 60vh) !important; }

.s-comp127 .background-image.vertical {
  padding-bottom: 120% !important; }

.s-comp127 .background-image.sdtv {
  padding-bottom: 75% !important; }

@media only screen and (max-width: 991px) {
  .s-comp127 .background-image {
    margin-bottom: 30px;
    padding-bottom: 70%;
    margin-top: 0; } }

.s-comp127 .s-playbtn-beh {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 9999px;
  animation: ripple 3s linear infinite; }

.s-comp127 a.s-playbtn {
  text-decoration: none;
  position: relative;
  top: auto;
  left: auto; }

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0.4rem rgba(255, 255, 255, 0.3), 0 0 0 1rem rgba(255, 255, 255, 0.3), 0 0 0 2.5rem rgba(255, 255, 255, 0.3); }

  100% {
    box-shadow: 0 0 0 0.7rem rgba(255, 255, 255, 0.3), 0 0 0 1.5rem rgba(255, 255, 255, 0.3), 0 0 0 3.5rem rgba(255, 255, 255, 0); } }

.s-comp127 a.s-playbtn:focus {
  outline: none; }

.s-comp127 a.s-playbtn i.fa {
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.s-mfp127.mfp-bg {
  z-index: 10000; }

.s-mfp127.mfp-wrap {
  z-index: 10001; }

.mfp-content {
  max-width: 900px !important; }

.s-mfp127.mfp-wrap iframe {
  box-shadow: none; }

.s-mfp127 .mfp-close {
  opacity: 1; }

.s-mfp127 .mfp-close:active {
  top: 0; }
/* Default css from Image */
.s-comp127 .s-img__wrapper.smC11783SmSn1p3T20i4-style {
  position: relative; }

.s-comp127 .s-img__wrapper.smC11783SmSn1p3T20i4-style .s-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; }

.s-comp127 .s-img__wrapper.smC11783SmSn1p3T20i4-style .s-img[src=""], .s-comp127 .s-img__wrapper.smC11783SmSn1p3T20i4-style .s-img[src*="placehold.it"] {
  display: none; }

.s-comp127 {
  padding: 96px 0px 60px 0px; }

.s-comp127 {
  position: relative; }

.s-comp127 .s-flex.smC11783SmSn1p3T20i4-style {
  display: flex !important;
  flex-direction: row; }

.s-comp127 .s-flex.smC11783SmSn1p3T20i4-style {
  flex-wrap: wrap; }

.s-comp127 .s-flex.smC11783SmSn1p3T20i4-style {
  align-items: center; }

.s-comp127 .s-flex.smC11783SmSn1p3T20i5-style {
  display: flex !important;
  flex-direction: row; }

.s-comp127 .s-flex.smC11783SmSn1p3T20i5-style {
  flex-wrap: wrap; }

.s-comp127 .s-text.smC11783SmSn1p3T20i7-style {
  margin: 0px 0px 36px 0px; }

.s-comp127 .s-plugin.smC11783SmSn1p3T20i11-style {
  box-shadow: 0px 0px 15px 0px rgba(58, 60, 65, 0.1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(58, 60, 65, 0.1); }

.s-comp127 .s-plugin.smC11783SmSn1p3T20i11-style {
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

.s-comp127 .s-plugin.smC11783SmSn1p3T20i11-style {
  width: 100%; }

.s-comp127 .s-plugin.smC11783SmSn1p3T20i11-style {
  height: 450px; }

.s-comp127 .s-plugin.smC11783SmSn1p3T20i11-style {
  margin: 0px 0px 36px 0px; }

.s-comp127 .s-button-list {
  margin: -4px -4px 32px -4px; }

.s-comp127 .s-button-list {
  display: flex;
  flex-direction: row; }

.s-comp127 .s-button-list {
  flex-wrap: wrap; }

.s-comp127 a.s-playbtn i.fa {
  font-size: 24px; }

.s-comp127 a.s-playbtn i.fa {
  color: #00b8bf; }

.s-comp127 a.s-playbtn i.fa {
  background-color: #c0e5ea; }

.s-comp127 a.s-playbtn i.fa {
  -webkit-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px; }

.s-comp127 a.s-playbtn i.fa {
  width: 75px; }

.s-comp127 a.s-playbtn i.fa {
  height: 75px; }

.s-comp127 a.s-playbtn i.fa {
  padding: 0px 0px 0px 6px; }

.s-comp127 a.s-playbtn:hover i.fa {
  color: #c0e5ea; }

.s-comp127 a.s-playbtn:hover i.fa {
  background-color: #00b8bf; }

.s-mfp127.mfp-bg {
  background-color: #3a3c41; }

.s-mfp127.mfp-bg {
  opacity: 0.8; }

.s-mfp127.mfp-wrap .mfp-content {
  width: 70%; }

.s-mfp127 button.mfp-close {
  color: #00b8bf; }

.s-mfp127 button.mfp-close {
  background-color: #c0e5ea; }

.s-mfp127 button.mfp-close:hover {
  color: #c0e5ea; }

.s-mfp127 button.mfp-close:hover {
  background-color: #00b8bf; }

.s-mfp127 button.mfp-close {
  -webkit-transition: all 0.22s ease 0s;
  transition: all 0.22s ease 0s; }

@media (max-width: 991px) {
  .s-comp127 .s-flex.smC11783SmSn1p3T20i4-style {
    align-items: flex-start; }

  .s-comp127 .s-flex.smC11783SmSn1p3T20i5-style {
    display: flex !important;
    flex-direction: column; }

  .s-comp127 .s-plugin.smC11783SmSn1p3T20i11-style {
    height: 40vh; } }

@media (max-width: 480px) {
  .s-comp127 {
    padding: 72px 0px 36px 0px; }

  .s-comp127 .s-flex.smC11783SmSn1p3T20i4-style {
    align-items: flex-start; }

  .s-comp127 .s-flex.smC11783SmSn1p3T20i5-style {
    display: flex !important;
    flex-direction: column; }

  .s-comp127 .s-plugin.smC11783SmSn1p3T20i11-style {
    height: 60vh; } }


.s-comp135 a {
  display: block;
  margin: 12px 0; }

.s-comp135 {
  padding: 144px 0px 144px 0px; }

.s-comp135 {
  position: relative; }





.s-comp141 a {
  display: block;
  margin: 12px 0; }

.s-comp141 {
  padding: 144px 0px 144px 0px; }

.s-comp141 {
  position: relative; }


.s-comp143 {
  padding: 144px 0; }

.s-comp143 {
  position: relative; }


/****************************
 Universal Variables
 ****************************/
:root {
  /***** Breakpoints *****/
  --breakpoint_sm: 480px;
  --breakpoint_md: 991px;
  --breakpoint_lg: 1140px;
  --breakpoint_xl: 1280px;
  /***** Width *****/
  --w_1-12: 8.333%;
  --w_2-12: 16.666%;
  --w_3-12: 25%;
  --w_4-12: 33.333%;
  --w_5-12: 41.666%;
  --w_6-12: 50%;
  --w_7-12: 58.333%;
  --w_8-12: 66.666%;
  --w_9-12: 75%;
  --w_10-12: 83.333%;
  --w_11-12: 91.666%;
  --w_12-12: 100%;
  /***** Spacing *****/
  --spacing_xs-5: 12px;
  --spacing_xs-4: 16px;
  --spacing_xs-3: 24px;
  --spacing_xs-2: 30px;
  --spacing_xs-1: 36px;
  --spacing_xs: 48px;
  --spacing_sm: 72px;
  --spacing_md: 96px;
  --spacing_lg: 108px;
  --spacing_xl: 144px;
  /***** Type Scale *****/
  --headings_margin: 0.694em;
  /* Absolute */
  --type-scale_xs-5: 0.279rem;
  --type-scale_xs-4: 0.335rem;
  --type-scale_xs-3: 0.402rem;
  --type-scale_xs-2: 0.482rem;
  --type-scale_xs-1: 0.579rem;
  --type-scale_xs: 0.694rem;
  --type-scale_sm: 0.833rem;
  --type-scale_md: 1rem;
  --type-scale_lg: 1.2rem;
  --type-scale_xl: 1.44rem;
  --type-scale_xl-1: 1.728rem;
  --type-scale_xl-2: 2.074rem;
  --type-scale_xl-3: 2.488rem;
  --type-scale_xl-4: 2.986rem;
  --type-scale_xl-5: 3.583rem;
  --type-scale_xl-6: 4.3rem;
  /* Relative */
  --type-scale-rel_xs-5: 0.279em;
  --type-scale-rel_xs-4: 0.335em;
  --type-scale-rel_xs-3: 0.402em;
  --type-scale-rel_xs-2: 0.482em;
  --type-scale-rel_xs-1: 0.579em;
  --type-scale-rel_xs: 0.694em;
  --type-scale-rel_sm: 0.833em;
  --type-scale-rel_md: 1em;
  --type-scale-rel_lg: 1.2em;
  --type-scale-rel_xl: 1.44em;
  --type-scale-rel_xl-1: 1.728em;
  --type-scale-rel_xl-2: 2.074em;
  --type-scale-rel_xl-3: 2.488em;
  --type-scale-rel_xl-4: 2.986em;
  --type-scale-rel_xl-5: 3.583em;
  --type-scale-rel_xl-6: 4.3em;
  /***** Typography *****/
  /* Font Weight */
  --font-weight_hairline: 100;
  --font-weight_extra-light: 200;
  --font-weight_light: 300;
  --font-weight_regular: 400;
  --font-weight_book: 500;
  --font-weight_medium: 600;
  --font-weight_bold: 700;
  --font-weight_black: 800;
  --font-weight_heavy: 900;
  /* Letter Spacing */
  --letter-spacing_dense: -0.06em;
  --letter-spacing_normal: normal;
  --letter-spacing_loose: 0.06em;
  /****************************
   Effects
   ****************************/
  /***** Shadows *****/
  --shadow_sm: 0 1px 1px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.02);
  --shadow_md: 0 1px 4px rgba(0, 0, 0, 0.04), 0 4px 10px rgba(0, 0, 0, 0.08);
  --shadow_lg: 0 2px 20px rgba(0, 0, 0, 0.04), 0 8px 32px rgba(0, 0, 0, 0.08);
  --shadow_xl: 0 8px 20px rgba(0, 0, 0, 0.06), 0 24px 60px rgba(0, 0, 0, 0.12); }
/****************************
 Project Variables
 ****************************/
:root {
  /***** Colors *****/
  --color_rochi-400: #ffd15b;
  --color_rochi-500: #e08a00;
  --color_rochi-600: #ad6b00;
  --color_rochi-gradient: linear-gradient(45deg, var(--color_rochi-500) -40%, var(--color_rochi-400) 50%);
  --color_robinsegg-200: #f2fafb;
  --color_robinsegg-300: #c0e5ea;
  --color_robinsegg-400: #9ac8d0;
  --color_robinsegg-500: #00b8bf;
  --color_robinsegg-600: #005266;
  --color_robinsegg-gradient: linear-gradient(45deg, var(--color_robinsegg-600) -40%, var(--color_robinsegg-500) 50%);
  --color_shamrock-500: #3fcfa2;
  --color_shamrock-600: #1c9c5e;
  --color_shamrock-gradient: linear-gradient(45deg, var(--color_shamrock-600) -40%, var(--color_shamrock-500) 50%);
  --color_amaranth-500: #ec4651;
  --color_amaranth-600: #c6153e;
  --color_amaranth-gradient: linear-gradient(45deg, var(--color_amaranth-600) -40%, var(--color_amaranth-500) 50%);
  /*
   --organic-gradient_1: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/yls_gradient-v1.svg");
   --organic-gradient_2: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/yls_gradient-v2.svg");
   --organic-gradient_3: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/yls_gradient-v3.svg");
   --organic-gradient_4: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/yls_gradient-v4.svg");
   --organic-gradient_5: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/yls_gradient-v5.svg");
   */
  --color_headings: #282e39;
  --color_body-light: #696d77;
  --color_body-dark: #3a3c41;
  /***** Spacing *****/
  --comp-spacing_inner: 96px;
  --comp-spacing_outer: 144px;
  /***** Typography *****/
  /* Font Family */
  --headings_font: 'Gilroy Extra Bold', sans-serif, sans-serif;
  --body_font: 'Manrope', sans-serif, sans-serif;
  --headings_letter-spacing: -0.03em;
  /***** Borders *****/
  /* Border Radius */
  --border-radius_sm: 4px;
  --border-radius_md: 12px;
  --border-radius_lg: 36px;
  /***** Misc *****/
  --top-bar-height: 47px;
  --header-height: 91px; }

@media only screen and (max-width: 991px) {
  /***** Spacing *****/
    :root {
      --comp-spacing_inner: 72px;
      --comp-spacing_outer: 108px;
      /***** Misc *****/
      --top-bar-height: 0px;
      --header-height: 74px; } }

@media only screen and (max-width: 480px) {
  /***** Spacing *****/
    :root {
      --comp-spacing_inner: 60px;
      --comp-spacing_outer: 72px;
      /***** Misc *****/
      --top-bar-height: 0px;
      --header-height: 60px; } }
/****************************
 Layout
 ****************************/
/***** Component Settings *****/
[class*="yls_comp"] {
  position: relative;
  z-index: 1;
  margin-bottom: var(--comp-spacing_outer); }

.yls_comp__has-bg {
  padding-top: var(--comp-spacing_inner);
  padding-bottom: var(--comp-spacing_inner); }
/***** Container *****/
.yls_container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--spacing_xs-4);
  padding-right: var(--spacing_xs-4); }

@media only screen and (max-width: 480px) {
  .yls_container {
    padding-left: var(--spacing_xs-3);
    padding-right: var(--spacing_xs-3); } }

@media only screen and (min-width: 544px) {
  .yls_container {
    max-width: 576px; }

  .yls_container.wide {
    max-width: 100%;
    padding: 0 var(--spacing_xs); } }

@media only screen and (min-width: 768px) {
  .yls_container {
    max-width: 720px; }

  .yls_container.narrow {
    max-width: 720px; }

  .yls_container.wide {
    max-width: 100%;
    padding: 0 var(--spacing_xs); } }

@media only screen and (min-width: 992px) {
  .yls_container {
    max-width: calc(var(--breakpoint_md) - var(--spacing_xs)); }

  .yls_container.wide {
    max-width: 100%;
    padding: 0 var(--spacing_sm); } }

@media only screen and (min-width: 1200px) {
  .yls_container {
    max-width: var(--breakpoint_lg); } }

@media only screen and (min-width: 1280px) {
  .yls_container.wide {
    max-width: 1600px;
    padding: 0 var(--spacing_sm); } }
/***** Padding *****/
.padding-b__0 {
  padding-bottom: 0 !important; }
/****************************
 Aspect Ratio
 ****************************/
.aspect__square {
  /*aspect-ratio: 1 / 1;*/
  padding-bottom: 100%; }

.aspect__minor-third-h {
  /*aspect-ratio: 1.2 / 1;*/
  padding-bottom: 83.3%; }

.aspect__minor-third-v {
  /*aspect-ratio: 1 / 1.2;*/
  padding-bottom: 120%; }

.aspect__tv {
  /*aspect-ratio: 4 / 3;*/
  padding-bottom: 75%; }

.aspect__video {
  /*aspect-ratio: 16 / 9;*/
  padding-bottom: 56.25%; }

.aspect__golden-h {
  /*aspect-ratio: 16.18 / 10;*/
  padding-bottom: 61.8%; }

.aspect__golden-v {
  /*aspect-ratio: 10 / 16.18;*/
  padding-bottom: 161.8%; }

.aspect__profile {
  /*aspect-ratio: 3 / 4;*/
  padding-bottom: 133.3%; }

@media only screen and (max-width: 991px) {
  /*aspect-ratio: 1 / 1;*/
    .md_aspect__square {
      padding-bottom: 100%; }
    .md_aspect__minor-third-h {
      /*aspect-ratio: 1.2 / 1;*/
      padding-bottom: 83.3%; }
    .md_aspect__minor-third-v {
      /*aspect-ratio: 1 / 1.2;*/
      padding-bottom: 120%; }
    .md_aspect__tv {
      /*aspect-ratio: 4 / 3;*/
      padding-bottom: 75%; }
    .md_aspect__video {
      /*aspect-ratio: 16 / 9;*/
      padding-bottom: 56.25%; }
    .md_aspect__golden-h {
      /*aspect-ratio: 16.18 / 10;*/
      padding-bottom: 61.8%; }
    .md_aspect__golden-v {
      /*aspect-ratio: 10 / 16.18;*/
      padding-bottom: 161.8%; }
    .md_aspect__profile {
      /*aspect-ratio: 3 / 4;*/
      padding-bottom: 133.3%; } }

@media only screen and (max-width: 480px) {
  /*aspect-ratio: 1 / 1;*/
    .sm_aspect__square {
      padding-bottom: 100%; }
    .sm_aspect__minor-third-h {
      /*aspect-ratio: 1.2 / 1;*/
      padding-bottom: 83.3%; }
    .sm_aspect__minor-third-v {
      /*aspect-ratio: 1 / 1.2;*/
      padding-bottom: 120%; }
    .sm_aspect__tv {
      /*aspect-ratio: 4 / 3;*/
      padding-bottom: 75%; }
    .sm_aspect__video {
      /*aspect-ratio: 16 / 9;*/
      padding-bottom: 56.25%; }
    .sm_aspect__golden-h {
      /*aspect-ratio: 16.18 / 10;*/
      padding-bottom: 61.8%; }
    .sm_aspect__golden-v {
      /*aspect-ratio: 10 / 16.18;*/
      padding-bottom: 161.8%; }
    .sm_aspect__profile {
      /*aspect-ratio: 3 / 4;*/
      padding-bottom: 133.3%; } }
/****************************
 Typography
 ****************************/
/***** Headers *****/
h1, h2, h3, h4, h5, h6 {
  font-family: var(--headings_font);
  font-weight: normal !important;
  letter-spacing: var(--headings_letter-spacing); }
/* Highlighter */
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
  position: relative;
  z-index: 1;
  display: inline-block;
  white-space: nowrap;
  font-weight: normal !important; }

h1 strong:before, h2 strong:before, h3 strong:before, h4 strong:before, h5 strong:before {
  position: absolute;
  left: 50%;
  bottom: 0.035em;
  transform: translate(-50%, 0);
  z-index: -1;
  display: inline-block;
  width: calc(100% + 8px);
  height: 0.335em;
  content: '';
  background: var(--color_rochi-gradient);
  border-radius: var(--border-radius_md); }
/***** Text *****/
.yls_text > p:last-child {
  margin-bottom: 0; }

.yls_text strong, .yls_text b {
  color: var(--color_body-dark); }
/* Links */
.yls_text a, blockquote a {
  font-weight: var(--font-weight_medium);
  color: inherit !important;
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-decoration-color: var(--color_robinsegg-500) !important;
  text-decoration-skip: ink;
  text-decoration-skip-ink: auto !important;
  text-decoration-thickness: 0.2em !important;
  text-underline-offset: 0.1em !important; }

.yls_text a:hover, blockquote a:hover {
  color: var(--color_robinsegg-600) !important;
  text-decoration-color: var(--color_robinsegg-400) !important; }
/* Lists */
.yls_text ul:not(:last-child) {
  margin-bottom: var(--spacing_xs-2); }
/***** Charachter Limit Per Line *****/
.max-ch__narrow {
  max-width: 50ch; }

.max-ch__medium {
  max-width: 65ch; }

.max-ch__wide {
  max-width: 80ch; }
/***** Dark/Light Mode *****/
.bg-mode_invert h1, .bg-mode_invert h2, .bg-mode_invert h3, .bg-mode_invert h4, .bg-mode_invert h5, .bg-mode_invert h6 {
  color: var(--color_invert-500); }

.bg-mode_invert h1 strong:before, .bg-mode_invert h2 strong:before, .bg-mode_invert h3 strong:before, .bg-mode_invert h4 strong:before, .bg-mode_invert h5 strong:before, .bg-mode_invert h6 strong:before {
  background: var(--color_robinsegg-600); }

.bg-mode_invert .yls_text, .bg-mode_invert .yls_text strong, .bg-mode_invert .yls_text b {
  color: var(--color_invert-500); }
/****************************
 Buttons & Links
 ****************************/
.yls_button-list {
  --gap: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: calc(var(--gap) / -2); }

.yls_button-list > * {
  margin: calc(var(--gap) / 2); }

[class*="yls_btn"]:not([class*="label"]) {
  --padding-h: 37px;
  --padding-v: 22px;
  --border-thickness: 0;
  position: relative;
  display: inline-block;
  padding: calc(var(--padding-v) * 0.8) var(--padding-h) var(--padding-v) var(--padding-h);
  border-radius: var(--border-radius_lg);
  border: var(--border-thickness) solid var(--color_robinsegg-500);
  line-height: 1;
  text-decoration: none !important;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

.yls_btn-label {
  font-family: var(--headings_font);
  font-weight: var(--font-weight_regular); }

[class*="yls_btn"]:not([class*="label"]) i {
  margin: -0.1em 0 0 0;
  font-size: var(--type-scale-rel_sm);
  vertical-align: middle; }

[class*="yls_btn"]:not([class*="label"]) i:first-child {
  margin-right: var(--type-scale-rel_xs-2); }

[class*="yls_btn"]:not([class*="label"]) i:last-child {
  margin-left: var(--type-scale-rel_xs-2); }
/***** Primary Button *****/
.yls_btn-primary {
  background: var(--color_robinsegg-gradient); }

.yls_btn-primary .yls_btn-label, .yls_btn-primary i {
  color: #fff; }

.yls_btn-primary i.fa-comment-dots {
  transform: scaleX(-1); }
/***** Primary Button (Invert) *****/
.bg-mode_invert .yls_btn-primary, .yls_btn-primary.invert {
  background: var(--color_invert-500); }

.bg-mode_invert .yls_btn-primary .yls_btn-label, .bg-mode_invert .yls_btn-primary i, .yls_btn-primary.invert .yls_btn-label, .yls_btn-primary.invert i {
  color: var(--color_robinsegg-600); }
/****************************
 Article Settings
 ****************************/
.yls_blog {
  margin-bottom: -10px;
  padding-top: calc(var(--header-height) + 30px);
  padding-bottom: var(--comp-spacing_outer);
  /*background: var(--color_robinsegg-200);*/ }
/****************************
 Article Header
 ****************************/
@media only screen and (max-width: 991px) {
  .yls_blog__header > .yls_container {
    padding: 0; } }
/***** Featured Image *****/
.yls_blog__header-img {
  width: 83.333%;
  margin-left: auto; }

.yls_blog__header-img-inner {
  position: relative;
  width: 100%;
  padding-bottom: 43%;
  overflow: hidden;
  border-radius: var(--border-radius_lg);
  box-shadow: var(--shadow_xl); }

.yls_blog__header-img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: var(--border-radius_lg); }

@media only screen and (max-width: 991px) {
  .yls_blog__header-img {
    width: 100%; }

  .yls_blog__header-img-inner, .yls_blog__header-img-inner img {
    border-radius: 0; } }

@media only screen and (max-width: 480px) {
  .yls_blog__header-img-inner {
    padding-bottom: 61.8%; } }
/***** Article Info *****/
.yls_blog__header-info {
  position: relative;
  z-index: 20;
  width: auto;
  max-width: var(--w_8-12);
  margin-top: -96px;
  margin-bottom: 96px;
  padding: 40px 48px;
  border-radius: var(--border-radius_lg); }

.yls_blog__header-info-inner {
  --gap: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: calc(var(--gap) / -2) 0; }

.yls_blog__header-info-item {
  width: 100%;
  padding: calc(var(--gap) / 2) 0; }

@media only screen and (max-width: 991px) {
  .yls_blog__header-info {
    width: calc(100% - 48px);
    max-width: none;
    margin: -72px auto 40px 0;
    padding: 40px 40px 0 48px;
    border-radius: 0 var(--border-radius_lg) 0 0; } }

@media only screen and (max-width: 480px) {
  .yls_blog__header-info {
    width: 100%;
    margin: 36px 0 36px 0;
    padding: 0 24px;
    border-radius: 0;
    background: transparent; } }
/* Breadcrumbs */
.s-comp142 .s-breadcrumbs.smC18346SmSn1p3T2-style .s-crumb {
  display: inline-block; }

.s-comp142 .s-breadcrumbs.smC18346SmSn1p3T2-style .s-crumb.s-truncate, .s-comp142 .s-breadcrumbs.smC18346SmSn1p3T2-style .s-crumb.s-truncate.s-index > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.s-comp142 .s-breadcrumbs.smC18346SmSn1p3T2-style .s-delimiter {
  display: inline-flex;
  justify-content: center;
  align-items: center; }

.yls_blog .yls_breadcrumbs {
  width: 100%; }

.yls_blog .yls_breadcrumbs .s-breadcrumbs {
  --gap: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0 calc(var(--gap) / -2); }

.yls_blog .yls_breadcrumbs .s-breadcrumbs > * {
  padding: 0 calc(var(--gap) / 2);
  font-size: var(--type-scale_sm); }

.yls_blog .yls_breadcrumbs .s-crumb {
  display: inline-block;
  font-weight: 500;
  color: var(--color_robinsegg-600); }

.yls_blog .yls_breadcrumbs a.s-crumb {
  text-decoration: none; }

.yls_blog .yls_breadcrumbs .s-delimiter {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 1em; }

.yls_blog .yls_breadcrumbs .s-delimiter:before {
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(0, -40%) rotate(45deg);
  transform-origin: 120% 0%;
  display: inline-block;
  width: 0.45em;
  height: 0.45em;
  vertical-align: top;
  content: '';
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: var(--color_robinsegg-600);
  opacity: 0.25; }

.yls_blog .yls_breadcrumbs .s-breadcrumbs > div:last-child {
  flex-grow: 1;
  opacity: 0.6; }

@media only screen and (max-width: 480px) {
  .yls_blog .yls_breadcrumbs .s-breadcrumbs {
    --gap: 12px; } }
/* Title */
.yls_blog__header h1 {
  line-height: 1;
  font-size: var(--type-scale_xl-5); }

@media only screen and (max-width: 991px) {
  .yls_blog__header h1 {
    font-size: var(--type-scale_xl-4); } }

@media only screen and (max-width: 480px) {
  .yls_blog__header h1 {
    font-size: var(--type-scale_xl-2); } }
/* Details */
.yls_blog__header-details {
  --gap: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 calc(var(--gap) / -2); }

.yls_blog__header-details > * {
  padding: 0 calc(var(--gap) / 2); }

.yls_blog__header-details .yls_blog__author i {
  margin-top: -0.15em;
  margin-right: var(--type-scale-rel_xs-2);
  vertical-align: middle;
  font-size: var(--type-scale_xs);
  color: var(--color_robinsegg-400); }

.yls_blog__header-details .yls_blog__author span {
  color: var(--color_robinsegg-600);
  font-weight: 600;
  opacity: 0.6; }

.yls_blog__header-details .yls_blog__author strong {
  color: var(--color_robinsegg-600);
  font-weight: 800; }

.yls_blog__header-details .yls_blog__date span {
  color: var(--color_robinsegg-600);
  font-weight: 600;
  opacity: 0.6; }

.yls_blog__header-details .yls_blog__date i {
  margin-top: -0.15em;
  margin-right: var(--type-scale-rel_xs-2);
  vertical-align: middle;
  font-size: var(--type-scale_xs);
  font-weight: normal;
  color: var(--color_robinsegg-400);
  opacity: 1; }

@media only screen and (min-width: 992px) {
  .yls_blog__header-details .yls_blog__date:before {
    display: inline-block;
    width: 1rem;
    height: 2px;
    margin-top: -0.1em;
    margin-right: var(--gap);
    content: '';
    vertical-align: middle;
    border-radius: 99px;
    background: var(--color_robinsegg-600);
    opacity: 0.6; } }

@media only screen and (max-width: 480px) {
  .yls_blog__header-details {
    --gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: calc(var(--gap) / -2) 0; }

  .yls_blog__header-details > * {
    padding: calc(var(--gap) / 2) 0; } }
/****************************
 Article Body - General Settings
 ****************************/
.yls_blog__body-inner {
  --gap: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: calc(var(--gap) / -2); }

.yls_blog__body-inner > div {
  padding: calc(var(--gap) / 2); }

.yls_blog__misc {
  width: var(--w_2-12); }

.yls_blog__content {
  width: var(--w_6-12); }

.yls_blog__cta {
  position: relative;
  width: var(--w_3-12);
  margin-left: auto; }

@media only screen and (max-width: 991px) {
  .yls_blog__body-inner {
    margin: 0 calc(var(--gap) / -2); }

  .yls_blog__body-inner > div {
    padding: 0 calc(var(--gap) / 2); }

  .yls_blog__misc {
    width: 100%;
    margin-bottom: 40px; }

  .yls_blog__content {
    width: var(--w_8-12); }

  .yls_blog__cta {
    width: var(--w_4-12); } }

@media only screen and (max-width: 480px) {
  .yls_blog__misc {
    margin-bottom: 36px; }

  .yls_blog__content {
    width: 100%; }

  .yls_blog__cta {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    padding: 0 !important; } }
/****************************
 Article Body - Misc
 ****************************/
/***** Share Buttons *****/
.yls_blog .yls_sharing {
  margin-bottom: 36px; }

.yls_blog .yls_sharing > .yls_text {
  margin-bottom: 6px;
  font-size: var(--type-scale_sm);
  font-weight: 800;
  color: var(--color_robinsegg-600);
  opacity: 0.8; }

.yls_blog .yls_sharing__container {
  --gap: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  margin: calc(var(--gap) / -2); }

.yls_blog .yls_sharing__item {
  position: relative;
  width: 30px;
  height: 30px;
  margin: calc(var(--gap) / 2);
  border: 2px solid var(--color_robinsegg-400);
  border-radius: var(--border-radius_sm);
  background: transparent;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.yls_blog .yls_sharing__item:hover {
  cursor: pointer;
  background: var(--color_robinsegg-400); }

.yls_blog .yls_sharing__item i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--type-scale_sm);
  color: var(--color_robinsegg-600);
  text-align: center; }

@media only screen and (max-width: 991px) {
  .yls_blog .yls_sharing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: none;
    visibility: hidden;
    opacity: 0;
    flex-direction: row;
    align-items: center; }

  .yls_blog .yls_sharing > .yls_text {
    margin: 0 1em 0.2em 0;
    vertical-align: middle;
    line-height: 1; } }
/***** Content Table *****/
.yls_blog .yls_content_table, .yls_blog .yls_content_table h2 i, .yls_blog .yls_content_table__wrapper {
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.yls_blog .yls_content_table h2 {
  font-size: var(--type-scale_md);
  line-height: 1; }

.yls_blog .yls_content_table h2 i {
  display: none; }

.yls_blog .yls_content_table__wrapper {
  --gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: calc(var(--gap) / -2) !important;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none; }

.yls_blog .yls_content_table__wrapper > li {
  padding: calc(var(--gap) / 2);
  line-height: 1 !important; }

.yls_blog .yls_content_table__wrapper a {
  line-height: var(--type-scale-rel_lg) !important;
  font-size: var(--type-scale_sm);
  font-weight: 600;
  color: var(--color_robinsegg-600);
  opacity: 0.6;
  text-decoration: none; }

.yls_blog .yls_content_table__wrapper a:hover {
  opacity: 1; }

@media only screen and (max-width: 991px) {
  .yls_blog .yls_content_table h2 i {
    position: relative;
    display: inline-block;
    margin-left: var(--type-scale-rel_xs-1);
    vertical-align: middle;
    font-size: var(--type-scale-rel_xs);
    opacity: 0.4; }

  .yls_blog .yls_content_table.open h2 i {
    margin-top: -0.3em;
    transform: rotate(180deg); }

  .yls_blog .yls_content_table .yls_content_table__wrapper {
    max-height: 0; }

  .yls_blog .yls_content_table.open .yls_content_table__wrapper {
    max-height: 500px; } }
/****************************
 Article Body - Call-To-Action
 ****************************/
.yls_blog__cta-inner {
  position: sticky;
  top: 30px;
  left: 0;
  padding: 40px 36px 36px 36px;
  border-radius: var(--border-radius_lg);
  background: var(--color_robinsegg-400); }

.yls_blog__cta-inner h2 {
  font-size: var(--type-scale_lg);
  color: #fff; }

.yls_blog__cta-inner h2 span:before {
  display: none; }

.yls_blog__cta-inner h2 i {
  display: none; }

.yls_blog__cta-inner .yls_text {
  margin-bottom: var(--type-scale-rel_lg);
  line-height: var(--type-scale_xl);
  font-weight: 500;
  color: #fff; }

.yls_blog__cta-inner .yls_button-list a {
  width: 100%;
  box-shadow: var(--shadow_lg); }

@media only screen and (max-width: 480px) {
  .yls_blog__cta, .yls_blog__cta-inner, .yls_blog__cta h2, .yls_blog__cta h2 i {
    -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

  .yls_blog__cta {
    --padding-v: 18px; }

  .yls_blog__cta-inner {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    padding: var(--padding-v) 24px !important;
    border-radius: 0 !important; }

  .yls_blog__cta h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--padding-v);
    font-size: var(--type-scale_md); }

  .yls_blog__cta h2 i {
    display: inline-block;
    font-size: var(--type-scale-rel_sm); }

  .yls_blog__cta:not(.peeking) h2 i {
    transform: rotate(180deg); }

  .yls_blog__cta h2:before, .yls_blog__cta h2:after {
    display: none; } }
/****************************
 Article Body - Content
 ****************************/
.yls_blog__content-inner {
  --gap: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: calc(var(--gap) / -2) 0; }

.yls_blog__content-item {
  width: 100%;
  padding: calc(var(--gap) / 2) 0; }

.yls_blog__content-item.padding-b__0 + .yls_blog__content-item {
  padding-top: 0 !important; }

@media only screen and (max-width: 480px) {
  .yls_blog__content-inner {
    --gap: 36px; } }
/***** Text *****/
.yls_blog__content .yls_text {
  color: var(--color_headings); }

.yls_blog__content .yls_text.highlighted {
  padding-left: 48px;
  line-height: var(--type-scale-rel_xl);
  font-size: var(--type-scale_lg);
  font-weight: 500;
  color: var(--color_robinsegg-600);
  opacity: 0.9; }

@media only screen and (max-width: 991px) {
  .yls_blog__content .yls_text.highlighted {
    padding-left: 1em; } }

@media only screen and (max-width: 480px) {
  .yls_blog__content .yls_text.highlighted {
    padding-left: 1em; } }
/***** Title *****/
.yls_blog__content h2 {
  font-size: var(--type-scale_xl-1); }

.yls_blog__content h3 {
  font-size: var(--type-scale_xl); }
/***** Blockquote *****/
.yls_blog .yls_blockquote {
  position: relative;
  z-index: 5;
  padding: 33px 40px;
  border-radius: 0 var(--border-radius_lg) var(--border-radius_lg) var(--border-radius_lg);
  background: var(--color_robinsegg-300); }

.yls_blog .yls_blockquote i {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--color_robinsegg-400);
  color: var(--color_robinsegg-300);
  font-size: var(--type-scale_xl); }

.yls_blog .yls_blockquote blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color_robinsegg-600);
  font-size: var(--type-scale_xl);
  font-family: var(--headings_font);
  font-weight: bold;
  line-height: var(--type-scale-rel_xl);
  letter-spacing: -0.03em;
  /* Fix for Safari letter-spacing */ }

.yls_blog .yls_blockquote figcaption {
  margin-top: 6px;
  color: var(--color_robinsegg-600);
  opacity: 0.4;
  font-family: var(--headings_font);
  font-size: var(--type-scale_sm);
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.03em;
  /* Fix for Safari letter-spacing */ }

@media only screen and (max-width: 480px) {
  .yls_blog .yls_blockquote {
    width: calc(100% + 48px);
    margin: 0 -24px;
    padding: 33px 24px;
    border-radius: 0;
    background: var(--color_robinsegg-300); }

  .yls_blog .yls_blockquote i {
    top: 0;
    left: auto;
    right: 24px;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    font-size: var(--type-scale_lg); } }
/***** Visual *****/
.yls_blog .yls_visual > * {
  position: relative;
  z-index: 20;
  width: 100%;
  margin: 0;
  border-radius: var(--border-radius_lg); }

@media only screen and (max-width: 480px) {
  .yls_blog .yls_visual > * {
    width: calc(100% + 48px);
    margin: 0 -24px; } }
/* Image */
.yls_blog .yls_visual__img > a {
  position: relative;
  display: inline-block;
  width: 100%; }

.yls_blog .yls_visual__img > a > i {
  display: none; }

@media only screen and (min-width: 992px) {
  .yls_blog .yls_visual__img > a > i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: block;
    color: var(--color_robinsegg-600);
    font-size: var(--type-scale_xl);
    opacity: 0;
    -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

  .yls_blog .yls_visual__img > a:hover > i {
    opacity: 1; } }

.yls_blog .yls_visual__img img {
  display: block;
  margin: 0 auto;
  box-shadow: var(--shadow_lg);
  border-radius: var(--border-radius_lg); }

@media only screen and (min-width: 992px) {
  .yls_blog .yls_visual__img > a:hover > img {
    opacity: 0.4; } }

.yls_blog .yls_visual__img figcaption .yls_text {
  max-width: 60ch;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: var(--type-scale_sm);
  line-height: var(--type-scale-rel_lg);
  opacity: 0.6;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.yls_blog .yls_visual__img figcaption .yls_text:empty {
  display: none; }

.yls_blog .yls_visual__img figcaption .yls_text:hover {
  opacity: 1; }

@media only screen and (max-width: 480px) {
  .yls_blog .yls_visual__img img {
    border-radius: 0; }

  .yls_blog .yls_visual__img figcaption .yls_text {
    max-width: calc(100% - 48px); } }
/* Embed */
.yls_blog .yls_visual__embed {
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow_lg);
  border-radius: var(--border-radius_lg); }

.yls_blog .yls_visual__embed embed, .yls_blog .yls_visual__embed iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; }

@media only screen and (max-width: 480px) {
  .yls_blog .yls_visual__embed {
    border-radius: 0; } }
/***** Call-To-Action *****/
.yls_blog .yls_cta {
  position: relative;
  z-index: 5;
  padding: 33px 40px;
  border-radius: 0 var(--border-radius_lg) var(--border-radius_lg) var(--border-radius_lg);
  background: var(--color_robinsegg-300); }

.yls_blog .yls_cta i {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--color_robinsegg-400);
  color: var(--color_robinsegg-300);
  font-size: var(--type-scale_xl); }

.yls_blog .yls_cta h2 {
  padding: 0;
  color: var(--color_robinsegg-600);
  font-size: var(--type-scale_xl-1);
  font-family: var(--headings_font);
  font-weight: bold;
  line-height: var(--type-scale-rel_xl); }

.yls_blog .yls_cta .yls_text {
  margin-top: -12px;
  margin-bottom: 1em;
  color: var(--color_robinsegg-600);
  opacity: 0.6;
  font-family: var(--headings_font);
  font-size: var(--type-scale_md);
  font-weight: bold;
  line-height: var(--type-scale-rel_lg); }

.yls_blog .yls_cta .yls_text:empty {
  display: none; }

@media only screen and (max-width: 480px) {
  /*
   .yls_blog .yls_blog__content-item:last-child .yls_cta {
   margin-bottom: calc( var(--comp-spacing_outer) * -1 );
   }
   */
    .yls_blog .yls_cta {
      width: calc(100% + 48px);
      margin: 0 -24px;
      padding: 33px 24px;
      border-radius: 0;
      background: var(--color_robinsegg-300); }
    .yls_blog .yls_cta i {
      top: 0;
      left: auto;
      right: 24px;
      transform: translate(0, -50%);
      width: 40px;
      height: 40px;
      font-size: var(--type-scale_lg); }
    .yls_blog .yls_cta .yls_text {
      line-height: var(--type-scale-rel_lg);
      letter-spacing: -0.03em;
      /* Fix for Safari letter-spacing */ } }
/****************************
 Related
 ****************************/
.yls_blog__rel {
  margin-top: var(--comp-spacing_outer); }

.s-comp142 {
  position: relative; }

.s-comp142 .s-breadcrumbs.smC18346SmSn1p3T2-style {
  display: flex !important;
  flex-direction: row; }

.s-comp142 .s-breadcrumbs.smC18346SmSn1p3T2-style {
  align-items: center; }

.s-comp142 .s-breadcrumbs.smC18346SmSn1p3T2-style .s-crumb.s-index {
  display: flex !important;
  flex-direction: row; }

.s-comp142 .s-breadcrumbs.smC18346SmSn1p3T2-style .s-crumb.s-index {
  align-items: center; }

.s-comp142 .s-breadcrumbs.smC18346SmSn1p3T2-style .s-crumb.s-index:hover {
  display: flex !important;
  flex-direction: row; }

.s-comp142 .s-breadcrumbs.smC18346SmSn1p3T2-style .s-crumb.s-index.s-active {
  display: flex !important;
  flex-direction: row; }


.yls_hero.blog {
  position: relative;
  z-index: 5;
  margin-bottom: 0;
  padding: calc(var(--header-height) + var(--comp-spacing_inner)) 0 72px 0; }

.yls_hero.blog:before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-23%, -69%) rotate(-31deg);
  width: 128vw;
  height: 195vh;
  border-radius: 50%;
  background: var(--color_robinsegg-300);
  content: ''; }

.yls_hero.blog .yls_container {
  position: relative;
  z-index: 20; }

.yls_hero__content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: var(--w_5-12);
  margin-left: var(--w_2-12); }

.yls_hero__content-container h1 {
  margin-bottom: var(--type-scale-rel_xs-3);
  font-size: var(--type-scale_xl-5); }

.yls_hero__content-container .yls_text {
  max-width: 42ch;
  font-size: var(--type-scale_lg);
  line-height: var(--type-scale-rel_xl);
  color: var(--color_robinsegg-600); }

@media only screen and (max-width: 1200px) {
  .yls_hero.blog:before {
    top: auto;
    left: 50%;
    bottom: -192px;
    transform: translate(-50%, 0%) rotate(0deg);
    width: 128vw;
    height: 100vw; }

  .yls_hero__content-container {
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }

  .yls_hero__content-container h1 {
    text-align: center; }

  .yls_hero__content-container .yls_text {
    text-align: center; } }

@media only screen and (max-width: 768px) {
  .yls_hero.blog {
    background: var(--color_robinsegg-300); }

  .yls_hero.blog:before {
    display: none; }

  .yls_hero__content-container .yls_text {
    font-size: var(--type-scale_md);
    line-height: var(--type-scale-rel_xl); } }

@media only screen and (max-width: 544px) {
  .yls_hero__content-container h1 {
    margin-bottom: var(--type-scale-rel_xs-3);
    font-size: var(--type-scale_xl-4); } }

@media only screen and (max-width: 480px) {
  .yls_hero.blog {
    padding-bottom: 48px; } }

.s-comp145 {
  position: relative; }


/****************************
 Universal Variables
 ****************************/
:root {
  /***** Breakpoints *****/
  --breakpoint_sm: 480px;
  --breakpoint_md: 991px;
  --breakpoint_lg: 1140px;
  --breakpoint_xl: 1280px;
  /***** Width *****/
  --w_1-12: 8.333%;
  --w_2-12: 16.666%;
  --w_3-12: 25%;
  --w_4-12: 33.333%;
  --w_5-12: 41.666%;
  --w_6-12: 50%;
  --w_7-12: 58.333%;
  --w_8-12: 66.666%;
  --w_9-12: 75%;
  --w_10-12: 83.333%;
  --w_11-12: 91.666%;
  --w_12-12: 100%;
  /***** Spacing *****/
  --spacing_xs-5: 12px;
  --spacing_xs-4: 16px;
  --spacing_xs-3: 24px;
  --spacing_xs-2: 30px;
  --spacing_xs-1: 36px;
  --spacing_xs: 48px;
  --spacing_sm: 72px;
  --spacing_md: 96px;
  --spacing_lg: 108px;
  --spacing_xl: 144px;
  /***** Type Scale *****/
  --headings_margin: 0.694em;
  /* Absolute */
  --type-scale_xs-5: 0.279rem;
  --type-scale_xs-4: 0.335rem;
  --type-scale_xs-3: 0.402rem;
  --type-scale_xs-2: 0.482rem;
  --type-scale_xs-1: 0.579rem;
  --type-scale_xs: 0.694rem;
  --type-scale_sm: 0.833rem;
  --type-scale_md: 1rem;
  --type-scale_lg: 1.2rem;
  --type-scale_xl: 1.44rem;
  --type-scale_xl-1: 1.728rem;
  --type-scale_xl-2: 2.074rem;
  --type-scale_xl-3: 2.488rem;
  --type-scale_xl-4: 2.986rem;
  --type-scale_xl-5: 3.583rem;
  --type-scale_xl-6: 4.3rem;
  /* Relative */
  --type-scale-rel_xs-5: 0.279em;
  --type-scale-rel_xs-4: 0.335em;
  --type-scale-rel_xs-3: 0.402em;
  --type-scale-rel_xs-2: 0.482em;
  --type-scale-rel_xs-1: 0.579em;
  --type-scale-rel_xs: 0.694em;
  --type-scale-rel_sm: 0.833em;
  --type-scale-rel_md: 1em;
  --type-scale-rel_lg: 1.2em;
  --type-scale-rel_xl: 1.44em;
  --type-scale-rel_xl-1: 1.728em;
  --type-scale-rel_xl-2: 2.074em;
  --type-scale-rel_xl-3: 2.488em;
  --type-scale-rel_xl-4: 2.986em;
  --type-scale-rel_xl-5: 3.583em;
  --type-scale-rel_xl-6: 4.3em;
  /***** Typography *****/
  /* Font Weight */
  --font-weight_hairline: 100;
  --font-weight_extra-light: 200;
  --font-weight_light: 300;
  --font-weight_regular: 400;
  --font-weight_book: 500;
  --font-weight_medium: 600;
  --font-weight_bold: 700;
  --font-weight_black: 800;
  --font-weight_heavy: 900;
  /* Letter Spacing */
  --letter-spacing_dense: -0.06em;
  --letter-spacing_normal: normal;
  --letter-spacing_loose: 0.06em;
  /****************************
   Effects
   ****************************/
  /***** Shadows *****/
  --shadow_sm: 0 1px 1px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.02);
  --shadow_md: 0 1px 4px rgba(0, 0, 0, 0.04), 0 4px 10px rgba(0, 0, 0, 0.08);
  --shadow_lg: 0 2px 20px rgba(0, 0, 0, 0.04), 0 8px 32px rgba(0, 0, 0, 0.08);
  --shadow_xl: 0 8px 20px rgba(0, 0, 0, 0.06), 0 24px 60px rgba(0, 0, 0, 0.12); }
/****************************
 Project Variables
 ****************************/
:root {
  /***** Colors *****/
  --color_rochi-400: #ffd15b;
  /* Tint */
  --color_rochi-500: #e08a00;
  /* Primary */
  --color_rochi-600: #ad6b00;
  /* Shade */
  --color_rochi-gradient: linear-gradient(45deg, var(--color_rochi-500) -40%, var(--color_rochi-400) 50%);
  --color_robinsegg-400: #f7fafa;
  /* Tint */
  --color_robinsegg-500: #00b8bf;
  /* Primary */
  --color_robinsegg-600: #005266;
  /* Shade */
  --color_robinsegg-gradient: linear-gradient(45deg, var(--color_robinsegg-600) -40%, var(--color_robinsegg-500) 50%);
  --color_shamrock-500: #3fcfa2;
  /* Primary */
  --color_shamrock-600: #1c9c5e;
  /* Shade */
  --color_shamrock-gradient: linear-gradient(45deg, var(--color_shamrock-600) -40%, var(--color_shamrock-500) 50%);
  --color_amaranth-500: #ec4651;
  /* Primary */
  --color_amaranth-600: #c6153e;
  /* Shade */
  --color_amaranth-gradient: linear-gradient(45deg, var(--color_amaranth-600) -40%, var(--color_amaranth-500) 50%);
  /*
   --organic-gradient_1: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/yls_gradient-v1.svg");
   --organic-gradient_2: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/yls_gradient-v2.svg");
   --organic-gradient_3: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/yls_gradient-v3.svg");
   --organic-gradient_4: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/yls_gradient-v4.svg");
   --organic-gradient_5: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/yls_gradient-v5.svg");
   */
  --color_headings: #282e39;
  --color_body-light: #696d77;
  --color_body-dark: #3a3c41;
  /***** Spacing *****/
  --comp-spacing_inner: 96px;
  --comp-spacing_outer: 144px;
  /***** Typography *****/
  /* Font Family */
  --headings_font: 'Gilroy Extra Bold', sans-serif, sans-serif;
  --body_font: 'Manrope', sans-serif, sans-serif;
  /***** Borders *****/
  /* Border Radius */
  --border-radius_sm: 4px;
  --border-radius_md: 12px;
  --border-radius_lg: 36px;
  /***** Misc *****/
  --top-bar-height: 47px;
  --header-height: 91px; }

@media only screen and (max-width: 991px) {
  /***** Spacing *****/
    :root {
      --comp-spacing_inner: 72px;
      --comp-spacing_outer: 108px;
      /***** Misc *****/
      --top-bar-height: 0px;
      --header-height: 74px; } }

@media only screen and (max-width: 480px) {
  /***** Spacing *****/
    :root {
      --comp-spacing_inner: 60px;
      --comp-spacing_outer: 72px;
      /***** Misc *****/
      --top-bar-height: 0px;
      --header-height: 60px; } }
/****************************
 Colors
 ****************************/
.color-bg__re {
  background: linear-gradient(45deg, var(--color_robinsegg-600) -40%, var(--color_robinsegg-500) 50%); }
/***** Dark/Light Mode *****/
.bg-mode_invert {
  --color_invert-500: #fff; }
/****************************
 Layout
 ****************************/
/***** Component Settings *****/
[class*="yls_comp"] {
  position: relative;
  z-index: 1;
  margin-bottom: var(--comp-spacing_outer); }

.yls_comp__has-bg {
  padding-top: var(--comp-spacing_inner);
  padding-bottom: var(--comp-spacing_inner); }
/***** Container *****/
.yls_container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--spacing_xs-4);
  padding-right: var(--spacing_xs-4); }

@media only screen and (max-width: 480px) {
  .yls_container {
    padding-left: var(--spacing_xs-3);
    padding-right: var(--spacing_xs-3); } }

@media only screen and (min-width: 544px) {
  .yls_container {
    max-width: 576px; }

  .yls_container.wide {
    max-width: 100%;
    padding: 0 var(--spacing_xs); } }

@media only screen and (min-width: 768px) {
  .yls_container {
    max-width: 720px; }

  .yls_container.narrow {
    max-width: 720px; }

  .yls_container.wide {
    max-width: 100%;
    padding: 0 var(--spacing_xs); } }

@media only screen and (min-width: 992px) {
  .yls_container {
    max-width: calc(var(--breakpoint_md) - var(--spacing_xs)); }

  .yls_container.wide {
    max-width: 100%;
    padding: 0 var(--spacing_sm); } }

@media only screen and (min-width: 1200px) {
  .yls_container {
    max-width: var(--breakpoint_lg); } }

@media only screen and (min-width: 1280px) {
  .yls_container.wide {
    max-width: 1600px;
    padding: 0 var(--spacing_sm); } }
/****************************
 Typography
 ****************************/
/***** Headers *****/
h1, h2, h3, h4, h5, h6 {
  font-family: var(--headings_font);
  font-weight: normal !important; }
/* Highlighter */
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
  position: relative;
  z-index: 1;
  display: inline-block;
  white-space: nowrap;
  font-weight: normal !important; }

h1 strong:before, h2 strong:before, h3 strong:before, h4 strong:before, h5 strong:before {
  position: absolute;
  left: 50%;
  bottom: 0.035em;
  transform: translate(-50%, 0);
  z-index: -1;
  display: inline-block;
  width: calc(100% + 8px);
  height: 0.335em;
  content: '';
  background: var(--color_rochi-gradient);
  border-radius: var(--border-radius_md); }
/***** Text *****/
.yls_text > p:last-child {
  margin-bottom: 0; }

.yls_text strong, .yls_text b {
  color: var(--color_body-dark); }
/* Links */
.yls_text a {
  font-weight: var(--font-weight_medium);
  color: inherit;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-color: var(--color_robinsegg-500);
  text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 0.2em;
  text-underline-offset: 0.1em; }

.yls_text a:hover {
  color: var(--color_robinsegg-600);
  text-decoration-color: var(--color_robinsegg-400); }
/* Lists */
.yls_text ul:not(:last-child) {
  margin-bottom: var(--spacing_xs-2); }
/***** Truncate *****/
.yls_text[data-truncate].is-truncated {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: clip !important; }

.yls_text[data-truncate="xs"] {
  -webkit-line-clamp: 4; }

.yls_text[data-truncate="sm"] {
  -webkit-line-clamp: 6; }

.yls_text[data-truncate="md"] {
  -webkit-line-clamp: 10; }

.yls_text + .truncate-reveal {
  --size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: var(--size);
  height: var(--size);
  margin-top: 0.5em;
  background: transparent;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--color_robinsegg-500);
  cursor: pointer;
  -webkit-transition: var(--transition--default);
  -moz-transition: var(--transition--default);
  transition: var(--transition--default); }

.yls_text + .truncate-reveal i {
  margin-top: -0.08em;
  font-size: calc(var(--size) / 1.75); }

.yls_text + .truncate-reveal:hover {
  background: var(--color_robinsegg-400); }
/***** Charachter Limit Per Line *****/
.max-ch__narrow {
  max-width: 50ch; }

.max-ch__medium {
  max-width: 65ch; }

.max-ch__wide {
  max-width: 80ch; }
/***** Dark/Light Mode *****/
.bg-mode_invert h1, .bg-mode_invert h2, .bg-mode_invert h3, .bg-mode_invert h4, .bg-mode_invert h5, .bg-mode_invert h6 {
  color: var(--color_invert-500); }

.bg-mode_invert h1 strong:before, .bg-mode_invert h2 strong:before, .bg-mode_invert h3 strong:before, .bg-mode_invert h4 strong:before, .bg-mode_invert h5 strong:before, .bg-mode_invert h6 strong:before {
  background: var(--color_robinsegg-600); }

.bg-mode_invert .yls_text, .bg-mode_invert .yls_text strong, .bg-mode_invert .yls_text b {
  color: var(--color_invert-500); }
/****************************
 Buttons & Links
 ****************************/
.yls_button-list {
  --gap: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: calc(var(--gap) / -2); }

.yls_button-list > * {
  margin: calc(var(--gap) / 2); }

[class*="yls_btn"]:not([class*="label"]) {
  --padding-h: 37px;
  --padding-v: 22px;
  --border-thickness: 0;
  position: relative;
  display: inline-block;
  padding: calc(var(--padding-v) * 0.8) var(--padding-h) var(--padding-v) var(--padding-h);
  border-radius: var(--border-radius_lg);
  border: var(--border-thickness) solid var(--color_robinsegg-500);
  line-height: 1;
  text-decoration: none !important;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

.yls_btn-label {
  font-family: var(--headings_font);
  font-weight: var(--font-weight_regular); }

[class*="yls_btn"]:not([class*="label"]) i {
  margin: -0.1em 0 0 0;
  font-size: var(--type-scale-rel_sm);
  vertical-align: middle; }

[class*="yls_btn"]:not([class*="label"]) i:first-child {
  margin-right: var(--type-scale-rel_xs-2); }

[class*="yls_btn"]:not([class*="label"]) i:last-child {
  margin-left: var(--type-scale-rel_xs-2); }
/***** Primary Button *****/
.yls_btn-primary {
  background: var(--color_robinsegg-gradient); }

.yls_btn-primary .yls_btn-label, .yls_btn-primary i {
  color: #fff; }

.yls_btn-primary i.fa-comment-dots {
  transform: scaleX(-1); }
/***** Primary Button (Invert) *****/
.bg-mode_invert .yls_btn-primary, .yls_btn-primary.invert {
  background: var(--color_invert-500); }

.bg-mode_invert .yls_btn-primary .yls_btn-label, .bg-mode_invert .yls_btn-primary i, .yls_btn-primary.invert .yls_btn-label, .yls_btn-primary.invert i {
  color: var(--color_robinsegg-600); }
/****************************
 Cards
 ****************************/
.yls_card__default {
  width: 100%;
  padding: var(--spacing_xs-1) 42px;
  box-sizing: border-box;
  background: #fff;
  border-radius: var(--border-radius_lg);
  box-shadow: var(--shadow_lg); }

@media only screen and (max-width: 480px) {
  .yls_card__default {
    padding: 30px; } }
/****************************
 Callout
 ****************************/
[class*="yls_callout"] {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  border-radius: var(--border-radius_lg); }

.yls_callout__sm {
  padding: var(--spacing_xs-2) var(--spacing_xs-1) !important; }

.yls_callout__lg {
  padding: var(--spacing_xs) var(--spacing_xs) !important; }

[class*="yls_callout"]:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  background: var(--color_robinsegg-600);
  opacity: 0.05; }
/***** Dark/Light Mode *****/
.bg-mode_invert [class*="yls_callout"]:before {
  background: var(--color_robinsegg-600);
  opacity: 0.2; }
/****************************
 Badge
 ****************************/
.yls_badge {
  display: inline-block;
  padding: 12px 15px;
  border-radius: var(--border-radius_md);
  font-family: var(--headings_font);
  font-size: 0.694rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  background: var(--color_rochi-400); }
/****************************
 Social Proof (Testimonial)
 ****************************/
.yls_quote {
  position: relative;
  display: inline-block;
  max-width: 500px;
  padding: 4px 30px 12px 30px; }

.yls_quote:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: '';
  background: var(--color_rochi-gradient);
  border-radius: var(--border-radius_md); }

[class*="yls_callout"] .yls_quote:before {
  display: none; }

.yls_quote-text {
  margin-bottom: 12px; }

.yls_quote-text i {
  display: inline-block;
  font-size: var(--type-scale_xs-2);
  vertical-align: middle;
  opacity: 0.6;
  color: var(--color_robinsegg-600); }

.yls_quote-text i:first-child {
  margin: -0.482em var(--type-scale-rel_xs-2) 0 0; }

.yls_quote-text i:last-child {
  margin: 0.482em 0 0 var(--type-scale-rel_xs-2); }

.yls_quote-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: var(--headings_font);
  font-size: var(--type-scale_sm);
  line-height: 1; }

.yls_quote-name strong:after {
  display: inline-block;
  width: 12px;
  height: 1px;
  margin: -0.1em 8px 0 8px;
  content: '';
  background: var(--color_robinsegg-600);
  opacity: 0.4;
  vertical-align: middle; }

.yls_quote-name a {
  color: var(--color_robinsegg-500);
  text-decoration: none; }

@media only screen and (max-width: 480px) {
  .yls_quote-name {
    flex-direction: column; }

  .yls_quote-name strong {
    margin-bottom: 6px; }

  .yls_quote-name strong:after {
    display: none; } }
/***** Align Left *****/
.yls_quote.left {
  padding-right: 0; }

.yls_quote.left:before {
  left: 0;
  right: auto; }

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

.yls_quote.left .yls_quote-name {
  justify-content: flex-start; }

@media only screen and (max-width: 991px) {
  .yls_quote.md_left {
    padding-right: 0; }

  .yls_quote.md_left:before {
    left: 0;
    right: auto; }

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

  .yls_quote.md_left .yls_quote-name {
    justify-content: flex-start; } }

@media only screen and (max-width: 480px) {
  .yls_quote.sm_left {
    padding-right: 0; }

  .yls_quote.sm_left:before {
    left: 0;
    right: auto; }

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

  .yls_quote.sm_left .yls_quote-name {
    justify-content: flex-start; } }
/***** Align Center *****/
.yls_quote.center {
  padding-left: 0;
  padding-right: 0; }

.yls_quote.center:before {
  left: auto;
  right: auto; }

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

.yls_quote.center .yls_quote-name {
  justify-content: center; }

@media only screen and (max-width: 991px) {
  .yls_quote.md_center {
    padding-left: 0;
    padding-right: 0; }

  .yls_quote.md_center:before {
    left: auto;
    right: auto; }

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

  .yls_quote.md_center .yls_quote-name {
    justify-content: center; } }

@media only screen and (max-width: 480px) {
  .yls_quote.sm_center {
    padding-left: 0;
    padding-right: 0; }

  .yls_quote.sm_center:before {
    left: auto;
    right: auto; }

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

  .yls_quote.sm_center .yls_quote-name {
    justify-content: center; } }
/***** Align Right *****/
.yls_quote.right {
  padding-left: 0; }

.yls_quote.right:before {
  left: auto;
  right: 0; }

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

.yls_quote.right .yls_quote-name {
  justify-content: flex-end; }

@media only screen and (max-width: 991px) {
  .yls_quote.md_right {
    padding-left: 0; }

  .yls_quote.md_right:before {
    left: auto;
    right: 0; }

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

  .yls_quote.md_right .yls_quote-name {
    justify-content: flex-end; } }

@media only screen and (max-width: 480px) {
  .yls_quote.sm_right {
    padding-left: 0; }

  .yls_quote.sm_right:before {
    left: auto;
    right: 0; }

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

  .yls_quote.sm_right .yls_quote-name {
    justify-content: flex-end; } }
/***** Highlight *****/
.yls_quote.highlight {
  padding: var(--spacing_xs-2) var(--spacing_xs-1);
  background: var(--color_rochi-gradient);
  border-radius: var(--border-radius_lg); }

.yls_quote.highlight:before {
  display: none; }

.yls_quote.highlight .yls_quote-text, .yls_quote.highlight .yls_quote-name strong {
  color: #fff; }

.yls_quote.highlight .yls_quote-name strong:after {
  background: #fff;
  opacity: 0.8; }

.yls_quote.highlight .yls_quote-text i, .yls_quote.highlight .yls_quote-name a {
  color: var(--color_rochi-600); }
/***** Dark/Light Mode *****/
.bg-mode_invert .yls_quote:before {
  background: var(--color_invert-500);
  opacity: 0.4; }

.bg-mode_invert .yls_quote-text, .bg-mode_invert .yls_quote-text i, .bg-mode_invert .yls_quote-name strong, .bg-mode_invert .yls_quote-name a {
  color: var(--color_invert-500); }

.bg-mode_invert .yls_quote-name strong:after {
  background: var(--color_invert-500);
  opacity: 0.8; }
/****************************
 Page Layout
 ****************************/
/*
 .yls_landing-page {
 margin-bottom: -10px;
 }
 */
/****************************
 Hero (Page)
 ****************************/
.yls_hero-page {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 860px;
  padding-bottom: 7.5%; }

.yls_hero-page .yls_container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: var(--header-height) !important; }

@media only screen and (max-width: 480px) {
  .yls_hero-page {
    height: auto;
    min-height: 0;
    margin-bottom: 48px; }

  .yls_hero-page .yls_container {
    flex-direction: column; } }
/***** Background *****/
.yls_hero-page__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%; }

.yls_hero-page__bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.yls_hero-page__bg:before {
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translate(-50%, 0);
  z-index: 5;
  width: 120%;
  padding-bottom: calc(120% * 0.15);
  content: '';
  background-image: url('https://cloud.sitemn.gr/users/Yools2021/swfiles/body/hero-page_shape_v1.svg');
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat; }

[class*="organic-gradient"] {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.organic-gradient__1 {
  background-image: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/yls_gradient-v1.svg");
  background-image: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/1x_yls_gradient-v1.png");
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.organic-gradient__2 {
  background-image: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/yls_gradient-v2.svg");
  background-image: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/1x_yls_gradient-v2.png");
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.organic-gradient__3 {
  background-image: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/yls_gradient-v3.svg");
  background-image: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/1x_yls_gradient-v3.png");
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.organic-gradient__4 {
  background-image: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/yls_gradient-v4.svg");
  background-image: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/1x_yls_gradient-v4.png");
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.organic-gradient__5 {
  background-image: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/yls_gradient-v5.svg");
  background-image: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/1x_yls_gradient-v5.png");
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }
/***** Content *****/
.yls_hero-page__content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
  margin: -15px 0; }

.yls_hero-page__content > * {
  margin: 15px 0; }

.yls_hero-page__content h1 {
  width: 100%;
  max-width: 14ch;
  font-size: var(--type-scale_xl-5); }

.yls_hero-page__content h1 strong:before {
  background: var(--color_robinsegg-600); }

.yls_hero-page__content .yls_text {
  width: 100%;
  max-width: 42ch;
  font-size: var(--type-scale_lg); }

@media only screen and (max-width: 991px) {
  .yls_hero-page__content h1 {
    font-size: var(--type-scale_xl-4); } }

@media only screen and (max-width: 480px) {
  .yls_hero-page__content {
    width: 100%;
    height: auto;
    padding-top: 72px;
    padding-bottom: 96px; }

  .yls_hero-page__content h1 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: var(--type-scale_xl-3);
    text-align: center; }

  .yls_hero-page__content .yls_text {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: var(--type-scale_md); }

  .yls_hero-page__content .yls_button-list {
    justify-content: center; } }
/***** Visual *****/
.yls_hero-page__visual {
  position: relative;
  z-index: 5;
  width: 50%; }

.yls_hero-page__visual-item {
  position: relative;
  width: 100%;
  height: 100%; }

@keyframes float {
  0% {
    transform: translatey(0px); }

  50% {
    transform: translatey(-20px); }

  100% {
    transform: translatey(0px); } }

.yls_hero-page__visual-item img {
  position: absolute;
  top: -17%;
  left: -47%;
  max-width: none;
  height: 145%;
  animation: float 6s ease-in-out infinite; }

@media only screen and (max-width: 991px) {
  .yls_hero-page__visual-item img {
    top: 50%;
    left: -38%;
    transform: translate(0, -50%);
    height: auto;
    max-width: 210%;
    max-height: 100%;
    animation: none !important; } }
/****************************
 Intro
 ****************************/
@media only screen and (min-width: 992px) {
  .yls_flex-intro .yls_container > row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; } }

.yls_flex-intro .s-img__wrapper.responsive {
  padding-bottom: 130%; }

.yls_flex-intro .s-img__wrapper.responsive img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover; }

.yls_flex-intro .yls_text {
  padding-bottom: 24px; }
/****************************
 Benefits
 ****************************/
.yls_landing-page .yls_benefits {
  position: relative;
  z-index: 10;
  margin-bottom: var(--comp-spacing_outer); }

.yls_benefits-intro {
  margin-bottom: var(--spacing_sm);
  text-align: center; }

.yls_benefits-intro h2 {
  width: 100%;
  max-width: 30ch;
  margin: 0 auto var(--headings_margin) auto;
  text-align: center; }

.yls_benefits-intro .yls_callout__sm {
  display: inline-block;
  width: auto; }

.yls_benefits-intro .yls_text {
  width: 100%;
  max-width: 60ch;
  /*    font-size: var(--type-scale_lg);*/
  text-align: center; }

.yls_benefits-icon {
  margin-bottom: var(--spacing_xs-2); }

.yls_benefits-icon img {
  height: 60px; }

.yls_benefits-card h3 {
  font-size: var(--type-scale_lg); }

@media only screen and (min-width: 992px) {
  .yls_benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px 36px;
    grid-auto-flow: row; }

  .yls_benefits-item:nth-child(1), .yls_benefits-item:nth-child(3) {
    padding-top: var(--spacing_lg); }

  .yls_benefits-item:nth-child(6), .yls_benefits-item:nth-child(8) {
    margin-top: calc(var(--spacing_lg) * -1); } }

@media only screen and (max-width: 991px) {
  .yls_benefits-wrapper > .yls_container.wide {
    max-width: 100%;
    padding: 0; }

  .yls_benefits-carousel {
    width: calc(100% - 72px);
    margin: -48px 0;
    overflow: visible; }

  .yls_benefits-grid {
    padding-top: 48px;
    padding-bottom: 48px; }

  .yls_benefits-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 0 15px;
    box-sizing: border-box; } }

@media only screen and (max-width: 480px) {
  .yls_benefits-intro {
    margin-bottom: var(--spacing_xs-2); }

  .yls_benefits-intro .yls_text {
    font-size: var(--type-scale_md); } }
/********* MODAL  *********/
.yls_mc {
  display: none; }

.yls_mc.is-open {
  display: block; }

.yls_mc__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center; }

.yls_mc.is-open .yls_mc__overlay {
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px); }

.yls_mc .yls_mc__overlay > .yls_container {
  max-height: 100vh;
  padding-top: calc(var(--comp-spacing--inner) / 2);
  padding-bottom: calc(var(--comp-spacing--inner) / 2);
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none; }

.yls_mc .yls_mc__overlay > .yls_container::-webkit-scrollbar {
  display: none; }

@media only screen and (max-width: 480px) {
  .yls_mc .yls_mc__overlay > .yls_container {
    padding-top: var(--comp-spacing--inner);
    padding-bottom: var(--comp-spacing--inner); } }
/* Reveal & Close Animations */
@keyframes mcfadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes mcfadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes mcslideIn {
  0% {
    transform: translate3d(0, 15%, 0);
    opacity: 0; }

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

@keyframes mcslideOut {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1; }

  100% {
    transform: translate3d(0, -10%, 0);
    opacity: 0; } }

.yls_mc[aria-hidden="false"] .yls_mc__overlay {
  animation-name: mcfadeIn;
  animation-duration: var(--animation-duration); }

.yls_mc[aria-hidden="false"] .yls_container {
  animation-name: mcslideIn;
  animation-duration: var(--animation-duration);
  animation-delay: var(--animation-delay); }

.yls_mc[aria-hidden="true"] .yls_mc__overlay {
  animation-name: mcfadeOut;
  animation-duration: var(--animation-duration);
  animation-delay: var(--animation-delay); }

.yls_mc[aria-hidden="true"] .yls_container {
  animation-name: mcslideOut;
  animation-duration: var(--animation-duration); }

.yls_mc .yls_container, .yls_mc .modal__overlay {
  --animation-duration: 0.38s;
  --animation-delay: 0.38s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-fill-mode: both;
  will-change: transform; }
/* Modal Details */
.yls_mc__details {
  padding: 0 var(--p--sm) var(--p--sm) var(--p--sm);
  display: flex;
  align-items: center;
  justify-content: space-between; }

.yls_mc__details h2 {
  margin: 0;
  font-size: var(--type-scale--lg);
  color: #fff;
  opacity: 0.6; }

.yls_mc__details h2:empty {
  display: none; }
/* Close Button */
.yls_mc__details button[data-micromodal-close] {
  position: relative;
  /*
   width: 2rem;
   height: 2rem;
   border-radius: var(--border-radius--sm);
   */
  background: transparent;
  border: 0;
  outline: 0; }

.yls_mc__details button[data-micromodal-close] i {
  /*
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate3d(-50%, -50%, 0);
   */
  font-size: var(--type-scale--xl-1);
  color: #fff; }
/*Flex Content*/
.yls_mc__card {
  padding: var(--p--xl);
  background: #fff;
  box-shadow: var(--shadow--lg); }

@media only screen and (max-width: 991px) {
  .yls_mc__card {
    padding: var(--p--lg); } }

@media only screen and (max-width: 480px) {
  .yls_mc__card {
    padding: var(--p--sm); } }
/****************************
 CTA
 ****************************/
.yls_cta-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: var(--spacing_sm) var(--spacing_sm);
  margin-top: var(--spacing_xs-1);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: var(--border-radius_lg);
  box-shadow: var(--shadow_lg); }

.yls_cta-title, .yls_cta-button-list {
  flex-shrink: 0; }

.yls_cta h3 {
  margin: 0;
  font-size: var(--type-scale_xl-1); }

.yls_cta .yls_divider {
  width: 100%;
  height: 2px;
  margin: 0 var(--spacing_xs-1);
  flex-shrink: 1;
  background: #fff;
  opacity: 0.2; }

@media only screen and (max-width: 991px) {
  .yls_cta-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center; }

  .yls_cta h3 {
    text-align: center; }

  .yls_cta .yls_divider {
    width: 50%;
    margin: var(--spacing_xs-3) auto; } }

@media only screen and (max-width: 480px) {
  .yls_cta-wrapper {
    padding: 36px; } }
/****************************
 Showcases
 ****************************/
.yls_showcases {
  margin-bottom: var(--comp-spacing_outer); }

.yls_showcases-intro {
  margin-bottom: var(--spacing_sm);
  text-align: center; }

.yls_showcases-intro h2 {
  width: 100%;
  max-width: 30ch;
  margin: 0 auto var(--headings_margin) auto;
  text-align: center; }

.yls_showcases-intro .yls_text {
  width: 100%;
  margin: 0 auto;
  max-width: 50ch;
  font-size: var(--type-scale_lg);
  text-align: center; }

.yls_showcases-grid-sizer, .yls_showcases-grid-item {
  width: calc(50% - 36px); }

.yls_showcases-grid-item {
  margin-bottom: 36px;
  float: left; }

.yls_showcases-grid-item a {
  width: 100%;
  padding-bottom: 61.8%;
  position: relative;
  display: inline-block;
  text-decoration: none; }

@media only screen and (min-width: 481px) {
  .yls_showcases-grid-item:nth-child(3) a {
    padding-bottom: calc(123.6% - 36px); } }

@media only screen and (max-width: 480px) {
  .yls_showcases-grid-sizer, .yls_showcases-grid-item {
    width: 100%; } }
/***** Card *****/
.yls_showcases-card {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 80%;
  border-radius: var(--border-radius_lg);
  box-shadow: var(--shadow_lg); }
/* Random Colors */
.yls_showcases-grid-item:nth-child(2) .yls_showcases-card, .yls_showcases-grid-item:nth-child(6) .yls_showcases-card, .yls_showcases-grid-item:nth-child(10) .yls_showcases-card {
  background: var(--color_robinsegg-gradient); }

.yls_showcases-grid-item:nth-child(3) .yls_showcases-card, .yls_showcases-grid-item:nth-child(7) .yls_showcases-card {
  background: var(--color_rochi-gradient); }

.yls_showcases-grid-item:nth-child(4) .yls_showcases-card, .yls_showcases-grid-item:nth-child(8) .yls_showcases-card {
  background: var(--color_shamrock-gradient); }

.yls_showcases-grid-item:nth-child(5) .yls_showcases-card, .yls_showcases-grid-item:nth-child(9) .yls_showcases-card {
  background: var(--color_amaranth-gradient); }

@media only screen and (min-width: 481px) {
  .yls_showcases-grid-item:nth-child(3) .yls_showcases-card {
    height: 100%; } }
/***** Image *****/
.yls_showcases-grid-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  max-width: 100%;
  max-height: 120%; }
/***** Badge *****/
.yls_showcases-grid-item .yls_badge {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 10; }
/* Random Colors */
.yls_showcases-grid-item:nth-child(2) .yls_badge, .yls_showcases-grid-item:nth-child(6) .yls_badge, .yls_showcases-grid-item:nth-child(10) .yls_badge {
  background: var(--color_robinsegg-600); }

.yls_showcases-grid-item:nth-child(3) .yls_badge, .yls_showcases-grid-item:nth-child(7) .yls_badge {
  background: var(--color_rochi-600); }

.yls_showcases-grid-item:nth-child(4) .yls_badge, .yls_showcases-grid-item:nth-child(8) .yls_badge {
  background: var(--color_shamrock-600); }

.yls_showcases-grid-item:nth-child(5) .yls_badge, .yls_showcases-grid-item:nth-child(9) .yls_badge {
  background: var(--color_amaranth-600); }

@media only screen and (max-width: 480px) {
  .yls_showcases-intro .yls_text {
    font-size: var(--type-scale_md); } }
/****************************
 Process
 ****************************/
.yls_process {
  position: relative;
  z-index: 1;
  margin-bottom: var(--comp-spacing_outer); }

.yls_process-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 83.333%;
  height: 100%;
  border-radius: 350px 0 0 350px; }

.yls_process-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center; }

.yls_process-intro h2 {
  width: 100%;
  max-width: 24ch;
  text-align: center; }

.yls_process-carousel-wrapper {
  padding-left: calc(( ( 100vw - 1600px ) / 2 ) + 18px); }

.yls_process-carousel-wrapper .swiper-wrapper {
  align-items: flex-end; }

@media only screen and (max-width: 991px) {
  .yls_process {
    padding-bottom: calc(var(--comp-spacing_inner) + 72px);
    margin-bottom: 0; }

  .yls_process-bg {
    width: 100%;
    border-radius: 0; } }

@media only screen and (max-width: 480px) {
  .yls_process {
    padding-bottom: calc(var(--comp-spacing_inner) + 48px); } }
/***** Card *****/
.yls_process-carousel-card {
  transform: scale(0.85);
  width: auto;
  margin: 40px 40px 30px 40px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  /*opacity: 0.2;*/
  cursor: pointer;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.swiper-slide-active .yls_process-carousel-card {
  transform: scale(1);
  /*opacity: 1;*/ }

.swiper-slide-prev .yls_process-carousel-card, .swiper-slide-next .yls_process-carousel-card {
  /*opacity: 0.4;*/ }

.swiper-slide:not(.swiper-slide-active) .yls_process-carousel-card:hover {
  /*opacity: 0.7;*/ }

.yls_process-carousel-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }

.yls_process-step {
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: var(--spacing_xs-2);
  overflow: hidden;
  background: var(--color_rochi-gradient);
  border-radius: 50%;
  box-shadow: var(--shadow_md); }

.yls_process-step span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -0.05em;
  font-family: var(--headings_font);
  font-size: var(--type-scale_lg);
  line-height: 1;
  color: #fff; }

.yls_process-carousel-card h3 {
  font-size: var(--type-scale_xl-1);
  color: var(--color_robinsegg-600) !important; }

.yls_process-carousel-card .yls_text {
  color: var(--color_body-dark) !important;
  font-weight: 500; }

.yls_process-carousel-card .yls_text strong, .yls_process-carousel-card .yls_text b {
  color: var(--color_body-dark) !important; }

@media only screen and (max-width: 480px) {
  .yls_process-step {
    margin-top: calc(-30px - 24px);
    margin-left: auto;
    margin-right: auto; }

  .yls_process-carousel-card h3 {
    font-size: var(--type-scale_lg); } }
/***** Timeline *****/
.yls_process-carousel-timeline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 40px;
  opacity: 0.2; }

.yls_process-carousel-timeline span {
  background: var(--color_robinsegg-600); }

.yls_process-carousel-timeline span.v {
  width: 4px;
  height: 36px;
  border-radius: var(--border-radius_md) var(--border-radius_md) 0 0; }

.yls_process-carousel-timeline span.h {
  width: 100%;
  height: 4px; }

.yls_process .swiper-slide:first-child .yls_process-carousel-timeline span.h {
  width: calc(50% + 2px);
  margin-left: calc(50% - 2px);
  border-radius: 0 0 0 var(--border-radius_md); }

.yls_process .swiper-slide:last-child .yls_process-carousel-timeline span.h {
  width: calc(50% + 2px);
  margin-right: calc(50% - 2px);
  border-radius: 0 0 var(--border-radius_md) 0; }
/***** Navigation *****/
.yls_process .swiper-navigation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 14px; }

.yls_process [class*="swiper-button"] {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 36px;
  height: 36px;
  margin: 0 8px;
  background: var(--color_robinsegg-gradient);
  border-radius: 50%;
  box-shadow: var(--shadow_md);
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.yls_process [class*="swiper-button"].swiper-button-disabled {
  opacity: 0.2; }

.yls_process [class*="swiper-button"]::after {
  display: none; }

.yls_process [class*="swiper-button"] i {
  color: #fff;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }
/***** Dark/Light Mode *****/
.yls_process-carousel-timeline span {
  background: var(--color_invert-500); }

.bg-mode_invert.yls_process [class*="swiper-button"] {
  background: var(--color_robinsegg-400); }

.bg-mode_invert.yls_process [class*="swiper-button"] i {
  color: var(--color_robinsegg-600); }
/****************************
 USP
 ****************************/
.yls_usp > .yls_container > .yls_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row; }

.yls_usp-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: var(--w_5-12); }

.yls_usp-info > .yls_wrapper {
  margin: calc(var(--spacing_xs-2) * -1) 0; }

.yls_usp-info > .yls_wrapper > * {
  margin: var(--spacing_xs-2) 0; }

.yls_usp-info > .yls_wrapper > .yls_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }

.yls_usp-info .yls_text {
  margin-bottom: var(--spacing_xs-2); }

.yls_usp-list {
  width: var(--w_6-12);
  margin-left: var(--w_1-12); }

.yls_usp-list > .yls_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: calc(var(--spacing_xs) / -2) 0; }

.yls_usp-list-item {
  width: var(--w_5-12);
  margin: calc(var(--spacing_xs) / 2) calc(var(--w_1-12) / 2); }

.yls_usp-list-item > .yls_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: calc(var(--spacing_xs-4) / -2) 0; }

.yls_usp-list-item > .yls_wrapper > * {
  margin: calc(var(--spacing_xs-4) / 2) 0; }

.yls_usp-list-icon {
  position: relative;
  width: 96px;
  height: 96px;
  border-radius: var(--border-radius_md);
  box-shadow: var(--shadow_md); }

.yls_usp-list-item:nth-child(1) .yls_usp-list-icon {
  background: var(--color_rochi-gradient); }

.yls_usp-list-item:nth-child(2) .yls_usp-list-icon {
  background: var(--color_robinsegg-gradient); }

.yls_usp-list-item:nth-child(3) .yls_usp-list-icon {
  background: var(--color_shamrock-gradient); }

.yls_usp-list-item:nth-child(4) .yls_usp-list-icon {
  background: var(--color_amaranth-gradient); }

.yls_usp-list-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  max-height: 50%;
  filter: saturate(0) brightness(800%); }

@media only screen and (max-width: 991px) {
  .yls_usp > .yls_container > .yls_wrapper {
    flex-direction: column;
    align-items: center; }

  .yls_usp-info {
    width: 100%;
    margin-top: -72px;
    margin-bottom: var(--spacing_sm); }

  .yls_usp-info > .yls_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin: calc(var(--spacing_xs-2) * -1) 0; }

  .yls_usp-info > .yls_wrapper > .yls_wrapper {
    max-width: 550px; }

  .yls_usp-info h2 {
    text-align: center; }

  .yls_usp-info .yls_text {
    text-align: center; }

  .yls_usp-info .yls_button-list {
    justify-content: center; }

  .yls_usp-list {
    width: 100%;
    margin-left: 0; }

  .yls_usp-list > .yls_wrapper {
    margin: calc(var(--spacing_xs) / -2) calc(var(--spacing_xs-3) / -2); }

  .yls_usp-list-item {
    width: var(--w_3-12);
    margin: 0;
    padding: calc(var(--spacing_xs) / 2) calc(var(--spacing_xs-3) / 2); }

  .yls_usp-list-item .yls_text {
    line-height: var(--type-scale-rel_xl); } }

@media only screen and (max-width: 480px) {
  .yls_usp-list-item {
    width: 100%; }

  .yls_usp-list-item > .yls_wrapper {
    align-items: center; }

  .yls_usp-list-item .yls_text {
    max-width: 24ch;
    text-align: center; } }
/************************
 Video
 *************************/
.yls_usp .yls_video .background-image {
  margin-top: 60px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: var(--shadow-md);
  border-radius: var(--border-radius);
  padding-bottom: 50% !important; }

.yls_video .s-playbtn-beh {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  animation: ripple 3s linear infinite; }

.yls_video a.s-playbtn {
  text-decoration: none;
  position: relative;
  top: auto;
  left: auto; }

.yls_video a.s-playbtn i.fa {
  height: 60px;
  width: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  color: var(--color_robinsegg-500);
  font-size: 21px;
  padding-left: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.mfp-bg, .mfp-wrap {
  z-index: 99999999 !important; }

@media (min-width: 991px) {
  .mfp-wrap .mfp-content {
    width: 70% !important; } }

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0.7rem rgba(255, 255, 255, 0.3), 0 0 0 1rem rgba(255, 255, 255, 0.3), 0 0 0 2.5rem rgba(255, 255, 255, 0.3); }

  100% {
    box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0.3), 0 0 0 2rem rgba(255, 255, 255, 0.3), 0 0 0 3rem rgba(255, 255, 255, 0); } }

.yls_video a.s-playbtn:focus {
  outline: none; }

.yls_video a.s-playbtn i.fa {
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.s-mfp134.mfp-bg {
  z-index: 10000; }

.s-mfp134.mfp-wrap {
  z-index: 10001; }

.s-mfp134.mfp-wrap .mfp-content {
  max-width: none; }

.s-mfp134.mfp-wrap iframe {
  box-shadow: none; }

.s-mfp134 .mfp-close {
  opacity: 1; }

.s-mfp134 .mfp-close:active {
  top: 0; }
/****************************
 FAQ
 ****************************/
.yls_faq {
  margin-bottom: var(--comp-spacing_outer); }

.yls_faq-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -18px; }

.yls_faq-intro {
  width: var(--w_5-12);
  padding: 0 18px; }

.yls_faq-content {
  width: var(--w_5-12);
  margin-left: var(--w_1-12);
  padding: 0 18px; }

.yls_faq-overview {
  position: relative;
  margin: -12px 0; }

.yls_faq-item-wrapper {
  width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.yls_faq-item-wrapper:not(:last-child) {
  margin-bottom: 24px; }

.yls_faq-item {
  z-index: 1;
  width: 100%;
  height: auto !important;
  border-radius: var(--border-radius_lg);
  box-shadow: var(--shadow_md);
  background: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 1s; }

.yls_faq-item-wrapper.active {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99; }

.yls_faq-overview.live .yls_faq-item-wrapper:not(.active) {
  pointer-events: none; }

.yls_faq-item-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 36px !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: var(--border-radius_lg) !important;
  box-shadow: var(--shadow_md);
  cursor: pointer; }

.yls_faq-item-question h4 {
  font-size: var(--type-scale_md);
  font-family: var(--headings_font);
  line-height: 1.2;
  color: var(--color_robinsegg-600);
  width: calc(100% - 24px);
  padding-right: 12px;
  margin: 0; }

.yls_faq-item-question-icon {
  background: var(--color_robinsegg-200);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 1s; }

.yls_faq-item-wrapper.active .yls_faq-item-question-icon {
  background: var(--color_robinsegg-500); }

.yls_faq-item-question-icon i {
  font-size: 0.833rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color_robinsegg-600);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 1s; }

.yls_faq-item-wrapper.active .yls_faq-item-question-icon i {
  color: #fff;
  transform: translate(-50%, -50%) rotate(45deg); }

.yls_faq-item-answer {
  padding: 0 36px;
  max-height: 0;
  overflow-y: auto;
  overscroll-behavior-block: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.yls_faq-item-answer::-webkit-scrollbar {
  display: none; }

@media only screen and (max-width: 480px) {
  .yls_faq-wrapper {
    flex-direction: column-reverse; }

  .yls_faq-intro {
    width: 100%; }

  .yls_faq-content {
    width: 100%;
    margin-left: 0;
    margin-bottom: 36px; }

  .yls_faq-content h3 {
    margin-bottom: 30px;
    text-align: center; } }

.s-comp134 {
  position: relative; }


.yls_collection.blog.highlight {
  position: relative;
  z-index: 10; }

.yls_collection.blog.highlight .yls_collection_item {
  width: 100%; }

@media only screen and (max-width: 1200px) {
  .yls_collection.blog.highlight .yls_collection_item {
    flex-direction: column;
    margin: 0 !important; } }

@media only screen and (max-width: 480px) {
  .yls_collection.blog.highlight .yls_collection_item {
    box-shadow: var(--shadow_lg); } }
/****************************
 Image
 ****************************/
.yls_collection.blog.highlight .yls_image-container {
  width: var(--w_8-12);
  line-height: 0; }

.yls_collection.blog.highlight .yls_image-container a {
  width: 100%; }

.yls_collection.blog.highlight .yls_image {
  padding-bottom: 56.25%; }

@media only screen and (max-width: 1200px) {
  .yls_collection.blog.highlight .yls_image-container {
    width: var(--w_10-12);
    padding: 0; } }

@media only screen and (max-width: 991px) {
  .yls_collection.blog.highlight .yls_image-container {
    width: 100%; } }

@media only screen and (max-width: 768px) {
  .yls_collection.blog.highlight .yls_image-container {
    width: calc(100% + 96px);
    margin-left: -48px !important;
    margin-right: -48px !important; }

  .yls_collection.blog.highlight .yls_image-container *, .yls_collection.blog.highlight .yls_image-container *:before {
    border-radius: 0 !important; } }

@media only screen and (max-width: 544px) {
  .yls_collection.blog.highlight .yls_image-container {
    width: calc(100% + 48px);
    margin-left: -24px !important;
    margin-right: -24px !important; } }
/****************************
 Content
 ****************************/
.yls_collection.blog.highlight .yls_content-container {
  position: relative;
  z-index: 10;
  width: var(--w_5-12);
  margin-left: calc(var(--w_1-12) * -1); }

.yls_collection.blog.highlight .yls_content {
  padding: 30px 36px;
  /*background: var(--color_robinsegg-200);*/
  border-radius: var(--border-radius_lg); }

.yls_collection.blog.highlight .yls_content h2 {
  position: relative;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--type-scale_xl-3); }

.yls_collection.blog.highlight .yls_content .yls_text {
  position: relative;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis; }

@media only screen and (max-width: 1200px) {
  .yls_collection.blog.highlight .yls_content-container {
    width: var(--w_8-12);
    margin-left: 0;
    margin-top: -72px; }

  .yls_collection.blog.highlight .yls_content {
    padding-bottom: 0; } }

@media only screen and (max-width: 991px) {
  .yls_collection.blog.highlight .yls_content-container {
    width: var(--w_10-12); } }

@media only screen and (max-width: 768px) {
  .yls_collection.blog.highlight .yls_content-container {
    width: 100%;
    padding: 0 !important; } }

@media only screen and (max-width: 544px) {
  .yls_collection.blog.highlight .yls_content h2 {
    font-size: var(--type-scale_xl-2); } }

@media only screen and (max-width: 480px) {
  .yls_collection.blog.highlight .yls_content-container {
    width: calc(100% + 48px);
    margin-top: 0;
    margin-left: -24px;
    margin-right: -24px; }

  .yls_collection.blog.highlight .yls_content {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 36px;
    background: #fff;
    border-radius: 0; } }

.s-comp146 {
  position: relative; }


/****************************
 Universal Variables
 ****************************/
:root {
  /***** Breakpoints *****/
  --breakpoint_sm: 480px;
  --breakpoint_md: 991px;
  --breakpoint_lg: 1140px;
  --breakpoint_xl: 1280px;
  /***** Width *****/
  --w_1-12: 8.333%;
  --w_2-12: 16.666%;
  --w_3-12: 25%;
  --w_4-12: 33.333%;
  --w_5-12: 41.666%;
  --w_6-12: 50%;
  --w_7-12: 58.333%;
  --w_8-12: 66.666%;
  --w_9-12: 75%;
  --w_10-12: 83.333%;
  --w_11-12: 91.666%;
  --w_12-12: 100%;
  /***** Spacing *****/
  --spacing_xs-5: 12px;
  --spacing_xs-4: 16px;
  --spacing_xs-3: 24px;
  --spacing_xs-2: 30px;
  --spacing_xs-1: 36px;
  --spacing_xs: 48px;
  --spacing_sm: 72px;
  --spacing_md: 96px;
  --spacing_lg: 108px;
  --spacing_xl: 144px;
  /***** Type Scale *****/
  --headings_margin: 0.694em;
  /* Absolute */
  --type-scale_xs-5: 0.279rem;
  --type-scale_xs-4: 0.335rem;
  --type-scale_xs-3: 0.402rem;
  --type-scale_xs-2: 0.482rem;
  --type-scale_xs-1: 0.579rem;
  --type-scale_xs: 0.694rem;
  --type-scale_sm: 0.833rem;
  --type-scale_md: 1rem;
  --type-scale_lg: 1.2rem;
  --type-scale_xl: 1.44rem;
  --type-scale_xl-1: 1.728rem;
  --type-scale_xl-2: 2.074rem;
  --type-scale_xl-3: 2.488rem;
  --type-scale_xl-4: 2.986rem;
  --type-scale_xl-5: 3.583rem;
  --type-scale_xl-6: 4.3rem;
  /* Relative */
  --type-scale-rel_xs-5: 0.279em;
  --type-scale-rel_xs-4: 0.335em;
  --type-scale-rel_xs-3: 0.402em;
  --type-scale-rel_xs-2: 0.482em;
  --type-scale-rel_xs-1: 0.579em;
  --type-scale-rel_xs: 0.694em;
  --type-scale-rel_sm: 0.833em;
  --type-scale-rel_md: 1em;
  --type-scale-rel_lg: 1.2em;
  --type-scale-rel_xl: 1.44em;
  --type-scale-rel_xl-1: 1.728em;
  --type-scale-rel_xl-2: 2.074em;
  --type-scale-rel_xl-3: 2.488em;
  --type-scale-rel_xl-4: 2.986em;
  --type-scale-rel_xl-5: 3.583em;
  --type-scale-rel_xl-6: 4.3em;
  /***** Typography *****/
  /* Font Weight */
  --font-weight_hairline: 100;
  --font-weight_extra-light: 200;
  --font-weight_light: 300;
  --font-weight_regular: 400;
  --font-weight_book: 500;
  --font-weight_medium: 600;
  --font-weight_bold: 700;
  --font-weight_black: 800;
  --font-weight_heavy: 900;
  /* Letter Spacing */
  --letter-spacing_dense: -0.06em;
  --letter-spacing_normal: normal;
  --letter-spacing_loose: 0.06em;
  /****************************
   Effects
   ****************************/
  /***** Shadows *****/
  --shadow_sm: 0 1px 1px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.02);
  --shadow_md: 0 1px 4px rgba(0, 0, 0, 0.04), 0 4px 10px rgba(0, 0, 0, 0.08);
  --shadow_lg: 0 2px 20px rgba(0, 0, 0, 0.04), 0 8px 32px rgba(0, 0, 0, 0.08);
  --shadow_xl: 0 8px 20px rgba(0, 0, 0, 0.06), 0 24px 60px rgba(0, 0, 0, 0.12); }
/****************************
 Project Variables
 ****************************/
:root {
  /***** Colors *****/
  --color_rochi-400: #ffd15b;
  /* Tint */
  --color_rochi-500: #e08a00;
  /* Primary */
  --color_rochi-600: #ad6b00;
  /* Shade */
  --color_rochi-gradient: linear-gradient(45deg, var(--color_rochi-500) -40%, var(--color_rochi-400) 50%);
  --color_robinsegg-400: #f7fafa;
  /* Tint */
  --color_robinsegg-500: #00b8bf;
  /* Primary */
  --color_robinsegg-600: #005266;
  /* Shade */
  --color_robinsegg-gradient: linear-gradient(45deg, var(--color_robinsegg-600) -40%, var(--color_robinsegg-500) 50%);
  --color_shamrock-500: #3fcfa2;
  /* Primary */
  --color_shamrock-600: #1c9c5e;
  /* Shade */
  --color_shamrock-gradient: linear-gradient(45deg, var(--color_shamrock-600) -40%, var(--color_shamrock-500) 50%);
  --color_amaranth-500: #ec4651;
  /* Primary */
  --color_amaranth-600: #c6153e;
  /* Shade */
  --color_amaranth-gradient: linear-gradient(45deg, var(--color_amaranth-600) -40%, var(--color_amaranth-500) 50%);
  /*
   --organic-gradient_1: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/yls_gradient-v1.svg");
   --organic-gradient_2: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/yls_gradient-v2.svg");
   --organic-gradient_3: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/yls_gradient-v3.svg");
   --organic-gradient_4: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/yls_gradient-v4.svg");
   --organic-gradient_5: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/yls_gradient-v5.svg");
   */
  --color_headings: #282e39;
  --color_body-light: #696d77;
  --color_body-dark: #3a3c41;
  /***** Spacing *****/
  --comp-spacing_inner: 96px;
  --comp-spacing_outer: 144px;
  /***** Typography *****/
  /* Font Family */
  --headings_font: 'Gilroy Extra Bold', sans-serif, sans-serif;
  --body_font: 'Manrope', sans-serif, sans-serif;
  /***** Borders *****/
  /* Border Radius */
  --border-radius_sm: 4px;
  --border-radius_md: 12px;
  --border-radius_lg: 36px;
  /***** Misc *****/
  --top-bar-height: 47px;
  --header-height: 91px; }

@media only screen and (max-width: 991px) {
  /***** Spacing *****/
    :root {
      --comp-spacing_inner: 72px;
      --comp-spacing_outer: 108px;
      /***** Misc *****/
      --top-bar-height: 0px;
      --header-height: 74px; } }

@media only screen and (max-width: 480px) {
  /***** Spacing *****/
    :root {
      --comp-spacing_inner: 60px;
      --comp-spacing_outer: 72px;
      /***** Misc *****/
      --top-bar-height: 0px;
      --header-height: 60px; } }
/****************************
 Colors
 ****************************/
.color-bg__re {
  background: linear-gradient(45deg, var(--color_robinsegg-600) -40%, var(--color_robinsegg-500) 50%); }
/***** Dark/Light Mode *****/
.bg-mode_invert {
  --color_invert-500: #fff; }
/****************************
 Layout
 ****************************/
/***** Component Settings *****/
[class*="yls_comp"] {
  position: relative;
  z-index: 1;
  margin-bottom: var(--comp-spacing_outer); }

.yls_comp__has-bg {
  padding-top: var(--comp-spacing_inner);
  padding-bottom: var(--comp-spacing_inner); }
/***** Container *****/
.yls_container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--spacing_xs-4);
  padding-right: var(--spacing_xs-4); }

@media only screen and (max-width: 480px) {
  .yls_container {
    padding-left: var(--spacing_xs-3);
    padding-right: var(--spacing_xs-3); } }

@media only screen and (min-width: 544px) {
  .yls_container {
    max-width: 576px; }

  .yls_container.wide {
    max-width: 100%;
    padding: 0 var(--spacing_xs); } }

@media only screen and (min-width: 768px) {
  .yls_container {
    max-width: 720px; }

  .yls_container.narrow {
    max-width: 720px; }

  .yls_container.wide {
    max-width: 100%;
    padding: 0 var(--spacing_xs); } }

@media only screen and (min-width: 992px) {
  .yls_container {
    max-width: calc(var(--breakpoint_md) - var(--spacing_xs)); }

  .yls_container.wide {
    max-width: 100%;
    padding: 0 var(--spacing_sm); } }

@media only screen and (min-width: 1200px) {
  .yls_container {
    max-width: var(--breakpoint_lg); } }

@media only screen and (min-width: 1280px) {
  .yls_container.wide {
    max-width: 1600px;
    padding: 0 var(--spacing_sm); } }
/****************************
 Typography
 ****************************/
/***** Headers *****/
h1, h2, h3, h4, h5, h6 {
  font-family: var(--headings_font);
  font-weight: normal !important; }
/* Highlighter */
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
  position: relative;
  z-index: 1;
  display: inline-block;
  white-space: nowrap;
  font-weight: normal !important; }

h1 strong:before, h2 strong:before, h3 strong:before, h4 strong:before, h5 strong:before {
  position: absolute;
  left: 50%;
  bottom: 0.035em;
  transform: translate(-50%, 0);
  z-index: -1;
  display: inline-block;
  width: calc(100% + 8px);
  height: 0.335em;
  content: '';
  background: var(--color_rochi-gradient);
  border-radius: var(--border-radius_md); }
/***** Text *****/
.yls_text > p:last-child {
  margin-bottom: 0; }

.yls_text strong, .yls_text b {
  color: var(--color_body-dark); }
/* Links */
.yls_text a {
  font-weight: var(--font-weight_medium);
  color: inherit;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-color: var(--color_robinsegg-500);
  text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 0.2em;
  text-underline-offset: 0.1em; }

.yls_text a:hover {
  color: var(--color_robinsegg-600);
  text-decoration-color: var(--color_robinsegg-400); }
/* Lists */
.yls_text ul:not(:last-child) {
  margin-bottom: var(--spacing_xs-2); }
/***** Charachter Limit Per Line *****/
.max-ch__narrow {
  max-width: 50ch; }

.max-ch__medium {
  max-width: 65ch; }

.max-ch__wide {
  max-width: 80ch; }
/***** Dark/Light Mode *****/
.bg-mode_invert h1, .bg-mode_invert h2, .bg-mode_invert h3, .bg-mode_invert h4, .bg-mode_invert h5, .bg-mode_invert h6 {
  color: var(--color_invert-500); }

.bg-mode_invert h1 strong:before, .bg-mode_invert h2 strong:before, .bg-mode_invert h3 strong:before, .bg-mode_invert h4 strong:before, .bg-mode_invert h5 strong:before, .bg-mode_invert h6 strong:before {
  background: var(--color_robinsegg-600); }

.bg-mode_invert .yls_text, .bg-mode_invert .yls_text strong, .bg-mode_invert .yls_text b {
  color: var(--color_invert-500); }
/****************************
 Buttons & Links
 ****************************/
.yls_button-list {
  --gap: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: calc(var(--gap) / -2); }

.yls_button-list > * {
  margin: calc(var(--gap) / 2); }

[class*="yls_btn"]:not([class*="label"]) {
  --padding-h: 37px;
  --padding-v: 22px;
  --border-thickness: 0;
  position: relative;
  display: inline-block;
  padding: calc(var(--padding-v) * 0.8) var(--padding-h) var(--padding-v) var(--padding-h);
  border-radius: var(--border-radius_lg);
  border: var(--border-thickness) solid var(--color_robinsegg-500);
  line-height: 1;
  text-decoration: none !important;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

.yls_btn-label {
  font-family: var(--headings_font);
  font-weight: var(--font-weight_regular); }

[class*="yls_btn"]:not([class*="label"]) i {
  margin: -0.1em 0 0 0;
  font-size: var(--type-scale-rel_sm);
  vertical-align: middle; }

[class*="yls_btn"]:not([class*="label"]) i:first-child {
  margin-right: var(--type-scale-rel_xs-2); }

[class*="yls_btn"]:not([class*="label"]) i:last-child {
  margin-left: var(--type-scale-rel_xs-2); }
/***** Primary Button *****/
.yls_btn-primary {
  background: var(--color_robinsegg-gradient); }

.yls_btn-primary .yls_btn-label, .yls_btn-primary i {
  color: #fff; }

.yls_btn-primary i.fa-comment-dots {
  transform: scaleX(-1); }
/***** Primary Button (Invert) *****/
.bg-mode_invert .yls_btn-primary, .yls_btn-primary.invert {
  background: var(--color_invert-500); }

.bg-mode_invert .yls_btn-primary .yls_btn-label, .bg-mode_invert .yls_btn-primary i, .yls_btn-primary.invert .yls_btn-label, .yls_btn-primary.invert i {
  color: var(--color_robinsegg-600); }
/****************************
 Cards
 ****************************/
.yls_card__default {
  width: 100%;
  padding: var(--spacing_xs-1) 42px;
  box-sizing: border-box;
  background: #fff;
  border-radius: var(--border-radius_lg);
  box-shadow: var(--shadow_lg); }

@media only screen and (max-width: 480px) {
  .yls_card__default {
    padding: 30px; } }
/****************************
 Callout
 ****************************/
[class*="yls_callout"] {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  border-radius: var(--border-radius_lg); }

.yls_callout__sm {
  padding: var(--spacing_xs-2) var(--spacing_xs-1) !important; }

.yls_callout__lg {
  padding: var(--spacing_xs) var(--spacing_xs) !important; }

[class*="yls_callout"]:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  background: var(--color_robinsegg-600);
  opacity: 0.05; }
/***** Dark/Light Mode *****/
.bg-mode_invert [class*="yls_callout"]:before {
  background: var(--color_robinsegg-600);
  opacity: 0.2; }
/****************************
 Badge
 ****************************/
.yls_badge {
  display: inline-block;
  padding: 12px 15px;
  border-radius: var(--border-radius_md);
  font-family: var(--headings_font);
  font-size: 0.694rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  background: var(--color_rochi-400); }
/****************************
 Social Proof (Testimonial)
 ****************************/
.yls_quote {
  position: relative;
  display: inline-block;
  max-width: 500px;
  padding: 4px 30px 12px 30px; }

.yls_quote:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: '';
  background: var(--color_rochi-gradient);
  border-radius: var(--border-radius_md); }

[class*="yls_callout"] .yls_quote:before {
  display: none; }

.yls_quote-text {
  margin-bottom: 12px; }

.yls_quote-text i {
  display: inline-block;
  font-size: var(--type-scale_xs-2);
  vertical-align: middle;
  opacity: 0.6;
  color: var(--color_robinsegg-600); }

.yls_quote-text i:first-child {
  margin: -0.482em var(--type-scale-rel_xs-2) 0 0; }

.yls_quote-text i:last-child {
  margin: 0.482em 0 0 var(--type-scale-rel_xs-2); }

.yls_quote-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: var(--headings_font);
  font-size: var(--type-scale_sm);
  line-height: 1; }

.yls_quote-name strong:after {
  display: inline-block;
  width: 12px;
  height: 1px;
  margin: -0.1em 8px 0 8px;
  content: '';
  background: var(--color_robinsegg-600);
  opacity: 0.4;
  vertical-align: middle; }

.yls_quote-name a {
  color: var(--color_robinsegg-500);
  text-decoration: none; }

@media only screen and (max-width: 480px) {
  .yls_quote-name {
    flex-direction: column; }

  .yls_quote-name strong {
    margin-bottom: 6px; }

  .yls_quote-name strong:after {
    display: none; } }
/***** Align Left *****/
.yls_quote.left {
  padding-right: 0; }

.yls_quote.left:before {
  left: 0;
  right: auto; }

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

.yls_quote.left .yls_quote-name {
  justify-content: flex-start; }

@media only screen and (max-width: 991px) {
  .yls_quote.md_left {
    padding-right: 0; }

  .yls_quote.md_left:before {
    left: 0;
    right: auto; }

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

  .yls_quote.md_left .yls_quote-name {
    justify-content: flex-start; } }

@media only screen and (max-width: 480px) {
  .yls_quote.sm_left {
    padding-right: 0; }

  .yls_quote.sm_left:before {
    left: 0;
    right: auto; }

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

  .yls_quote.sm_left .yls_quote-name {
    justify-content: flex-start; } }
/***** Align Center *****/
.yls_quote.center {
  padding-left: 0;
  padding-right: 0; }

.yls_quote.center:before {
  left: auto;
  right: auto; }

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

.yls_quote.center .yls_quote-name {
  justify-content: center; }

@media only screen and (max-width: 991px) {
  .yls_quote.md_center {
    padding-left: 0;
    padding-right: 0; }

  .yls_quote.md_center:before {
    left: auto;
    right: auto; }

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

  .yls_quote.md_center .yls_quote-name {
    justify-content: center; } }

@media only screen and (max-width: 480px) {
  .yls_quote.sm_center {
    padding-left: 0;
    padding-right: 0; }

  .yls_quote.sm_center:before {
    left: auto;
    right: auto; }

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

  .yls_quote.sm_center .yls_quote-name {
    justify-content: center; } }
/***** Align Right *****/
.yls_quote.right {
  padding-left: 0; }

.yls_quote.right:before {
  left: auto;
  right: 0; }

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

.yls_quote.right .yls_quote-name {
  justify-content: flex-end; }

@media only screen and (max-width: 991px) {
  .yls_quote.md_right {
    padding-left: 0; }

  .yls_quote.md_right:before {
    left: auto;
    right: 0; }

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

  .yls_quote.md_right .yls_quote-name {
    justify-content: flex-end; } }

@media only screen and (max-width: 480px) {
  .yls_quote.sm_right {
    padding-left: 0; }

  .yls_quote.sm_right:before {
    left: auto;
    right: 0; }

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

  .yls_quote.sm_right .yls_quote-name {
    justify-content: flex-end; } }
/***** Highlight *****/
.yls_quote.highlight {
  padding: var(--spacing_xs-2) var(--spacing_xs-1);
  background: var(--color_rochi-gradient);
  border-radius: var(--border-radius_lg); }

.yls_quote.highlight:before {
  display: none; }

.yls_quote.highlight .yls_quote-text, .yls_quote.highlight .yls_quote-name strong {
  color: #fff; }

.yls_quote.highlight .yls_quote-name strong:after {
  background: #fff;
  opacity: 0.8; }

.yls_quote.highlight .yls_quote-text i, .yls_quote.highlight .yls_quote-name a {
  color: var(--color_rochi-600); }
/***** Dark/Light Mode *****/
.bg-mode_invert .yls_quote:before {
  background: var(--color_invert-500);
  opacity: 0.4; }

.bg-mode_invert .yls_quote-text, .bg-mode_invert .yls_quote-text i, .bg-mode_invert .yls_quote-name strong, .bg-mode_invert .yls_quote-name a {
  color: var(--color_invert-500); }

.bg-mode_invert .yls_quote-name strong:after {
  background: var(--color_invert-500);
  opacity: 0.8; }
/****************************
 Page Layout
 ****************************/
/*
 .yls_landing-page {
 margin-bottom: -10px;
 }
 */
/****************************
 Hero (Page)
 ****************************/
.yls_hero-page {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 860px;
  padding-bottom: 7.5%; }

.yls_hero-page .yls_container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: var(--header-height) !important; }

@media only screen and (max-width: 480px) {
  .yls_hero-page {
    height: auto;
    min-height: 0;
    margin-bottom: 48px; }

  .yls_hero-page .yls_container {
    flex-direction: column; } }
/***** Background *****/
.yls_hero-page__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%; }

.yls_hero-page__bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.yls_hero-page__bg:before {
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translate(-50%, 0);
  z-index: 5;
  width: 120%;
  padding-bottom: calc(120% * 0.15);
  content: '';
  background-image: url('https://cloud.sitemn.gr/users/Yools2021/swfiles/body/hero-page_shape_v1.svg');
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat; }

[class*="organic-gradient"] {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.organic-gradient__1 {
  background-image: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/yls_gradient-v1.svg");
  background-image: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/1x_yls_gradient-v1.png");
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.organic-gradient__2 {
  background-image: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/yls_gradient-v2.svg");
  background-image: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/1x_yls_gradient-v2.png");
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.organic-gradient__3 {
  background-image: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/yls_gradient-v3.svg");
  background-image: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/1x_yls_gradient-v3.png");
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.organic-gradient__4 {
  background-image: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/yls_gradient-v4.svg");
  background-image: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/1x_yls_gradient-v4.png");
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.organic-gradient__5 {
  background-image: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/yls_gradient-v5.svg");
  background-image: url("https://cloud.sitemn.gr/users/Yools2021/swfiles/body/1x_yls_gradient-v5.png");
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }
/***** Content *****/
.yls_hero-page__content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
  margin: -15px 0; }

.yls_hero-page__content > * {
  margin: 15px 0; }

.yls_hero-page__content h1 {
  width: 100%;
  max-width: 14ch;
  font-size: var(--type-scale_xl-5); }

.yls_hero-page__content h1 strong:before {
  background: var(--color_robinsegg-600); }

.yls_hero-page__content .yls_text {
  width: 100%;
  max-width: 42ch;
  font-size: var(--type-scale_lg); }

@media only screen and (max-width: 991px) {
  .yls_hero-page__content h1 {
    font-size: var(--type-scale_xl-4); } }

@media only screen and (max-width: 480px) {
  .yls_hero-page__content {
    width: 100%;
    height: auto;
    padding-top: 72px;
    padding-bottom: 96px; }

  .yls_hero-page__content h1 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: var(--type-scale_xl-3);
    text-align: center; }

  .yls_hero-page__content .yls_text {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: var(--type-scale_md); }

  .yls_hero-page__content .yls_button-list {
    justify-content: center; } }
/***** Visual *****/
.yls_hero-page__visual {
  position: relative;
  z-index: 5;
  width: 50%; }

.yls_hero-page__visual-item {
  position: relative;
  width: 100%;
  height: 100%; }

@keyframes float {
  0% {
    transform: translatey(0px); }

  50% {
    transform: translatey(-20px); }

  100% {
    transform: translatey(0px); } }

.yls_hero-page__visual-item img {
  position: absolute;
  top: -17%;
  left: -47%;
  max-width: none;
  height: 145%;
  animation: float 6s ease-in-out infinite; }

@media only screen and (max-width: 991px) {
  .yls_hero-page__visual-item img {
    top: 50%;
    left: -38%;
    transform: translate(0, -50%);
    height: auto;
    max-width: 210%;
    max-height: 100%;
    animation: none !important; } }
/****************************
 Benefits
 ****************************/
.yls_landing-page .yls_benefits {
  position: relative;
  z-index: 10;
  margin-bottom: var(--comp-spacing_outer); }

.yls_benefits-intro {
  margin-bottom: var(--spacing_sm);
  text-align: center; }

.yls_benefits-intro h2 {
  width: 100%;
  max-width: 30ch;
  margin: 0 auto var(--headings_margin) auto;
  text-align: center; }

.yls_benefits-intro .yls_callout__sm {
  display: inline-block;
  width: auto; }

.yls_benefits-intro .yls_text {
  width: 100%;
  max-width: 56ch;
  font-size: var(--type-scale_lg);
  text-align: center; }

.yls_benefits-icon {
  margin-bottom: var(--spacing_xs-2); }

.yls_benefits-icon img {
  height: 60px; }

.yls_benefits-card h3 {
  font-size: var(--type-scale_lg); }

@media only screen and (min-width: 992px) {
  .yls_benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px 36px;
    grid-auto-flow: row; }

  .yls_benefits-item:nth-child(1), .yls_benefits-item:nth-child(3) {
    padding-top: var(--spacing_lg); }

  .yls_benefits-item:nth-child(6), .yls_benefits-item:nth-child(8) {
    margin-top: calc(var(--spacing_lg) * -1); } }

@media only screen and (max-width: 991px) {
  .yls_benefits-wrapper > .yls_container.wide {
    max-width: 100%;
    padding: 0; }

  .yls_benefits-carousel {
    width: calc(100% - 72px);
    margin: -48px 0;
    overflow: visible; }

  .yls_benefits-grid {
    padding-top: 48px;
    padding-bottom: 48px; }

  .yls_benefits-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 0 15px;
    box-sizing: border-box; } }

@media only screen and (max-width: 480px) {
  .yls_benefits-intro {
    margin-bottom: var(--spacing_xs-2); }

  .yls_benefits-intro .yls_text {
    font-size: var(--type-scale_md); } }
/****************************
 CTA
 ****************************/
.yls_cta-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: var(--spacing_sm) var(--spacing_sm);
  margin-top: var(--spacing_xs-1);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: var(--border-radius_lg);
  box-shadow: var(--shadow_lg); }

.yls_cta-title, .yls_cta-button-list {
  flex-shrink: 0; }

.yls_cta h3 {
  margin: 0;
  font-size: var(--type-scale_xl-1); }

.yls_cta .yls_divider {
  width: 100%;
  height: 2px;
  margin: 0 var(--spacing_xs-1);
  flex-shrink: 1;
  background: #fff;
  opacity: 0.2; }

@media only screen and (max-width: 991px) {
  .yls_cta-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center; }

  .yls_cta h3 {
    text-align: center; }

  .yls_cta .yls_divider {
    width: 50%;
    margin: var(--spacing_xs-3) auto; } }

@media only screen and (max-width: 480px) {
  .yls_cta-wrapper {
    padding: 36px; } }
/****************************
 PORTFOLIO 
 ****************************/
.portfolio .db-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none; }
/* IMAGE CONTAINER */
.portfolio .case-img {
  width: 100%;
  border-radius: var(--border-radius);
  position: relative;
  box-shadow: var(--shadow-xl); }
/* TILE CONTAINER */
.portfolio .s-tile .tile-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px; }

.portfolio .s-tile .tile-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

.portfolio .s-tile .tile-content-top .tag {
  font-size: 0.833rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: var(--title-font);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-right: 30px;
  padding: 0.1em 0 0 0;
  color: #fff; }

.portfolio .s-tile .tile-content-top .tag:before {
  content: '';
  width: 1rem;
  height: 2px;
  margin-right: var(--icon-margin); }

.portfolio .s-tile .tile-content-top .company-name {
  font-size: 1.2rem;
  font-family: var(--title-font);
  line-height: 1; }

.portfolio .s-tile .tile-content-center h3 {
  color: #fff;
  margin-bottom: 0;
  line-height: 1; }

.portfolio .s-tile .tile-content-bottom .s-btn i {
  margin-right: var(--icon-margin); }

.portfolio .s-tile .tile-content-bottom .s-btn {
  border-color: #fff; }

.portfolio .s-tile .tile-content-bottom .s-btn div {
  color: #fff; }
/* HOVER */
.portfolio .db-item:hover .s-btn {
  background: #fff; }
/***PORTFOLIO (CASES)***/
.portfolio.portfolio-case > .yls_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }

.portfolio.portfolio-case .db-item {
  margin-bottom: 144px; }

.portfolio.portfolio-case > .yls_container:nth-child(even) .db-item {
  flex-direction: row-reverse;
  margin-top: 72px; }

.portfolio.portfolio-case .case-img-container {
  position: relative; }

.portfolio.portfolio-case > .yls_container:nth-child(odd) .case-img-container {
  width: 66.666%;
  z-index: 1; }

.portfolio.portfolio-case > .yls_container:nth-child(even) .case-img-container {
  width: calc(50% + 30px);
  margin-left: calc(-16.666% - 60px);
  z-index: 2; }

.portfolio.portfolio-case .case-tile-container {
  position: relative; }

.portfolio.portfolio-case > .yls_container:nth-child(odd) .case-tile-container {
  width: 41.666%;
  margin-left: -16.666%;
  z-index: 2; }

.portfolio.portfolio-case > .yls_container:nth-child(even) .case-tile-container {
  width: calc(58.333% + 30px);
  margin-left: 8.333%;
  z-index: 1; }
/* IMAGE CONTAINER */
.portfolio.portfolio-case .case-img {
  height: 516px;
  background: var(--primary-alt); }

.portfolio.portfolio-case > .yls_container:nth-child(even) .case-img {
  background: #fff; }

.portfolio.portfolio-case .case-img img {
  max-width: calc(100% - 8.333%);
  max-height: 100%;
  position: absolute;
  top: 50%; }

.portfolio.portfolio-case > .yls_container:nth-child(odd) .case-img img {
  left: 0;
  transform: translate(0, -50%); }

.portfolio.portfolio-case > .yls_container:nth-child(even) .case-img img {
  left: 50%;
  transform: translate(-50%, -50%); }
/* TILE CONTAINER */
.portfolio.portfolio-case .s-tile {
  height: 100%;
  max-height: 516px;
  padding: 72px; }

.portfolio.portfolio-case > .yls_container:nth-child(odd) .s-tile {
  transform: translate(0, 72px);
  background: var(--primary-gradient); }

.portfolio.portfolio-case > .yls_container:nth-child(even) .s-tile {
  transform: translate(0, -72px);
  background: var(--secondary-gradient);
  padding-right: calc(28.57% + 60px + 72px); }

.portfolio.portfolio-case > .yls_container:nth-child(odd) .s-tile .tile-content-top .tag:before {
  background: var(--primary-alt); }

.portfolio.portfolio-case > .yls_container:nth-child(even) .s-tile .tile-content-top .tag:before {
  background: var(--secondary-alt); }

.portfolio.portfolio-case > .yls_container:nth-child(odd) .s-tile .tile-content-top .company-name {
  color: var(--primary-alt); }

.portfolio.portfolio-case > .yls_container:nth-child(even) .s-tile .tile-content-top .company-name {
  color: var(--secondary-alt); }

.portfolio.portfolio-slide .s-tile .tile-content-center h3, .portfolio.portfolio-case .s-tile .tile-content-center h3 {
  font-size: 2.074rem;
  margin-bottom: 0.694em; }

.portfolio.portfolio-case .s-tile .tile-content-center .s-text {
  color: #fff; }

.portfolio.portfolio-slide .s-tile .tile-content-center .s-text > div i, .portfolio.portfolio-case .s-tile .tile-content-center .s-text > div i {
  font-size: 0.482rem;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.6; }

.portfolio.portfolio-case .s-tile .tile-content-center .s-text.description > div i {
  display: none; }

.portfolio.portfolio-slide .s-tile .tile-content-center .s-text > div i:first-child, .portfolio.portfolio-case .s-tile .tile-content-center .s-text > div i:first-child {
  /*margin: -0.482em var(--icon-margin) 0 0;*/ }

.portfolio.portfolio-slide .s-tile .tile-content-center .s-text > div i:last-child, .portfolio.portfolio-case .s-tile .tile-content-center .s-text > div i:last-child {
  /*margin: 0.482em 0 0 var(--icon-margin);*/ }

.portfolio.portfolio-slide .s-tile .tile-content-center .s-text p, .portfolio.portfolio-case .s-tile .tile-content-center .s-text p {
  margin: 0;
  display: inline; }

.portfolio.portfolio-slide .s-tile .tile-content-center .s-text span, .portfolio.portfolio-case .s-tile .tile-content-center .s-text span.name {
  color: var(--primary-alt);
  font-family: var(--title-font);
  font-size: 0.833em; }

.portfolio.portfolio-case .s-tile .tile-content-center .s-text.description span.name {
  display: none; }

.portfolio.portfolio-case > .yls_container:nth-child(odd) .s-tile .tile-content-center .s-text span.name {
  color: var(--primary-alt); }

.portfolio.portfolio-case > .yls_container:nth-child(even) .s-tile .tile-content-center .s-text span.name {
  color: var(--secondary-alt); }
/* HOVER */
.portfolio.portfolio-case > .yls_container:nth-child(odd) .db-item:hover .s-btn div {
  color: var(--primary-alt); }

.portfolio.portfolio-case > .yls_container:nth-child(even) .db-item:hover .s-btn div {
  color: var(--secondary-alt); }

@media only screen and (max-width: 1360px) {
  .portfolio.portfolio-case .s-tile {
    padding: 72px 48px; }

  .portfolio.portfolio-case .s-tile .tile-content-top .company-name {
    font-size: 1rem; }

  .portfolio.portfolio-case .s-tile .tile-content-center h3 {
    font-size: 1.728rem;
    margin-bottom: 0.482em; }

  .portfolio.portfolio-case .s-tile .tile-content-center .s-text > div {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media only screen and (max-width: 1200px) {
  .portfolio.portfolio-case .s-tile .tile-content-center h3 {
    font-size: 1.44rem; }

  .portfolio.portfolio-case > .yls_container:nth-child(odd) .case-tile-container {
    width: 50%; }

  .portfolio.portfolio-case > .yls_container:nth-child(even) .case-tile-container {
    width: 58.333%;
    margin-left: 0; }

  .portfolio.portfolio-case > .yls_container:nth-child(even) .case-img-container {
    width: 66.666%;
    margin-left: -16.666%; }

  .portfolio.portfolio-case > .yls_container:nth-child(even) .s-tile {
    padding-right: calc(28.57% + 48px); } }

@media only screen and (max-width: 768px) {
  .portfolio.portfolio-case .db-item {
    margin-bottom: 96px; }

  .portfolio.portfolio-case > .yls_container:nth-child(even) .db-item {
    align-items: flex-end;
    margin-top: 36px; }

  .portfolio.portfolio-case .case-img {
    height: auto;
    padding-bottom: clamp(350px, 75%, 75%); }

  .portfolio.portfolio-case > .yls_container:nth-child(even) .case-img-container {
    width: 66.666%;
    z-index: 1; }

  .portfolio.portfolio-case > .yls_container:nth-child(even) .case-tile-container {
    width: 50%;
    z-index: 2; }

  .portfolio.portfolio-case .s-tile {
    padding: 60px 40px;
    max-height: none; }

  .portfolio.portfolio-case > .yls_container:nth-child(odd) .s-tile {
    transform: translate(0, 36px); }

  .portfolio.portfolio-case > .yls_container:nth-child(even) .s-tile {
    transform: translate(0, -36px);
    padding-right: 40px; }

  .portfolio.portfolio-case .s-tile .tile-content-top {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 4px; }

  .portfolio.portfolio-case .s-tile .tile-content-center h3 {
    margin-bottom: 0; }

  .portfolio.portfolio-case .s-tile .tile-content-center .s-text {
    display: none; } }

@media only screen and (max-width: 480px) {
  .portfolio.portfolio-case .db-item {
    flex-wrap: wrap;
    margin-top: 0 !important;
    margin-bottom: 48px; }

  .portfolio.portfolio-case .case-img-container, .portfolio.portfolio-case .case-tile-container {
    width: 100% !important;
    margin: 0 !important; }

  .portfolio.portfolio-case .case-tile-container {
    margin-top: -96px !important; }

  .portfolio.portfolio-case .case-img img {
    max-width: 100%;
    max-height: calc(100% - 96px);
    top: 0 !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important; }

  .portfolio.portfolio-case .s-tile {
    transform: none !important;
    padding: 40px 30px !important; }

  .portfolio.portfolio-case .s-tile .tile-content {
    gap: 24px; } }
/****************************
 Process
 ****************************/
.yls_process {
  position: relative;
  z-index: 1;
  margin-bottom: var(--comp-spacing_outer); }

.yls_process-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 83.333%;
  height: 100%;
  border-radius: 350px 0 0 350px; }

.yls_process-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center; }

.yls_process-intro h2 {
  width: 100%;
  max-width: 24ch;
  text-align: center; }

.yls_process-carousel-wrapper {
  padding-left: calc(( ( 100vw - 1600px ) / 2 ) + 18px); }

.yls_process-carousel-wrapper .swiper-wrapper {
  align-items: flex-end; }

@media only screen and (max-width: 991px) {
  .yls_process {
    padding-bottom: calc(var(--comp-spacing_inner) + 72px);
    margin-bottom: 0; }

  .yls_process-bg {
    width: 100%;
    border-radius: 0; } }

@media only screen and (max-width: 480px) {
  .yls_process {
    padding-bottom: calc(var(--comp-spacing_inner) + 48px); } }
/***** Card *****/
.yls_process-carousel-card {
  transform: scale(0.85);
  width: auto;
  margin: 40px 40px 30px 40px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  /*opacity: 0.2;*/
  cursor: pointer;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.swiper-slide-active .yls_process-carousel-card {
  transform: scale(1);
  /*opacity: 1;*/ }

.swiper-slide-prev .yls_process-carousel-card, .swiper-slide-next .yls_process-carousel-card {
  /*opacity: 0.4;*/ }

.swiper-slide:not(.swiper-slide-active) .yls_process-carousel-card:hover {
  /*opacity: 0.7;*/ }

.yls_process-carousel-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }

.yls_process-step {
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: var(--spacing_xs-2);
  overflow: hidden;
  background: var(--color_rochi-gradient);
  border-radius: 50%;
  box-shadow: var(--shadow_md); }

.yls_process-step span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -0.05em;
  font-family: var(--headings_font);
  font-size: var(--type-scale_lg);
  line-height: 1;
  color: #fff; }

.yls_process-carousel-card h3 {
  font-size: var(--type-scale_xl-1);
  color: var(--color_robinsegg-600); }

.yls_process-carousel-card .yls_text {
  color: var(--color_body-dark);
  font-weight: 500; }

.yls_process-carousel-card .yls_text strong, .yls_process-carousel-card .yls_text b {
  color: var(--color_body-dark); }

@media only screen and (max-width: 480px) {
  .yls_process-step {
    margin-top: calc(-30px - 24px);
    margin-left: auto;
    margin-right: auto; }

  .yls_process-carousel-card h3 {
    font-size: var(--type-scale_lg); } }
/***** Timeline *****/
.yls_process-carousel-timeline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 40px;
  opacity: 0.2; }

.yls_process-carousel-timeline span {
  background: var(--color_robinsegg-600); }

.yls_process-carousel-timeline span.v {
  width: 4px;
  height: 36px;
  border-radius: var(--border-radius_md) var(--border-radius_md) 0 0; }

.yls_process-carousel-timeline span.h {
  width: 100%;
  height: 4px; }

.yls_process .swiper-slide:first-child .yls_process-carousel-timeline span.h {
  width: calc(50% + 2px);
  margin-left: calc(50% - 2px);
  border-radius: 0 0 0 var(--border-radius_md); }

.yls_process .swiper-slide:last-child .yls_process-carousel-timeline span.h {
  width: calc(50% + 2px);
  margin-right: calc(50% - 2px);
  border-radius: 0 0 var(--border-radius_md) 0; }
/***** Navigation *****/
.yls_process .swiper-navigation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 14px; }

.yls_process [class*="swiper-button"] {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 36px;
  height: 36px;
  margin: 0 8px;
  background: var(--color_robinsegg-gradient);
  border-radius: 50%;
  box-shadow: var(--shadow_md);
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.yls_process [class*="swiper-button"].swiper-button-disabled {
  opacity: 0.2; }

.yls_process [class*="swiper-button"]::after {
  display: none; }

.yls_process [class*="swiper-button"] i {
  color: #fff;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }
/***** Dark/Light Mode *****/
.yls_process-carousel-timeline span {
  background: var(--color_invert-500); }

.bg-mode_invert.yls_process [class*="swiper-button"] {
  background: var(--color_robinsegg-400); }

.bg-mode_invert.yls_process [class*="swiper-button"] i {
  color: var(--color_robinsegg-600); }
/****************************
 USP
 ****************************/
.yls_usp > .yls_container > .yls_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row; }

.yls_usp-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: var(--w_5-12); }

.yls_usp-info > .yls_wrapper {
  margin: calc(var(--spacing_xs-2) * -1) 0; }

.yls_usp-info > .yls_wrapper > * {
  margin: var(--spacing_xs-2) 0; }

.yls_usp-info > .yls_wrapper > .yls_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }

.yls_usp-info .yls_text {
  margin-bottom: var(--spacing_xs-2); }

.yls_usp-list {
  width: var(--w_6-12);
  margin-left: var(--w_1-12); }

.yls_usp-list > .yls_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: calc(var(--spacing_xs) / -2) 0; }

.yls_usp-list-item {
  width: var(--w_5-12);
  margin: calc(var(--spacing_xs) / 2) calc(var(--w_1-12) / 2); }

.yls_usp-list-item > .yls_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: calc(var(--spacing_xs-4) / -2) 0; }

.yls_usp-list-item > .yls_wrapper > * {
  margin: calc(var(--spacing_xs-4) / 2) 0; }

.yls_usp-list-icon {
  position: relative;
  width: 96px;
  height: 96px;
  border-radius: var(--border-radius_md);
  box-shadow: var(--shadow_md); }

.yls_usp-list-item:nth-child(1) .yls_usp-list-icon {
  background: var(--color_rochi-gradient); }

.yls_usp-list-item:nth-child(2) .yls_usp-list-icon {
  background: var(--color_robinsegg-gradient); }

.yls_usp-list-item:nth-child(3) .yls_usp-list-icon {
  background: var(--color_shamrock-gradient); }

.yls_usp-list-item:nth-child(4) .yls_usp-list-icon {
  background: var(--color_amaranth-gradient); }

.yls_usp-list-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  max-height: 50%;
  filter: saturate(0) brightness(800%); }

@media only screen and (max-width: 991px) {
  .yls_usp > .yls_container > .yls_wrapper {
    flex-direction: column;
    align-items: center; }

  .yls_usp-info {
    width: 100%;
    margin-top: -72px;
    margin-bottom: var(--spacing_sm); }

  .yls_usp-info > .yls_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin: calc(var(--spacing_xs-2) * -1) 0; }

  .yls_usp-info > .yls_wrapper > .yls_wrapper {
    max-width: 550px; }

  .yls_usp-info h2 {
    text-align: center; }

  .yls_usp-info .yls_text {
    text-align: center; }

  .yls_usp-info .yls_button-list {
    justify-content: center; }

  .yls_usp-list {
    width: 100%;
    margin-left: 0; }

  .yls_usp-list > .yls_wrapper {
    margin: calc(var(--spacing_xs) / -2) calc(var(--spacing_xs-3) / -2); }

  .yls_usp-list-item {
    width: var(--w_3-12);
    margin: 0;
    padding: calc(var(--spacing_xs) / 2) calc(var(--spacing_xs-3) / 2); }

  .yls_usp-list-item .yls_text {
    line-height: var(--type-scale-rel_xl); } }

@media only screen and (max-width: 480px) {
  .yls_usp-list-item {
    width: 100%; }

  .yls_usp-list-item > .yls_wrapper {
    align-items: center; }

  .yls_usp-list-item .yls_text {
    max-width: 24ch;
    text-align: center; } }
/****************************
 FAQ
 ****************************/
.yls_faq {
  margin-bottom: var(--comp-spacing_outer); }

.yls_faq-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -18px; }

.yls_faq-intro {
  width: var(--w_5-12);
  padding: 0 18px; }

.yls_faq-content {
  width: var(--w_5-12);
  margin-left: var(--w_1-12);
  padding: 0 18px; }

.yls_faq-overview {
  position: relative; }

.yls_faq-item-wrapper {
  width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.yls_faq-item-wrapper:not(:last-child) {
  margin-bottom: 24px; }

.yls_faq-item {
  z-index: 1;
  width: 100%;
  height: auto !important;
  border-radius: var(--border-radius_lg);
  box-shadow: var(--shadow_md);
  background: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 1s; }

.yls_faq-item-wrapper.active {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99; }

.yls_faq-overview.live .yls_faq-item-wrapper:not(.active) {
  pointer-events: none; }

.yls_faq-item-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 36px !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: var(--border-radius_lg) !important;
  box-shadow: var(--shadow_md);
  cursor: pointer; }

.yls_faq-item-question h4 {
  font-size: var(--type-scale_md);
  font-family: var(--headings_font);
  line-height: 1.2;
  color: var(--color_robinsegg-600);
  width: calc(100% - 24px);
  padding-right: 12px;
  margin: 0; }

.yls_faq-item-question-icon {
  background: var(--color_robinsegg-200);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 1s; }

.yls_faq-item-wrapper.active .yls_faq-item-question-icon {
  background: var(--color_robinsegg-500); }

.yls_faq-item-question-icon i {
  font-size: 0.833rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color_robinsegg-600);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 1s; }

.yls_faq-item-wrapper.active .yls_faq-item-question-icon i {
  color: #fff;
  transform: translate(-50%, -50%) rotate(45deg); }

.yls_faq-item-answer {
  padding: 0 36px;
  max-height: 0;
  overflow-y: auto;
  overscroll-behavior-block: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.yls_faq-item-answer::-webkit-scrollbar {
  display: none; }

@media only screen and (max-width: 480px) {
  .yls_faq-wrapper {
    flex-direction: column-reverse; }

  .yls_faq-intro {
    width: 100%; }

  .yls_faq-content {
    width: 100%;
    margin-left: 0;
    margin-bottom: 36px; }

  .yls_faq-content h3 {
    margin-bottom: 30px;
    text-align: center; } }

.s-comp140 {
  position: relative; }


.s-comp147 {
  position: relative; }


.showcase-page {
  --margin-bottom: 96px;
  margin-bottom: var(--margin-bottom); }

@media only screen and (max-width: 480px) {
  .showcase-page {
    --margin-bottom: 72px; } }

@media only screen and (min-width: 1280px) {
  .showcase-page .container {
    width: 100%;
    max-width: 1600px;
    padding: 0 72px; } }

.showcase-page .showcase-hero {
  height: 80vh;
  margin-top: calc(var(--top-bar-height) + var(--header-height));
  max-height: 700px;
  position: relative;
  margin-bottom: var(--margin-bottom); }

.showcase-page .showcase-hero .content-container {
  width: 56%;
  height: 100%;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px; }

.showcase-page .showcase-hero .content h1 {
  font-size: 2.986rem;
  margin-bottom: 0.482em; }

.showcase-page .showcase-hero .content h1 span {
  white-space: nowrap; }

.showcase-page .showcase-hero .content .s-text {
  margin-bottom: 8px; }

.showcase-page .showcase-hero .content .s-button-list {
  margin-top: 28px; }

.showcase-page .showcase-hero .content .s-button-list .s-btn.ghost {
  margin-right: 14px; }

.showcase-page .showcase-details .s-text {
  text-align: center; }

.showcase-page .showcase-details .s-text span {
  color: var(--primary-alt);
  font-weight: 800; }

.showcase-page .showcase-hero .visual-container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 44vw;
  height: 52vw;
  height: 100%; }

.showcase-page .showcase-hero .visual-container .visual {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--secondary-gradient);
  box-shadow: var(--shadow-xl);
  border-radius: var(--border-radius) 0 0 var(--border-radius); }

.showcase-page .showcase-hero .visual-container .visual img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 150%;
  max-height: 100%; }

.showcase-page .intro {
  max-width: 1110px;
  margin: 0 auto 60px auto; }

.showcase-page .s-text {
  /*    font-size: 1.2rem;*/
  max-width: 600px; }

.s-comp110 {
  position: relative; }


#scomp355.s-comp118 .s-detail-cont .s-img {
  -webkit-box-shadow: inset 0px 0px 0px #696d77, 0px 0px 0px #696d77;
  box-shadow: inset 0px 0px 0px #696d77, 0px 0px 0px #696d77; }

#scomp355.s-comp118 .s-detail-cont .s-img {
  margin: 0px 0px 48px 0px; }


#scomp356.s-comp118 .s-detail-cont .s-img {
  -webkit-box-shadow: inset 0px 0px 0px #696d77, 0px 0px 0px #696d77;
  box-shadow: inset 0px 0px 0px #696d77, 0px 0px 0px #696d77; }

#scomp356.s-comp118 .s-detail-cont .s-img {
  margin: 0px 0px 48px 0px; }


#scomp647.s-comp140 .yls_hero-page .yls_text a {
  text-decoration-color: #fff !important;
  color: #fff !important; }


#scomp662.s-comp140 .yls_hero-page .yls_text a {
  text-decoration-color: #fff !important;
  color: #fff !important; }


#scomp673.s-comp140 .yls_hero-page .yls_text a {
  text-decoration-color: #fff !important;
  color: #fff !important; }


@media only screen and (min-width: 481px) {
  #scomp316.s-comp111 .intro {
    text-align: center;
    justify-content: center; }

  #scomp316.s-comp111 .intro .s-text {
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (min-width: 481px) and (max-width: 991px) {
  #scomp316.s-comp111 .masonry .grid-item:nth-child(3n+3) .image {
    padding-bottom: calc(123.6% + 36px); } }





#scomp362.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp362.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: flex-start; }


@media only screen and (max-width: 768px) {
  #scomp363.s-comp90 .container > .row > .s-flex {
    flex-direction: column-reverse !important; } }

#scomp363.s-comp90 {
  padding: 0px 0px 60px 0px; }

#scomp363.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp363.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: flex-start; }

@media (max-width: 480px) {
  #scomp363.s-comp90 {
    padding: 0px 0px 36px 0px; } }


#scomp364.s-comp90 {
  padding: 0px 0px 60px 0px; }

#scomp364.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp364.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: flex-start; }

@media (max-width: 480px) {
  #scomp364.s-comp90 {
    padding: 0px 0px 36px 0px; } }





#scomp291.s-comp90 {
  padding: 144px 0px 168px 0px; }

#scomp291.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp291.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: center; }

#scomp291.s-comp90 h2.smC11783SmSn1p3T6-style {
  font-size: 3.583rem; }

#scomp291.s-comp90 h2.smC11783SmSn1p3T6-style {
  color: #00b8bf; }

#scomp291.s-comp90 h2.smC11783SmSn1p3T6-style {
  text-align: center; }

#scomp291.s-comp90 h2.smC11783SmSn1p3T6-style {
  line-height: 0; }

#scomp291.s-comp90 h2.smC11783SmSn1p3T6-style {
  margin: 0px 0px 0.135em 0px; }

#scomp291.s-comp90 h6.smC11783SmSn1p3T6-style {
  text-align: center; }

#scomp291.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  text-align: center; }

#scomp291.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  margin: 0px 0px 0px 0px; }

991 {
  #scomp291.s-comp90 {
    padding: 96px 0px 120px 0px; } }

@media (max-width: 480px) {
  #scomp291.s-comp90 {
    padding: 72px 0px 96px 0px; } }





#scomp288.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp288.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: center; }

#scomp288.s-comp90 h2.smC11783SmSn1p3T6-style {
  text-align: center; }

#scomp288.s-comp90 h6.smC11783SmSn1p3T6-style {
  text-align: center; }

#scomp288.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  text-align: center; }

#scomp288.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style {
  width: 400px; }

#scomp288.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style {
  margin: 0px auto 0px auto; }

#scomp288.s-comp90 .s-button-list {
  display: flex;
  flex-direction: row; }

#scomp288.s-comp90 .s-button-list {
  justify-content: center; }

@media (max-width: 480px) {
  #scomp288.s-comp90 .s-button-list {
    display: flex;
    flex-direction: column; } }





@media only screen and (min-width: 481px) {
  #scomp431.s-comp111 .intro {
    text-align: center;
    justify-content: center; }

  #scomp431.s-comp111 .intro .s-text {
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (min-width: 481px) and (max-width: 991px) {
  #scomp431.s-comp111 .masonry .grid-item:nth-child(3n+3) .image {
    padding-bottom: calc(123.6% + 36px); } }


#scomp303.s-comp100 {
  background: transparent !important;
  overflow: visible !important;
  padding: 0 !important; }

#scomp303.s-comp100:before, #scomp303.s-comp100:after, #scomp303.s-comp100 .container > .row > div:nth-child(1), #scomp303.s-comp100 .container > .row > div:nth-child(2) {
  display: none !important; }

#scomp303.s-comp100 .cta-tile-container {
  margin-top: -72px !important; }

@media only screen and (max-width: 480px) {
  #scomp303.s-comp100 .cta-tile-container {
    margin-top: 0 !important; } }


#scomp306.s-comp103 .arrow-down {
  display: none !important; }


#scomp409.s-comp90 h2, #scomp409.s-comp90 h3 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto; }

#scomp409.s-comp90 h2 {
  text-align: center; }

#scomp409.s-comp90 h3 {
  text-align: center;
  opacity: 0.4; }

#scomp409.s-comp90 .s-text {
  text-align: center;
  max-width: 720px;
  font-size: 1.2rem;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (max-width: 480px) {
  #scomp409.s-comp90 .container {
    padding: 0 var(--container-padding-mobile); }

  #scomp409.s-comp90 h2, #scomp409.s-comp90 h3 {
    text-align: left; }

  #scomp409.s-comp90 .s-text {
    font-size: 1rem;
    text-align: left; } }

#scomp409.s-comp90 {
  padding: 108px 0px 120px 0px; }

@media (max-width: 991px) {
  #scomp409.s-comp90 {
    padding: 96px 0px 72px 0px; } }

@media (max-width: 480px) {
  #scomp409.s-comp90 {
    padding: 72px 0px 0px 0px; } }


#scomp407.s-comp90 .testimonial-cta {
  margin-bottom: 36px; }

#scomp407.s-comp90 .s-img__wrapper {
  box-shadow: var(--shadow-xl) !important; }

@media only screen and (min-width: 1280px) {
  #scomp407.s-comp90 .container {
    max-width: 1600px;
    padding: 0 72px; } }

@media only screen and (max-width: 991px) {
  #scomp407.s-comp90 .container {
    max-width: 100%;
    padding: 0 48px; } }

@media only screen and (max-width: 480px) {
  #scomp407.s-comp90 .container {
    padding: 0 var(--container-padding-mobile); }

  #scomp407.s-comp90 .s-flex.smC11783SmSn1p3T5-style > div:nth-child(1) {
    order: 2; }

  #scomp407.s-comp90 .s-flex.smC11783SmSn1p3T5-style > div:nth-child(2) {
    order: 3; }

  #scomp407.s-comp90 .s-flex.smC11783SmSn1p3T5-style > div:nth-child(3) {
    order: 1; }

  #scomp407.s-comp90 .testimonial-cta.testimonial {
    margin-bottom: 36px !important; } }

#scomp407.s-comp90 {
  margin: 0px 0px -36px 0px; }

#scomp407.s-comp90 {
  padding: 0px 0px 0px 0px; }

#scomp407.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp407.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: center; }

#scomp407.s-comp90 .s-flex.smC11783SmSn1p3T5-style {
  display: flex !important;
  flex-direction: row; }

#scomp407.s-comp90 .s-flex.smC11783SmSn1p3T5-style {
  align-items: flex-start; }

@media (max-width: 991px) {
  #scomp407.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
    align-items: flex-start; }

  #scomp407.s-comp90 .s-flex.smC11783SmSn1p3T5-style {
    display: flex !important;
    flex-direction: column; } }

@media (max-width: 480px) {
  #scomp407.s-comp90 {
    margin: 0px 0px -60px 0px; }

  #scomp407.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
    align-items: flex-start; }

  #scomp407.s-comp90 .s-flex.smC11783SmSn1p3T5-style {
    display: flex !important;
    flex-direction: column; } }


@media only screen and (min-width: 481px) {
  #scomp307.s-comp104 .intro {
    display: none; } }

@media only screen and (max-width: 480px) {
  #scomp307.s-comp104 .intro {
    text-align: center; }

  #scomp307.s-comp104 .intro h2 {
    margin-bottom: 36px; } }








#scomp346.s-comp90 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, #f0d255, #ef9b06); }

#scomp346.s-comp90:before {
  content: '';
  width: 120vw;
  height: 150px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -70%); }

#scomp346.s-comp90 .s-img {
  width: 100%; }

#scomp346.s-comp90 .s-text b, #scomp346.s-comp90 .s-text strong {
  color: #fff; }

#scomp346.s-comp90 {
  padding: 136px 0px 60px 0px; }

#scomp346.s-comp90 h2.smC11783SmSn1p3T6-style {
  color: #fff; }

#scomp346.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  color: #fff; }

@media (max-width: 480px) {
  #scomp346.s-comp90 {
    padding: 72px 0px 36px 0px; } }


#scomp349.s-comp90 h2.smC11783SmSn1p3T6-style {
  text-align: center; }

#scomp349.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  text-align: center; }





@media only screen and (max-width: 480px) {
  #scomp360.s-comp96 .container > .row > div:first-child {
    display: none; } }

#scomp360.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__input .s-input {
  border-bottom: 2px solid #005266; }


#scomp342.s-comp90 {
  padding: 146px 0px 60px 0px; }

#scomp342.s-comp90 h2.smC11783SmSn1p3T6-style {
  text-align: center; }

#scomp342.s-comp90 h3.smC11783SmSn1p3T6-style {
  font-size: 130%; }

#scomp342.s-comp90 h3.smC11783SmSn1p3T6-style {
  text-align: center; }

#scomp342.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  text-align: center; }

@media (max-width: 480px) {
  #scomp342.s-comp90 {
    padding: 112px 0px 36px 0px; } }


#scomp367.s-comp122 {
  position: relative;
  overflow: hidden; }

#scomp367.s-comp122:before {
  content: '';
  width: 120vw;
  height: 150px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -70%); }

#scomp367.s-comp122 {
  background-color: #fafafa; }

#scomp367.s-comp122 .direction-switcher .content-box {
  padding: 146px 60px 96px 60px; }

991 {
  #scomp367.s-comp122 .direction-switcher .content-box {
    padding: 48px 30px 96px 30px; } }

@media (max-width: 480px) {
  #scomp367.s-comp122 .direction-switcher .content-box {
    padding: 36px 0px 72px 0px; } }


#scomp370.s-comp90 {
  padding: 96px 0px 0px 0px; }

#scomp370.s-comp90 h2.smC11783SmSn1p3T6-style {
  text-align: center; }

@media (max-width: 480px) {
  #scomp370.s-comp90 {
    padding: 72px 0px 0px 0px; } }


#scomp368.s-comp90 .s-logo__link:hover {
  transform: scale(1.03); }

#scomp368.s-comp90 .s-logo__link {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 280px;
  border-radius: 30px;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease 0s; }

#scomp368.s-comp90 .s-logo__link > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: all 0.3s ease 0s; }

#scomp368.s-comp90 .s-logo__link > a > img {
  width: 100%;
  height: auto;
  object-fit: cover; }

#scomp368.s-comp90 {
  padding: 46px 0px 60px 0px; }

#scomp368.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp368.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  justify-content: center; }

@media (max-width: 480px) {
  #scomp368.s-comp90 {
    padding: 32px 0px 36px 0px; } }


#scomp373.s-comp90 {
  padding: 146px 0px 60px 0px; }

#scomp373.s-comp90 h2.smC11783SmSn1p3T6-style {
  text-align: center; }

#scomp373.s-comp90 h3.smC11783SmSn1p3T6-style {
  font-size: 130%; }

#scomp373.s-comp90 h3.smC11783SmSn1p3T6-style {
  text-align: center; }

#scomp373.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  text-align: center; }

@media (max-width: 480px) {
  #scomp373.s-comp90 {
    padding: 112px 0px 36px 0px; } }


#scomp374.s-comp122 {
  position: relative;
  overflow: hidden; }

#scomp374.s-comp122:before {
  content: '';
  width: 120vw;
  height: 150px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -70%); }

#scomp374.s-comp122 {
  background-color: #fafafa; }

#scomp374.s-comp122 .direction-switcher .content-box {
  padding: 146px 60px 96px 60px; }

991 {
  #scomp374.s-comp122 .direction-switcher .content-box {
    padding: 48px 30px 96px 30px; } }

@media (max-width: 480px) {
  #scomp374.s-comp122 .direction-switcher .content-box {
    padding: 36px 0px 72px 0px; } }


#scomp375.s-comp90 {
  padding: 96px 0px 0px 0px; }

#scomp375.s-comp90 h2.smC11783SmSn1p3T6-style {
  text-align: center; }

@media (max-width: 480px) {
  #scomp375.s-comp90 {
    padding: 72px 0px 0px 0px; } }


#scomp377.s-comp90 .s-logo__link:hover {
  transform: scale(1.03); }

#scomp377.s-comp90 .s-logo__link {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 280px;
  border-radius: 30px;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease 0s; }

#scomp377.s-comp90 .s-logo__link > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: all 0.3s ease 0s; }

#scomp377.s-comp90 .s-logo__link > a > img {
  width: 100%;
  height: auto;
  object-fit: cover; }

#scomp377.s-comp90 {
  padding: 46px 0px 60px 0px; }

#scomp377.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp377.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  justify-content: center; }

@media (max-width: 480px) {
  #scomp377.s-comp90 {
    padding: 32px 0px 36px 0px; } }


#scomp390.s-comp103 .arrow-down {
  display: none; }


#scomp397.s-comp127 {
  position: relative;
  z-index: 99999; }

#scomp397.s-comp127 {
  margin: -110px 0px 0px 0px; }

#scomp397.s-comp127 {
  padding: 0px 0px 0px 0px; }

@media (max-width: 480px) {
  #scomp397.s-comp127 {
    margin: -140px 0px 0px 0px; }

  #scomp397.s-comp127 {
    padding: 72px 0px 36px 0px; } }


@media only screen and (min-width: 1800px) {
  #scomp391.s-comp104 .usp-list {
    column-gap: 30px; } }


@media only screen and (min-width: 991px) {
  #scomp401.s-comp90 .container {
    max-width: 2000px;
    padding: 0; } }

@media only screen and (max-width: 991px) {
  #scomp401.s-comp90 .container {
    max-width: 2000px;
    padding: 50px; } }

@media only screen and (min-width: 991px) {
  #scomp401.s-comp90 .container > .row > div > div:nth-child(2) {
    margin-top: 35px; } }

#scomp401.s-comp90 .s-img__wrapper {
  box-shadow: var(--shadow-md);
  border-radius: 20px; }

#scomp401.s-comp90 {
  background: var(--primary-light);
  position: relative;
  z-index: 1;
  overflow: hidden; }

#scomp401.s-comp90:before {
  content: '';
  width: 115vw;
  height: 500px;
  background: #fff;
  position: absolute;
  top: -225px;
  left: 50%;
  transform: translate(-50%, 0) rotate(-5deg);
  z-index: 1; }

#scomp401.s-comp90 .container {
  z-index: 9;
  position: relative; }

#scomp401.s-comp90 {
  padding: 0px 0px 108px 0px; }

#scomp401.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp401.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: flex-start; }

@media (max-width: 991px) {
  #scomp401.s-comp90 {
    padding: 0px 0px 72px 0px; } }

@media (max-width: 480px) {
  #scomp401.s-comp90 {
    padding: 0px 0px 0px 0px; } }


#scomp396.s-comp90 .srJobList * {
  font-size: 0.95em;
  padding: 15px 25px;
  font-family: var(--text-font); }

#scomp396.s-comp90 {
  padding: 144px 0px 108px 0px; }

#scomp396.s-comp90 h2.smC11783SmSn1p3T6-style {
  text-align: center; }

#scomp396.s-comp90 h2.smC11783SmSn1p3T6-style {
  margin: 0px auto 28px auto; }

#scomp396.s-comp90 h2.smC11783SmSn1p3T6-style {
  min-width: auto;
  max-width: 650px; }

#scomp396.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  font-size: 1.2rem; }

#scomp396.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  text-align: center; }

#scomp396.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  margin: 0px auto 36px auto; }

#scomp396.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  min-width: auto;
  max-width: 650px; }

#scomp396.s-comp90 .s-plugin.smC11783SmSn1p3T11-style {
  height: auto; }

@media (max-width: 480px) {
  #scomp396.s-comp90 {
    padding: 72px 0px 36px 0px; } }


#scomp395.s-comp96 {
  position: relative;
  overflow: hidden; }

#scomp395.s-comp96:before {
  content: '';
  width: 2500px;
  height: calc(2500px * 0.98);
  min-width: 116vw;
  min-height: calc(116vw * 0.98);
  background-image: url('https://cloud.sitemn.gr/users/Yools2021/swfiles/body/cta-blob-v2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1; }

#scomp395.s-comp96 .container {
  z-index: 9;
  position: relative; }

#scomp395.s-comp96 .container .s-text, #scomp395.s-comp96 .container .s-text b {
  color: #fff; }

#scomp395.s-comp96 .s-tile {
  background: var(--primary-alt) !important; }

#scomp395.s-comp96 .s-form .s-field__wrapper.s-field__input .s-input, #scomp395.s-comp96 .s-form .s-field__wrapper.s-field__textarea .s-textarea {
  border-bottom: 2px solid #fff !important; }

#scomp395.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__input .s-input + .s-label {
  color: #fff; }

#scomp395.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__input .s-input {
  font-size: 0.9rem; }

#scomp395.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__input .s-input {
  color: #fff; }

#scomp395.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__input .s-input {
  border-bottom: 2px solid #fff; }

#scomp395.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__textarea .s-textarea {
  font-size: 0.9rem; }

#scomp395.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__textarea .s-textarea {
  color: #fff; }

#scomp395.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__textarea .s-textarea {
  border-bottom: 2px solid #fff; }

#scomp395.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__upload .s-upload__label + .s-label {
  color: #fff; }

#scomp395.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__upload .s-upload__info {
  color: #fff; }

#scomp395.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__upload .s-upload__info {
  border-bottom: 2px solid #fff; }

#scomp395.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__upload .s-upload__info:before {
  border: 2px solid #fff; }

#scomp395.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__upload .s-upload__info:before {
  border-bottom: 0px solid rgba(0, 184, 191, 0); }

#scomp395.s-comp96 h2.smC11783SmSn1p3T3-style {
  color: #fff; }

#scomp395.s-comp96 .s-text.smC11783SmSn1p3T4-style {
  color: #fff; }


#scomp393.s-comp105 .testimonial-compact {
  display: none; }

#scomp393.s-comp105 {
  padding: 144px 0px 0px 0px; }





#scomp435.s-comp90 {
  padding: 144px 0px 168px 0px; }

#scomp435.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp435.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: center; }

#scomp435.s-comp90 h2.smC11783SmSn1p3T6-style {
  font-size: 3.583rem; }

#scomp435.s-comp90 h2.smC11783SmSn1p3T6-style {
  color: #00b8bf; }

#scomp435.s-comp90 h2.smC11783SmSn1p3T6-style {
  text-align: center; }

#scomp435.s-comp90 h2.smC11783SmSn1p3T6-style {
  line-height: 0; }

#scomp435.s-comp90 h2.smC11783SmSn1p3T6-style {
  margin: 0px 0px 0.135em 0px; }

#scomp435.s-comp90 h6.smC11783SmSn1p3T6-style {
  text-align: center; }

#scomp435.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  text-align: center; }

#scomp435.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  margin: 0px 0px 0px 0px; }

@media (max-width: 991px) {
  #scomp435.s-comp90 {
    padding: 96px 0px 120px 0px; } }

@media (max-width: 480px) {
  #scomp435.s-comp90 {
    padding: 72px 0px 96px 0px; } }


