.s-comp53 .event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.s-comp53 .date-container {
  float: left; }

.s-comp53 .event .description {
  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; }

@media only screen and (max-width: 1140px) {
  .s-comp53 .event .description b {
    display: block; } }

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

.s-comp53 .calendar {
  margin: 36px 0px 0px 0px; }

.s-comp53 .calendar .event {
  margin: 0px 0px 24px 0px; }

.s-comp53 .calendar .event {
  padding: 0px 0px 0px 0px; }

.s-comp53 .calendar .event .date-container {
  padding: 0px 24px 0px 24px; }

.s-comp53 .calendar .event .date-container {
  text-align: center; }

.s-comp53 .calendar .event .date-container .date .day {
  font-size: 36px; }

.s-comp53 .calendar .event .date-container .date .day {
  font-weight: bold; }

.s-comp53 .calendar .event .date-container .date .day {
  margin: 0px 0px 3px 0px; }

.s-comp53 .calendar .event .date-container .date .month {
  font-size: 36px; }

.s-comp53 .calendar .event .date-container .date .month {
  font-weight: bold; }

.s-comp53 .calendar .event .date-container .time {
  font-size: 13px; }

.s-comp53 .calendar .event .date-container .time {
  font-weight: normal; }

.s-comp53 .calendar .event .date-container .time {
  letter-spacing: 1px; }

.s-comp53 .calendar .event .date-container .time {
  opacity: 0.6; }

.s-comp53 .calendar .event .description {
  font-size: 19px; }

.s-comp53 .calendar .event .description {
  line-height: 120%; }

.s-comp53 .s-title-h2 h2 {
  margin: 36px 0px 0px 0px; }


/****************************
 Content Layout
 ****************************/
@media only screen and (min-width: 992px) {
  .yls_db-services .yls_hero {
    margin-bottom: 0 !important; } }

.yls_db-services-row {
  --gap: 30px;
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: calc(var(--gap) / -2); }

.yls_db-services-row > * {
  padding: calc(var(--gap) / 2); }

.yls_db-services-content {
  width: var(--w_7-12);
  padding-top: var(--comp-spacing_inner) !important; }

.yls_db-services-sidebar {
  width: var(--w_4-12); }

@media only screen and (max-width: 991px) {
  .yls_db-services .yls_container .yls_comp {
    display: inline-block; }

  .yls_db-services-row {
    --gap: 72px;
    flex-direction: column;
    justify-content: center; }

  .yls_db-services-content {
    width: 100%; }

  .yls_db-services-sidebar {
    width: 100%; } }

@media only screen and (max-width: 480px) {
  .yls_db-services-row {
    --gap: 48px; }

  .yls_db-services-content {
    padding-top: 0 !important; } }
/****************************
 Content
 ****************************/
.yls_db-services-content .yls_spacer__v {
  --gap-y: 48px; }

.yls_db-services-content h2 {
  margin-bottom: var(--type-scale-rel_xs-2);
  font-size: var(--type-scale_xl-3); }

.yls_db-services-content .yls_text {
  max-width: 72ch; }

.yls_db-services-content .yls_logo-grid__wrapper {
  --gap: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: calc(var(--gap) / -2); }

.yls_db-services-content .yls_logo-grid__item {
  width: 25%;
  padding: calc(var(--gap) / 2);
  text-align: center; }

.yls_db-services-content .yls_logo-grid__item a {
  display: inline-block; }

.yls_db-services-content .yls_logo-grid__item img {
  max-width: 100%;
  max-height: 80px; }
/****************************
 Carousel
 ****************************/
.yls_db-services-content .yls_carousel {
  border-radius: var(--border-radius_md);
  box-shadow: var(--shadow_xl); }

.yls_db-services-content .yls_carousel__img {
  width: 100%;
  padding-bottom: 61.8%; }
/***** Navigation *****/
.yls_db-services-content .yls_carousel .swiper-button {
  width: 48px;
  height: 48px;
  background: var(--color_primary-600);
  border-radius: var(--border-radius_md); }

.yls_db-services-content .yls_carousel .swiper-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--type-scale_sm);
  color: #fff; }

.yls_db-services-content .yls_carousel .swiper-button-prev {
  left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.yls_db-services-content .yls_carousel .swiper-button-prev i {
  padding: 0 0.1em 0 0; }

.yls_db-services-content .yls_carousel .swiper-button-next {
  right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.yls_db-services-content .yls_carousel .swiper-button-next i {
  padding: 0 0 0 0.1em; }

.yls_db-services-content .yls_carousel .swiper-button:after {
  display: none; }
/****************************
 Sidebar
 ****************************/
.yls_db-services-sidebar {
  position: relative;
  margin-top: -72px; }

.yls_db-services-sidebar .yls_card-content {
  padding: 48px;
  background: var(--color_secondary-500);
  border: 0;
  border-radius: var(--border-radius_lg); }

.yls_db-services-sidebar-icon {
  margin-bottom: var(--type-scale-rel_xs-4);
  font-size: var(--type-scale_xl-5);
  color: var(--color_secondary-400); }

.yls_db-services-sidebar .yls_card h2 {
  margin-bottom: calc(var(--type-scale-rel_xs) - var(--gap-y));
  font-size: var(--type-scale_xl);
  color: #fff; }

.yls_db-services-sidebar .yls_card .yls_text {
  color: #fff; }

.yls_db-services-sidebar .yls_feat-list.compact {
  --gap: 20px;
  margin: calc(var(--gap) / -2); }

.yls_db-services-sidebar .yls_feat-list-item h3 {
  font-size: var(--type-scale_md) !important;
  font-weight: 500 !important;
  letter-spacing: -0.04em; }

@media only screen and (max-width: 991px) {
  .yls_db-services-sidebar {
    margin-top: 0; }

  .yls_db-services-sidebar-icon {
    width: 100%;
    text-align: center; }

  .yls_db-services-sidebar .yls_card h2 {
    text-align: center; }

  .yls_db-services-sidebar .yls_card .yls_text {
    text-align: center; }

  .yls_db-services-sidebar .yls_card .yls_btn-list {
    justify-content: center; } }

@media only screen and (max-width: 480px) {
  .yls_db-services-sidebar .yls_card-content {
    padding: 36px 30px; } }


/*********************************
 GENERAL SETTINGS
 *********************************/
.s-comp59 .direction-switcher .ds-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

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

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

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

@media only screen and (min-width: 991px) {
  .s-comp59 .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-comp59 .direction-switcher .content-box .container {
    max-width: none !important;
    padding: 0 !important; } }
/*********************************
 IMAGE LEFT SETTINGS
 *********************************/
/* --- ODD CHILD --- */
.s-comp59 .direction-switcher:not(.row-reverse) .ds-row:nth-child(odd) {
  flex-direction: row; }

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

@media only screen and (min-width: 1200px) {
  .s-comp59 .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-comp59 .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-comp59 .direction-switcher.row-reverse .ds-row:nth-child(odd) {
  flex-direction: row-reverse; }

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

@media only screen and (min-width: 1200px) {
  .s-comp59 .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-comp59 .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-comp59 .direction-switcher .ds-row {
    flex-direction: column !important; }

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

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

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

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

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

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

.s-comp59 .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; }

@media (max-width: 768px) {
  .s-comp59 .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-comp59 .direction-switcher .content-box {
    padding: 36px 0px 72px 0px; }

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

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

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

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

  .s-comp59 .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; } }


/****************************
 Hero
 ****************************/
@media only screen and (min-width: 481px) {
  .yls_act .yls_hero {
    margin-bottom: 0 !important; } }
/****************************
 Body
 ****************************/
.yls_act__wrapper {
  --gap: 30px;
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 calc(var(--gap) / -2);
  margin-bottom: calc(var(--comp-spacing_outer) - var(--gap)); }

.yls_act__wrapper > div {
  padding: 0 calc(var(--gap) / 2); }

@media only screen and (max-width: 991px) {
  .yls_act__wrapper {
    --gap: 48px;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    margin: calc(var(--gap) / -2) 0;
    margin-bottom: calc(var(--comp-spacing_outer) - var(--gap)); }

  .yls_act__wrapper > div {
    padding: calc(var(--gap) / 2) 0; } }
/****************************
 Content
 ****************************/
.yls_act__content-wrapper {
  width: var(--w_7-12);
  padding-top: var(--comp-spacing_inner) !important; }

.yls_act__content {
  --gap: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: calc(var(--gap) / -2) 0; }

.yls_act__content-item {
  padding: calc(var(--gap) / 2) 0; }

.yls_act__content-item.padding-b__0 + .yls_act__content-item {
  padding-top: 0 !important; }

.yls_act__content .yls_text {
  max-width: 60ch; }

@media only screen and (max-width: 991px) {
  .yls_act__content-wrapper {
    width: 100%;
    padding-top: calc(var(--gap) / 2) !important; } }
/****************************
 Sidebar
 ****************************/
.yls_act__aside-wrapper {
  width: var(--w_4-12); }

.yls_act__aside {
  position: sticky;
  top: calc(36px + var(--height_header-scroll));
  left: 0;
  width: 100%;
  margin-top: -72px;
  padding: 48px;
  background: var(--color_secondary-500);
  border-radius: var(--border-radius_lg); }

.yls_act__aside .yls_btn-list {
  margin-top: 30px; }

@media only screen and (max-width: 991px) {
  .yls_act__aside-wrapper {
    position: relative;
    top: auto;
    width: 100%;
    max-width: 540px; } }

@media only screen and (max-width: 480px) {
  .yls_act__aside {
    margin-top: -48px;
    padding: 30px 24px; }

  .yls_act__aside .yls_btn-list {
    margin-top: 1rem; }

  .yls_act__aside .yls_btn-list a {
    --padding-h: 1.2rem;
    --padding-v: 0.833rem; } }
/* Default css from Complete Form */
/********/
/* Form */
/********/
/* iFrame */
.s-comp120 .smC22154SmSn1p3T5-style.s-frame--hidden {
  position: absolute;
  bottom: 0;
  left: -9999px;
  height: 0;
  width: 0;
  z-index: -2147483647; }
/* General */
.s-comp120 .smC22154SmSn1p3T5-style.s-form {
  position: relative; }

.s-comp120 .smC22154SmSn1p3T5-style.s-form .s-flexdir--col {
  flex-direction: column; }

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

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

.s-comp120 .smC22154SmSn1p3T5-style.s-form label {
  margin: 0; }

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

.s-comp120 .smC22154SmSn1p3T5-style.s-form .s-input, .s-comp120 .smC22154SmSn1p3T5-style.s-form .s-textarea, .s-comp120 .smC22154SmSn1p3T5-style.s-form .s-select, .s-comp120 .smC22154SmSn1p3T5-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-comp120 .smC22154SmSn1p3T5-style.s-form .form-control[readonly] {
  background: none; }

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

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

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

.s-comp120 .smC22154SmSn1p3T5-style.s-form .s-checkbox__opts .s-check__label, .s-comp120 .smC22154SmSn1p3T5-style.s-form .s-radio__opts .s-radio__label, .s-comp120 .smC22154SmSn1p3T5-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-comp120 .smC22154SmSn1p3T5-style.s-form .s-checkbox__opts .s-check__label .s-check__indicator, .s-comp120 .smC22154SmSn1p3T5-style.s-form .s-radio__opts .s-radio__label .s-radio__indicator, .s-comp120 .smC22154SmSn1p3T5-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-comp120 .smC22154SmSn1p3T5-style.s-form .s-radio__opts .s-radio__label .s-radio__indicator {
  border-radius: 50%; }

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

.s-comp120 .smC22154SmSn1p3T5-style.s-form .s-upload__label {
  position: relative; }

.s-comp120 .smC22154SmSn1p3T5-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-comp120 .smC22154SmSn1p3T5-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-comp120 .smC22154SmSn1p3T5-style.s-form .s-upload__info::before {
  content: attr(data-btn); }

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

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

.s-comp120 {
  position: relative; }

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


/**************************
 DIRECTION SWITCHER - IMAGE LEFT (DEFAULT)
 **************************/
.s-comp81 .direction-switcher > .row > div > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row; }

.s-comp81 .direction-switcher > .row > div:last-child > .row {
  margin-bottom: 0 !important; }

.s-comp81 .direction-switcher > .row > div:nth-child(even) > .row {
  flex-direction: row-reverse; }

@media screen and (max-width: 480px) {
  .s-comp81 .direction-switcher > .row > div > .row {
    flex-direction: column !important; } }
/**************************
 DIRECTION SWITCHER - IMAGE RIGHT
 **************************/
.s-comp81 .direction-switcher.row-reverse > .row > div > .row {
  flex-direction: row-reverse; }

.s-comp81 .direction-switcher.row-reverse > .row > div:nth-child(even) > .row {
  flex-direction: row; }
/**************************
 VERTICAL CENTERING
 **************************/
.s-comp81 .direction-switcher > .row > div > .row > div:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.s-comp81 .direction-switcher .content-box > .row {
  width: calc(100% + 30px); }
/**************************
 IMAGE
 **************************/
.s-comp81 .image {
  overflow: hidden; }

.s-comp81 .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover; }

.s-comp81 {
  padding: 96px 0px 96px 0px; }

.s-comp81 .direction-switcher > .row > div > .row {
  margin: 0px -15px 96px -15px; }

.s-comp81 .image {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); }

.s-comp81 .image {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp81 .image {
  width: 100%; }

.s-comp81 .image {
  padding: 0px 0px 100% 0px; }

.s-comp81 .image {
  position: relative; }

.s-comp81 .direction-switcher h2 {
  margin: 0px 0px 24px 0px; }

.s-comp81 .direction-switcher .s-button-list {
  margin: 20px -4px -4px -4px; }

.s-comp81 .direction-switcher .s-button-list .s-btn {
  margin: 4px 4px 4px 4px; }

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

.s-comp81 .direction-switcher > .row > div > .row > div:nth-child(2) {
  -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; }

@media (max-width: 768px) {
  .s-comp81 .image {
    padding: 0px 0px 150% 0px; } }

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

  .s-comp81 .direction-switcher > .row > div > .row {
    margin: 0px -15px 72px -15px; }

  .s-comp81 .image {
    padding: 0px 0px 100% 0px; }

  .s-comp81 .direction-switcher h2 {
    margin: 24px 0px 24px 0px; } }


.s-comp86 .content-wrapper > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.s-comp86 .tile-wrapper {
  position: relative;
  z-index: 10; }

.s-comp86 .image-wrapper {
  position: relative;
  z-index: 1; }

@media only screen and (min-width: 480px) {
  .s-comp86 .image-wrapper .image {
    position: absolute;
    top: 0;
    right: 15px; }

  .s-comp86 .tile-list.row-normal > .row > div:nth-child(even) > .content-wrapper > .row {
    flex-direction: row-reverse; }

  .s-comp86 .tile-list.row-reverse > .row > div:nth-child(odd) > .content-wrapper > .row {
    flex-direction: row-reverse; }

  .s-comp86 .tile-list.row-normal > .row > div:nth-child(even) > .content-wrapper .image-wrapper .image {
    position: absolute;
    top: 0;
    left: 15px; }

  .s-comp86 .tile-list.row-reverse > .row > div:nth-child(odd) > .content-wrapper .image-wrapper .image {
    position: absolute;
    top: 0;
    left: 15px; } }

@media only screen and (max-width: 480px) {
  .s-comp86 .content-wrapper > .row {
    flex-direction: column-reverse; }

  .s-comp86 .tile-wrapper .s-button-list {
    justify-content: center; }

  .s-comp86 .tile-wrapper .s-button-list a {
    display: block;
    width: 100%; } }

.s-comp86 .tile-list > .row > div:last-child .content-wrapper {
  margin-bottom: 0 !important; }

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

.s-comp86 .s-title-h2 h2 {
  text-align: center; }

.s-comp86 .s-title-h3 h3 {
  text-align: center; }

.s-comp86 .s-title-h4 h4 {
  text-align: center; }

.s-comp86 .s-title-h5 h5 {
  text-align: center; }

.s-comp86 .s-title-h6 h6 {
  text-align: center; }

.s-comp86 .intro.s-text {
  font-size: 1.2rem; }

.s-comp86 .intro.s-text {
  text-align: center; }

.s-comp86 .intro.s-text {
  width: 67%; }

.s-comp86 .intro.s-text {
  margin: 0px auto 4.3em auto; }

.s-comp86 .content-wrapper {
  margin: 0px 0px 72px 0px; }

.s-comp86 .content-wrapper .tile-wrapper {
  width: 50%; }

.s-comp86 .content-wrapper .tile-wrapper {
  padding: 0px 15px 0px 15px; }

.s-comp86 .content-wrapper .tile-wrapper .s-tile {
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

.s-comp86 .content-wrapper .tile-wrapper .s-tile {
  border-top: 4px solid #8aa887; }

.s-comp86 .content-wrapper .tile-wrapper .s-tile {
  width: auto; }

.s-comp86 .content-wrapper .tile-wrapper .s-tile {
  margin: 72px 0px 72px 0px; }

.s-comp86 .content-wrapper .tile-wrapper .s-tile h3 {
  text-align: left; }

.s-comp86 .content-wrapper .tile-wrapper .s-tile .s-text {
  text-align: left; }

.s-comp86 .content-wrapper .tile-wrapper .s-tile .s-button-list {
  margin: -4px -4px -4px -4px; }

.s-comp86 .content-wrapper .tile-wrapper .s-tile .s-button-list {
  padding: 1.728em 0px 0px 0px; }

.s-comp86 .content-wrapper .tile-wrapper .s-tile .s-button-list .s-btn {
  margin: 4px 4px 4px 4px; }

.s-comp86 .content-wrapper .tile-wrapper .s-tile .s-button-list .s-btn-alt {
  margin: 4px 4px 4px 4px; }

.s-comp86 .content-wrapper .image-wrapper {
  width: 50%; }

.s-comp86 .content-wrapper .image-wrapper {
  padding: 0px 15px 0px 15px; }

.s-comp86 .content-wrapper .image-wrapper .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-comp86 .content-wrapper .image-wrapper .image {
  box-shadow: 0px 0px 15px 0px rgba(11, 11, 11, 0.1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(11, 11, 11, 0.1); }

.s-comp86 .content-wrapper .image-wrapper .image {
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

.s-comp86 .content-wrapper .image-wrapper .image {
  width: 120%; }

.s-comp86 .content-wrapper .image-wrapper .image {
  height: 100%; }

.s-comp86 .content-wrapper .image-wrapper .image {
  padding: 0px 0px 0% 0px; }

@media (max-width: 768px) {
  .s-comp86 {
    padding: 96px 0px 96px 0px; }

  .s-comp86 .intro.s-text {
    width: 83%; }

  .s-comp86 .intro.s-text {
    margin: 0px auto 2.986em auto; }

  .s-comp86 .content-wrapper .tile-wrapper {
    width: 60%; }

  .s-comp86 .content-wrapper .image-wrapper {
    width: 40%; } }

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

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

  .s-comp86 .intro.s-text {
    width: 100%; }

  .s-comp86 .intro.s-text {
    margin: 0px auto 2.488em auto; }

  .s-comp86 .content-wrapper {
    margin: 0px 0px 36px 0px; }

  .s-comp86 .content-wrapper .tile-wrapper {
    width: 100%; }

  .s-comp86 .content-wrapper .tile-wrapper .s-tile {
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px; }

  .s-comp86 .content-wrapper .tile-wrapper .s-tile {
    margin: 0px 0px 0px 0px; }

  .s-comp86 .content-wrapper .tile-wrapper .s-tile h3 {
    text-align: center; }

  .s-comp86 .content-wrapper .tile-wrapper .s-tile .s-text {
    text-align: center; }

  .s-comp86 .content-wrapper .image-wrapper {
    width: 100%; }

  .s-comp86 .content-wrapper .image-wrapper .image {
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px; }

  .s-comp86 .content-wrapper .image-wrapper .image {
    width: 100%; }

  .s-comp86 .content-wrapper .image-wrapper .image {
    height: auto; }

  .s-comp86 .content-wrapper .image-wrapper .image {
    padding: 0px 0px 100% 0px; } }


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

.s-comp79 .s-form h1:after, .s-comp79 .s-form h2:after, .s-comp79 .s-form h3:after, .s-comp79 .s-form h4:after, .s-comp79 .s-form h5:after, .s-comp79 .s-form h6:after {
  content: "";
  position: relative;
  display: block; }
/******************
 GENERAL
 ******************/
.s-comp79 {
  position: relative; }
/******************
 FORM SETTINGS
 ******************/
.s-comp79 .s-form .form-group {
  margin: 0; }

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

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

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

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

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

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

.s-comp79 .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-comp79 .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-comp79 .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-comp79 .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-comp79 *:focus {
  outline: none; }

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

.s-comp79 .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-comp79 select {
  height: auto !important; }
/******************
 RADIO BUTTONS
 ******************/
.s-comp79 .s-radios-beh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 0 -4px; }

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

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

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

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

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

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

.s-comp79 .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;
  border-radius: 0.25rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

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

.s-comp79 .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;
  border-radius: 0.25rem; }

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

.s-comp79 .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-comp79 input[type="file"] {
  padding: 0 !important;
  height: auto !important;
  display: inline-block !important; }

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

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

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

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

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

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

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

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

.s-comp79 {
  padding: 96px 0px 66px 0px; }

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

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

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

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

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

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

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

.s-comp79 .s-form .s-text {
  text-align: left; }

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

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

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

.s-comp79 .form-check.checkbox .form-check-label > .form-check-indicator {
  border: 1px solid #23648d; }

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

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

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

.s-comp79 .form-check.checkbox .form-check-label .form-check-input:checked ~ .form-check-indicator {
  background-color: #276f9d; }

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

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

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

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

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

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

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

.s-comp79 .form-check.radio .form-check-label > .form-check-indicator {
  border: 1px solid #3a3c41; }

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

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

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

.s-comp79 .form-check.radio .form-check-label .form-check-input:checked ~ .form-check-indicator {
  background-color: #276f9d; }

.s-comp79 .form-check.radio .form-check-label .form-check-input:checked ~ .form-check-indicator {
  border: 1px solid #276f9d; }

.s-comp79 .form-check.radio .form-check-label:hover > .form-check-indicator {
  border: 1px solid #276f9d; }

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

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

.s-comp79 .form-check.radio .form-check-label > .form-check-description {
  color: #3a3c41; }

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

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

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

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

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

.s-comp79 .form-check.checkbox .form-check-label > .form-check-indicator {
  border: 1px solid #3a3c41; }

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

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

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

.s-comp79 .form-check.checkbox .form-check-label .form-check-input:checked ~ .form-check-indicator {
  background-color: #276f9d; }

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

.s-comp79 .form-check.checkbox .form-check-label:hover > .form-check-indicator {
  border: 1px solid #276f9d; }

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

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

.s-comp79 .form-check.checkbox .form-check-label > .form-check-description {
  color: #3a3c41; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-comp79 .social-media a {
  background-color: #276f9d; }

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

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

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

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

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

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

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

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

.s-comp79 .social-media a i {
  color: #fff; }

.s-comp79 .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-comp79 .social-media a i {
  position: absolute; }

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

.s-comp79 .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-comp79 .social-media {
  display: inline-block; }

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

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

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

.s-comp79 .privacy.s-text {
  color: rgba(58, 60, 65, 0.6); }

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

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

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

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

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

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

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

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

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

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

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

.s-comp79 .s-form .sw-result-easyform {
  color: #23648d; }

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

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

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

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

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

.s-comp79 .s-form .sm-file-control::before {
  font-size: 1em; }

.s-comp79 .s-form .sm-file-control::before {
  background-color: #e9f1f5; }

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

.s-comp79 .s-form .sm-file-control::before {
  border: 0px solid #23648d; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
  .s-comp79 {
    padding: 72px 0px 66px 0px; }

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

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

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

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

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

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

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

  .s-comp79 .s-form .s-text {
    text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .s-comp79 .s-form .s-text {
    text-align: center; }

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

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

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

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

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

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


/****************************
 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; }
/****************************
 VIDEO POP-UP
 ****************************/
.s-comp90 .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: 3px;
  margin-top: 20px; }

.s-comp90 .background-image.hdtv {
  padding-bottom: 56.25% !important; }

.s-comp90 .background-image.square {
  padding-bottom: clamp(0%, 100%, 60vh) !important; }

.s-comp90 .background-image.vertical {
  padding-bottom: 120% !important; }

.s-comp90 .background-image.sdtv {
  padding-bottom: 75% !important; }

@media only screen and (max-width: 991px) {
  .s-comp90 .background-image {
    margin-bottom: 30px;
    padding-bottom: 70%;
    margin-top: 0; } }

.s-comp90 .s-playbtn-beh {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 9999px;
  animation: ripple 3s linear infinite; }

.s-comp90 a.s-playbtn {
  text-decoration: none;
  position: relative;
  top: auto;
  left: auto; }

@keyframes ripple {
  0% {
    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 4rem rgba(255, 255, 255, 0.3); }

  100% {
    box-shadow: 0 0 0 1.5rem rgba(255, 255, 255, 0.3), 0 0 0 3rem rgba(255, 255, 255, 0.3), 0 0 0 6rem rgba(255, 255, 255, 0); } }

.s-comp90 a.s-playbtn:focus {
  outline: none; }

.s-comp90 a.s-playbtn i.fa {
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.s-mfp90.mfp-bg {
  z-index: 10000; }

.s-mfp90.mfp-wrap {
  z-index: 10001; }

.s-mfp90.mfp-wrap .mfp-content {
  max-width: none; }

.s-mfp90.mfp-wrap iframe {
  box-shadow: none; }

.s-mfp90 .mfp-close {
  opacity: 1; }

.s-mfp90 .mfp-close:active {
  top: 0; }
/* 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(11, 11, 11, 0.1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(11, 11, 11, 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: #3a3c41; }

.s-comp90 .icon-list .icons a.icon {
  background-color: #276f9d; }

.s-comp90 .icon-list .icons a.icon {
  box-shadow: 0px 0px 8px 0px rgba(39, 111, 157, 0.2);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(39, 111, 157, 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: #fff; }

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

.s-comp90 .icon-list .icons a.icon:hover {
  box-shadow: 0px 0px 8px 0px rgba(97, 118, 95, 0.2);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(97, 118, 95, 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(11, 11, 11, 0.1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(11, 11, 11, 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; }

.s-comp90 a.s-playbtn i.fa {
  font-size: 30px; }

.s-comp90 a.s-playbtn i.fa {
  color: #276f9d; }

.s-comp90 a.s-playbtn i.fa {
  background-color: #fff; }

.s-comp90 a.s-playbtn i.fa {
  -webkit-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px; }

.s-comp90 a.s-playbtn i.fa {
  width: 100px; }

.s-comp90 a.s-playbtn i.fa {
  height: 100px; }

.s-comp90 a.s-playbtn i.fa {
  padding: 0px 0px 0px 6px; }

.s-comp90 a.s-playbtn:hover i.fa {
  color: #fff; }

.s-comp90 a.s-playbtn:hover i.fa {
  background-color: #276f9d; }

.s-mfp90.mfp-bg {
  background-color: #0b0b0b; }

.s-mfp90.mfp-bg {
  opacity: 0.8; }

.s-mfp90.mfp-wrap .mfp-content {
  width: 100%; }

.s-mfp90 button.mfp-close {
  color: #276f9d; }

.s-mfp90 button.mfp-close {
  background-color: #fff; }

.s-mfp90 button.mfp-close:hover {
  color: #fff; }

.s-mfp90 button.mfp-close:hover {
  background-color: #276f9d; }

.s-mfp90 button.mfp-close {
  -webkit-transition: all 0.22s ease 0s;
  transition: all 0.22s ease 0s; }

@media (min-width: 1200px) {
  .s-mfp90.mfp-wrap .mfp-content {
    width: 70%; } }

@media (max-width: 768px) {
  .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-comp92 {
 margin-bottom: -72px;
 padding-bottom: calc( var(--comp-spacing_inner) + 72px );
 background: var(--color_secondary-400);
 }
 */
/* 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: 61.8%;
  border-radius: var(--border-radius_sm);
  box-shadow: var(--shadow_lg);
  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: 99999;
  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 {
  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(3, 1fr); }

.s-comp92 .s-grid.smC11783SmSn1p3T22-style {
  grid-column-gap: 30px; }

.s-comp92 .s-grid.smC11783SmSn1p3T22-style {
  grid-row-gap: 30px; }

@media (max-width: 768px) {
  .s-comp92 .s-grid.smC11783SmSn1p3T22-style {
    display: grid;
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 480px) {
  .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-comp87, .s-comp87 iframe {
  overflow: hidden;
  line-height: 0; }

.s-comp87 iframe {
  width: 100%; }

.s-comp87 iframe {
  height: 55vh; }


.s-comp80 {
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); }
/***********************
 BACKGROUND
 ***********************/
.s-comp80 .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%; }

.s-comp80 .hero-bg-img.grayscale {
  filter: grayscale(100%); }

.s-comp80 .hero-bg-overlay.hide {
  display: none; }
/***********************
 CONTENT
 ***********************/
.s-comp80 .container {
  position: relative;
  z-index: 10;
  height: 100%; }

.s-comp80 .hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.s-comp80 .hero-content.horizontal-left {
  justify-content: flex-start; }

.s-comp80 .hero-content.horizontal-center {
  justify-content: center; }

.s-comp80 .hero-content.horizontal-right {
  justify-content: flex-end; }

.s-comp80 .hero-content.vertical-top {
  align-items: flex-start; }

.s-comp80 .hero-content.vertical-center {
  align-items: center; }

.s-comp80 .hero-content.vertical-bottom {
  align-items: flex-end; }

.s-comp80 .hero-content.horizontal-left h1, .s-comp80 .hero-content.horizontal-left h6, .s-comp80 .hero-content.horizontal-left .s-text {
  text-align: left; }

.s-comp80 .hero-content.horizontal-left .s-button-list {
  justify-content: flex-start; }

.s-comp80 .hero-content.horizontal-center h1, .s-comp80 .hero-content.horizontal-center h6, .s-comp80 .hero-content.horizontal-center .s-text {
  text-align: center; }

.s-comp80 .hero-content.horizontal-center .s-button-list {
  justify-content: center; }

.s-comp80 .hero-content.horizontal-right h1, .s-comp80 .hero-content.horizontal-right h6, .s-comp80 .hero-content.horizontal-right .s-text {
  text-align: right; }
/***********************
 BUTTON LIST
 ***********************/
.s-comp80 .hero-content.horizontal-right .s-button-list {
  justify-content: flex-end; }
/***********************
 SCROLL INDICATOR
 ***********************/
.s-comp80 .scroll-indicator.mouse > div:not(.mouse-container), .s-comp80 .scroll-indicator.icon > div:not(.icon-container), .s-comp80 .scroll-indicator.image > div:not(.image-container), .s-comp80 .scroll-indicator.hide {
  display: none; }

.s-comp80 .scroll-indicator .mouse-container {
  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;
  position: relative; }

.s-comp80 .scroll-indicator .mouse-container a:before {
  content: '';
  animation: wheel 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  -webkit-animation: wheel 3s cubic-bezier(0.77, 0, 0.175, 1) infinite; }

@keyframes wheel {
  0% {
    opacity: 1; }

  20% {
    opacity: 1; }

  30% {
    top: 20%;
    height: 10%; }

  40% {
    height: 29%; }

  60% {
    height: 10%; }

  70% {
    top: 45%; }

  80% {
    opacity: 1; }

  100% {
    opacity: 1; } }

.s-comp80 .scroll-indicator .icon-container a i, .s-comp80 .scroll-indicator .image-container a img {
  -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); }
/***********************
 RESPONSIVE
 ***********************/
@media only screen and (max-width: 991px) {
  .s-comp80 .hero-content {
    justify-content: center !important;
    align-items: center !important; }

  .s-comp80 .hero-content.horizontal-left h1, .s-comp80 .hero-content.horizontal-left h6, .s-comp80 .hero-content.horizontal-left .s-text, .s-comp80 .hero-content.horizontal-right h1, .s-comp80 .hero-content.horizontal-right h6, .s-comp80 .hero-content.horizontal-right .s-text {
    text-align: center; }

  .s-comp80 .hero-content.horizontal-left .s-button-list, .s-comp80 .hero-content.horizontal-right .s-button-list {
    justify-content: center; } }

.s-comp80 {
  height: 85vh; }

.s-comp80 {
  position: relative; }

.s-comp80 .hero-bg .hero-bg-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-comp80 .hero-bg .hero-bg-img {
  width: 100%; }

.s-comp80 .hero-bg .hero-bg-img {
  height: 100%; }

.s-comp80 .hero-bg .hero-bg-img {
  z-index: 1; }

.s-comp80 .hero-bg .hero-bg-img {
  position: absolute; }

.s-comp80 .hero-bg .hero-bg-img {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px; }

.s-comp80 .hero-bg .hero-bg-overlay {
  background: linear-gradient(90deg, rgba(11, 11, 11, 0.7) 0%, rgba(11, 11, 11, 0.2) 100%); }

.s-comp80 .hero-bg .hero-bg-overlay {
  width: 100%; }

.s-comp80 .hero-bg .hero-bg-overlay {
  height: 100%; }

.s-comp80 .hero-bg .hero-bg-overlay {
  z-index: 2; }

.s-comp80 .hero-bg .hero-bg-overlay {
  position: absolute; }

.s-comp80 .hero-bg .hero-bg-overlay {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px; }

.s-comp80 .hero-content .s-tile {
  background-color: rgba(255, 255, 255, 0); }

.s-comp80 .hero-content .s-tile {
  box-shadow: 0px 0px 0px 0px rgba(11, 11, 11, 0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(11, 11, 11, 0); }

.s-comp80 .hero-content .s-tile {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp80 .hero-content .s-tile {
  margin: 0px 0px 0px 0px; }

.s-comp80 .hero-content .s-tile {
  padding: 0px 0px 0px 0px; }

.s-comp80 .hero-content .s-tile {
  min-width: 0px;
  max-width: 620px; }

.s-comp80 .hero-content .s-tile h1 {
  font-size: 2.986rem; }

.s-comp80 .hero-content .s-tile h1 {
  color: #fff; }

.s-comp80 .hero-content .s-tile h6 {
  color: #fff; }

.s-comp80 .hero-content .s-tile h6 {
  opacity: 1; }

.s-comp80 .hero-content .s-tile .s-text {
  font-size: 1.2rem; }

.s-comp80 .hero-content .s-tile .s-text {
  color: #fff; }

.s-comp80 .hero-content .s-tile .s-text {
  margin: 23px 0px 33px 0px; }

.s-comp80 .hero-content .s-tile .s-text {
  min-width: 0px;
  max-width: 500px; }

.s-comp80 .hero-content .s-tile .s-button-list {
  margin: -4px -4px -4px -4px; }

.s-comp80 .hero-content .s-tile .s-button-list .s-btn {
  margin: 4px 4px 4px 4px; }

.s-comp80 .hero-content .s-tile .s-button-list .s-btn-alt {
  margin: 4px 4px 4px 4px; }

.s-comp80 .scroll-indicator {
  z-index: 20; }

.s-comp80 .scroll-indicator {
  -ms-transform: translate3d(-50%, 0%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(-50%, 0%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, 0%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-comp80 .scroll-indicator {
  position: absolute; }

.s-comp80 .scroll-indicator {
  top: auto;
  bottom: 36px;
  left: 50%;
  right: auto; }

.s-comp80 .scroll-indicator .mouse-container a {
  -webkit-border-radius: 60px 60px 60px 60px;
  border-radius: 60px 60px 60px 60px; }

.s-comp80 .scroll-indicator .mouse-container a {
  border: 2px solid #fff; }

.s-comp80 .scroll-indicator .mouse-container a {
  width: 30px; }

.s-comp80 .scroll-indicator .mouse-container a {
  height: 50px; }

.s-comp80 .scroll-indicator .mouse-container a {
  position: relative; }

.s-comp80 .scroll-indicator .mouse-container a:before {
  background-color: #fff; }

.s-comp80 .scroll-indicator .mouse-container a:before {
  -webkit-border-radius: 99px 99px 99px 99px;
  border-radius: 99px 99px 99px 99px; }

.s-comp80 .scroll-indicator .mouse-container a:before {
  width: 5px; }

.s-comp80 .scroll-indicator .mouse-container a:before {
  height: 5px; }

.s-comp80 .scroll-indicator .mouse-container a:before {
  -ms-transform: translate3d(-50%, 0%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(-50%, 0%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, 0%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-comp80 .scroll-indicator .mouse-container a:before {
  position: absolute; }

.s-comp80 .scroll-indicator .mouse-container a:before {
  top: 20%;
  bottom: auto;
  left: 50%;
  right: auto; }

.s-comp80 .scroll-indicator .mouse-container a:hover {
  opacity: 0.5; }

.s-comp80 .scroll-indicator .mouse-container a:hover {
  -ms-transform: translate3d(0px, 4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, 4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, 4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-comp80 .scroll-indicator .icon-container a i {
  font-size: 1.2rem; }

.s-comp80 .scroll-indicator .icon-container a i {
  font-weight: normal; }

.s-comp80 .scroll-indicator .icon-container a i {
  color: #fff; }

.s-comp80 .scroll-indicator .icon-container a:hover {
  opacity: 0.5; }

.s-comp80 .scroll-indicator .icon-container a:hover i {
  -ms-transform: translate3d(0px, 4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, 4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, 4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-comp80 .scroll-indicator .image-container a img {
  height: 24px; }

.s-comp80 .scroll-indicator .image-container a img {
  position: relative; }

.s-comp80 .scroll-indicator .image-container a:hover img {
  opacity: 0.5; }

.s-comp80 .scroll-indicator .image-container a:hover img {
  -ms-transform: translate3d(0px, 4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, 4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, 4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

@media (max-width: 768px) {
  .s-comp80 .hero-content .s-tile .s-text {
    margin: 23px auto 33px auto; } }

@media (max-width: 480px) {
  .s-comp80 {
    height: auto; }

  .s-comp80 .hero-content .s-tile {
    margin: 0px 0px 48px 0px; }

  .s-comp80 .hero-content .s-tile {
    padding: 72px 0px 72px 0px; }

  .s-comp80 .hero-content .s-tile h1 {
    font-size: 1.44rem; }

  .s-comp80 .hero-content .s-tile .s-text {
    font-size: 1rem; }

  .s-comp80 .hero-content .s-tile .s-text {
    margin: 23px auto 33px auto; } }


@media only screen and (min-width: 480px) {
  .s-comp62 .banner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.s-comp62 .banner-container.left {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.s-comp62 .image-container {
  position: relative;
  overflow: hidden; }

.s-comp62 .image-container:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.s-comp62 .banner-container.left .image-container:after {
  left: 0; }

.s-comp62 .banner-container.right .image-container:after {
  right: 0; }

.s-comp62 .content-container {
  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-comp62 .content-container.left {
  text-align: left;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start; }

@media only screen and (min-width: 1140px) {
  .s-comp62 .content-container.left {
    padding-left: calc(((100vw - 1140px) / 2) + 30px) !important; } }

.s-comp62 .content-container.right {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }

@media only screen and (min-width: 1140px) {
  .s-comp62 .content-container.right {
    padding-right: calc(((100vw - 1140px) / 2) + 30px) !important; } }

@media only screen and (min-width: 480px) {
  .s-comp62 .content-container.right {
    text-align: right; } }

.s-comp62 .content-container > div {
  width: 100%;
  max-width: 500px; }

.s-comp62 .image-container {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.s-comp62 .image-container {
  min-height: 600px; }

.s-comp62 .content-container {
  background-color: #276f9d; }

.s-comp62 .content-container {
  padding: 96px 60px 96px 60px; }

.s-comp62 .content-container .s-title-h1 h1 {
  text-align: right; }

.s-comp62 .content-container .s-title-h1 h1 {
  margin: 0px 0px 24px 0px; }

.s-comp62 .content-container .s-title-h2 h2 {
  text-align: right; }

.s-comp62 .content-container .s-title-h2 h2 {
  margin: 0px 0px 24px 0px; }

.s-comp62 .content-container .s-title-h3 h3 {
  text-align: right; }

.s-comp62 .content-container .s-title-h4 h4 {
  text-align: right; }

.s-comp62 .content-container .s-title-h5 h5 {
  text-align: right; }

.s-comp62 .content-container .s-title-h6 h6 {
  text-align: right; }

.s-comp62 .content-container .s-text {
  margin: 0px 0px 24px 0px; }

.s-comp62 .content-container .s-button-list .s-btn {
  margin: 0px 4px 4px 4px; }

.s-comp62 .content-container .s-button-list {
  text-align: right; }

.s-comp62 .content-container .s-button-list .s-btn-alt {
  margin: 0px 4px 4px 4px; }

.s-comp62 .image-container:after {
  background-color: #276f9d; }

.s-comp62 .image-container:after {
  width: 100px; }

.s-comp62 .image-container:after {
  height: 1000px; }

.s-comp62 .image-container:after {
  visibility: visible;
  display: inherit; }

.s-comp62 .image-container:after {
  -ms-transform: translate(50%, -50%) rotate(8deg) scale(1, 1) skew(0deg, 0deg);
  -webkit-transform: translate(50%, -50%) rotate(8deg) scale(1, 1) skew(0deg, 0deg);
  transform: translate(50%, -50%) rotate(8deg) scale(1, 1) skew(0deg, 0deg); }

@media (max-width: 480px) {
  .s-comp62 .image-container {
    min-height: 50vh; }

  .s-comp62 .content-container {
    padding: 48px 30px 48px 30px; }

  .s-comp62 .content-container .s-title-h1 h1 {
    text-align: center; }

  .s-comp62 .content-container .s-title-h2 h2 {
    text-align: center; }

  .s-comp62 .content-container .s-title-h3 h3 {
    text-align: center; }

  .s-comp62 .content-container .s-title-h4 h4 {
    text-align: center; }

  .s-comp62 .content-container .s-title-h5 h5 {
    text-align: center; }

  .s-comp62 .content-container .s-title-h6 h6 {
    text-align: center; }

  .s-comp62 .content-container .s-button-list {
    text-align: center; }

  .s-comp62 .image-container:after {
    display: none; } }


/******************************
 SLIDER LAYOUT
 ******************************/
.s-comp91 .splide__track, .s-comp91 .splide__list, .s-comp91 .splide__list > li {
  height: 100%; }

.s-comp91 .splide__list > li {
  position: relative;
  z-index: 1; }

.s-comp91 .splide__list > li .background-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%; }

.s-comp91 .splide__list > li .background-image .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.s-comp91 .splide__list > li .background-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #000; }

.s-comp91 .splide__list > li .container {
  position: relative;
  z-index: 10;
  height: 100%; }

.s-comp91 .splide__list > li .content-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

.s-comp91 .splide__list > li .content-container.horizontal-left, .s-comp91 .splide__list > li .content-container.horizontal-left .s-button-list {
  justify-content: flex-start !important; }

.s-comp91 .splide__list > li .content-container.horizontal-center, .s-comp91 .splide__list > li .content-container.horizontal-center .s-button-list {
  justify-content: center !important; }

.s-comp91 .splide__list > li .content-container.horizontal-right, .s-comp91 .splide__list > li .content-container.horizontal-right .s-button-list {
  justify-content: flex-end !important; }

.s-comp91 .splide__list > li .content-container.vertical-top {
  align-items: flex-start !important; }

.s-comp91 .splide__list > li .content-container.vertical-center {
  align-items: center !important; }

.s-comp91 .splide__list > li .content-container.vertical-bottom {
  align-items: flex-end !important; }

.s-comp91 .splide__list > li .content-container.horizontal-left h1, .s-comp91 .splide__list > li .content-container.horizontal-left h2, .s-comp91 .splide__list > li .content-container.horizontal-left h3, .s-comp91 .splide__list > li .content-container.horizontal-left h4, .s-comp91 .splide__list > li .content-container.horizontal-left h5, .s-comp91 .splide__list > li .content-container.horizontal-left h6, .s-comp91 .splide__list > li .content-container.horizontal-left .s-text, .s-comp91 .splide__list > li .content-container.horizontal-left .s-button-list {
  text-align: left !important; }

.s-comp91 .splide__list > li .content-container.horizontal-center h1, .s-comp91 .splide__list > li .content-container.horizontal-center h2, .s-comp91 .splide__list > li .content-container.horizontal-center h3, .s-comp91 .splide__list > li .content-container.horizontal-center h4, .s-comp91 .splide__list > li .content-container.horizontal-center h5, .s-comp91 .splide__list > li .content-container.horizontal-center h6, .s-comp91 .splide__list > li .content-container.horizontal-center .s-text, .s-comp91 .splide__list > li .content-container.horizontal-center .s-button-list {
  text-align: center !important; }

.s-comp91 .splide__list > li .content-container.horizontal-right h1, .s-comp91 .splide__list > li .content-container.horizontal-right h2, .s-comp91 .splide__list > li .content-container.horizontal-right h3, .s-comp91 .splide__list > li .content-container.horizontal-right h4, .s-comp91 .splide__list > li .content-container.horizontal-right h5, .s-comp91 .splide__list > li .content-container.horizontal-right h6, .s-comp91 .splide__list > li .content-container.horizontal-right .s-text, .s-comp91 .splide__list > li .content-container.horizontal-right .s-button-list {
  text-align: right !important;
  margin-left: auto !important; }
/******************************
 SLIDER NAVIGATION
 ******************************/
.s-comp91 .splide__arrow--prev {
  left: 0; }

.s-comp91 .splide__arrow--next {
  right: 0; }

.s-comp91 .splide__arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.s-comp91 .splide__arrow--prev i {
  transform: translate(-50%, -50%) scaleX(-1); }
/******************************
 CONTENT
 ******************************/
/* Default css from Default Title */
.s-comp91 h1.smC11783SmSn1p3T11-style, .s-comp91 h2.smC11783SmSn1p3T11-style, .s-comp91 h3.smC11783SmSn1p3T11-style, .s-comp91 h4.smC11783SmSn1p3T11-style, .s-comp91 h5.smC11783SmSn1p3T11-style, .s-comp91 h6.smC11783SmSn1p3T11-style {
  position: relative; }
/* Default css from Default Title */
.s-comp91 h1.smC11783SmSn1p3T12-style, .s-comp91 h2.smC11783SmSn1p3T12-style, .s-comp91 h3.smC11783SmSn1p3T12-style, .s-comp91 h4.smC11783SmSn1p3T12-style, .s-comp91 h5.smC11783SmSn1p3T12-style, .s-comp91 h6.smC11783SmSn1p3T12-style {
  position: relative; }
/* Default css from Default Title */
.s-comp91 h1.smC11783SmSn1p3T13-style, .s-comp91 h2.smC11783SmSn1p3T13-style, .s-comp91 h3.smC11783SmSn1p3T13-style, .s-comp91 h4.smC11783SmSn1p3T13-style, .s-comp91 h5.smC11783SmSn1p3T13-style, .s-comp91 h6.smC11783SmSn1p3T13-style {
  position: relative; }
/* Default css from Default Text */
.s-comp91 .s-text.smC11783SmSn1p3T14-style {
  position: relative; }
/* Default css from Default Button */
.s-comp91 .s-btn.smC11783SmSn1p3T15-style, .s-comp91 .s-btn-alt.smC11783SmSn1p3T15-style {
  position: relative; }

.s-comp91 {
  position: relative; }

.s-comp91 h1.smC11783SmSn1p3T13-style {
  color: #fff; }

.s-comp91 h1.smC11783SmSn1p3T13-style {
  margin: 0px 0px 0px 0px; }

.s-comp91 h1.smC11783SmSn1p3T13-style {
  min-width: 0px;
  max-width: 700px; }

.s-comp91 .s-text.smC11783SmSn1p3T14-style {
  font-size: 1.2rem; }

.s-comp91 .s-text.smC11783SmSn1p3T14-style {
  color: #fff; }

.s-comp91 .s-text.smC11783SmSn1p3T14-style {
  text-align: left; }

.s-comp91 .s-text.smC11783SmSn1p3T14-style {
  margin: 1.44em 0px 2.074em 0px; }

.s-comp91 .s-text.smC11783SmSn1p3T14-style {
  min-width: 0px;
  max-width: 500px; }

.s-comp91 .splide {
  background-color: #000; }

.s-comp91 .splide {
  height: 80vh; }

.s-comp91 .splide__arrow {
  background-color: #fff; }

.s-comp91 .splide__arrow {
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

.s-comp91 .splide__arrow {
  width: 48px; }

.s-comp91 .splide__arrow {
  height: 48px; }

.s-comp91 .splide__arrow {
  margin: 0px 0px 0px 0px; }

.s-comp91 .splide__arrow {
  padding: 0px 0px 0px 0px; }

.s-comp91 .splide__arrow {
  opacity: 1; }

.s-comp91 .splide__arrow i {
  font-size: 1rem; }

.s-comp91 .splide__arrow i {
  font-weight: normal; }

.s-comp91 .splide__arrow i {
  color: #276f9d; }

.s-comp91 .splide__arrow i {
  text-align: center; }

.s-comp91 .splide__arrow i {
  line-height: 1; }

.s-comp91 .splide__arrow:hover {
  background-color: #276f9d; }

.s-comp91 .splide__arrow:hover i {
  color: #fff; }

.s-comp91 .splide__list > li .content {
  padding: 72px 15px 72px 15px; }

.s-comp91 .splide__list > li .content {
  min-width: 0px;
  max-width: 700px; }


.s-comp75 {
  width: 100%;
  height: 90vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

.s-comp75 .video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.s-comp75 .video video {
  display: inline-block;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.s-comp75 .container-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.s-comp75 .container, .s-comp75 .content-container {
  height: 100%; }

.s-comp75 .content-container {
  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-comp75 .s-title-h1 h1 {
  font-size: 96px; }

.s-comp75 .s-title-h1 h1 {
  color: #fff; }

.s-comp75 .s-title-h1 h1 {
  text-align: center; }

.s-comp75 .s-text {
  font-size: 30px; }

.s-comp75 .s-text {
  font-weight: bold; }

.s-comp75 .s-text {
  color: #fff; }

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

.s-comp75 .s-text {
  line-height: 165%; }

.s-comp75 .s-button-list {
  margin: 24px 0px 0px 0px; }

.s-comp75 .s-button-list {
  text-align: center; }


.s-comp48 {
  padding: var(--comp-spacing_inner) 0;
  background: var(--color_primary-500); }

.s-comp48 .intro-container {
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 15px; }

.s-comp48 .intro-container.col-50 {
  width: 50%; }

.s-comp48 .intro-container.col-58 {
  width: 58.3333%; }

.s-comp48 .intro-container.col-66 {
  width: 66.6666%; }

.s-comp48 .intro-container.col-75 {
  width: 75%; }

.s-comp48 .intro-container.col-83 {
  width: 83.3333%; }

.s-comp48 .intro-container.col-91 {
  width: 91.6666%; }

.s-comp48 .intro-container.col-100 {
  width: 100%; }

.s-comp48 h2 {
  color: #fff; }

.s-comp48 h2 i {
  display: block;
  margin-bottom: var(--type-scale-rel_xs-5);
  font-size: var(--type-scale-rel_md);
  color: var(--color_primary-400); }

.s-comp48 .yls_text {
  max-width: 48ch;
  margin-left: auto;
  margin-right: auto;
  font-size: var(--type-scale_xl);
  text-align: center;
  color: var(--color_primary-200); }

@media only screen and (max-width: 480px) {
  .s-comp48 .intro-container {
    width: 100% !important;
    padding: 0 !important; }

  .s-comp48 .yls_text {
    max-width: 48ch;
    font-size: var(--type-scale_md); } }

@media only screen and (min-width: 480px) {
  .s-comp48 .yls_text br, .s-comp48 .yls_text br:before {
    content: ' '; } }

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

.s-comp48 .s-title-h2 h2 {
  text-align: center; }

.s-comp48 .s-title-h3 h3 {
  text-align: center; }

.s-comp48 .s-title-h4 h4 {
  text-align: center; }

.s-comp48 .s-title-h5 h5 {
  text-align: center; }

.s-comp48 .s-title-h6 h6 {
  text-align: center; }

.s-comp48 .s-text {
  font-size: 1.2rem; }

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

.s-comp48 .s-text {
  margin: 0px auto 0px auto; }

.s-comp48 .s-text {
  min-width: 0px;
  max-width: 650px; }

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

.s-comp48 .s-button-list {
  text-align: center; }

.s-comp48 .s-button-list .s-btn {
  width: auto; }

.s-comp48 .s-button-list .s-btn {
  margin: 4px 4px 4px 4px; }

.s-comp48 .s-button-list .s-btn-alt {
  width: auto; }

.s-comp48 .s-button-list .s-btn-alt {
  margin: 4px 4px 4px 4px; }

@media (max-width: 768px) {
  .s-comp48 {
    padding: 96px 0px 96px 0px; } }

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

  .s-comp48 .s-text {
    font-size: 1rem; }

  .s-comp48 .s-button-list .s-btn {
    width: 100%; }

  .s-comp48 .s-button-list .s-btn {
    margin: 4px 0px 4px 0px; }

  .s-comp48 .s-button-list .s-btn-alt {
    width: 100%; }

  .s-comp48 .s-button-list .s-btn-alt {
    margin: 4px 0px 4px 0px; } }


.s-comp69 .owl-carousel .owl-nav .owl-prev:before, .s-comp69 .owl-carousel .owl-nav .owl-next:before {
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none; }

.s-comp69 {
  --angle: 72px;
  clip-path: polygon(0 0, 100% var(--angle), 100% 100%, 0 calc(100% - var(--angle)));
  padding: calc(var(--comp-spacing_inner) + var(--angle)) 0; }

.s-comp69 h2 {
  text-align: center; }

.s-comp69 .yls_text {
  max-width: 42ch;
  margin: 0 auto 48px auto;
  text-align: center; }

.s-comp69 .owl-carousel .owl-dots .owl-dot img {
  width: auto; }

.s-comp69 .owl-carousel .owl-dots .owl-dot {
  display: inline-block; }

.s-comp69 .owl-carousel .owl-dots {
  height: auto;
  display: none !important; }

.s-comp69 .owl-carousel img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 60px;
  margin-left: auto !important;
  margin-right: auto !important; }

.s-comp69 .owl-carousel .owl-nav > div {
  transform: translate(0, -50%); }

@media only screen and (max-width: 480px) {
  .s-comp69 {
    --angle: 36px; } }

.s-comp69 .owl-carousel .owl-nav .owl-prev:before {
  content: '\f053'; }

.s-comp69 .owl-carousel .owl-nav .owl-next:before {
  content: '\f054'; }

.s-comp69 .owl-carousel .owl-nav .owl-prev:before, .s-comp69 .owl-carousel .owl-nav .owl-next:before {
  font-size: 16px;
  color: #fff; }

.s-comp69 .owl-carousel .owl-nav .owl-prev, .s-comp69 .owl-carousel .owl-nav .owl-next {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0); }

.s-comp69 .owl-carousel .owl-nav .owl-prev, .s-comp69 .owl-carousel .owl-nav .owl-next {
  width: 30px; }

.s-comp69 .owl-carousel .owl-nav .owl-prev, .s-comp69 .owl-carousel .owl-nav .owl-next {
  height: 30px; }

.s-comp69 .owl-carousel .owl-nav .owl-prev, .s-comp69 .owl-carousel .owl-nav .owl-next {
  margin: 0px -15px 0px -15px; }

.s-comp69 .owl-carousel .owl-nav .owl-prev, .s-comp69 .owl-carousel .owl-nav .owl-next {
  padding: 0px 0px 0px 0px; }

.s-comp69 .owl-carousel .owl-nav .owl-prev, .s-comp69 .owl-carousel .owl-nav .owl-next {
  opacity: 0.2; }

.s-comp69 .owl-carousel .owl-nav .owl-prev, .s-comp69 .owl-carousel .owl-nav .owl-next {
  visibility: visible; }

.s-comp69 .owl-carousel .owl-nav .owl-prev {
  position: absolute; }

.s-comp69 .owl-carousel .owl-nav .owl-prev {
  top: 50%;
  bottom: auto;
  left: -35px;
  right: auto; }

.s-comp69 .owl-carousel .owl-nav .owl-next {
  position: absolute; }

.s-comp69 .owl-carousel .owl-nav .owl-next {
  top: 50%;
  bottom: auto;
  left: auto;
  right: -35px; }

.s-comp69 .owl-carousel .owl-nav .owl-prev:hover:before, .s-comp69 .owl-carousel .owl-nav .owl-prev:focus:before, .s-comp69 .owl-carousel .owl-nav .owl-prev:active:before {
  content: '\f053'; }

.s-comp69 .owl-carousel .owl-nav .owl-next:hover:before, .s-comp69 .owl-carousel .owl-nav .owl-next:focus:before, .s-comp69 .owl-carousel .owl-nav .owl-next:active:before {
  content: '\f054'; }

.s-comp69 .owl-carousel .owl-nav .owl-next:hover, .s-comp69 .owl-carousel .owl-nav .owl-next:focus, .s-comp69 .owl-carousel .owl-nav .owl-next:active, .s-comp69 .owl-carousel .owl-nav .owl-prev:hover, .s-comp69 .owl-carousel .owl-nav .owl-prev:focus, .s-comp69 .owl-carousel .owl-nav .owl-prev:active {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0); }

.s-comp69 .owl-carousel .owl-nav .owl-next:hover, .s-comp69 .owl-carousel .owl-nav .owl-next:focus, .s-comp69 .owl-carousel .owl-nav .owl-next:active, .s-comp69 .owl-carousel .owl-nav .owl-prev:hover, .s-comp69 .owl-carousel .owl-nav .owl-prev:focus, .s-comp69 .owl-carousel .owl-nav .owl-prev:active {
  opacity: 0.8; }

.s-comp69 .owl-carousel .owl-nav .owl-prev, .s-comp69 .owl-carousel .owl-nav .owl-next {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.s-comp69 .owl-carousel .owl-dots .owl-dot span {
  border: 2px solid #23648d; }

.s-comp69 .owl-carousel .owl-dots .owl-dot span {
  display: none; }

.s-comp69 .owl-dots {
  text-align: center; }

.s-comp69 .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #61765f; }

.s-comp69 .owl-carousel .owl-dot img {
  width: auto; }

.s-comp69 .owl-carousel .owl-dot img {
  height: 75px; }

.s-comp69 .owl-carousel .owl-dot img {
  margin: 5px 5px 0px 0px; }

.s-comp69 .owl-carousel .owl-dot img {
  opacity: 0.5; }

.s-comp69 .owl-carousel .owl-dot:hover img, .s-comp69 .owl-carousel .owl-dot.active:hover img {
  opacity: 1; }

.s-comp69 .owl-carousel .owl-dot.active img {
  opacity: 1; }


.s-comp44 > .container > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.s-comp44 .divider {
  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-comp44 .divider div {
  width: 1px;
  height: 80%; }

@media only screen and (max-width: 960px) {
  .s-comp44 > .container > .row {
    display: inline-block; }

  .s-comp44 .divider div {
    width: 80%;
    height: 1px;
    margin: 30px 0; }

  .s-comp44 .content hr {
    margin-left: auto !important;
    margin-right: auto !important; } }

.s-comp44 {
  background-color: #e9f1f5; }

.s-comp44 {
  padding: 48px 0px 48px 0px; }

.s-comp44 .openingsuren {
  margin: 0px 0px 0px 0px; }

.s-comp44 .openingsuren h2 {
  text-align: left; }

.s-comp44 .openingsuren .openingsuren-list {
  margin: 24px 0px 24px 0px; }

.s-comp44 .openingsuren .openingsuren-list .dag {
  margin: 0px 0px 0px 0px; }

.s-comp44 .openingsuren .openingsuren-list .dag .day {
  font-weight: bold; }

.s-comp44 .openingsuren .openingsuren-list .dag .day {
  text-align: left; }

.s-comp44 .openingsuren .openingsuren-list .dag .day {
  width: 120px; }

.s-comp44 .openingsuren .openingsuren-list .dag .day {
  float: left; }

.s-comp44 .openingsuren .openingsuren-list .dag .time {
  text-align: left; }

.s-comp44 .openingsuren .uitzonderingen {
  font-size: 14px; }

.s-comp44 .openingsuren .uitzonderingen {
  font-style: italic; }

.s-comp44 .openingsuren .uitzonderingen {
  text-align: left; }

.s-comp44 .openingsuren .uitzonderingen {
  line-height: 155%; }

.s-comp44 .content .content-title {
  text-align: left; }

.s-comp44 .content .content-title {
  margin: 0px 0px 24px 0px; }

.s-comp44 .content .s-text {
  text-align: left; }

.s-comp44 .content .s-text {
  margin: 0px 0px 0px 0px; }

.s-comp44 hr, .s-comp44 .divider div {
  background-color: #61765f; }

.s-comp44 hr, .s-comp44 .divider div {
  border: 0px solid #fff; }

.s-comp44 hr {
  width: 100%; }

.s-comp44 hr {
  height: 1px; }

.s-comp44 hr {
  margin: 30px 0px 30px 0px; }

@media (max-width: 768px) {
  .s-comp44 .openingsuren h2 {
    text-align: center; }

  .s-comp44 .openingsuren .openingsuren-list .dag {
    margin: 0px 0px 20px 0px; }

  .s-comp44 .openingsuren .openingsuren-list .dag .day {
    text-align: center; }

  .s-comp44 .openingsuren .openingsuren-list .dag .day {
    width: auto; }

  .s-comp44 .openingsuren .openingsuren-list .dag .day {
    float: none; }

  .s-comp44 .openingsuren .openingsuren-list .dag .time {
    text-align: center; }

  .s-comp44 .openingsuren .uitzonderingen {
    text-align: center; }

  .s-comp44 .content .content-title {
    text-align: center; }

  .s-comp44 .content .s-text {
    text-align: center; }

  .s-comp44 hr {
    width: 80%; } }

@media (max-width: 480px) {
  .s-comp44 .openingsuren h2 {
    text-align: center; }

  .s-comp44 .openingsuren .openingsuren-list .dag {
    margin: 0px 0px 20px 0px; }

  .s-comp44 .openingsuren .openingsuren-list .dag .day {
    text-align: center; }

  .s-comp44 .openingsuren .openingsuren-list .dag .day {
    width: auto; }

  .s-comp44 .openingsuren .openingsuren-list .dag .day {
    float: none; }

  .s-comp44 .openingsuren .openingsuren-list .dag .time {
    text-align: center; }

  .s-comp44 .openingsuren .uitzonderingen {
    text-align: center; }

  .s-comp44 .content .content-title {
    text-align: center; }

  .s-comp44 .content .s-text {
    text-align: center; }

  .s-comp44 hr {
    width: 80%; } }


.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-comp45 .images {
  display: inline-block;
  width: 100%; }

.s-comp45 .large-image, .s-comp45 .small-image {
  padding: 0 !important; }

.s-comp45 .large-image .image-container, .s-comp45 .small-image .image-container {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative; }

.s-comp45 .large-image img, .s-comp45 .small-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2; }

.s-comp45 .small-image:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute; }
/* CONTENT ALIGN LEFT */
.s-comp45 .content-align-left .small-image {
  margin-left: 58.3333%; }

.s-comp45 .content-align-left .small-image:before {
  left: auto !important; }

.s-comp45 .content-align-left .content {
  margin-left: 8.3333%; }
/* CONTENT ALIGN RIGHT */
.s-comp45 .content-align-right .large-image {
  margin-left: 16.6666%; }

.s-comp45 .content-align-right .small-image:before {
  right: auto !important; }

.s-comp45 .content-align-right .content {
  margin-left: 50%; }

@media only screen and (max-width: 960px) {
  .s-comp45 .content-align-right .large-image {
    margin-left: 0; }

  .s-comp45 .content {
    margin-left: 16.6666% !important; }

  .s-comp45 .content .button-list {
    text-align: center; } }

@media only screen and (max-width: 480px) {
  .s-comp45 .content-align-right .large-image {
    margin-left: 0; }

  .s-comp45 .content {
    margin-left: 0 !important; }

  .s-comp45 .content .button-list {
    text-align: center; } }

.s-comp45 {
  padding: 100px 0px 100px 0px; }

.s-comp45 .large-image {
  height: 606px; }

.s-comp45 .small-image {
  height: 630px; }

.s-comp45 .small-image {
  margin: -320px 0px 0px 0px; }

.s-comp45 .small-image {
  visibility: visible;
  display: inherit; }

.s-comp45 .small-image:before {
  background-color: #276f9d; }

.s-comp45 .small-image:before {
  top: 20px; }

.s-comp45 .small-image:before {
  left: -20px; }

.s-comp45 .small-image:before {
  right: -20px; }

.s-comp45 .small-image:before {
  z-index: 1; }

.s-comp45 .content {
  margin: -252px 0px 0px 0px; }

.s-comp45 .content {
  padding: 0px 15px 0px 15px; }

.s-comp45 .content .content-title {
  text-align: left; }

.s-comp45 .content .content-title {
  margin: 0px 0px 24px 0px; }

.s-comp45 .content .s-text {
  text-align: left; }

.s-comp45 .content .s-text {
  margin: 0px 0px 24px 0px; }

.s-comp45 .content .button-list .s-btn, .s-comp45 .content .button-list a.s-btn:link, .s-comp45 .content .button-list a.s-btn:visited {
  margin: 0px 8px 0px 0px; }

.s-comp45 .content .button-list .s-btn-alt, .s-comp45 .content .button-list a.s-btn-alt:link, .s-comp45 .content .button-list a.s-btn-alt:visited {
  margin: 0px 8px 0px 0px; }

.s-comp45 .content .button-list {
  margin: 24px 0px 0px 0px; }

@media (max-width: 768px) {
  .s-comp45 .large-image {
    height: 400px; }

  .s-comp45 .small-image {
    margin: 0px 0px 0px 0px; }

  .s-comp45 .small-image {
    display: none; }

  .s-comp45 .small-image:before {
    top: 0px; }

  .s-comp45 .small-image:before {
    left: 0px; }

  .s-comp45 .small-image:before {
    right: 0px; }

  .s-comp45 .content {
    margin: 36px 0px 0px 0px; }

  .s-comp45 .content .content-title {
    text-align: center; }

  .s-comp45 .content .s-text {
    text-align: center; } }

@media (max-width: 480px) {
  .s-comp45 {
    padding: 48px 15px 48px 15px; }

  .s-comp45 .large-image {
    height: 200px; }

  .s-comp45 .small-image {
    margin: 0px 0px 0px 0px; }

  .s-comp45 .small-image {
    display: none; }

  .s-comp45 .small-image:before {
    top: 0px; }

  .s-comp45 .small-image:before {
    left: 0px; }

  .s-comp45 .small-image:before {
    right: 0px; }

  .s-comp45 .content {
    margin: 36px 0px 0px 0px; }

  .s-comp45 .content {
    padding: 0px 0px 0px 0px; }

  .s-comp45 .content .content-title {
    text-align: center; }

  .s-comp45 .content .s-text {
    text-align: center; } }


.s-comp47 {
  padding: 36px 0px 36px 0px; }

.s-comp47 > .container > .row > div {
  margin: 0px 0px 0px 0px; }

.s-comp47 .icon {
  text-align: center; }

.s-comp47 .content-title {
  font-size: 24px; }

.s-comp47 .content-title {
  text-align: center; }

.s-comp47 .content-title {
  margin: 28px 0px 20px 0px; }

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

.s-comp47 .link {
  margin: 24px 0px 0px 0px; }

.s-comp47 .link {
  text-align: center; }

@media (max-width: 480px) {
  .s-comp47 > .container > .row > div {
    margin: 0px 0px 48px 0px; } }


@media only screen and (min-width: 991px) {
  .s-comp65 .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    height: calc(100% - 30px); } }

.s-comp65 .content-tile {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  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-comp65 .linked-tile {
  overflow: hidden;
  background: transparent;
  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); }

.s-comp65 .linked-tile a {
  display: inline-block;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-decoration: none;
  position: relative; }

.s-comp65 .linked-tile .image-container {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.s-comp65 .linked-tile .title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.s-comp65 .linked-tile .title-container i {
  margin-left: auto !important; }

.s-comp65 {
  background-color: #e9f1f5; }

.s-comp65 {
  padding: 72px 0px 42px 0px; }

.s-comp65 .content-tile {
  background-color: #fff; }

.s-comp65 .content-tile {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp65 .content-tile {
  min-height: 100%; }

.s-comp65 .content-tile {
  margin: 0px 0px 0px 0px; }

.s-comp65 .content-tile {
  padding: 72px 60px 72px 60px; }

.s-comp65 .content-tile .s-title-h1 h1 {
  text-align: left; }

.s-comp65 .content-tile .s-title-h2 h2 {
  text-align: left; }

.s-comp65 .content-tile .s-title-h3 h3 {
  text-align: left; }

.s-comp65 .content-tile .s-title-h4 h4 {
  text-align: left; }

.s-comp65 .content-tile .s-title-h5 h5 {
  text-align: left; }

.s-comp65 .content-tile .s-title-h6 h6 {
  text-align: left; }

.s-comp65 .content-tile .s-text {
  text-align: left; }

.s-comp65 .s-button-list {
  text-align: left; }

.s-comp65 .s-link-beh a:link, .s-comp65 .s-link-beh a:visited, .s-comp65 .s-link-beh a:active {
  display: inline-block; }

.s-comp65 .s-link-beh a:link, .s-comp65 .s-link-beh a:visited, .s-comp65 .s-link-beh a:active {
  text-align: left; }

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

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

.s-comp65 .linked-tile a {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp65 .linked-tile a {
  margin: 0px 0px 30px 0px; }

.s-comp65 .linked-tile {
  -ms-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-comp65 .linked-tile .image-container {
  width: 100%; }

.s-comp65 .linked-tile .image-container {
  height: 157px; }

.s-comp65 .linked-tile .title-container h3 {
  font-size: 1em; }

.s-comp65 .linked-tile .title-container h3 {
  color: #3a3c41; }

.s-comp65 .linked-tile .title-container h3 {
  margin: 0px 0px 0px 0px; }

.s-comp65 .linked-tile .title-container {
  background-color: #fff; }

.s-comp65 .linked-tile .title-container {
  padding: 16px 24px 16px 24px; }

.s-comp65 .linked-tile .title-container i {
  font-size: 13px; }

.s-comp65 .linked-tile .title-container i {
  font-weight: normal; }

.s-comp65 .linked-tile .title-container i {
  font-style: normal; }

.s-comp65 .linked-tile .title-container i {
  color: #3a3c41; }

.s-comp65 .linked-tile .title-container i {
  margin: 2px 0px 0px 0px; }

.s-comp65 .linked-tile:hover {
  -ms-transform: translate3d(0px, -4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, -4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, -4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

@media (max-width: 768px) {
  .s-comp65 .content-tile {
    margin: 0px 0px 30px 0px; }

  .s-comp65 .content-tile .s-title-h1 h1 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h2 h2 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h3 h3 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h4 h4 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h5 h5 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h6 h6 {
    text-align: center; }

  .s-comp65 .content-tile .s-text {
    text-align: center; }

  .s-comp65 .s-button-list {
    text-align: center; }

  .s-comp65 .s-link-beh a:link, .s-comp65 .s-link-beh a:visited, .s-comp65 .s-link-beh a:active {
    display: block; }

  .s-comp65 .s-link-beh a:link, .s-comp65 .s-link-beh a:visited, .s-comp65 .s-link-beh a:active {
    text-align: center; } }

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

  .s-comp65 .content-tile {
    margin: 0px 15px 30px 15px; }

  .s-comp65 .content-tile {
    padding: 48px 30px 48px 30px; }

  .s-comp65 .content-tile .s-title-h1 h1 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h2 h2 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h3 h3 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h4 h4 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h5 h5 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h6 h6 {
    text-align: center; }

  .s-comp65 .content-tile .s-text {
    text-align: center; }

  .s-comp65 .s-button-list {
    text-align: center; }

  .s-comp65 .s-link-beh a:link, .s-comp65 .s-link-beh a:visited, .s-comp65 .s-link-beh a:active {
    display: block; }

  .s-comp65 .s-link-beh a:link, .s-comp65 .s-link-beh a:visited, .s-comp65 .s-link-beh a:active {
    text-align: center; } }


.s-comp78 .s-content-onslider {
  position: absolute;
  z-index: 1;
  width: 100%; }

.s-comp78 .slides > li {
  position: relative; }
/* Pas hier de content-box aan */
.s-comp78 .s-slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 550px; }

.s-comp78 .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-comp78 .flexslider.s-slider .flex-direction-nav a.flex-next:before {
  font-size: inherit;
  color: inherit;
  text-shadow: inherit; }

.s-comp78 .flexslider.s-slider .flex-direction-nav a.flex-prev:before {
  font-size: inherit;
  color: inherit;
  text-shadow: inherit; }

.s-comp78 .flexslider.s-thumbnails .flex-direction-nav a.flex-next:before {
  font-size: inherit;
  color: inherit;
  text-shadow: inherit; }

.s-comp78 .flexslider.s-thumbnails .flex-direction-nav a.flex-prev:before {
  font-size: inherit;
  color: inherit;
  text-shadow: inherit; }

.s-comp78 .flexslider.s-slider .flex-direction-nav a.flex-next:before, .s-comp78 .flexslider.s-slider .flex-direction-nav a.flex-prev:before, .s-comp78 .flexslider.s-thumbnails .flex-direction-nav a.flex-next:before, .s-comp78 .flexslider.s-thumbnails .flex-direction-nav a.flex-prev:before {
  line-height: 1;
  display: block; }

.s-comp78 .flexslider.s-slider .slides > li, .s-comp78 .flexslider.s-thumbnails .slides > li {
  background-attachment: scroll !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }

.s-comp78 .flexslider.s-slider {
  overflow: hidden; }

.s-comp78 .flexslider.s-slider.slide-contain .slides > li {
  background-size: contain !important; }

.s-comp78 .flex-direction-nav .flex-next, .s-comp78 .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 0; }

.s-comp78 .flex-direction-nav .flex-prev, .s-comp78 .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0; }

.s-col-bleed .row [class^="col-"], .s-col-bleed .row [class^="col-"], .s-col-bleed .row .sm-gCol {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.s-comp78 .s-form .form-group {
  margin: 0; }

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

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

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

.s-comp78, .s-comp78 .s-btn, .s-comp78 .s-btn-alt {
  position: relative; }

.s-comp78 ul.s-icon-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.s-comp78 ul.s-icon-list li h1, .s-comp78 ul.s-icon-list li h2, .s-comp78 ul.s-icon-list li h3, .s-comp78 ul.s-icon-list li h4, .s-comp78 ul.s-icon-list li h5, .s-comp78 ul.s-icon-list li h6 {
  display: inline-block; }

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

.s-comp78 .s-colcont h1:after, .s-comp78 .s-colcont h2:after, .s-comp78 .s-colcont h3:after, .s-comp78 .s-colcont h4:after, .s-comp78 .s-colcont h5:after, .s-comp78 .s-colcont h6:after {
  content: "";
  position: relative;
  display: block; }

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

.s-comp78 .s-tile h1:after, .s-comp78 .s-tile h2:after, .s-comp78 .s-tile h3:after, .s-comp78 .s-tile h4:after, .s-comp78 .s-tile h5:after, .s-comp78 .s-tile h6:after {
  content: "";
  position: relative;
  display: block; }

.s-comp78 .flexslider.s-slider.s-thumbnails .slides > li {
  position: relative;
  cursor: pointer; }

.s-comp78 .flexslider ul.slides .s-content-onslider {
  width: 100vw; }

.s-comp78 .flex-control-nav {
  bottom: 0px; }

.s-comp78 .flex-control-nav li {
  margin: 0; }

.s-comp78 .flex-control-nav li a {
  overflow: hidden; }

.s-comp78 .slides li a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 2; }

.s-comp78 .flexslider ul.slides li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.s-comp78 .flexslider .flex-active {
  position: relative; }

.s-comp78 .flexslider .flex-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

@keyframes expandwidth {
  0% {
    width: 0%; }

  100% {
    width: 100%; } }

@keyframes expandheight {
  0% {
    height: 0%; }

  100% {
    height: 100%; } }

@keyframes minimizewidth {
  0% {
    width: 100%; }

  100% {
    width: 0%; } }

@keyframes minimizeheight {
  0% {
    height: 100%; }

  100% {
    height: 0%; } }

@keyframes bouncewidth {
  0% {
    width: 0%; }

  50% {
    width: 105%; }

  100% {
    width: 0%; } }

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

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

.s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-next:before, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-prev:before, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-next:focus:before, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-prev:focus:before {
  color: #23648d;
  text-align: center;
  line-height: 40px; }

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

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

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

.s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-prev:hover:before, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-prev:active:before {
  content: '\f104';
  font-family: fontAwesome; }

.s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-next:hover:before, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-next:active:before {
  content: '\f105';
  font-family: fontAwesome; }

.s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-next:hover, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-prev:hover, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-next:active, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-prev:active {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-next, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-prev, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-next:focus, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-prev:focus {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

.s-comp78 .flexslider.s-slider.thumbslider .flex-control-nav > li a, .s-comp78 .flexslider.s-slider.thumbslider .flex-control-nav > li a:focus {
  background-color: #fff; }

.s-comp78 .flexslider.s-slider.thumbslider .flex-control-nav > li a, .s-comp78 .flexslider.s-slider.thumbslider .flex-control-nav > li a:focus {
  margin: 0px 7px 0px 7px; }

.s-comp78 .flexslider.s-slider.thumbslider .flex-control-nav > li a:hover, .s-comp78 .flexslider.s-slider.thumbslider .flex-control-nav > li a:active {
  background-color: #276f9d; }

.s-comp78 .flexslider.s-slider.thumbslider .flex-control-nav > li a.flex-active {
  background-color: #276f9d; }

.s-comp78 .flexslider.s-slider.thumbslider .flex-control-nav.flex-control-paging {
  z-index: 2; }

.s-comp78 .flexslider.s-slider.thumbslider .flex-control-nav > li a.flex-active:hover {
  background-color: #276f9d;
  background-color: rgba(39, 111, 157, 0); }

.s-comp78 .flexslider.s-slider.thumbslider .slides > li {
  height: 40vh; }

.s-comp78 .flexslider.s-slider.thumbslider {
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

.s-comp78 .flexslider.s-slider.thumbslider {
  border: 0px solid #fff; }

.s-comp78 .flexslider.s-slider.thumbslider {
  margin: 0px 0px 0px 0px; }

.s-comp78 .flexslider.s-slider.thumbslider ul.slides li:before {
  background-color: #fff; }

.s-comp78 .flexslider.s-slider.thumbslider ul.slides li:before {
  opacity: 0; }

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

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

.s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-next:before, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-prev:before, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-next:focus:before, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-prev:focus:before {
  color: #23648d;
  text-align: center;
  line-height: 40px; }

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

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

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

.s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-prev:hover:before, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-prev:active:before {
  content: '\f104';
  font-family: fontAwesome; }

.s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-next:hover:before, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-next:active:before {
  content: '\f105';
  font-family: fontAwesome; }

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

.s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-next:hover, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-prev:hover, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-next:active, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-prev:active {
  -webkit-box-shadow: inset 0px 0px 0px #3a3c41, 0px 0px 0px #3a3c41;
  box-shadow: inset 0px 0px 0px #3a3c41, 0px 0px 0px #3a3c41; }

.s-comp78 .flexslider.s-slider.s-thumbnails {
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

.s-comp78 .flexslider.s-slider.s-thumbnails {
  border: 0px solid #fff; }

.s-comp78 .flexslider.s-slider.s-thumbnails {
  margin: 0px 0px 0px 0px; }

.s-comp78 .flexslider.s-slider.s-thumbnails ul.slides li:before {
  background-color: #fff; }

.s-comp78 .flexslider.s-slider.s-thumbnails ul.slides li:before {
  opacity: 0; }

.s-comp78 .flexslider.s-slider.s-thumbnails .slides > li {
  height: 25vh; }

.s-comp78 .flexslider.s-slider.s-thumbnails .slides > li {
  opacity: 0.7; }

.s-comp78 .flexslider.s-slider.s-thumbnails .slides > li:hover {
  opacity: 1; }

.s-comp78 .flexslider.s-slider.s-thumbnails .slides > li {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

.s-comp78 .flexslider.s-slider.s-thumbnails .slides > li.flex-active-slide {
  opacity: 1; }

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

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

.s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-next:before, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-prev:before, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-next:focus:before, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-prev:focus:before {
  color: #23648d;
  text-align: center;
  line-height: 40px; }

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

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

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

.s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-prev:hover:before, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-prev:active:before {
  content: '\f104';
  font-family: fontAwesome; }

.s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-next:hover:before, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-next:active:before {
  content: '\f105';
  font-family: fontAwesome; }

.s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-next:hover, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-prev:hover, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-next:active, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-prev:active {
  color: #23648d; }

.s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-next:hover, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-prev:hover, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-next:active, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-prev:active {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.s-comp78 .flexslider.s-slider.mainslider .flex-control-nav > li a, .s-comp78 .flexslider.s-slider.mainslider .flex-control-nav > li a:focus {
  background-color: #fff; }

.s-comp78 .flexslider.s-slider.mainslider .flex-control-nav > li a, .s-comp78 .flexslider.s-slider.mainslider .flex-control-nav > li a:focus {
  margin: 0px 5px 0px 5px; }

.s-comp78 .flexslider.s-slider.mainslider .flex-control-nav > li a:hover, .s-comp78 .flexslider.s-slider.mainslider .flex-control-nav > li a:active {
  background-color: #276f9d; }

.s-comp78 .flexslider.s-slider.mainslider .flex-control-nav > li a.flex-active {
  background-color: #276f9d; }

.s-comp78 .flexslider.s-slider.mainslider .flex-control-nav > li a.flex-active:hover {
  background-color: #276f9d;
  background-color: rgba(39, 111, 157, 0); }

.s-comp78 .flexslider.s-slider.mainslider .slides > li {
  height: 80vh; }

.s-comp78 .flexslider.s-slider.mainslider {
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

.s-comp78 .flexslider.s-slider.mainslider {
  border: 0px solid #fff; }

.s-comp78 .flexslider.s-slider.mainslider {
  margin: 0px 0px 0px 0px; }

.s-comp78 .flexslider.s-slider.mainslider ul.slides:before {
  background-color: #fff; }

.s-comp78 .flexslider.s-slider.mainslider ul.slides:before {
  opacity: 0; }

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

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

.s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-next:before, .s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-prev:before, .s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-next:focus:before, .s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-prev:focus:before {
  color: #23648d;
  text-align: center;
  line-height: 40px; }

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

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

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

.s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-prev:hover:before, .s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-prev:active:before {
  content: '\f104';
  font-family: fontAwesome; }

.s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-next:hover:before, .s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-next:active:before {
  content: '\f105';
  font-family: fontAwesome; }

.s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-next:hover, .s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-prev:hover, .s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-next:active, .s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-prev:active {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.s-comp78 .flexslider.s-slider.lightslider .flex-control-nav > li a, .s-comp78 .flexslider.s-slider.lightslider .flex-control-nav > li a:focus {
  background-color: #fff; }

.s-comp78 .flexslider.s-slider.lightslider .flex-control-nav > li a, .s-comp78 .flexslider.s-slider.lightslider .flex-control-nav > li a:focus {
  margin: 0px 7px 0px 7px; }

.s-comp78 .flexslider.s-slider.lightslider .flex-control-nav > li a:hover, .s-comp78 .flexslider.s-slider.lightslider .flex-control-nav > li a:active {
  background-color: #276f9d; }

.s-comp78 .flexslider.s-slider.lightslider .flex-control-nav > li a.flex-active {
  background-color: #276f9d; }

.s-comp78 .flexslider.s-slider.lightslider .flex-active:before {
  animation: expandwidth 7s ease-in-out infinite; }

.s-comp78 .flexslider.s-slider.lightslider .slides > li {
  height: 40vh; }

.s-comp78 .flexslider.s-slider.lightslider {
  border: 0px solid #fff; }

.s-comp78 .flexslider.s-slider.lightslider {
  margin: 0px 0px 0px 0px; }

.s-comp78 .flexslider.s-slider.lightslider ul.slides:before {
  background-color: #fff; }

.s-comp78 .flexslider.s-slider.lightslider ul.slides:before {
  opacity: 0; }

.s-comp78 .s-title-h1 h1 {
  color: #fff; }

.s-comp78 .s-title-h1 h1 {
  text-align: center; }

.s-comp78 .s-text {
  color: #fff; }

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

.s-comp78 .s-button-list {
  text-align: center; }

.s-comp78 .s-btn, .s-comp78 a.s-btn:link, .s-comp78 a.s-btn:active, .s-comp78 a.s-btn:visited {
  display: inline-block; }


.s-comp61 .s-table-beh table {
  display: inline-table; }

.s-comp61 table tr td {
  vertical-align: middle; }

.s-comp61 table tr:last-child {
  border-bottom: 0; }

@media only screen and (max-width: 480px) {
  .s-comp61 table tr:first-child {
    display: none; }

  .s-comp61 table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    text-align: center; } }

.s-comp61 table tr {
  border-bottom: 1px solid #e9f1f5; }

.s-comp61 table tr {
  padding: 0px 0px 0px 0px; }

.s-comp61 table tr td {
  border: 0px solid #23648d; }

.s-comp61 table tr td {
  padding: 12px 24px 12px 24px; }

.s-comp61 table {
  border: 0px solid #23648d; }

.s-comp61 table {
  margin: 72px 0px 72px 0px; }

.s-comp61 table tbody tr td h4 {
  margin: 0px 0px 0px 0px; }

.s-comp61 table tbody tr td p {
  margin: 0px 0px 0px 0px; }

@media (max-width: 480px) {
  .s-comp61 table tr {
    padding: 28px 0px 32px 0px; }

  .s-comp61 table tr td {
    padding: 8px 15px 8px 15px; } }


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

.s-comp71 .tab-content h1:after, .s-comp71 .tab-content h2:after, .s-comp71 .tab-content h3:after, .s-comp71 .tab-content h4:after, .s-comp71 .tab-content h5:after, .s-comp71 .tab-content h6:after {
  content: "";
  position: relative;
  display: block; }

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

.s-comp71 .tab-content .s-tile h1:after, .s-comp71 .tab-content .s-tile h2:after, .s-comp71 .tab-content .s-tile h3:after, .s-comp71 .tab-content .s-tile h4:after, .s-comp71 .tab-content .s-tile h5:after, .s-comp71 .tab-content .s-tile h6:after {
  content: "";
  position: relative;
  display: block; }

.s-comp71 .s-img {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important; }

.s-comp71 .nav-tabs {
  border: 0px solid #276f9d; }

.s-comp71 .nav-tabs {
  margin: 0px 0px 30px 0px; }

.s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
  font-size: 1em; }

.s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
  color: #3a3c41; }

.s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
  text-align: left; }

.s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
  text-decoration: none; }

.s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
  background-color: #e9f1f5; }

.s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
  border: 0px solid #fff; }

.s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
  width: 100%; }

.s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
  padding: 18px 30px 18px 30px; }

.s-comp71 .nav-item a:hover {
  color: #fff; }

.s-comp71 .nav-item a:hover {
  background-color: #276f9d; }

.s-comp71 .nav-item a:hover {
  border: 0px solid #fff; }

.s-comp71 .nav-item a.active, .s-comp71 .nav-item a.active:focus, .s-comp71 .nav-item a.active:active {
  color: #fff; }

.s-comp71 .nav-item a.active, .s-comp71 .nav-item a.active:focus, .s-comp71 .nav-item a.active:active {
  background-color: #276f9d; }

.s-comp71 .nav-item a.active, .s-comp71 .nav-item a.active:focus, .s-comp71 .nav-item a.active:active {
  border: 0px solid #fff; }

.s-comp71 .nav-item a.active:hover {
  color: #fff; }

.s-comp71 .nav-item a.active:hover {
  background-color: #61765f; }

.s-comp71 .tab-content {
  margin: 0px 0px -24px 0px; }

.s-comp71 .tab-content {
  padding: 17px 30px 0px 30px; }

.s-comp71 .tab-content h3 {
  text-align: center; }

.s-comp71 .tab-content p, .s-comp71 .tab-content .s-text {
  margin: 0px 0px 24px 0px; }

.s-comp71 .tab-content .s-img {
  max-height: 500px; }

.s-comp71 .tab-content .s-img {
  margin: 0px 0px 24px 0px; }

.s-comp71 .tab-content .s-tile {
  margin: 0px 0px 24px 0px; }

.s-comp71 .tab-content .s-tile {
  padding: 36px 36px 12px 36px; }

.s-comp71 .tab-content .s-tile h3 {
  text-align: left; }

.s-comp71 .tab-content .s-tile .s-btn, .s-comp71 .tab-content .s-tile a.s-btn:link, .s-comp71 .tab-content .s-tile a.s-btn:visited {
  margin: 0px 0px 24px 0px; }

.s-comp71 .tab-content .s-tile .s-btn-alt, .s-comp71 .tab-content .s-tile a.s-btn-alt:link, .s-comp71 .tab-content .s-tile a.s-btn-alt:visited {
  margin: 0px 0px 24px 0px; }

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

@media (max-width: 768px) {
  .s-comp71 .tab-content {
    padding: 17px 0px 0px 0px; }

  .s-comp71 .tab-content .s-img {
    max-height: 380px; } }

@media (max-width: 480px) {
  .s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
    padding: 12px 15px 12px 15px; }

  .s-comp71 .tab-content {
    padding: 0px 0px 0px 0px; }

  .s-comp71 .tab-content .s-img {
    max-height: 300px; }

  .s-comp71 .tab-content .s-tile {
    padding: 36px 30px 12px 30px; }

  .s-comp71 {
    padding: 48px 0px 48px 0px; } }


/*
 ********* DIRECTION SWITCHER *********
 */
.s-comp42 .direction-switcher > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.s-comp42 .direction-switcher > div:nth-child(even) {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }
/*
 ********* VERTICALLY CENTER TESTIMONIAL IMAGE *********
 */
.s-comp42 .testimonial-image {
  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; }
/*
 ********* TESTIMONIAL QUOTE *********
 */
.s-comp42 .testimonial-quote {
  position: relative;
  filter: drop-shadow(rgba(0, 0, 0, 0.10) 0 0px 10px);
  box-sizing: border-box; }
/* TOOLTIP */
.s-comp42 .testimonial-quote:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -16px;
  border-width: 16px;
  border-style: solid;
  border-color: #fff transparent transparent transparent; }
/* ALIGN TOOLTIP LEFT */
.s-comp42 .direction-switcher > div:nth-child(odd) .testimonial-quote:after {
  left: -32px;
  transform: rotate(90deg); }
/* ALIGN TOOLTIP RIGHT */
.s-comp42 .direction-switcher > div:nth-child(even) .testimonial-quote:after {
  right: -32px;
  transform: rotate(-90deg); }
/* SPACING BETWEEN QUOTE & IMAGE */
.s-comp42 .direction-switcher > div:nth-child(odd) .testimonial-quote {
  margin-left: 50px; }

.s-comp42 .direction-switcher > div:nth-child(even) .testimonial-quote {
  margin-right: 50px; }

@media only screen and (max-width: 960px) {
  .s-comp42 .testimonial-quote {
    width: calc(100% - 150px) !important; } }

@media only screen and (max-width: 480px) {
  .s-comp42 .direction-switcher > div {
    width: 100%;
    display: inline-block !important; }

  .s-comp42 .testimonial-quote {
    width: 100% !important;
    margin: 40px 0 0 0 !important; }

  .s-comp42 .testimonial-quote:after {
    left: 50% !important;
    right: auto !important;
    margin-left: -16px !important;
    top: -16px !important;
    transform: rotate(180deg) !important; } }

.s-comp42 {
  padding: 96px 0px 36px 0px; }

.s-comp42 .testimonial-quote {
  background-color: #fff; }

.s-comp42 .testimonial-quote {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp42 .testimonial-quote {
  border: 0px solid #61765f; }

.s-comp42 .testimonial-quote {
  width: 65%; }

.s-comp42 .testimonial-quote {
  padding: 36px 36px 36px 36px; }

.s-comp42 .testimonial-quote span {
  font-size: 14px; }

.s-comp42 .testimonial-quote span {
  font-weight: bold; }

.s-comp42 .testimonial {
  margin: 0px 0px 60px 0px; }

.s-comp42 .testimonial-image .logo {
  background: url('') no-repeat center center scroll;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }

.s-comp42 .testimonial-image .logo {
  width: 100px; }

.s-comp42 .testimonial-image .logo {
  height: 100px; }

.s-comp42 .testimonial-image .picture {
  background: url('') no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.s-comp42 .testimonial-image .picture {
  background-color: #e9f1f5; }

.s-comp42 .testimonial-image .picture {
  -webkit-border-radius: 100px 100px 100px 100px;
  border-radius: 100px 100px 100px 100px; }

.s-comp42 .testimonial-image .picture {
  width: 100px; }

.s-comp42 .testimonial-image .picture {
  height: 100px; }

.s-comp42 .testimonials-title {
  text-align: center; }

.s-comp42 .testimonials-title {
  margin: 0px 0px 48px 0px; }

@media (max-width: 480px) {
  .s-comp42 .testimonial-quote {
    padding: 30px 24px 30px 24px; } }


.s-comp43 {
  position: relative; }

.s-comp43:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%; }

.s-comp43 .testimonial-content {
  margin-left: auto !important;
  margin-right: auto !important; }

.s-comp43 .flex-control-paging li a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.s-comp43 .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-comp43 .flex-direction-nav a {
  height: auto;
  width: auto; }

.s-comp43 .flexslider.testimonial-slider .flex-direction-nav a.flex-next:before {
  font-size: inherit;
  color: inherit;
  text-shadow: inherit; }

.s-comp43 .flexslider.testimonial-slider .flex-direction-nav a.flex-prev:before {
  font-size: inherit;
  color: inherit;
  text-shadow: inherit; }

.s-comp43 .flexslider.testimonial-slider .flex-direction-nav a.flex-next:before, .s-comp43 .flexslider.testimonial-slider .flex-direction-nav a.flex-prev:before {
  line-height: 1;
  display: block; }

.s-comp43 .flex-direction-nav .flex-next {
  right: 0px; }

.s-comp43 .flex-direction-nav .flex-prev {
  left: 0px; }

.s-comp43 .flexslider:hover .flex-direction-nav .flex-next {
  right: 0px; }

.s-comp43 .flexslider:hover .flex-direction-nav .flex-prev {
  left: 0px; }

.s-comp43 .flexslider.testimonial-slider .flex-control-nav {
  width: auto;
  position: static;
  bottom: auto; }

.s-comp43 .flexslider.testimonial-slider {
  margin: 0;
  border: 0;
  border-radius: 0; }

.s-comp43 .slides, .s-comp43 .slides li {
  position: relative; }
/*
 -------- QUOTES --------
 */
.s-comp43 .quote-mark {
  position: absolute; }

.s-comp43 .quote-mark.open-quote {
  top: 0;
  left: 100px; }

.s-comp43 .quote-mark.close-quote {
  bottom: 43px;
  right: 100px; }

.s-comp43 {
  background-color: #e9f1f5; }

.s-comp43 {
  margin: 0px 0px 0px 0px; }

.s-comp43 {
  padding: 36px 0px 36px 0px; }

.s-comp43 .flexslider.testimonial-slider .flex-direction-nav a.flex-prev:before {
  content: '\f104';
  font-family: fontAwesome; }

.s-comp43 .flexslider.testimonial-slider .flex-direction-nav a.flex-next:before {
  content: '\f105';
  font-family: fontAwesome; }

.s-comp43 .flexslider.testimonial-slider .flex-direction-nav a.flex-next, .s-comp43 .flexslider.testimonial-slider .flex-direction-nav a.flex-prev {
  font-size: 30px; }

.s-comp43 .flexslider.testimonial-slider .flex-control-nav > li a {
  background-color: #e3e3e3; }

.s-comp43 .flexslider.testimonial-slider .flex-control-nav > li a {
  border: 0px solid #fff; }

.s-comp43 .flexslider.testimonial-slider .flex-control-nav > li a {
  width: 8px; }

.s-comp43 .flexslider.testimonial-slider .flex-control-nav > li a {
  height: 8px; }

.s-comp43 .flexslider.testimonial-slider .flex-control-nav > li a:hover, .s-comp43 .flexslider.testimonial-slider .flex-control-nav > li a:focus, .s-comp43 .flexslider.testimonial-slider .flex-control-nav > li a:active {
  background-color: #ababab; }

.s-comp43 .flexslider.testimonial-slider .flex-control-nav > li a.flex-active {
  background-color: #ababab; }

.s-comp43 .flexslider.testimonial-slider {
  background-color: #23648d;
  background-color: rgba(35, 100, 141, 0); }

.s-comp43 .testimonials-slider-box .testimonial-content h1 {
  color: #23648d; }

.s-comp43 .testimonials-slider-box .testimonial-content h2 {
  color: #23648d; }

.s-comp43 .testimonials-slider-box .testimonial-content h3 {
  color: #23648d; }

.s-comp43 .testimonials-slider-box .testimonial-content h4 {
  color: #23648d; }

.s-comp43 .testimonials-slider-box .testimonial-content h5 {
  color: #23648d; }

.s-comp43 .testimonials-slider-box .testimonial-content h6 {
  color: #23648d; }

.s-comp43 .testimonials-slider-box .testimonial-content .s-text {
  color: #3a3c41; }

.s-comp43 .testimonials-slider-box .testimonial-content .s-text {
  text-align: center; }

.s-comp43 .flexslider.testimonial-slider .testimonial-content {
  width: 70%; }

.s-comp43 .flexslider.testimonial-slider .testimonial-content {
  margin: 0px 0px 0px 0px; }

.s-comp43 .flexslider.testimonial-slider .testimonial-content {
  padding: 36px 60px 8px 60px; }

.s-comp43 .testimonials-slider-box .testimonial-content .testimonial-name {
  font-size: 78%; }

.s-comp43 .testimonials-slider-box .testimonial-content .testimonial-name {
  text-align: center; }

.s-comp43 .testimonials-slider-box .testimonial-content .testimonial-name {
  margin: 12px 0px 12px 0px; }

.s-comp43 .quote-mark.open-quote {
  display: none; }

.s-comp43 .quote-mark.open-quote i {
  font-size: 40px; }

.s-comp43 .quote-mark.open-quote i {
  color: #276f9d; }

.s-comp43 .quote-mark.close-quote {
  display: none; }

.s-comp43 .quote-mark.close-quote i {
  font-size: 40px; }

.s-comp43 .quote-mark.close-quote i {
  color: #276f9d; }


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

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

.timeline .timeline-item:after, .timeline .timeline-item:before {
  content: '';
  display: block;
  width: 100%;
  clear: both; }

.timeline {
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding: 0 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #c0392b;
  left: 50%;
  top: 0;
  position: absolute; }

.timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%; }

.timeline .timeline-item {
  margin-bottom: 50px;
  position: relative; }

.timeline-icon {
  background: #c0392b;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 4px 0 0 0; }

@media only screen and (max-width: 480px) {
  .timeline:before {
    margin-left: -14px; }

  .timeline-icon {
    width: 20px;
    height: 20px; } }

.timeline .timeline-item .timeline-content {
  width: 45%;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.timeline .timeline-item .timeline-content.right {
  float: right; }

@media screen and (max-width: 768px) {
  .timeline {
    margin: 15px;
    padding: 0px;
    width: 90%; }

  .timeline:before {
    left: 0; }

  .timeline .timeline-item .timeline-content {
    width: 100%;
    float: right; }

  .timeline .timeline-item .timeline-content:before, .timeline .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #c0392b; }

  .timeline .timeline-item .timeline-icon {
    left: 0; } }

.s-comp60 {
  margin: 0px 0px 0px 0px; }

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

.s-comp60 h2 {
  font-size: 180%; }

.s-comp60 h2 {
  text-align: center; }

.s-comp60 h2 {
  margin: 0px 0px 24px 0px; }

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

.s-comp60 .s-text {
  margin: 0px 0px 24px 0px; }

.s-comp60 .s-img {
  margin: 0px 0px 24px 0px; }

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

.s-comp60 .s-btn, .s-comp60 a.s-btn:link, .s-comp60 a.s-btn:visited {
  margin: 0px 0px 24px 0px; }

.s-comp60 .s-btn-alt, .s-comp60 a.s-btn-alt:link, .s-comp60 a.s-btn-alt:visited {
  margin: 0px 0px 24px 0px; }

.s-comp60 .s-btn-alt-beh {
  text-align: center; }

.s-comp60 .timeline .timeline-content {
  padding: 60px 60px 36px 60px; }

.s-comp60 .timeline .timeline-content {
  background-color: #e9f1f5; }

.s-comp60 .timeline-icon {
  background-color: #e9f1f5; }

.s-comp60 .timeline:before {
  background-color: #e9f1f5; }

@media (max-width: 480px) {
  .s-comp60 .timeline .timeline-content {
    padding: 30px 30px 12px 30px; } }


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

.s-comp94 .s-tile {
  text-decoration: none;
  overflow: hidden; }

.s-comp94 .s-tile h3 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

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

.s-comp94 .s-tile .s-content .read-more i {
  vertical-align: middle; }

.s-comp94 {
  padding: 0px 0px 66px 0px; }

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

.s-comp94 .s-tile {
  box-shadow: 0px 0px 15px 0px rgba(243, 246, 243, 0.1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(243, 246, 243, 0.1); }

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

.s-comp94 .s-tile {
  width: 100%; }

.s-comp94 .s-tile {
  margin: 0px 0px 30px 0px; }

.s-comp94 .s-tile {
  padding: 0px 0px 0px 0px; }

.s-comp94 .s-tile {
  display: inline-block; }

.s-comp94 .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-comp94 .s-tile .tile-img {
  width: 100%; }

.s-comp94 .s-tile .tile-img {
  padding: 0px 0px 70% 0px; }

.s-comp94 .s-tile .s-content {
  padding: 36px 30px 36px 30px; }

.s-comp94 .s-tile .s-content h3 {
  font-size: 120%; }

.s-comp94 .s-tile .s-content h3 {
  font-weight: bold; }

.s-comp94 .s-tile .s-content h3 {
  color: #0b0b0b; }

.s-comp94 .s-tile .s-content h3 {
  line-height: 120%; }

.s-comp94 .s-tile .s-content h3 {
  margin: 0px 0px 0px 0px; }

.s-comp94 .s-tile .s-content .s-text {
  font-weight: normal; }

.s-comp94 .s-tile .s-content .s-text {
  color: #3a3c41; }

.s-comp94 .s-tile .s-content .s-text {
  margin: 12px 0px 12px 0px; }

.s-comp94 .s-tile .s-content .read-more {
  font-size: 83%; }

.s-comp94 .s-tile .s-content .read-more {
  font-weight: bold; }

.s-comp94 .s-tile .s-content .read-more {
  color: #276f9d; }

.s-comp94 .s-tile .s-content .read-more {
  line-height: 100%; }

.s-comp94 .s-tile .s-content .read-more i {
  font-size: 0.7em; }

.s-comp94 .s-tile .s-content .read-more i {
  font-weight: normal; }

.s-comp94 .s-tile .s-content .read-more i {
  color: #3a3c41; }

.s-comp94 .s-tile .s-content .read-more i {
  margin: 0px 0px 0px 4px; }

.s-comp94 .s-tile .s-content .read-more i {
  opacity: 0.4; }

.s-comp94 .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-comp94 .s-tile .tile-img {
    padding: 0px 0px 90% 0px; }

  .s-comp94 .s-tile .s-content {
    padding: 36px 24px 36px 24px; } }


/****************************
 Layout
 ****************************/
.yls_portfolio h2 {
  margin-bottom: 48px;
  text-align: center; }

.yls_portfolio .db-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }

.yls_portfolio .db-filter-container {
  width: 100%;
  padding: 0 15px;
  position: relative; }

.yls_portfolio .db-overview-container {
  width: 100%;
  padding: 0 15px; }

.yls_portfolio .db-overview {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
/****************************
 Filter
 ****************************/
.yls_portfolio .db-filter {
  --gap: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin: calc(var(--gap) / -2);
  margin-bottom: calc(48px - var(--gap)); }

.yls_portfolio .yls_btn-filter {
  margin: calc(var(--gap) / 2);
  white-space: nowrap;
  font-size: var(--type-scale_md);
  font-family: var(--headings_font);
  font-weight: 800;
  text-transform: uppercase;
  border: 0;
  outline: 0; }

.yls_portfolio .yls_btn-filter.s-active {
  background: var(--color_secondary-500);
  color: #fff; }
/****************************
 Results
 ****************************/
.yls_portfolio .db-overview {
  --gap: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: calc(var(--gap) / -2); }

.yls_portfolio .yls_db-item {
  width: var(--w_4-12);
  padding: calc(var(--gap) / 2); }

@media only screen and (max-width: 991px) {
  .yls_portfolio .db-overview {
    --gap: 30px;
    flex-direction: column;
    align-items: center; }

  .yls_portfolio .yls_db-item {
    width: 100%;
    max-width: 540px; } }
/****************************
 Error
 ****************************/
.yls_portfolio .s-text.no-results {
  text-align: center;
  margin-top: 72px;
  font-size: var(--type-scale_lg);
  font-weight: 600;
  color: var(--color_secondary-700); }
/****************************
 Load More
 ****************************/
.yls_portfolio .s-load__more {
  display: none; }
/****************************
 Button List
 ****************************/
.yls_portfolio .yls_btn-list {
  justify-content: center;
  margin-top: 48px; }

.s-comp95 {
  position: relative; }


/*********************
 COMP LAYOUT
 *********************/
.s-comp96 {
  margin-top: 0;
  margin-bottom: var(--comp-spacing_outer); }

.s-comp96 .yls_container > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  border-radius: var(--border-radius_lg);
  overflow: hidden; }

.s-comp96 .yls_container > .row > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0;
  background: var(--color_primary-200); }

.s-comp96 .yls_container > .row > div:first-child {
  border: 2px solid var(--color_primary-300);
  border-right-width: 0; }

.s-comp96 .yls_container > .row > div:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px;
  background: var(--color_primary-500); }

.s-comp96 .yls_container > .row > div:last-child > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0; }

.s-comp96 .yls_container > .row > div:last-child h2, .s-comp96 .yls_container > .row > div:last-child h3, .s-comp96 .yls_container > .row > div:last-child h4, .s-comp96 .yls_container > .row > div:last-child h5, .s-comp96 .yls_container > .row > div:last-child .yls_text, .s-comp96 .yls_container > .row > div:last-child .s-text, .s-comp96 .opening-hours .time-container {
  color: var(--color_secondary-200); }

.s-comp96 h3 {
  margin-bottom: 16px;
  font-size: var(--type-scale_xl); }

.s-comp96 .yls_container > .row > div:last-child .yls_text a {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #fff 50%); }

.s-comp96 .yls_container > .row > div:last-child .yls_text a:hover {
  color: var(--color_primary-600); }

.s-comp96 .s-plugin {
  width: 100%; }

.s-comp96 .yls_container > .row > div:last-child iframe {
  height: 100%; }

@media only screen and (max-width: 991px) {
  .s-comp96 .yls_container > .row {
    flex-direction: column-reverse; } }

@media only screen and (max-width: 480px) {
  .s-comp96 .yls_container > .row > div:last-child {
    padding: 36px 30px; } }
/*********************
 OPENING HOURS
 *********************/
.s-comp96 .opening-hours-container {
  margin-top: 36px;
  margin-bottom: 12px; }

.s-comp96 .opening-hours {
  --gap: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: calc(var(--gap) / -2) 0; }

.s-comp96 .opening-hours .time-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: calc(var(--gap) / 2) 0; }

.s-comp96 .opening-hours .time-container .day {
  min-width: 120px;
  font-weight: 600; }

.s-comp96 .opening-hours .time-container .time {
  width: 100%; }
/*********************
 TILE
 *********************/
.s-comp96 .s-tile {
  background: transparent;
  border-radius: 0;
  box-shadow: none; }

.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; }
/*
 .s-comp96 .s-tile h2,
 .s-comp96 .s-tile .yls_text,
 .s-comp96 .s-tile label {
 color: #fff;
 }
 */
/*********************
 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 .s-radio__indicator {
  position: relative; }

.s-comp96 .s-radio__indicator:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: var(--primary);
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.12;
  pointer-events: none; }

.s-comp96 .s-radio__label:hover .s-radio__indicator:after {
  transform: scale(2.2); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-group__radio input:checked + .s-radio__label .s-radio__indicator:after {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1; }
/*
 .s-comp96 .smC11783SmSn1p3T2-style.s-form svg {
 -webkit-transition: all .38s cubic-bezier(0.165, 0.84, 0.44, 1);
 -moz-transition: all .38s cubic-bezier(0.165, 0.84, 0.44, 1);
 transition: all .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, .s-comp96 .smC11783SmSn1p3T2-style.s-form .s-checkbox__opts, .s-comp96 .smC11783SmSn1p3T2-style.s-form .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;
  margin-top: 4px !important; }

.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); }
/*********************
 Linked Data
 *********************/
.s-comp96 .s-input[readonly] {
  margin-top: 4px !important;
  background: var(--color_secondary-200) !important;
  border: 0 !important; }
/*********************
 MESSAGES
 *********************/
.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-direction: column !important;
  flex-wrap: wrap; }

.s-comp96 .s-field__submit .yls_text {
  width: 100%;
  margin: 0 0 15px 0;
  opacity: 0.833;
  line-height: 1.44;
  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 {
  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(255, 255, 255, 0); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__input .s-input {
  border: 2px solid rgba(35, 100, 141, 0.1); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__input .s-input {
  border-top: 0px solid rgba(35, 100, 141, 0); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__input .s-input {
  border-left: 0px solid rgba(35, 100, 141, 0); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__input .s-input {
  border-right: 0px solid rgba(35, 100, 141, 0); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__input .s-input {
  outline: 0px solid rgba(35, 100, 141, 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(35, 100, 141, 0.4); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__input .s-input:hover {
  border-top: 0px solid rgba(35, 100, 141, 0); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__input .s-input:hover {
  border-left: 0px solid rgba(35, 100, 141, 0); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__input .s-input:hover {
  border-right: 0px solid rgba(35, 100, 141, 0); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__input .s-input:focus {
  background-color: rgba(35, 100, 141, 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 {
  font-size: 1rem; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__textarea .s-textarea {
  background-color: rgba(255, 255, 255, 0); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__textarea .s-textarea {
  border: 2px solid rgba(35, 100, 141, 0.1); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__textarea .s-textarea {
  border-top: 0px solid rgba(35, 100, 141, 0); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__textarea .s-textarea {
  border-left: 0px solid rgba(35, 100, 141, 0); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__textarea .s-textarea {
  border-right: 0px solid rgba(35, 100, 141, 0); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__textarea .s-textarea {
  outline: 0px solid rgba(35, 100, 141, 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(35, 100, 141, 0.4); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__textarea .s-textarea:hover {
  border-top: 0px solid rgba(35, 100, 141, 0); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__textarea .s-textarea:hover {
  border-left: 0px solid rgba(35, 100, 141, 0); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__textarea .s-textarea:hover {
  border-right: 0px solid rgba(35, 100, 141, 0); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__textarea .s-textarea:focus {
  background-color: rgba(35, 100, 141, 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 {
  font-size: 1em; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__select .s-select {
  color: #3a3c41; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__select .s-select {
  line-height: 1.2; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__select .s-select {
  border: 2px solid rgba(35, 100, 141, 0.1); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__select .s-select {
  padding: 0.482em 0.482em 0.482em 0.482em; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__select .s-select:focus {
  border: 2px solid rgba(58, 60, 65, 0.4); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__select .s-select:focus {
  outline: 0px solid rgba(58, 60, 65, 0);
  outline-offset: 0px; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-group__checkbox .s-checkbox__opts + .s-label {
  padding: 20px 0px 8px 0px; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-group__checkbox .s-checkbox__opts {
  margin: 0px -15px -4px -15px; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-group__checkbox .s-check__label {
  margin: 0px 15px 0px 15px; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-group__checkbox .s-check__label .s-check__indicator {
  border: 2px solid #f3f6f3; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-group__checkbox .s-check__label:hover .s-check__indicator {
  border: 2px solid #276f9d; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-group__checkbox input:checked + .s-check__label .s-check__indicator {
  border: 2px solid #276f9d; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-group__checkbox input:checked + .s-check__label .s-check__indicator svg {
  fill: #276f9d; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-group__radio {
  margin: 0px 0px 10px 0px; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-group__radio .s-radio__opts + .s-label {
  margin: 20px 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 0px 15px; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-group__radio .s-radio__label .s-radio__info {
  color: rgba(58, 60, 65, 0.8); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-group__radio .s-radio__label:hover .s-radio__info {
  color: #3a3c41; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-group__radio input:checked + .s-radio__label .s-radio__info {
  color: #3a3c41; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-group__radio .s-radio__label .s-radio__indicator {
  border: 2px solid rgba(58, 60, 65, 0.2); }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-group__radio .s-radio__label:hover .s-radio__indicator {
  border: 2px solid #276f9d; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-group__radio input:checked + .s-radio__label .s-radio__indicator {
  border: 2px solid #276f9d; }

.s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-group__radio input:checked + .s-radio__label .s-radio__indicator svg {
  fill: #276f9d; }

.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__info, .s-comp96 .smC11783SmSn1p3T2-style.s-form .s-field__wrapper.s-field__upload .s-upload__label {
  min-height: 35px;
  max-height: none; }

.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; }

@media (max-width: 480px) {
  .s-comp96 .s-img__wrapper.smC11783SmSn1p3T9-style {
    margin: 0px auto 36px auto; } }


.s-comp98 {
  position: relative; }


.yls_ds > .yls_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }
/****************************
 Rows
 ****************************/
.yls_ds-row:not(:last-child) {
  margin-bottom: var(--comp-spacing_outer); }

.yls_ds-row > .yls_container > .yls_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.yls_ds.default .yls_ds-row:nth-child(even) > .yls_container > .yls_row {
  flex-direction: row-reverse; }

.yls_ds.reverse .yls_ds-row:nth-child(odd) > .yls_container > .yls_row {
  flex-direction: row-reverse; }

@media only screen and (max-width: 991px) {
  .yls_ds-row > .yls_container > .yls_row {
    flex-direction: column !important; } }
/****************************
 Visual
 ****************************/
.yls_ds-visual {
  width: var(--w_6-12); }

.yls_ds-visual-img {
  position: relative;
  width: 100%;
  padding-bottom: 120%;
  box-shadow: var(--shadow_xl);
  border-radius: var(--border-radius_lg); }

.yls_ds-visual-img img {
  border-radius: inherit; }

@media only screen and (max-width: 991px) {
  .yls_ds-visual {
    width: 100%;
    max-width: 540px;
    margin-bottom: 36px; } }
/****************************
 Content
 ****************************/
.yls_ds-content {
  width: var(--w_5-12); }

.yls_ds-content .yls_linked-img {
  width: auto;
  opacity: 0.8; }

.yls_ds-content .yls_linked-img:hover {
  opacity: 1; }

.yls_ds-content .yls_linked-img img {
  overflow: hidden;
  border-radius: var(--border-radius_md);
  box-shadow: var(--shadow_lg); }

@media only screen and (max-width: 991px) {
  .yls_ds-content {
    width: 100%;
    max-width: 540px; } }

.s-comp99 {
  position: relative; }


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

.yls_comp100:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 90vw;
  height: 90vw;
  content: '';
  background: var(--color_secondary-300);
  border-radius: 50%;
  opacity: 0.3; }

.yls_comp100 .yls_container {
  position: relative;
  z-index: 10; }

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

.yls_comp100 .yls_feat-list-wrapper {
  --gap: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: calc(var(--gap) / -2); }

.yls_comp100 .yls_feat-list-wrapper::after {
  content: "";
  display: table;
  clear: both; }

.yls_comp100 .yls_feat-list-item {
  width: 33.333%;
  padding: calc(var(--gap) / 2); }

.yls_comp100 .yls_feat-list-item > .yls_spacer {
  --gap: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: calc(var(--gap) / -2) 0; }

.yls_comp100 .yls_feat-list-item > .yls_spacer::after {
  content: "";
  display: table;
  clear: both; }

.yls_comp100 .yls_feat-list-item > .yls_spacer > .yls_spacer-item {
  margin: calc(var(--gap) / 2) 0; }

.yls_comp100 .yls_feat-list-icon {
  position: relative;
  width: 108px;
  height: 108px;
  margin: 0 auto;
  background: var(--color_primary-600);
  border-radius: 50%; }

.yls_comp100 .yls_feat-list-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  max-height: 50%; }

.yls_comp100 .yls_feat-list-item h3 {
  margin-bottom: 0;
  text-align: center;
  font-size: var(--type-scale_xl);
  font-family: var(--body_font);
  font-weight: 600;
  color: var(--color_secondary-700);
  line-height: var(--type-scale-rel_lg);
  letter-spacing: -0.04em; }

.yls_comp100 .yls_feat-list-item .yls_text {
  text-align: center; }

@media only screen and (max-width: 991px) {
  .yls_comp100 .yls_feat-list-item {
    width: 50%; }

  .yls_comp100 .yls_feat-list-icon {
    width: 96px;
    height: 96px; } }

@media only screen and (max-width: 480px) {
  .yls_comp100 .yls_feat-list-wrapper {
    flex-direction: column;
    align-items: center; }

  .yls_comp100 .yls_feat-list-item {
    width: 100%; }

  .yls_comp100 .yls_feat-list-icon {
    width: 72px;
    height: 72px; } }

.s-comp100 {
  position: relative; }


.yls_cta__tile {
  padding: var(--comp-spacing_inner) 72px;
  background: var(--color_secondary-200);
  border-radius: var(--border-radius_lg); }

.yls_cta h2 {
  max-width: 24ch;
  margin: 0 auto -0.2em auto;
  font-size: var(--type-scale_xl-3);
  text-align: center; }

.yls_cta .yls_text {
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
  font-size: var(--type-scale_lg);
  text-align: center; }

.yls_cta .yls_btn-list {
  justify-content: center; }

@media only screen and (max-width: 480px) {
  .yls_cta h2 {
    font-size: var(--type-scale_xl-1); } }

.s-comp101 {
  position: relative; }


.yls_linked-tiles h2 {
  text-align: center;
  margin: 0; }

.yls_linked-tiles > .yls_container > .yls_wrapper {
  --gap: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: calc(var(--gap) / -2) 0; }

.yls_linked-tiles > .yls_container > .yls_wrapper > * {
  margin: calc(var(--gap) / 2) 0; }

.yls_linked-tiles-list {
  --gap: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: calc(var(--gap) / -2); }

.yls_linked-tiles-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: var(--w_3-12);
  padding: calc(var(--gap) / 2); }

.yls_linked-tiles .yls_partner {
  width: 100%;
  overflow: hidden;
  border-radius: var(--border-radius_lg);
  box-shadow: var(--shadow_lg);
  background: #fff; }

.yls_linked-tiles .yls_partner-img {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  background: transparent; }

.yls_linked-tiles .yls_partner-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  max-height: 50%; }

.yls_linked-tiles-item:nth-child(4) .yls_partner-img img {
  max-width: 86%; }

.yls_linked-tiles .yls_partner-content {
  padding: 30px 24px;
  border-top: 6px solid var(--color_secondary-400); }

.yls_linked-tiles .yls_partner-content h3 {
  font-size: var(--type-scale_lg); }

.yls_linked-tiles .yls_partner-content h3 i {
  margin-top: -0.04em;
  margin-left: var(--type-scale-rel_xs);
  font-size: var(--type-scale-rel_xs-2);
  vertical-align: middle;
  color: var(--color_secondary-400); }

.yls_linked-tiles .yls_partner-content .yls_text {
  max-width: 42ch;
  line-height: var(--type-scale-rel_xl);
  color: var(--color_primary-800);
  opacity: 0.8; }

@media only screen and (max-width: 991px) {
  .yls_linked-tiles-list {
    --gap: 30px; }

  .yls_linked-tiles-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%; }

  .yls_linked-tiles .yls_card .yls_card-content h3 {
    font-size: var(--type-scale_xl); } }

@media only screen and (max-width: 480px) {
  .yls_linked-tiles-item {
    width: 100%; } }

.s-comp102 {
  position: relative; }


.yls_announcement {
  position: relative;
  z-index: 10;
  margin-top: calc((var(--comp-spacing_outer) / -1) - 48px); }

.yls_announcement-tile {
  padding: 60px;
  background: #fff;
  border-radius: var(--border-radius_lg);
  box-shadow: var(--shadow_xl); }

.yls_announcement-tile > .yls_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.yls_announcement-content {
  width: var(--w_7-12); }

.yls_announcement-tile .yls_badge {
  margin-bottom: 12px; }

.yls_announcement-tile h2 {
  margin-bottom: -0.2em; }

.yls_announcement-tile .yls_text {
  max-width: 600px; }

.yls_announcement-actions {
  width: var(--w_4-12); }

.yls_announcement-actions .yls_btn-list {
  justify-content: center; }

@media only screen and (max-width: 991px) {
  .yls_announcement .yls_container {
    max-width: 100%;
    padding: 0 48px; }

  .yls_announcement-tile > .yls_wrapper {
    flex-direction: column;
    justify-content: center; }

  .yls_announcement-content {
    width: 100%; }

  .yls_announcement-content > * {
    align-items: center;
    margin-bottom: 0; }

  .yls_announcement-content > * > * {
    text-align: center; }

  .yls_announcement-tile h2 {
    font-size: var(--type-scale_xl-2); }

  .yls_announcement-actions {
    width: 100%; } }

@media only screen and (max-width: 991px) {
  .yls_announcement .yls_container {
    padding: 0 12px; }

  .yls_announcement-tile {
    padding: 48px 30px; }

  .yls_announcement-tile h2 {
    font-size: var(--type-scale_xl-1); } }

.s-comp103 {
  position: relative; }


.yls_reservation .yls_container > .yls_spacer {
  --gap: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: calc(var(--gap) / -2); }

.yls_reservation-plugin {
  width: var(--w_6-12);
  padding: calc(var(--gap) / 2); }

#etc_online {
  width: 100%;
  max-height: 640px;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: var(--shadow_xl);
  border-radius: var(--border-radius_md); }

.yls_reservation-content {
  width: var(--w_5-12);
  padding: calc(var(--gap) / 2); }

.yls_reservation-content h2, .yls_reservation-content h3 {
  margin-bottom: -0.2em; }

.yls_opening-times {
  --gap: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: calc(var(--gap) / -2); }

.yls_opening-times-item {
  padding: calc(var(--gap) / 2); }

.yls_opening-times-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.yls_opening-times-item > .yls_spacer {
  --gap: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  margin: 0 calc(var(--gap) / -2); }

.yls_opening-times-day, .yls_opening-times-hours {
  padding: 0 calc(var(--gap) / 2); }

.yls_opening-times-day {
  min-width: 130px;
  font-weight: var(--font-weight_bold);
  font-family: var(--headings_font); }

.s-comp104 {
  position: relative; }


/****************************
 Component Settings
 ****************************/
.yls_socialcta .yls_container {
  max-width: 100%;
  padding: 0; }

.yls_socialcta__wrapper {
  --gap: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  min-height: 60vh;
  margin: 0 calc(var(--gap) / -2); }

.yls_socialcta__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 0 calc(var(--gap) / 2); }

@media only screen and (max-width: 991px) {
  .yls_socialcta__wrapper {
    flex-direction: column;
    min-height: 0;
    margin: calc(var(--gap) / -2) 0; }

  .yls_socialcta__item {
    width: 100%;
    padding: calc(var(--gap) / 2) 0; } }
/****************************
 Call-To-Action
 ****************************/
.yls_socialcta__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 96px;
  padding-right: calc(( 100vw - var(--breakpoint) ) / 2);
  background: var(--color_primary-500); }

.yls_socialcta__inner-wrapper {
  max-width: 540px; }

.yls_socialcta__inner h2 {
  color: #fff; }

.yls_socialcta__inner h2 i {
  display: block;
  margin-bottom: var(--type-scale-rel_xs-3);
  font-size: var(--type-scale-rel_lg);
  color: var(--color_primary-400); }

.yls_socialcta__inner .yls_text {
  margin-bottom: var(--type-scale-rel_xl-2);
  font-size: var(--type-scale_lg);
  color: var(--color_primary-300); }

.yls_socialcta__inner .yls_text:empty {
  display: none; }

@media only screen and (max-width: 991px) {
  .yls_socialcta__inner {
    height: auto;
    padding: 72px 48px; }

  .yls_socialcta__inner-wrapper {
    margin: 0 auto; }

  .yls_socialcta__inner h2, .yls_socialcta__inner .yls_text {
    text-align: center; }

  .yls_socialcta__inner .yls_btn-list {
    justify-content: center; } }

@media only screen and (max-width: 480px) {
  .yls_socialcta__inner {
    padding: var(--comp-spacing_inner) 24px; }

  .yls_socialcta__inner .yls_text {
    font-size: var(--type-scale_md); } }
/****************************
 Carousel
 ****************************/
.yls_socialcta__item:nth-child(1) {
  justify-content: flex-end;
  position: relative;
  padding: 0; }

@media only screen and (min-width: 1280px) {
  .yls_socialcta__item:nth-child(1) {
    padding-left: calc(( 100vw - var(--breakpoint) ) / 2); } }

.yls_socialcta__item:nth-child(1) > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; }

.yls_quotes-carousel {
  position: relative;
  z-index: 10;
  max-width: clamp(0px, 600px, 100%);
  margin-left: auto;
  padding: 48px;
  background: var(--color_secondary-200);
  border-radius: var(--border-radius_lg) 0 0 0;
  box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.04), 0 -8px 32px rgba(0, 0, 0, 0.08); }

.yls_quotes-carousel-title {
  position: absolute;
  top: 0;
  right: 48px;
  transform: translate(0, -50%);
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  background: var(--color_secondary-400);
  border-radius: var(--border-radius_md);
  box-shadow: var(--shadow_md); }

.yls_quotes-carousel-title h3 {
  margin: 0;
  padding: 0.5em 0.833em;
  font-size: var(--type-scale_lg);
  color: var(--color_secondary-700); }

.yls_quotes-carousel-title i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-height: 48px;
  background: var(--color_secondary-500);
  border-radius: inherit;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: var(--color_secondary-200);
  font-size: var(--type-scale_xl);
  pointer-events: none; }

.yls_quotes-carousel-instance {
  max-width: 100%; }

.yls_quotes-carousel-item {
  max-width: 576px;
  margin: 0 auto; }

.yls_quotes-carousel-item .yls_text {
  text-align: center;
  font-size: var(--type-scale_md);
  line-height: var(--type-scale-rel_xl);
  font-weight: 400;
  color: var(--color_secondary-800); }

.yls_quotes-carousel-item-name {
  margin-top: var(--type-scale-rel_md);
  font-size: var(--type-scale_sm);
  line-height: 1;
  font-weight: 800;
  opacity: 0.8; }

.yls_quotes-carousel-instance .swiper-pagination {
  display: none;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin-top: 24px;
  font-weight: var(--font-weight_bold); }

.yls_quotes-carousel-instance .swiper-button {
  display: none;
  width: 48px;
  height: 48px;
  background: var(--color_secondary-700);
  border-radius: var(--border-radius_md); }

.yls_quotes-carousel-instance .swiper-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--type-scale_sm);
  color: #fff; }

.yls_quotes-carousel-instance .swiper-button-prev i {
  padding: 0 0.1em 0 0; }

.yls_quotes-carousel-instance .swiper-button-next i {
  padding: 0 0 0 0.1em; }

.yls_quotes-carousel-instance .swiper-button:after {
  display: none; }

@media only screen and (max-width: 991px) {
  .yls_socialcta__item:nth-child(1) > img {
    display: none; }

  .yls_quotes-carousel {
    max-width: 100%;
    margin-left: 0;
    padding: 72px 48px;
    box-shadow: none; }

  .yls_quotes-carousel-title {
    position: absolute;
    top: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%); }

  .yls_quotes-carousel-item {
    max-width: 540px; } }

.s-comp105 {
  position: relative; }


.yls_db-aanbod {
  margin-top: var(--comp-spacing_inner); }

.yls_db-aanbod h1 {
  margin: 0 auto var(--type-scale-rel_xs) auto;
  text-align: center; }

.yls_db-aanbod .yls_text {
  max-width: 52ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
  font-size: var(--type-scale_lg);
  text-align: center;
  color: var(--color_body-light); }

.yls_db-aanbod h1:empty {
  display: none; }

.yls_db-aanbod .yls_db-overview {
  --gap-x: 30px;
  --gap-y: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: calc(var(--gap-y) / -2) calc(var(--gap-x) / -2); }

.yls_db-aanbod .yls_db-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  padding: calc(var(--gap-y) / 2) calc(var(--gap-x) / 2); }

@media only screen and (max-width: 991px) {
  .yls_db-aanbod .yls_container {
    max-width: 100%;
    padding: 0 48px; }

  .yls_db-aanbod .yls_db-item {
    width: 50%; } }

@media only screen and (max-width: 480px) {
  .yls_db-aanbod .yls_container {
    padding: 0 24px; }

  .yls_db-aanbod .yls_db-item {
    width: 100%; } }

.s-comp110 {
  position: relative; }


.yls_team {
  position: relative; }

.yls_team .yls_container {
  position: relative;
  z-index: 20; }

.yls_team > .yls_container > .yls_wrapper {
  --gap: 48px; }

.yls_team-intro h2, .yls_team-intro h3, .yls_team-intro h4, .yls_team-intro h5, .yls_team-intro h6 {
  margin-top: -0.2em;
  text-align: center; }

.yls_team-intro h2:last-child, .yls_team-intro h3:last-child, .yls_team-intro h4:last-child, .yls_team-intro h5:last-child, .yls_team-intro h6:last-child {
  margin-bottom: 0; }

.yls_team-intro .yls_text {
  max-width: 52ch;
  margin-left: auto;
  margin-right: auto;
  font-size: var(--type-scale_lg);
  text-align: center; }

.yls_team-wrapper {
  --gap: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: calc(var(--gap) / -2); }

.yls_team-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: var(--w_3-12);
  padding: calc(var(--gap) / 2); }

.yls_team-card {
  --img_width: 120px;
  --img_height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: calc(var(--img_height) / 2);
  padding: 0 24px 48px 24px;
  background: var(--color_primary-200);
  border: 2px solid var(--color_primary-300);
  border-radius: var(--border-radius_lg); }

.yls_team-img {
  position: relative;
  z-index: 1;
  width: var(--img_width);
  height: var(--img_height);
  margin-top: calc(var(--img_height) / -2);
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: var(--shadow_lg); }

.yls_team-content {
  width: 100%; }

.yls_team-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: calc(var(--gap) / -2) 0; }

.yls_team-content > .yls_team-content-wrapper {
  --gap: 24px; }

.yls_team-content > .yls_team-content-wrapper > .yls_team-content-item > .yls_team-content-wrapper {
  --gap: 4px; }

.yls_team-content-wrapper > .yls_team-content-item {
  padding: calc(var(--gap) / 2) 0; }

.yls_team-content > .yls_team-content-wrapper > .yls_team-content-item:last-child {
  display: none; }

.yls_team-content h3 {
  margin: 0 0 2px 0;
  text-align: center;
  font-family: var(--body_font);
  font-weight: 600;
  line-height: var(--type-scale-rel_lg);
  letter-spacing: -0.04em; }

.yls_team-content-wrapper > .yls_team-content-item:first-child h2, .yls_team-content-wrapper > .yls_team-content-item:first-child h3, .yls_team-content-wrapper > .yls_team-content-item:first-child h4 {
  font-size: var(--type-scale_lg); }

.yls_team-content .yls_text {
  text-align: center;
  line-height: var(--type-scale-rel_xl);
  color: var(--color_primary-900); }

.yls_team-content .yls_text b {
  font-weight: 600;
  opacity: 0.8; }

.yls_team-content .yls_social-media {
  justify-content: center; }

@media only screen and (max-width: 991px) {
  .yls_team-item {
    width: 50%; } }

@media only screen and (max-width: 480px) {
  .yls_team-item {
    width: 100%; }

  .yls_team-card {
    --img_width: 140px;
    --img_height: 140px; }

  .yls_team-intro .yls_text {
    font-size: var(--type-scale_md); } }
/****************************
 Table
 ****************************/
.yls_team-table {
  --gap-x: 30px;
  --gap-y: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: calc(var(--gap-y) / -2) calc(var(--gap-x) / -2); }

.yls_team-table__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: var(--w_3-12);
  padding: calc(var(--gap-y) / 2) calc(var(--gap-x) / 2);
  text-align: center; }

.yls_team-table__item div {
  font-size: var(--type-scale_lg);
  line-height: var(--type-scale-rel_lg);
  letter-spacing: -0.04em;
  font-weight: 600;
  color: var(--color_primary-600); }

.yls_team-table__item div i {
  font-size: var(--type-scale_md);
  font-style: normal;
  font-weight: normal;
  color: #373a3c; }

@media only screen and (max-width: 991px) {
  .yls_team-table__item {
    width: var(--w_4-12); }

  .yls_team-table__item div {
    font-size: var(--type-scale_md); } }

@media only screen and (max-width: 480px) {
  .yls_team-table__item {
    width: var(--w_6-12); } }

.s-comp113 {
  position: relative; }


.s-comp114 {
  margin-top: calc(var(--comp-spacing_outer) * -1);
  padding: var(--comp-spacing_outer); }

.s-comp114 .intro-container {
  width: 100%;
  padding: 72px;
  background: var(--color_secondary-300);
  border-radius: var(--border-radius_sm); }

.s-comp114 h2 {
  text-align: center; }

.s-comp114 .yls_text {
  max-width: 54ch;
  margin: 0 auto;
  text-align: center;
  font-size: var(--type-scale_lg); }

@media only screen and (min-width: 481px) {
  .s-comp114 .yls_text ul {
    display: inline-block;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    column-gap: 60px; }

  .s-comp114 .yls_text ul > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; } }

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

  .s-comp114 .container {
    max-width: 100%;
    padding: 0 48px; }

  .s-comp114 .intro-container {
    padding: 60px; } }

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

  .s-comp114 .intro-container {
    padding: 0;
    background: transparent; }

  .s-comp114 .yls_text {
    font-size: var(--type-scale_md); } }

.s-comp114 .s-title-h3 h3 {
  text-align: center; }

.s-comp114 .s-title-h4 h4 {
  text-align: center; }

.s-comp114 .s-title-h5 h5 {
  text-align: center; }

.s-comp114 .s-title-h6 h6 {
  text-align: center; }

.s-comp114 .s-text {
  font-size: 1.2rem; }

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

.s-comp114 .s-text {
  margin: 0px auto 0px auto; }

.s-comp114 .s-text {
  min-width: 0px;
  max-width: 650px; }

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

.s-comp114 .s-button-list {
  text-align: center; }

.s-comp114 .s-button-list .s-btn {
  width: auto; }

.s-comp114 .s-button-list .s-btn {
  margin: 4px 4px 4px 4px; }

.s-comp114 .s-button-list .s-btn-alt {
  width: auto; }

.s-comp114 .s-button-list .s-btn-alt {
  margin: 4px 4px 4px 4px; }

@media (max-width: 480px) {
  .s-comp114 .s-text {
    font-size: 1rem; }

  .s-comp114 .s-button-list .s-btn {
    width: 100%; }

  .s-comp114 .s-button-list .s-btn {
    margin: 4px 0px 4px 0px; }

  .s-comp114 .s-button-list .s-btn-alt {
    width: 100%; }

  .s-comp114 .s-button-list .s-btn-alt {
    margin: 4px 0px 4px 0px; } }


.yls_jobs-carousel-item {
  --gap: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  padding: 60px 45px;
  background: #fff; }

.yls_jobs-carousel-item .intro-container, .yls_jobs-carousel-item .info-container {
  padding: 0 calc(var(--gap) / 2); }

.yls_jobs-carousel-item .intro-container > .yls_spacer, .yls_jobs-carousel-item .info-container > .yls_spacer {
  --gap: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: calc(var(--gap) / -2) 0; }

.yls_jobs-carousel-item .intro-container > .yls_spacer > .yls_spacer-item, .yls_jobs-carousel-item .info-container > .yls_spacer > .yls_spacer-item {
  margin: 0;
  padding: calc(var(--gap) / 2) 0; }

.yls_jobs-carousel-item h2 {
  margin-bottom: -0.2em; }

.yls_jobs-carousel-item h3 {
  margin-bottom: -0.6em; }

.yls_jobs-carousel-instance.swiper {
  overflow: visible; }

.yls_jobs-carousel-instance .swiper-slide {
  -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_jobs-carousel-instance .swiper-slide:not(.swiper-slide-active) {
  opacity: 0;
  pointer-events: none; }

@media only screen and (max-width: 991px) {
  .yls_jobs-carousel-item {
    --gap: 30px;
    flex-direction: column;
    padding: 45px 36px; }

  .yls_jobs-carousel-item .intro-container, .yls_jobs-carousel-item .info-container {
    padding: calc(var(--gap) / 2) 0; } }

@media only screen and (max-width: 991px) {
  .yls_jobs-carousel-item {
    padding: 21px 30px; } }
/****************************
 Pagination
 ****************************/
.yls_jobs-carousel-instance .swiper-pagination {
  bottom: -24px;
  line-height: 0; }

.yls_jobs-carousel-instance .swiper-pagination-bullet-active {
  background: var(--color_secondary-500); }
/****************************
 Navigation
 ****************************/
.yls_jobs-carousel-instance .swiper-button {
  width: 60px;
  height: 60px;
  margin: 0;
  background: var(--color_primary-500);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 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); }

.yls_jobs-carousel-instance .swiper-button-prev {
  left: 0;
  transform: translate(-50%, -50%); }

.yls_jobs-carousel-instance .swiper-button-next {
  right: 0;
  transform: translate(50%, -50%); }

.yls_jobs-carousel-instance .swiper-button-disabled {
  display: none;
  opacity: 0; }

.yls_jobs-carousel-instance .swiper-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--type-scale_sm);
  color: #fff; }

.yls_jobs-carousel-instance .swiper-button-prev i {
  padding: 0 0.1em 0 0; }

.yls_jobs-carousel-instance .swiper-button-next i {
  padding: 0 0 0 0.1em; }

.yls_jobs-carousel-instance .swiper-button:after {
  display: none; }

@media only screen and (max-width: 480px) {
  .yls_jobs-carousel-instance .swiper-button {
    width: 40px;
    height: 40px; } }

.s-comp115 {
  position: relative; }


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

.yls_ot .yls_container {
  position: relative;
  z-index: 10; }
/***** Layout *****/
.yls_ot-wrapper {
  --gap: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 calc(var(--gap) / -2); }

.yls_ot.dir_default .yls_ot-wrapper {
  flex-direction: row; }

.yls_ot.dir_reverse .yls_ot-wrapper {
  flex-direction: row-reverse; }

.yls_ot-wrapper > div {
  padding: 0 calc(var(--gap) / 2); }

.yls_ot-wrapper > div:nth-child(1) {
  position: relative;
  z-index: 5;
  width: var(--w_4-12);
  padding-right: 60px;
  background: #fff; }

.yls_ot.dir_default .yls_ot-wrapper > div:nth-child(1) {
  margin-right: var(--w_1-12); }

.yls_ot.dir_reverse .yls_ot-wrapper > div:nth-child(1) {
  margin-left: var(--w_1-12); }

.yls_ot-wrapper > div:nth-child(2) {
  position: relative;
  z-index: 1;
  width: var(--w_7-12); }
/****************************
 Intro
 ****************************/
.yls_ot-intro {
  position: relative;
  z-index: 20;
  height: 100%;
  padding: 0; }

.yls_ot.dir_default .yls_ot-intro {
  padding-right: 96px; }

.yls_ot.dir_reverse .yls_ot-intro {
  padding-left: 96px; }

.yls_ot-intro > .yls_wrapper {
  --gap: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin: calc(var(--gap) / -2) 0; }

.yls_ot-intro > .yls_wrapper > div {
  padding: calc(var(--gap) / 2) 0; }

.yls_ot-intro .yls_text {
  font-size: var(--type-scale_lg); }
/****************************
 Info
 ****************************/
.yls_ot-carousel-item {
  position: relative; }

.yls_ot-carousel-item .yls_card .yls_card-img {
  padding-bottom: 120%; }
/****************************
 Carousel
 ****************************/
.yls_ot-carousel-instance {
  overflow: visible; }

.yls_ot-carousel-instance .swiper-slide {
  -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); }
/***** States *****/
.yls_ot-carousel-instance .swiper-slide:not(.swiper-slide-visible), .yls_ot-carousel-instance .swiper-slide.swiper-slide-visible:not(.swiper-slide-active):not(.swiper-slide-next) {
  opacity: 0;
  pointer-events: none; }
/***** Navigation *****/
.yls_ot-carousel-instance .swiper-button {
  position: absolute;
  top: calc(50% - 44px);
  width: 48px;
  height: 48px;
  margin: 0;
  background: var(--color_secondary-700);
  border-radius: var(--border-radius_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_ot-carousel-instance .swiper-button-prev {
  left: -72px;
  transform: translate(0, -50%); }

.yls_ot-carousel-instance .swiper-button-next {
  right: -72px;
  transform: translate(0, -50%); }

.yls_ot-carousel-instance .swiper-button.swiper-button-disabled {
  opacity: 0; }

.yls_ot-carousel-instance .swiper-button:before, .yls_ot-carousel-instance .swiper-button:after {
  display: none; }

.yls_ot-carousel-instance .swiper-button i {
  color: #fff; }

@media only screen and (max-width: 1600px) {
  .yls_ot-carousel-instance .swiper-button-prev {
    left: -60px; }

  .yls_ot-carousel-instance .swiper-button-next {
    right: -60px; } }
/***** Pagination *****/
.yls_ot-carousel-instance .swiper-pagination {
  --gap: 8px;
  /*
   position: absolute;
   left: 50%;
   bottom: calc( var(--comp-spacing_inner) / -2 );
   transform: translate(-50%, 0);
   */
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 36px auto 0 auto; }

.yls_ot-carousel-instance .swiper-pagination-bullet {
  margin: 0 calc(var(--gap) / 2) !important;
  background: var(--color_secondary-700); }

.s-comp117 {
  position: relative; }


.yls_homeintro__wrapper {
  --gap: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 calc(var(--gap) / -2); }

.yls_homeintro__item:first-child {
  width: var(--w_6-12);
  margin-left: calc(var(--gap) / 2);
  padding: 72px;
  background: var(--color_primary-200);
  border: 2px solid var(--color_primary-300);
  border-radius: var(--border-radius_lg); }

.yls_homeintro__item:last-child {
  width: var(--w_5-12);
  padding: 0 calc(var(--gap) / 2); }

.yls_homeintro__list {
  --gap: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%; }

.yls_homeintro__service {
  padding: calc(var(--gap) / 2) 0; }

.yls_homeintro__service > a {
  display: inline-block;
  text-decoration: none; }

.yls_homeintro__service h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: var(--type-scale-rel_xs-4);
  font-size: var(--type-scale_xl-1);
  color: var(--color_secondary-800); }

.yls_homeintro__service h3 i:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 48px;
  height: 48px;
  margin-right: var(--type-scale-rel_sm);
  background: var(--color_secondary-500);
  font-size: var(--type-scale-rel_sm);
  border-radius: var(--border-radius_md);
  color: #fff; }

.yls_homeintro__service h3 i:last-child {
  margin-left: auto;
  color: var(--color_secondary-500);
  font-size: var(--type-scale_lg); }

.yls_homeintro__service .yls_text {
  color: var(--color_secondary-800); }
/* Hover */
.yls_homeintro__service > a:hover h3 i:first-child {
  background: var(--color_secondary-300);
  border-radius: 25%;
  color: var(--color_secondary-700); }

.yls_homeintro__service > a:hover h3 i:last-child {
  transform: translate(40%, 0);
  color: var(--color_secondary-400); }

.yls_homeintro__service > a:hover .yls_text {
  opacity: 0.4; }

.s-comp118 {
  position: relative; }


.yls_news__wrapper {
  --angle: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border-radius: var(--border-radius_lg);
  box-shadow: var(--shadow_xl); }

.yls_news__item {
  width: 50%; }

@media only screen and (max-width: 991px) {
  .yls_news__wrapper {
    flex-direction: column-reverse; }

  .yls_news__item {
    width: 100%; } }
/****************************
 Image
 ****************************/
.yls_news__item:last-child {
  position: relative; }

.yls_news__image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: calc(100% + ( var(--angle) / 2 ));
  height: 100%;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, var(--angle) 100%); }

.yls_news__item:last-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; }

@media only screen and (max-width: 991px) {
  .yls_news__image {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    padding-bottom: 61.8%;
    clip-path: none; }

  .yls_news__item:last-child img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); } }
/****************************
 Content
 ****************************/
.yls_news__item:first-child {
  padding: 96px; }

.yls_news__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 540px;
  height: 100%; }

.yls_news__inner h2 > i {
  display: block;
  margin-bottom: var(--type-scale-rel_xs-3);
  font-size: var(--type-scale-rel_md);
  color: var(--color_primary-400); }

.yls_news__inner .yls_text {
  margin-bottom: var(--type-scale-rel_xl-2); }

.yls_news__inner .yls_text:empty {
  display: none; }

@media only screen and (max-width: 991px) {
  .yls_news__item:first-child {
    padding: 48px; } }

@media only screen and (max-width: 480px) {
  .yls_news__item:first-child {
    padding: 36px 30px; } }

.s-comp119 {
  position: relative; }


.s-comp121 .yls_container {
  display: flex;
  flex-direction: column;
  align-items: center; }
/* Default css from Default Button */
.s-comp121 .s-btn.smC22154SmSn1p3T3-style, .s-comp121 .s-btn-alt.smC22154SmSn1p3T3-style {
  position: relative;
  display: inline-block; }

.s-comp121 {
  position: relative; }

.s-comp121 .s-btn-alt.smC22154SmSn1p3T3-style {
  margin: 40px auto 0px auto; }


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

.yls_partners h2.contains-logo {
  --gap: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: calc(var(--gap) / -2);
  margin-bottom: 48px; }

.yls_partners h2.contains-logo > * {
  padding: calc(var(--gap) / 2); }

.yls_partners h2.contains-logo img {
  width: auto;
  height: 2.8em; }

.yls_partners-grid {
  --gap: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin: calc(var(--gap) / -2); }

.yls_partners-grid-item {
  width: 20%;
  padding: calc(var(--gap) / 2);
  /*
   border: 2px solid rgba(0, 0, 0, 0.1);
   border-bottom-width: 0;
   border-left-width: 0;
   */ }
/*
 .yls_partners-grid-item:nth-child(-n+5) {
 border-top-width: 0;
 }
 .yls_partners-grid-item:nth-child(5n) {
 border-right-width: 0;
 }
 */
.yls_partners-logo {
  position: relative;
  width: 100%;
  height: 100px;
  /*padding-bottom: 50%;*/ }

.yls_partners-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  max-height: 50%; }

@media only screen and (max-width: 480px) {
  .yls_partners-grid-item {
    width: var(--w_6-12);
    padding: calc(var(--gap) / 2);
    /*border: none;*/ }

  .yls_partners-logo img {
    max-width: 70%;
    max-height: 70%; } }

.s-comp122 {
  position: relative; }


.yls_obj__intro {
  --gap: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 calc(var(--gap) / -2);
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 2px solid var(--color_primary-200); }

.yls_obj__intro-col {
  padding: 0 calc(var(--gap) / 2); }

.yls_obj__intro-col:first-child {
  flex-grow: 1; }

.yls_obj__intro .yls_text {
  max-width: 60ch;
  font-size: var(--type-scale_lg); }

.yls_obj__list-wrapper {
  --gap: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin: calc(var(--gap) / -2); }

.yls_obj__item {
  flex-grow: 1;
  flex-shrink: 1;
  width: var(--w_4-12);
  padding: calc(var(--gap) / 2); }

.yls_obj__icon {
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  background: var(--color_secondary-400);
  border-radius: var(--border-radius_md); }

.yls_obj__icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color_secondary-600);
  font-size: var(--type-scale_xl-1); }

.yls_obj__icon i.fa-user-friends {
  font-size: var(--type-scale_xl); }

.yls_obj__info h3 {
  margin-bottom: var(--type-scale-rel_xs-3);
  font-size: var(--type-scale_xl); }

.yls_obj__info .yls_text {
  max-width: 40ch; }

@media only screen and (max-width: 991px) {
  .yls_obj .yls_container {
    max-width: 554px; }

  .yls_obj__intro {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: calc(var(--gap) / -2) 0;
    margin-bottom: 45px;
    padding-bottom: 30px; }

  .yls_obj__intro .yls_text {
    font-size: var(--type-scale_md); }

  .yls_obj__intro-col {
    padding: calc(var(--gap) / 2) 0; }

  .yls_obj__list-wrapper {
    --gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: calc(var(--gap) / -2); }

  .yls_obj__item {
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
    max-width: 554px;
    padding: calc(var(--gap) / 2); }

  .yls_obj__info .yls_text {
    max-width: none; } }

.s-comp123 {
  position: relative; }


/* DONATION MODULE */
.s-comp124 {
  /*max-height: 668px;
   overflow-y: auto;*/ }
  .s-comp124 .s-flex.smC18318SmSn1p3T3i5-style .s-hidden {
    display: none !important; }
    .s-comp124 .s-flex.smC18318SmSn1p3T3i5-style .s-label:empty {
      display: none; }
    .s-comp124 .s-flex.smC18318SmSn1p3T3i5-style .s-flex__wrapper {
      display: flex;
      justify-content: space-between; }
      .s-comp124 .s-flex.smC18318SmSn1p3T3i5-style .s-flex__wrapper.flex-2 > * {
        width: calc(50% - 15px); }
    .s-comp124 .s-flex.smC18318SmSn1p3T3i5-style .s-flex.smC18318SmSn1p3T3i6-style .s-content.smC18318SmSn1p3T3i16-style {
      flex: 1; }
    .s-comp124 .s-flex.smC18318SmSn1p3T3i5-style .s-content.smC18318SmSn1p3T3i7-style {
      display: flex;
      justify-content: center;
      align-items: center; }
      .s-comp124 .s-flex.smC18318SmSn1p3T3i5-style .s-content.smC18318SmSn1p3T3i7-style svg {
        display: none; }
      .s-comp124 .s-flex.smC18318SmSn1p3T3i5-style .s-content.smC18318SmSn1p3T3i7-style.s-complete svg {
        display: block; }
    .s-comp124 .s-flex.smC18318SmSn1p3T3i5-style .s-content__wrapper {
      display: grid; }
      .s-comp124 .s-flex.smC18318SmSn1p3T3i5-style .s-content__wrapper > .s-flex.smC18318SmSn1p3T3i8-style {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 1;
        grid-row-end: 1;
        opacity: 0;
        visibility: hidden; }
        .s-comp124 .s-flex.smC18318SmSn1p3T3i5-style .s-content__wrapper > .s-flex.smC18318SmSn1p3T3i8-style.s-active {
          opacity: 1;
          visibility: visible; }
    .s-comp124 .s-flex.smC18318SmSn1p3T3i5-style .s-radio__opts {
      display: grid;
      grid-template-columns: repeat(2, 1fr); }
      .s-comp124 .s-flex.smC18318SmSn1p3T3i5-style .s-radio__opts .s-radio__wrapper:not(:nth-last-child(2)):not(:nth-last-child(1)) .s-optin__info {
        border-bottom: 0; }
        .s-comp124 .s-flex.smC18318SmSn1p3T3i5-style .s-radio__opts .s-radio__wrapper:not(:nth-child(odd)) .s-optin__info {
          border-left: 0; }
        .s-comp124 .s-flex.smC18318SmSn1p3T3i5-style .s-radio__opts .s-radio__wrapper:nth-child(2n+1):first-child .s-optin__info {
          border-top-left-radius: var(--border-radius_md); }
          .s-comp124 .s-flex.smC18318SmSn1p3T3i5-style .s-radio__opts .s-radio__wrapper:nth-child(2n+1):nth-last-child(2) .s-optin__info {
            border-bottom-left-radius: var(--border-radius_md); }
        .s-comp124 .s-flex.smC18318SmSn1p3T3i5-style .s-radio__opts .s-radio__wrapper:nth-child(2n+2):nth-child(2) .s-optin__info {
          border-top-right-radius: var(--border-radius_md); }
          .s-comp124 .s-flex.smC18318SmSn1p3T3i5-style .s-radio__opts .s-radio__wrapper:nth-child(2n+2):last-child .s-optin__info {
            border-bottom-right-radius: var(--border-radius_md); }
      .s-comp124 .s-flex.smC18318SmSn1p3T3i5-style .s-radio__opts .s-optin__label .s-optin__info {
        display: flex;
        justify-content: center;
        align-items: center; }
/****************************
 FLEX (COMP)
 ****************************/
.s-comp124 .s-flex.smC11783SmSn1p3T3i4-style {
  position: relative; }
/****************************
 FLEX (COLUMN)
 ****************************/
.s-comp124 .s-flex.smC11783SmSn1p3T3i5-style {
  position: relative; }
/****************************
 BLOCKQUOTE
 ****************************/
.s-comp124 .s-quote.smC11783SmSn1p3T3i12-style {
  position: relative; }

.s-comp124 .s-quote.smC11783SmSn1p3T3i12-style:before, .s-comp124 .s-quote.smC11783SmSn1p3T3i12-style:after {
  content: '"'; }
/****************************
 BUTTON LIST
 ****************************/
.s-comp124 .s-btn.smC11783SmSn1p3T3i8-style, .s-comp124 .s-btn-alt.smC11783SmSn1p3T3i8-style {
  position: relative; }
/****************************
 EMBED/IFRAME
 ****************************/
.s-comp124 .s-plugin.smC11783SmSn1p3T3i11-style {
  overflow: hidden; }

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

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

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

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

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

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

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

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

.s-comp124 .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-comp124 .gallery.grid-4 > .row > div, .s-comp124 .gallery.grid-5 > .row > div {
    width: 50%; } }

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

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

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

.s-comp124 .s-logo__link.smC11783SmSn1p3T3i13-style .s-logo {
  max-width: 100%;
  max-height: 100%; }

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

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

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

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

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

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

.s-comp124 .s-img__wrapper.smC11783SmSn1p3T3i4-style .s-img[src=""], .s-comp124 .s-img__wrapper.smC11783SmSn1p3T3i4-style .s-img[src*="placehold.it"] {
  display: none; }
/* Default css from Flex */
.s-comp124 .s-flex.smC18318SmSn1p3T3i5-style {
  position: relative; }
/* Default css from Flex */
.s-comp124 .s-flex.smC18318SmSn1p3T3i6-style {
  position: relative; }
/* Default css from Flex */
.s-comp124 .s-flex.smC18318SmSn1p3T3i8-style {
  position: relative; }
/* Default css from Header 3 */
.s-comp124 h3.smC18318SmSn1p3T3i9-style {
  position: relative; }
/* Default css from Text Field */
.s-comp124 .s-field__input.smC18318SmSn1p3T3i10-style {
  position: relative;
  display: flex;
  flex-direction: column-reverse; }

.s-comp124 .s-field__input.smC18318SmSn1p3T3i10-style input::-moz-placeholder, .s-comp124 .s-field__input.smC18318SmSn1p3T3i10-style input::-webkit-input-placeholder {
  opacity: 1; }

.s-comp124 .s-field__input.smC18318SmSn1p3T3i10-style .s-input {
  -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-comp124 .s-field__input.smC18318SmSn1p3T3i10-style .s-label {
  margin: 0; }

.s-comp124 .s-field__input input::placeholder {
  opacity: 0.4; }
/* Default css from Dropdown */
.s-comp124 .s-field__select.smC18318SmSn1p3T3i11-style {
  position: relative;
  display: flex;
  flex-direction: column-reverse; }

.s-comp124 .s-field__select.smC18318SmSn1p3T3i11-style .s-select {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  border: 1px solid #cecece;
  border-radius: 0;
  padding: 0.375rem 0.75rem;
  margin: 0;
  flex-grow: 1;
  cursor: pointer; }

.s-comp124 .s-field__select.smC18318SmSn1p3T3i11-style .s-label {
  margin: 0; }
/* Default css from Opt-in */
.s-comp124 .s-field__optin.smC18318SmSn1p3T3i12-style {
  position: relative;
  display: flex;
  flex-direction: column-reverse; }

.s-comp124 .s-field__optin.smC18318SmSn1p3T3i12-style .s-optin__input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0; }

.s-comp124 .s-field__optin.smC18318SmSn1p3T3i12-style .s-optin__label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  margin: 0; }

.s-comp124 .s-field__optin.smC18318SmSn1p3T3i12-style .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-comp124 .s-field__optin.smC18318SmSn1p3T3i12-style .s-optin__label .s-optin__indicator svg {
  display: none;
  flex-shrink: 0; }

.s-comp124 .s-field__optin.smC18318SmSn1p3T3i12-style .s-optin__input:checked + label svg {
  display: block; }
/* Default css from Flex */
.s-comp124 .s-flex.smC18318SmSn1p3T3i13-style {
  position: relative; }
/* Default css from Default Button w/ Icon */
.s-comp124 .s-btn.smC18318SmSn1p3T3i14-style, .s-comp124 .s-btn-alt.smC18318SmSn1p3T3i14-style {
  position: relative; }

.s-comp124 .s-btn.smC18318SmSn1p3T3i14-style .s-text, .s-comp124 .s-btn-alt.smC18318SmSn1p3T3i14-style .s-text {
  display: inline-block; }
/* Default css from Primary Button */
.s-comp124 .s-btn.smC18318SmSn1p3T3i15-style {
  position: relative; }
/* Default css from Opt-in */
.s-comp124 .s-field__optin.smC18318SmSn1p3T3i17-style {
  position: relative;
  display: flex;
  flex-direction: column-reverse; }

.s-comp124 .s-field__optin.smC18318SmSn1p3T3i17-style .s-optin__input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0; }

.s-comp124 .s-field__optin.smC18318SmSn1p3T3i17-style .s-optin__label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  margin: 0; }

.s-comp124 .s-field__optin.smC18318SmSn1p3T3i17-style .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-comp124 .s-field__optin.smC18318SmSn1p3T3i17-style .s-optin__label .s-optin__indicator svg {
  display: none;
  flex-shrink: 0; }

.s-comp124 .s-field__optin.smC18318SmSn1p3T3i17-style .s-optin__input:checked + label svg {
  display: block; }
/* Default css from Default Text */
.s-comp124 .s-text.smC18318SmSn1p3T3i18-style {
  position: relative; }

.s-comp124 .s-text.smC18318SmSn1p3T3i18-style u {
  text-decoration: none; }
/* Default css from Opt-in */
.s-comp124 .s-field__optin.smC18318SmSn1p3T3i19-style {
  position: relative;
  display: flex;
  flex-direction: column-reverse; }

.s-comp124 .s-field__optin.smC18318SmSn1p3T3i19-style .s-optin__input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0; }

.s-comp124 .s-field__optin.smC18318SmSn1p3T3i19-style .s-optin__label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  margin: 0; }

.s-comp124 .s-field__optin.smC18318SmSn1p3T3i19-style .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-comp124 .s-field__optin.smC18318SmSn1p3T3i19-style .s-optin__label .s-optin__indicator svg {
  display: none;
  flex-shrink: 0; }

.s-comp124 .s-field__optin.smC18318SmSn1p3T3i19-style .s-optin__input:checked + label svg {
  display: block; }
/* Default css from Loader */
:root {
  --sm-loader-color-smC18318SmSn1p3T3i21-style: var(--sm-loader-color);
  --sm-loader-display-smC18318SmSn1p3T3i21-style: none; }

.s-comp124 .s-loader.smC18318SmSn1p3T3i21-style {
  display: var(--sm-loader-display-smC18318SmSn1p3T3i21-style); }

.s-comp124 .s-loader.smC18318SmSn1p3T3i21-style.s-loader__inactive {
  visibility: hidden;
  opacity: 0;
  pointer-events: none; }

.s-comp124 .s-loader.smC18318SmSn1p3T3i21-style.s-loader__active {
  display: flex;
  visibility: visible;
  opacity: 1;
  pointer-events: auto; }

.s-comp124 .s-loader.smC18318SmSn1p3T3i21-style.s-loader__hidden {
  display: none; }

.s-comp124 .s-loader.smC18318SmSn1p3T3i21-style .sm-loader-plane, .s-comp124 .s-loader.smC18318SmSn1p3T3i21-style .sm-loader-chase-dot:before, .s-comp124 .s-loader.smC18318SmSn1p3T3i21-style .sm-loader-bounce-dot, .s-comp124 .s-loader.smC18318SmSn1p3T3i21-style .sm-loader-wave-rect, .s-comp124 .s-loader.smC18318SmSn1p3T3i21-style .sm-loader-pulse, .s-comp124 .s-loader.smC18318SmSn1p3T3i21-style .sm-loader-flow-dot, .s-comp124 .s-loader.smC18318SmSn1p3T3i21-style .sm-loader-swing-dot, .s-comp124 .s-loader.smC18318SmSn1p3T3i21-style .sm-loader-circle-dot:before, .s-comp124 .s-loader.smC18318SmSn1p3T3i21-style .sm-loader-circle-fade-dot:before, .s-comp124 .s-loader.smC18318SmSn1p3T3i21-style .sm-loader-grid-cube, .s-comp124 .s-loader.smC18318SmSn1p3T3i21-style .sm-loader-fold-cube:before, .s-comp124 .s-loader.smC18318SmSn1p3T3i21-style .sm-loader-wander-cube {
  background-color: var(--sm-loader-color-smC18318SmSn1p3T3i21-style); }

.s-comp124 .s-loader.smC18318SmSn1p3T3i21-style .sm-loader-chase-line {
  border-color: var(--sm-loader-color-smC18318SmSn1p3T3i21-style) transparent transparent transparent; }

.s-comp124 .s-loader.smC18318SmSn1p3T3i21-style .sm-loader-spinner {
  border-color: var(--sm-loader-color-smC18318SmSn1p3T3i21-style) transparent transparent var(--sm-loader-color-smC18318SmSn1p3T3i21-style); }
/* Default css from Default Text */
.s-comp124 .s-text.smC18318SmSn1p3T3i22-style {
  position: relative; }

.s-comp124 .s-text.smC18318SmSn1p3T3i22-style u {
  text-decoration: none; }
/* Default css from Default Text */
.s-comp124 .s-text.smC18318SmSn1p3T3i23-style {
  position: relative; }

.s-comp124 .s-text.smC18318SmSn1p3T3i23-style u {
  text-decoration: none; }
/****************************
 Custom CSS
 ****************************/
.s-comp124 .donation-form {
  overflow: hidden;
  box-shadow: var(--shadow_lg);
  border-radius: var(--border-radius_lg); }

.s-comp124 .donation-form > div:first-child {
  position: sticky;
  top: 0;
  height: 72px;
  min-height: 72px; }

.s-comp124 .donation-form .s-content__wrapper {
  height: auto !important;
  overflow: hidden; }

.s-comp124 .donation-form .s-content__wrapper form {
  height: auto;
  max-height: calc(100vh - var(--height_header) - 72px) !important;
  padding: 48px 40px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior-block: none; }

.s-comp124 .donation-form .s-content__wrapper form::-webkit-scrollbar {
  display: none; }

.s-comp124 .donation-form form:not(.s-active) {
  height: 0; }

.s-comp124 .donation-form h3.smC18318SmSn1p3T3i9-style {
  font-size: var(--type-scale_xl); }

.s-comp124 .donation-form input, .s-comp124 .donation-form button {
  outline: 0; }
/***** Input *****/
.s-comp124 .donation-form input {
  border-radius: var(--border-radius_md) !important; }
/***** Toggle *****/
.s-comp124 .s-flex.smC18318SmSn1p3T3i5-style .s-radio__opts .s-optin__label .s-optin__info {
  border: 2px solid var(--color_secondary-300);
  font-weight: 600;
  -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); }
/* Hover */
.s-comp124 .s-field__optin.smC18318SmSn1p3T3i17-style .s-optin__label:hover .s-optin__info {
  background: var(--color_secondary-300); }
/* Active */
.s-comp124 .s-field__optin.smC18318SmSn1p3T3i17-style input:checked + .s-optin__label .s-optin__info {
  background: var(--color_secondary-500);
  border-color: var(--color_secondary-500);
  color: #fff; }

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

.s-comp124 {
  position: relative; }

.s-comp124 .s-flex.smC11783SmSn1p3T3i4-style {
  display: flex !important;
  flex-direction: row; }

.s-comp124 .s-flex.smC11783SmSn1p3T3i4-style {
  flex-wrap: wrap; }

.s-comp124 .s-flex.smC11783SmSn1p3T3i4-style {
  align-items: flex-start; }

.s-comp124 .s-flex.smC11783SmSn1p3T3i5-style {
  margin: 0px 0px 0px 0px; }

.s-comp124 .s-flex.smC11783SmSn1p3T3i5-style {
  display: flex !important;
  flex-direction: row; }

.s-comp124 .s-flex.smC11783SmSn1p3T3i5-style {
  flex-wrap: wrap; }

.s-comp124 .s-text.smC11783SmSn1p3T3i7-style {
  margin: 0px 0px 36px 0px; }

.s-comp124 .s-img__wrapper.smC11783SmSn1p3T3i9-style {
  margin: 0px 0px 36px 0px; }

.s-comp124 .s-plugin.smC11783SmSn1p3T3i11-style {
  box-shadow: 0px 0px 15px 0px rgba(11, 11, 11, 0.1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(11, 11, 11, 0.1); }

.s-comp124 .s-plugin.smC11783SmSn1p3T3i11-style {
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

.s-comp124 .s-plugin.smC11783SmSn1p3T3i11-style {
  width: 100%; }

.s-comp124 .s-plugin.smC11783SmSn1p3T3i11-style {
  height: 450px; }

.s-comp124 .s-plugin.smC11783SmSn1p3T3i11-style {
  margin: 0px 0px 36px 0px; }

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

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

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

.s-comp124 blockquote.smC11783SmSn1p3T3i12-style {
  margin: 0px 0px 36px 0px; }

.s-comp124 .s-logo__link.smC11783SmSn1p3T3i13-style a {
  height: 60px; }

.s-comp124 .s-logo__link.smC11783SmSn1p3T3i13-style {
  margin: 0px 0px 36px 0px; }

.s-comp124 .s-logo__link.smC11783SmSn1p3T3i13-style {
  display: flex;
  flex-direction: row; }

.s-comp124 .s-logo__link.smC11783SmSn1p3T3i13-style {
  flex-wrap: wrap; }

.s-comp124 .s-logo__link.smC11783SmSn1p3T3i13-style {
  justify-content: center; }

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

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

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

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

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

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

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

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

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

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

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

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

.s-comp124 .icon-list .icons div.icon i {
  color: #3a3c41; }

.s-comp124 .icon-list .icons a.icon {
  background-color: #276f9d; }

.s-comp124 .icon-list .icons a.icon {
  box-shadow: 0px 0px 8px 0px rgba(39, 111, 157, 0.2);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(39, 111, 157, 0.2); }

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

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

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

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

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

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

.s-comp124 .icon-list .icons a.icon i {
  color: #fff; }

.s-comp124 .icon-list .icons a.icon:hover {
  background-color: #61765f; }

.s-comp124 .icon-list .icons a.icon:hover {
  box-shadow: 0px 0px 8px 0px rgba(97, 118, 95, 0.2);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(97, 118, 95, 0.2); }

.s-comp124 .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-comp124 .logo-list {
  margin: 0px 0px 36px 0px; }

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

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

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

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

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

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

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

.s-comp124 .s-card.smC11783SmSn1p3T3i15-style {
  margin: 0px 0px 36px 0px; }

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

.s-comp124 .s-tile .s-logo__link.smC11783SmSn1p3T3i13-style {
  display: flex;
  flex-direction: row; }

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

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

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

.s-comp124 .gallery .s-grid-img {
  box-shadow: 0px 0px 15px 0px rgba(11, 11, 11, 0.1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(11, 11, 11, 0.1); }

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

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

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

.s-comp124 .s-counter.smC18318SmSn1p3T3i3-style {
  display: flex;
  flex-direction: column; }

.s-comp124 .s-counter.smC18318SmSn1p3T3i3-style {
  align-items: center; }

.s-comp124 .s-counter.smC18318SmSn1p3T3i3-style .s-counter__item .s-item__value {
  display: flex;
  flex-direction: row; }

.s-comp124 .s-counter.smC18318SmSn1p3T3i3-style .s-counter__item .s-item__value {
  align-items: center; }

.s-comp124 .s-counter.smC18318SmSn1p3T3i3-style .s-counter__icon svg {
  width: 20px; }

.s-comp124 .s-flex.smC18318SmSn1p3T3i5-style {
  display: flex !important;
  flex-direction: column; }

.s-comp124 .s-flex.smC18318SmSn1p3T3i6-style {
  background: linear-gradient(90deg, #276f9d 0%, #276f9d 100%); }

.s-comp124 .s-flex.smC18318SmSn1p3T3i6-style {
  box-shadow: 0px 15px 30px 0px rgba(39, 111, 157, 0.2);
  -webkit-box-shadow: 0px 15px 30px 0px rgba(39, 111, 157, 0.2); }

.s-comp124 .s-flex.smC18318SmSn1p3T3i6-style {
  height: 72px; }

.s-comp124 .s-flex.smC18318SmSn1p3T3i6-style {
  padding: 0px 40px 0px 50px; }

.s-comp124 .s-flex.smC18318SmSn1p3T3i6-style {
  display: flex !important;
  flex-direction: row; }

.s-comp124 .s-flex.smC18318SmSn1p3T3i6-style {
  justify-content: space-between; }

.s-comp124 .s-flex.smC18318SmSn1p3T3i6-style {
  align-items: center; }

.s-comp124 .s-content.smC18318SmSn1p3T3i7-style {
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%; }

.s-comp124 .s-content.smC18318SmSn1p3T3i7-style {
  border: 2px solid #e9f1f5; }

.s-comp124 .s-content.smC18318SmSn1p3T3i7-style {
  width: 17px; }

.s-comp124 .s-content.smC18318SmSn1p3T3i7-style {
  height: 17px; }

.s-comp124 .s-content.smC18318SmSn1p3T3i7-style.s-active {
  border: 2px solid #8aa887; }

.s-comp124 .s-content.smC18318SmSn1p3T3i7-style.s-complete {
  background-color: #8aa887; }

.s-comp124 .s-content.smC18318SmSn1p3T3i7-style.s-complete {
  border: 3px solid #8aa887; }

.s-comp124 .s-content.smC18318SmSn1p3T3i16-style {
  background-color: #e9f1f5; }

.s-comp124 .s-content.smC18318SmSn1p3T3i16-style {
  height: 2px; }

.s-comp124 .s-content.smC18318SmSn1p3T3i7-style.s-complete + .s-content.smC18318SmSn1p3T3i16-style {
  background-color: #8aa887; }

.s-comp124 .s-flex.smC18318SmSn1p3T3i8-style {
  display: flex !important;
  flex-direction: column; }

.s-comp124 .s-field__input.smC18318SmSn1p3T3i10-style {
  margin: 0px 0px 15px 0px; }

.s-comp124 .s-field__input.smC18318SmSn1p3T3i10-style .s-input + .s-label {
  line-height: 120%; }

.s-comp124 .s-field__input.smC18318SmSn1p3T3i10-style .s-input + .s-label {
  margin: 0px 0px 8px 0px; }

.s-comp124 .s-field__input.smC18318SmSn1p3T3i10-style .s-input {
  font-size: 17px; }

.s-comp124 .s-field__input.smC18318SmSn1p3T3i10-style .s-input {
  font-weight: 500; }

.s-comp124 .s-field__input.smC18318SmSn1p3T3i10-style .s-input {
  color: #23648d; }

.s-comp124 .s-field__input.smC18318SmSn1p3T3i10-style .s-input {
  background-color: rgba(255, 255, 255, 0); }

.s-comp124 .s-field__input.smC18318SmSn1p3T3i10-style .s-input {
  height: 50px; }

.s-comp124 .s-field__select.smC18318SmSn1p3T3i11-style {
  margin: 0px 0px 15px 0px; }

.s-comp124 .s-field__select.smC18318SmSn1p3T3i11-style .s-select + .s-label {
  font-weight: 700; }

.s-comp124 .s-field__select.smC18318SmSn1p3T3i11-style .s-select + .s-label {
  color: rgba(35, 100, 141, 0.6); }

.s-comp124 .s-field__select.smC18318SmSn1p3T3i11-style .s-select + .s-label {
  line-height: 120%; }

.s-comp124 .s-field__select.smC18318SmSn1p3T3i11-style .s-select + .s-label {
  margin: 0px 0px 8px 0px; }

.s-comp124 .s-field__select.smC18318SmSn1p3T3i11-style .s-select {
  font-weight: 500; }

.s-comp124 .s-field__select.smC18318SmSn1p3T3i11-style .s-select {
  color: #23648d; }

.s-comp124 .s-field__select.smC18318SmSn1p3T3i11-style .s-select {
  -webkit-border-radius: 36px 36px 36px 36px;
  border-radius: 36px 36px 36px 36px; }

.s-comp124 .s-field__select.smC18318SmSn1p3T3i11-style .s-select {
  border: 2px solid rgba(35, 100, 141, 0.4); }

.s-comp124 .s-field__select.smC18318SmSn1p3T3i11-style .s-select {
  height: 50px; }

.s-comp124 .s-field__optin.smC18318SmSn1p3T3i17-style {
  margin: 0px 0px 45px 0px; }

.s-comp124 .s-field__optin.smC18318SmSn1p3T3i17-style .s-optin__label .s-optin__info {
  text-align: center; }

.s-comp124 .s-field__optin.smC18318SmSn1p3T3i17-style .s-optin__label .s-optin__info {
  line-height: 135%; }

.s-comp124 .s-field__optin.smC18318SmSn1p3T3i17-style .s-optin__label .s-optin__info {
  width: 100%; }

.s-comp124 .s-field__optin.smC18318SmSn1p3T3i17-style .s-optin__label .s-optin__info {
  height: 45px; }

.s-comp124 .s-text.smC18318SmSn1p3T3i18-style {
  line-height: 120%; }

.s-comp124 .s-text.smC18318SmSn1p3T3i18-style {
  margin: 0px 0px 8px 0px; }

.s-comp124 .s-field__optin.smC18318SmSn1p3T3i19-style {
  margin: 0px 0px 15px 0px; }

.s-comp124 .s-field__optin.smC18318SmSn1p3T3i19-style .s-optin__label .s-optin__indicator {
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%; }

.s-comp124 .s-field__optin.smC18318SmSn1p3T3i19-style .s-optin__label .s-optin__indicator {
  border: 2px solid #276f9d; }

.s-comp124 .s-field__optin.smC18318SmSn1p3T3i19-style .s-optin__label .s-optin__indicator {
  width: 17px; }

.s-comp124 .s-field__optin.smC18318SmSn1p3T3i19-style .s-optin__label .s-optin__indicator {
  height: 17px; }

.s-comp124 .s-field__optin.smC18318SmSn1p3T3i19-style .s-optin__label .s-optin__indicator {
  margin: 0px 10px 0px 0px; }

.s-comp124 .s-field__optin.smC18318SmSn1p3T3i19-style .s-optin__label .s-optin__indicator svg {
  fill: #fff; }

.s-comp124 .s-field__optin.smC18318SmSn1p3T3i19-style input:checked + .s-optin__label .s-optin__indicator {
  background-color: #276f9d; }

.s-comp124 .s-field__optin.smC18318SmSn1p3T3i19-style .s-optin__label .s-optin__indicator {
  -webkit-transition: all 0.22s ease 0s;
  transition: all 0.22s ease 0s; }

.s-comp124 .s-text.smC18318SmSn1p3T3i22-style {
  font-weight: 800; }

.s-comp124 .s-text.smC18318SmSn1p3T3i22-style {
  color: rgba(35, 100, 141, 0.6); }

.s-comp124 .s-text.smC18318SmSn1p3T3i22-style {
  line-height: 120%; }

.s-comp124 .s-text.smC18318SmSn1p3T3i22-style {
  margin: 0px 0px 4px 0px; }

.s-comp124 .s-text.smC18318SmSn1p3T3i23-style {
  font-weight: 600; }

.s-comp124 .s-text.smC18318SmSn1p3T3i23-style {
  line-height: 140%; }

.s-comp124 .s-text.smC18318SmSn1p3T3i23-style {
  margin: 0px 0px 20px 0px; }

.s-comp124 .s-flex.smC18318SmSn1p3T3i13-style {
  margin: 40px 0px 0px 0px; }

.s-comp124 .s-flex.smC18318SmSn1p3T3i13-style {
  padding: 20px 0px 20px 0px; }

.s-comp124 .s-flex.smC18318SmSn1p3T3i13-style {
  display: flex !important;
  flex-direction: row; }

.s-comp124 .s-flex.smC18318SmSn1p3T3i13-style {
  justify-content: space-between; }

.s-comp124 .s-flex.smC18318SmSn1p3T3i13-style {
  align-items: center; }

.s-comp124 .s-link.smC18318SmSn1p3T3i14-style .s-text {
  font-family: '', sans-serif, sans-serif; }

.s-comp124 .s-link.smC18318SmSn1p3T3i14-style .s-text {
  font-size: 1rem; }

.s-comp124 .s-link.smC18318SmSn1p3T3i14-style .s-text {
  font-weight: 700; }

.s-comp124 .s-link.smC18318SmSn1p3T3i14-style .s-text {
  color: #8aa887; }

.s-comp124 .s-link.smC18318SmSn1p3T3i14-style .s-text {
  letter-spacing: 0.06em; }

.s-comp124 .s-link.smC18318SmSn1p3T3i14-style .s-text {
  text-transform: uppercase; }

.s-comp124 .s-link.smC18318SmSn1p3T3i14-style .s-icon svg {
  fill: #8aa887; }

.s-comp124 .s-link.smC18318SmSn1p3T3i14-style .s-icon svg {
  width: 15px; }

.s-comp124 .s-link.smC18318SmSn1p3T3i14-style .s-icon svg {
  height: 15px; }

.s-comp124 .s-link.smC18318SmSn1p3T3i14-style .s-icon {
  margin: 0px 6px 0px 0px; }

.s-comp124 .s-link.smC18318SmSn1p3T3i14-style .s-icon {
  display: inline-flex;
  flex-direction: row; }

.s-comp124 .s-link.smC18318SmSn1p3T3i14-style .s-icon {
  justify-content: center; }

.s-comp124 .s-link.smC18318SmSn1p3T3i14-style .s-icon {
  align-items: center; }

.s-comp124 .s-link.smC18318SmSn1p3T3i14-style {
  background-color: rgba(255, 255, 255, 0); }

.s-comp124 .s-link.smC18318SmSn1p3T3i14-style {
  -webkit-border-radius: 36px 36px 36px 36px;
  border-radius: 36px 36px 36px 36px; }

.s-comp124 .s-link.smC18318SmSn1p3T3i14-style {
  border: 2px solid rgba(35, 100, 141, 0.4); }

.s-comp124 .s-link.smC18318SmSn1p3T3i14-style {
  height: 53px; }

.s-comp124 .s-link.smC18318SmSn1p3T3i14-style {
  display: flex !important;
  flex-direction: row; }

.s-comp124 .s-link.smC18318SmSn1p3T3i14-style {
  align-items: center; }

.s-comp124 .s-btn.smC18318SmSn1p3T3i14-style {
  position: relative; }

.s-comp124 .s-btn.smC18318SmSn1p3T3i14-style .s-icon {
  order: unset; }

.s-comp124 .s-btn.smC18318SmSn1p3T3i14-style:hover .s-icon {
  display: inline-flex;
  flex-direction: row; }

.s-comp124 .s-btn.smC18318SmSn1p3T3i14-style:hover {
  display: flex !important;
  flex-direction: row; }

.s-comp124 .s-btn.smC18318SmSn1p3T3i14-style:hover .s-icon {
  order: unset; }

.s-comp124 .s-btn.smC18318SmSn1p3T3i15-style {
  height: 53px; }

.s-comp124 .s-btn.smC18318SmSn1p3T3i15-style {
  margin: 0px 0px 0px auto; }

.s-comp124 .s-loader.smC18318SmSn1p3T3i21-style {
  background-color: #f3f6f3; }

.s-comp124 .s-loader.smC18318SmSn1p3T3i21-style {
  position: absolute; }

.s-comp124 .s-loader.smC18318SmSn1p3T3i21-style {
  top: 72px;
  bottom: 0px;
  left: 0px;
  right: 0px; }

:root {
  --sm-loader-color-smC18318SmSn1p3T3i21-style: #8aa887;
  border-color: #8aa887; }

.s-comp124 .s-loader.smC18318SmSn1p3T3i21-style .sm-loader__inner {
  width: 60px;
  height: 60px; }

.s-comp124 .s-loader.smC18318SmSn1p3T3i21-style {
  flex-direction: row; }

.s-comp124 .s-loader.smC18318SmSn1p3T3i21-style {
  justify-content: center; }

.s-comp124 .s-loader.smC18318SmSn1p3T3i21-style {
  align-items: center; }

@media (max-width: 768px) {
  .s-comp124 .s-flex.smC11783SmSn1p3T3i5-style {
    margin: 0px 0px 60px 0px; }

  .s-comp124 .s-flex.smC11783SmSn1p3T3i5-style {
    display: flex !important;
    flex-direction: column; }

  .s-comp124 .s-plugin.smC11783SmSn1p3T3i11-style {
    height: 40vh; }

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

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

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

  .s-comp124 .s-flex.smC11783SmSn1p3T3i5-style {
    margin: 0px 0px 30px 0px; }

  .s-comp124 .s-flex.smC11783SmSn1p3T3i5-style {
    display: flex !important;
    flex-direction: column; }

  .s-comp124 .s-img__wrapper.smC11783SmSn1p3T3i9-style {
    margin: 0px auto 36px auto; }

  .s-comp124 .s-plugin.smC11783SmSn1p3T3i11-style {
    height: 60vh; }

  .s-comp124 .s-logo__link.smC11783SmSn1p3T3i13-style a {
    height: 40px; }

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

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

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

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


.s-comp125 {
  min-height: 60vh;
  padding: var(--comp-spacing_outer) 0; }
/* Default css from Default Text */
.s-comp125 .s-text.smC18318SmSn1p3T4i20-style {
  position: relative; }

.s-comp125 .s-text.smC18318SmSn1p3T4i20-style u {
  text-decoration: none; }

.s-comp125 {
  position: relative; }

.s-comp125 .s-text.smC18318SmSn1p3T4i20-style {
  font-size: 30px; }

.s-comp125 .s-text.smC18318SmSn1p3T4i20-style {
  font-weight: 500; }

.s-comp125 .s-text.smC18318SmSn1p3T4i20-style {
  color: #0b0b0b; }

.s-comp125 .s-text.smC18318SmSn1p3T4i20-style {
  text-align: center; }


.yls_fl {
  margin-bottom: 0;
  padding: var(--comp-spacing_inner);
  background: var(--color_secondary-200); }

.yls_fl h2.intro {
  margin-bottom: 48px;
  text-align: center; }

.yls_fl h2.intro:empty {
  display: none; }

.yls_fl__wrapper {
  --gap: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin: calc(var(--gap) / -2); }

.yls_fl__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  width: auto;
  max-width: 50%;
  padding: calc(var(--gap) / 2); }

.yls_fl__card {
  width: 100%;
  padding: 48px;
  box-shadow: var(--shadow_lg);
  background: #fff;
  border-radius: var(--border-radius_lg); }

.yls_fl__icon {
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  background: var(--color_secondary-400);
  border-radius: var(--border-radius_md); }

.yls_fl__icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color_secondary-600);
  font-size: var(--type-scale_xl-1); }

.yls_fl__icon i.fa-user-friends {
  font-size: var(--type-scale_xl); }

.yls_fl__info h3 {
  margin-bottom: var(--type-scale-rel_xs-3);
  font-size: var(--type-scale_xl); }

.yls_fl__info .yls_text {
  max-width: 52ch; }

@media only screen and (max-width: 991px) {
  .yls_fl {
    margin-bottom: var(--comp-spacing_outer);
    padding: 0;
    background: transparent; }

  .yls_fl__item {
    max-width: 100%; } }

@media only screen and (max-width: 480px) {
  .yls_fl__card {
    padding: 36px 30px; } }

.s-comp126 {
  position: relative; }


.s-comp127 {
  position: relative; }


.yls_interview__wrapper {
  --gap: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 840px;
  margin: calc(var(--gap) / -2) auto; }

.yls_interview .yls_wrapper-item {
  width: 100%;
  padding: calc(var(--gap) / 2) 0; }

.yls_interview h2 {
  font-size: var(--type-scale_xl-1); }

.yls_interview h3 {
  font-size: var(--type-scale_lg);
  color: var(--color_primary-800);
  opacity: 0.6; }

.yls_interview .img {
  display: inline-block;
  width: 100%; }

.yls_interview .img img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 75vh;
  margin: 0 auto;
  border-radius: var(--border-radius_lg);
  box-shadow: var(--shadow_xl); }

.s-comp128 {
  position: relative; }


.yls_services-overview {
  margin-bottom: var(--comp-spacing_inner);
  padding: calc(var(--comp-spacing_inner) / 2) 0;
  background: var(--color_primary-200); }

@media only screen and (max-width: 991px) {
  .yls_services-overview .yls_container {
    max-width: 100%;
    padding: 0 48px; } }

@media only screen and (max-width: 480px) {
  .yls_services-overview .yls_container {
    padding: 0 24px; } }
/****************************
 Header
 ****************************/
.yls_services-overview__header {
  --gap: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: calc(var(--gap) / -2); }

.yls_services-overview__header > * {
  padding: calc(var(--gap) / 2); }

.yls_services-overview__header-title > div {
  --gap: 1.44rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: calc(var(--gap) / -2); }

.yls_services-overview__header-title > div > * {
  padding: calc(var(--gap) / 2);
  line-height: 1; }

.yls_services-overview__header h6 {
  display: inline-block;
  margin-bottom: 0;
  font-size: var(--type-scale_xl-3);
  font-weight: 600;
  color: var(--color_headings);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.06em;
  opacity: 0.4; }

.yls_services-overview__header-title i {
  margin-top: 0.5em; }

.yls_services-overview__header h1 {
  margin-bottom: 0;
  font-size: var(--type-scale_xl-3); }

@media only screen and (max-width: 991px) {
  .yls_services-overview__header h1, .yls_services-overview__header h6 {
    font-size: var(--type-scale_xl-2); }

  .yls_services-overview__header-title i {
    margin-top: 0.3em; } }

@media only screen and (max-width: 480px) {
  .yls_services-overview__header h1, .yls_services-overview__header h6 {
    font-size: var(--type-scale_xl-1); } }

.s-comp129 {
  position: relative; }


.yls_filter .yls_filter__container {
  display: inline-block;
  margin-bottom: calc(var(--comp-spacing_inner) / 2);
  padding: 36px;
  background: var(--color_primary-200);
  border-radius: var(--border-radius_md); }

.yls_filter [class*="yls_btn"]:not([class*="label"]):not([class*="list"]) i {
  font-size: var(--type-scale-rel_md); }

.s-comp130 {
  position: relative; }


/*-start-block-2-*/
/* Default css from Image */
.s-comp131 .s-img__wrapper.smC22154SmSn1p3T3-style {
  position: relative; }

.s-comp131 .s-img__wrapper.smC22154SmSn1p3T3-style .s-img {
  width: 100%;
  height: 100%; }

.s-comp131 .s-img__wrapper.smC22154SmSn1p3T3-style .s-img[src=""] {
  display: none; }
/*-end-block-2-*/
/*-start-block-3-*/
/* Default css from Default Title */
.s-comp131 h1.smC22154SmSn1p3T4-style, .s-comp131 h2.smC22154SmSn1p3T4-style, .s-comp131 h3.smC22154SmSn1p3T4-style, .s-comp131 h4.smC22154SmSn1p3T4-style, .s-comp131 h5.smC22154SmSn1p3T4-style, .s-comp131 h6.smC22154SmSn1p3T4-style {
  position: relative; }
/*-end-block-3-*/
.s-comp131 .s-img__wrapper.smC22154SmSn1p3T5-style {
  position: relative; }

.s-comp131 .s-img__wrapper.smC22154SmSn1p3T5-style .s-img {
  width: 100%;
  height: 100%; }

.s-comp131 .s-img__wrapper.smC22154SmSn1p3T5-style .s-img[src=""] {
  display: none; }

.s-comp131 {
  margin: 0px 0px 150px 0px; }

.s-comp131 {
  position: relative; }

.s-comp131 .s-img__wrapper.smC22154SmSn1p3T3-style {
  width: 85px; }

.s-comp131 .s-img__wrapper.smC22154SmSn1p3T3-style .s-img {
  object-fit: cover; }

.s-comp131 .s-img__wrapper.smC22154SmSn1p3T3-style .s-img {
  object-position: center center; }

.s-comp131 h1.smC22154SmSn1p3T4-style {
  font-size: 40px; }

.s-comp131 .s-img__wrapper.smC22154SmSn1p3T5-style .s-img {
  object-fit: cover; }

.s-comp131 .s-img__wrapper.smC22154SmSn1p3T5-style .s-img {
  object-position: center center; }


.s-comp131  {display: flex;flex-direction: column;align-items: center;}.s-comp131 .s-comp-grid {--container-max: 1140px;--gutter-min: 15px;display: flex;flex-direction: row;flex-wrap: wrap;align-items: flex-start;justify-content: center;width: 100%;height: 100%;max-width: calc(1140px + 40px);margin: -20px;padding-left: 15px;padding-right: 15px;grid-template-columns: unset;grid-template-rows: unset;}/* start block-2 */.s-comp131 .block-2 > * {flex: initial;}.s-comp131 .block-2 {min-width: 0;min-height: 0;display: flex;visibility: visible;pointer-events: auto;z-index: 0;order: 1;width: calc(33% - 40px);height: auto;margin: 20px;align-items: stretch;justify-content: center;overflow: visible;}/* end block-2 *//* start block-3 */.s-comp131 .block-3 > * {flex: initial;}.s-comp131 .block-3 {min-width: 0;min-height: 0;display: flex;visibility: visible;pointer-events: auto;z-index: 1;order: 0;width: calc(100% - 40px);height: auto;margin: 20px;align-items: flex-start;justify-content: center;overflow: visible;}/* end block-3 */@media (max-width: 1200px) {.s-comp131  {display: flex;flex-direction: column;align-items: center;}.s-comp131 .s-comp-grid {--container-max: 1140px;--gutter-min: 15px;display: flex;flex-direction: row;flex-wrap: wrap;align-items: flex-start;justify-content: center;width: 100%;height: 100%;max-width: calc(1140px + 40px);margin: -20px;padding-left: 15px;padding-right: 15px;grid-template-columns: unset;grid-template-rows: unset;}} @media (max-width: 768px) {.s-comp131  {display: flex;flex-direction: column;align-items: center;}.s-comp131 .s-comp-grid {--container-max: 960px;--gutter-min: 15px;display: flex;flex-direction: row;flex-wrap: wrap;align-items: flex-start;justify-content: center;width: 100%;height: 100%;max-width: calc(960px + 40px);margin: -20px;padding-left: 15px;padding-right: 15px;grid-template-columns: unset;grid-template-rows: unset;}} @media (max-width: 480px) {.s-comp131  {display: flex;flex-direction: column;align-items: center;}.s-comp131 .s-comp-grid {--container-max: 540px;--gutter-min: 15px;display: flex;flex-direction: row;flex-wrap: wrap;align-items: flex-start;justify-content: center;width: 100%;height: 100%;max-width: calc(540px + 40px);margin: -20px;padding-left: 15px;padding-right: 15px;grid-template-columns: unset;grid-template-rows: unset;}} 

/**************/
/* Custom CSS */
/**************/
.s-comp132 .smC22154SmSn1p3T2-style.s-form .s-field__wrapper.s-field__input.smC22154SmSn1p3T7-style .s-content.smC22154SmSn1p3T10-style {
  display: flex;
  align-items: center; }
  .s-comp132 .smC22154SmSn1p3T2-style.s-form .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-radio__opts {
    flex-wrap: wrap; }
    .s-comp132 .smC22154SmSn1p3T2-style.s-form .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-radio__opts .s-radio__group {
      width: 50%; }
      .s-comp132 .smC22154SmSn1p3T2-style.s-form .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-radio__opts .s-radio__group .s-radio__label .s-radio__info {
        display: inline-flex;
        justify-content: center;
        align-items: center; }
      .s-comp132 .smC22154SmSn1p3T2-style.s-form .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-radio__opts .s-radio__group:nth-child(even) .s-radio__info {
        border-right: 0; }
      .s-comp132 .smC22154SmSn1p3T2-style.s-form .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-radio__opts .s-radio__group:last-child .s-radio__info, .s-comp132 .smC22154SmSn1p3T2-style.s-form .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-radio__opts .s-radio__group:nth-last-child(2) .s-radio__info {
        border-bottom: 0; }
  .s-comp132 .smC22154SmSn1p3T2-style.s-form .s-content.smC22154SmSn1p3T4-style [data-dynamic-section] {
    width: 100%; }
  .s-comp132 .smC22154SmSn1p3T2-style.s-form [data-form-submit] {
    display: flex;
    align-items: center; }
/**************/
/* System CSS */
/**************/
/*-start-block-5-*/
/* Default css from Form */
.s-comp132 .smC22154SmSn1p3T2-style.s-form .s-form__fields {
  display: flex;
  flex-wrap: wrap; }

.s-comp132 .smC22154SmSn1p3T2-style.s-form label {
  margin: 0; }

.s-comp132 .smC22154SmSn1p3T2-style.s-form .s-label:empty {
  display: none; }

.s-comp132 .smC22154SmSn1p3T2-style.s-form .s-form__msg {
  display: none; }

.s-comp132 .smC22154SmSn1p3T2-style.s-form [data-rendersettings] > div > div {
  order: unset !important; }
/*-end-block-5-*/
/*-start-block-6-*/
/* Default css from Content */
.s-comp132 .s-content.smC22154SmSn1p3T3-style {
  position: relative; }
/*-end-block-6-*/
/*-start-block-7-*/
/* Default css from Content */
.s-comp132 .s-content.smC22154SmSn1p3T4-style {
  position: relative; }
/*-end-block-7-*/
/*-start-block-8-*/
/* Default css from Header 3 */
.s-comp132 h3.smC22154SmSn1p3T5-style {
  position: relative; }
/*-end-block-8-*/
/*-start-block-9-*/
/* Default css from Radio Buttons */
.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style {
  position: relative;
  display: flex;
  flex-direction: column-reverse; }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-flexdir--col {
  flex-direction: column; }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-flexdir--row {
  flex-direction: row;
  align-items: center; }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-label {
  margin: 0; }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-radio__opts {
  display: flex;
  flex-grow: 1; }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-radio__group {
  position: relative; }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style svg {
  display: none;
  flex-shrink: 0; }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style input {
  opacity: 0;
  position: absolute;
  z-index: -999999;
  display: block; }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-radio__label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer; }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-radio__label .s-radio__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-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-radio__label .s-radio__indicator {
  border-radius: 50%; }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style input:checked + label svg {
  display: block; }
/*-end-block-9-*/
/*-start-block-10-*/
/* Default css from Number Field */
.s-comp132 .s-field__input.smC22154SmSn1p3T7-style {
  position: relative;
  display: flex;
  flex-direction: column-reverse; }

.s-comp132 .s-field__input.smC22154SmSn1p3T7-style input::-moz-placeholder, .s-comp132 .s-field__input.smC22154SmSn1p3T7-style input::-webkit-input-placeholder {
  opacity: 1; }

.s-comp132 .s-field__input.smC22154SmSn1p3T7-style .s-input {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  border: 1px solid #cecece;
  border-radius: 0;
  padding: 0.375rem 0.75rem;
  margin: 0;
  /*    flex-grow: 1;*/
  width: 100%; }

.s-comp132 .s-field__input.smC22154SmSn1p3T7-style .s-label {
  margin: 0; }
/*-end-block-10-*/
/*-start-block-11-*/
/* Default css from Default Text */
.s-comp132 .s-text.smC22154SmSn1p3T8-style {
  position: relative; }

.s-comp132 .s-text.smC22154SmSn1p3T8-style u {
  text-decoration: none; }
/*-end-block-11-*/
/*-start-block-12-*/
/* Default css from Header 3 */
.s-comp132 h3.smC22154SmSn1p3T9-style {
  position: relative; }
/*-end-block-12-*/
/*-start-block-13-*/
/* Default css from Text Field */
.s-comp132 .s-field__input.smC22154SmSn1p3T11-style {
  position: relative;
  display: flex;
  flex-direction: column-reverse; }

.s-comp132 .s-field__input.smC22154SmSn1p3T11-style input::-moz-placeholder, .s-comp132 .s-field__input.smC22154SmSn1p3T11-style input::-webkit-input-placeholder {
  opacity: 1; }

.s-comp132 .s-field__input.smC22154SmSn1p3T11-style .s-input {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  border: 1px solid #cecece;
  border-radius: 0;
  padding: 0.375rem 0.75rem;
  margin: 0;
  /*    flex-grow: 1;*/
  width: 100%; }

.s-comp132 .s-field__input.smC22154SmSn1p3T11-style .s-label {
  margin: 0; }
/*-end-block-13-*/
/*-start-block-14-*/
/* Default css from Checkboxes */
.s-comp132 .s-field__wrapper.s-group__checkbox.smC22154SmSn1p3T12-style {
  position: relative;
  display: flex;
  flex-direction: column-reverse; }

.s-comp132 .s-field__wrapper.s-group__checkbox.smC22154SmSn1p3T12-style .s-flexdir--col {
  flex-direction: column; }

.s-comp132 .s-field__wrapper.s-group__checkbox.smC22154SmSn1p3T12-style .s-flexdir--row {
  flex-direction: row;
  align-items: center; }

.s-comp132 .s-field__wrapper.s-group__checkbox.smC22154SmSn1p3T12-style .s-label {
  margin: 0; }

.s-comp132 .s-field__wrapper.s-group__checkbox.smC22154SmSn1p3T12-style .s-checkbox__opts {
  display: flex;
  flex-grow: 1; }

.s-comp132 .s-field__wrapper.s-group__checkbox.smC22154SmSn1p3T12-style .s-checkbox__opts .s-option__group {
  position: relative; }

.s-comp132 .s-field__wrapper.s-group__checkbox.smC22154SmSn1p3T12-style svg {
  display: none;
  flex-shrink: 0; }

.s-comp132 .s-field__wrapper.s-group__checkbox.smC22154SmSn1p3T12-style input {
  opacity: 0;
  position: absolute;
  z-index: -999999; }

.s-comp132 .s-field__wrapper.s-group__checkbox.smC22154SmSn1p3T12-style .s-check__label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer; }

.s-comp132 .s-field__wrapper.s-group__checkbox.smC22154SmSn1p3T12-style .s-check__label .s-check__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-comp132 .s-field__wrapper.s-group__checkbox .s-check__info p {
  margin: 0 !important; }

.s-comp132 .s-field__wrapper.s-group__checkbox .s-check__info a {
  color: inherit;
  text-decoration: underline; }

.s-comp132 .s-field__wrapper.s-group__checkbox.smC22154SmSn1p3T12-style input:checked + label svg {
  display: block; }
/*-end-block-14-*/
/*-start-block-15-*/
/* Default css from Email Field */
.s-comp132 .s-field__input.smC22154SmSn1p3T13-style {
  position: relative;
  display: flex;
  flex-direction: column-reverse; }

.s-comp132 .s-field__input.smC22154SmSn1p3T13-style input::-moz-placeholder, .s-comp132 .s-field__input.smC22154SmSn1p3T13-style input::-webkit-input-placeholder {
  opacity: 1; }

.s-comp132 .s-field__input.smC22154SmSn1p3T13-style .s-input {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  border: 1px solid #cecece;
  border-radius: 0;
  padding: 0.375rem 0.75rem;
  margin: 0;
  /*    flex-grow: 1;*/
  width: 100%; }

.s-comp132 .s-field__input.smC22154SmSn1p3T13-style label {
  font-weight: 700 !important;
  margin-bottom: 8px !important; }
/*
 .s-comp132 .s-field__input.smC22154SmSn1p3T13-style .s-label {
 margin: 0;
 }*/
/*-end-block-15-*/
/*-start-block-16-*/
/* Default css from Phone Field */
.s-comp132 .s-field__input.smC22154SmSn1p3T14-style {
  position: relative;
  display: flex;
  flex-direction: column-reverse; }

.s-comp132 .s-field__input.smC22154SmSn1p3T14-style input::-moz-placeholder, .s-comp132 .s-field__input.smC22154SmSn1p3T14-style input::-webkit-input-placeholder {
  opacity: 1; }

.s-comp132 .s-field__input.smC22154SmSn1p3T14-style .s-input {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  border: 1px solid #cecece;
  border-radius: 0;
  padding: 0.375rem 0.75rem;
  margin: 0;
  /*    flex-grow: 1;*/
  width: 100%; }

.s-comp132 .s-field__input.smC22154SmSn1p3T14-style .s-label {
  margin: 0; }
/*-end-block-16-*/
/*-start-block-17-*/
/* Default css from Dropdown */
.s-comp132 .s-field__select.smC22154SmSn1p3T15-style {
  position: relative;
  display: flex;
  flex-direction: column-reverse; }

.s-comp132 .s-field__select.smC22154SmSn1p3T15-style .s-select {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  border: 1px solid #cecece;
  border-radius: 0;
  padding: 0.375rem 0.75rem;
  margin: 0;
  /*    flex-grow: 1;*/
  width: 100%;
  cursor: pointer; }

.s-comp132 .s-field__select.smC22154SmSn1p3T15-style .s-label {
  margin: 0; }
/*-end-block-17-*/
/*-start-block-18-*/
/* Default css from Submit Button */
.s-comp132 .smC22154SmSn1p3T16-style.s-field__wrapper.s-field__submit {
  display: flex;
  flex-direction: row; }
/* Default css from Loader */
:root {
  --sm-loader-color-smC22154SmSn1p3T18-style: var(--sm-loader-color);
  --sm-loader-display-smC22154SmSn1p3T18-style: none; }

.s-comp132 .s-loader.smC22154SmSn1p3T18-style {
  display: var(--sm-loader-display-smC22154SmSn1p3T18-style); }

.s-comp132 .s-loader.smC22154SmSn1p3T18-style.s-loader__inactive {
  visibility: hidden;
  opacity: 0;
  pointer-events: none; }

.s-comp132 .s-loader.smC22154SmSn1p3T18-style.s-loader__active {
  display: flex;
  visibility: visible;
  opacity: 1;
  pointer-events: auto; }

.s-comp132 .s-loader.smC22154SmSn1p3T18-style.s-loader__hidden {
  display: none; }

.s-comp132 .s-loader.smC22154SmSn1p3T18-style .sm-loader-plane, .s-comp132 .s-loader.smC22154SmSn1p3T18-style .sm-loader-chase-dot:before, .s-comp132 .s-loader.smC22154SmSn1p3T18-style .sm-loader-bounce-dot, .s-comp132 .s-loader.smC22154SmSn1p3T18-style .sm-loader-wave-rect, .s-comp132 .s-loader.smC22154SmSn1p3T18-style .sm-loader-pulse, .s-comp132 .s-loader.smC22154SmSn1p3T18-style .sm-loader-flow-dot, .s-comp132 .s-loader.smC22154SmSn1p3T18-style .sm-loader-swing-dot, .s-comp132 .s-loader.smC22154SmSn1p3T18-style .sm-loader-circle-dot:before, .s-comp132 .s-loader.smC22154SmSn1p3T18-style .sm-loader-circle-fade-dot:before, .s-comp132 .s-loader.smC22154SmSn1p3T18-style .sm-loader-grid-cube, .s-comp132 .s-loader.smC22154SmSn1p3T18-style .sm-loader-fold-cube:before, .s-comp132 .s-loader.smC22154SmSn1p3T18-style .sm-loader-wander-cube {
  background-color: var(--sm-loader-color-smC22154SmSn1p3T18-style); }

.s-comp132 .s-loader.smC22154SmSn1p3T18-style .sm-loader-chase-line {
  border-color: var(--sm-loader-color-smC22154SmSn1p3T18-style) transparent transparent transparent; }

.s-comp132 .s-loader.smC22154SmSn1p3T18-style .sm-loader-spinner {
  border-color: var(--sm-loader-color-smC22154SmSn1p3T18-style) transparent transparent var(--sm-loader-color-smC22154SmSn1p3T18-style); }
/*-end-block-18-*/
/*-start-block-20-*/
/* Default css from Default Text */
.s-comp132 .s-text.smC22154SmSn1p3T17-style {
  position: relative; }

.s-comp132 .s-text.smC22154SmSn1p3T17-style u {
  text-decoration: none; }
/*-end-block-20-*/
.s-comp132 .block-5 .block-7 .block-16 > *, .s-comp132 .block-5 .block-7 .block-13 > * {
  flex: auto !important;
  width: 100% !important; }

@media only screen and (max-width: 480px) {
  .s-structure-layout-7 > div {
    width: 100% !important; } }

.s-comp132 {
  padding: 0px 0px 96px 0px; }

.s-comp132 {
  position: relative; }

.s-comp132 .smC22154SmSn1p3T2-style.s-form {
  position: relative; }

.s-comp132 .s-content.smC22154SmSn1p3T3-style {
  background-color: #23648d; }

.s-comp132 .s-content.smC22154SmSn1p3T3-style {
  -webkit-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px; }

.s-comp132 .s-content.smC22154SmSn1p3T3-style {
  width: 100%; }

.s-comp132 .s-content.smC22154SmSn1p3T3-style {
  height: 100%; }

.s-comp132 .s-content.smC22154SmSn1p3T3-style {
  padding: 24px 24px 36px 24px; }

.s-comp132 h3.smC22154SmSn1p3T5-style {
  font-size: 1.65rem; }

.s-comp132 h3.smC22154SmSn1p3T5-style {
  color: #f3f6f3; }

.s-comp132 h3.smC22154SmSn1p3T5-style {
  margin: 28px 0px 20px 0px; }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style {
  margin: 0px 0px 20px 0px; }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-radio__opts + .s-label {
  font-weight: 700; }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-radio__opts + .s-label {
  color: #f3f6f3; }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-radio__opts + .s-label {
  margin: 0px 0px 20px 0px; }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-radio__opts {
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-radio__opts {
  border: 2px solid #e9f1f5; }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-radio__opts {
  width: 100%; }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-radio__label {
  width: 100%; }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-radio__label {
  height: 50px; }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-radio__label .s-radio__info {
  color: #f3f6f3; }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-radio__label .s-radio__info {
  border: 2px solid #f3f6f3; }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-radio__label .s-radio__info {
  border-top: 0px solid rgba(35, 100, 141, 0); }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-radio__label .s-radio__info {
  border-left: 0px solid rgba(35, 100, 141, 0); }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-radio__label .s-radio__info {
  width: 100%; }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-radio__label .s-radio__info {
  height: 100%; }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-radio__label:hover .s-radio__info {
  background-color: rgba(138, 168, 135, 0.25); }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style input:checked + .s-radio__label .s-radio__info {
  background-color: #8aa887; }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-radio__label .s-radio__info {
  -webkit-transition: all 0.22s ease 0s;
  transition: all 0.22s ease 0s; }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-radio__label .s-radio__indicator {
  display: none !important; }

.s-comp132 .s-field__wrapper.s-group__radio.smC22154SmSn1p3T6-style .s-radio__input:focus + .s-radio__label .s-radio__indicator {
  border: 1px solid #23648d; }

.s-comp132 .s-field__input.smC22154SmSn1p3T7-style {
  margin: 0px 0px 20px 0px; }

.s-comp132 .s-field__input.smC22154SmSn1p3T7-style .s-input + .s-label {
  font-weight: 700; }

.s-comp132 .s-field__input.smC22154SmSn1p3T7-style .s-input + .s-label {
  color: #f3f6f3; }

.s-comp132 .s-field__input.smC22154SmSn1p3T7-style .s-input + .s-label {
  margin: 0px 0px 20px 0px; }

.s-comp132 .s-field__input.smC22154SmSn1p3T7-style .s-input {
  color: #fff; }

.s-comp132 .s-field__input.smC22154SmSn1p3T7-style .s-input {
  background-color: rgba(255, 255, 255, 0); }

.s-comp132 .s-field__input.smC22154SmSn1p3T7-style .s-input {
  border: 0px solid rgba(243, 246, 243, 0); }

.s-comp132 .s-field__input.smC22154SmSn1p3T7-style .s-input {
  width: 100%; }

.s-comp132 .s-field__input.smC22154SmSn1p3T7-style .s-input {
  height: 50px; }

.s-comp132 .s-field__input.smC22154SmSn1p3T7-style .s-input {
  padding: 0px 0px 0px 2px; }

.s-comp132 .s-field__input.smC22154SmSn1p3T7-style .s-input:focus {
  outline: 0px solid rgba(35, 100, 141, 0);
  outline-offset: 0px; }

.s-comp132 .smC22154SmSn1p3T2-style.s-form .s-field__input.smC22154SmSn1p3T7-style .s-content.smC22154SmSn1p3T10-style {
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

.s-comp132 .smC22154SmSn1p3T2-style.s-form .s-field__input.smC22154SmSn1p3T7-style .s-content.smC22154SmSn1p3T10-style {
  border: 2px solid #e9f1f5; }

.s-comp132 .smC22154SmSn1p3T2-style.s-form .s-field__input.smC22154SmSn1p3T7-style .s-content.smC22154SmSn1p3T10-style {
  width: 100%; }

.s-comp132 .smC22154SmSn1p3T2-style.s-form .s-field__input.smC22154SmSn1p3T7-style .s-content.smC22154SmSn1p3T10-style {
  height: 50px; }

.s-comp132 .smC22154SmSn1p3T2-style.s-form .s-field__input.smC22154SmSn1p3T7-style .s-content.smC22154SmSn1p3T10-style {
  padding: 0px 21px 0px 21px; }

.s-comp132 .smC22154SmSn1p3T2-style.s-form .s-field__input.smC22154SmSn1p3T7-style .s-content.smC22154SmSn1p3T10-style:before {
  color: #fff; }

.s-comp132 .smC22154SmSn1p3T2-style.s-form .s-field__input.smC22154SmSn1p3T7-style .s-content.smC22154SmSn1p3T10-style:before {
  margin: 1px 0px 0px 0px; }

.s-comp132 .smC22154SmSn1p3T2-style.s-form .s-field__input.smC22154SmSn1p3T7-style .s-content.smC22154SmSn1p3T10-style:before {
  content: '€'; }

.s-comp132 .smC22154SmSn1p3T2-style.s-form .s-field__input.smC22154SmSn1p3T7-style .s-content.smC22154SmSn1p3T10-style.s-active {
  background-color: #8aa887; }

.s-comp132 .smC22154SmSn1p3T2-style.s-form .s-field__input.smC22154SmSn1p3T7-style .s-content.smC22154SmSn1p3T10-style {
  -webkit-transition: all 0.22s ease 0s;
  transition: all 0.22s ease 0s; }

.s-comp132 .s-text.smC22154SmSn1p3T8-style {
  font-size: 0.8333rem; }

.s-comp132 .s-text.smC22154SmSn1p3T8-style {
  font-weight: 300; }

.s-comp132 .s-text.smC22154SmSn1p3T8-style {
  color: #f3f6f3; }

.s-comp132 .s-text.smC22154SmSn1p3T8-style {
  line-height: 130%; }

.s-comp132 .s-content.smC22154SmSn1p3T4-style {
  background-color: #e9f1f5; }

.s-comp132 .s-content.smC22154SmSn1p3T4-style {
  -webkit-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px; }

.s-comp132 .s-content.smC22154SmSn1p3T4-style {
  border: 2px solid rgba(35, 100, 141, 0.2); }

.s-comp132 .s-content.smC22154SmSn1p3T4-style {
  width: 100%; }

.s-comp132 .s-content.smC22154SmSn1p3T4-style {
  height: 100%; }

.s-comp132 .s-content.smC22154SmSn1p3T4-style {
  padding: 36px 36px 36px 36px; }

.s-comp132 h3.smC22154SmSn1p3T9-style {
  font-size: 1.65rem; }

.s-comp132 h3.smC22154SmSn1p3T9-style {
  margin: 0px 0px 0px 0px; }

.s-comp132 .s-field__input.smC22154SmSn1p3T11-style .s-input + .s-label {
  font-weight: 700; }

.s-comp132 .s-field__input.smC22154SmSn1p3T11-style .s-input + .s-label {
  margin: 0px 0px 8px 0px; }

.s-comp132 .s-field__input.smC22154SmSn1p3T11-style .s-input {
  background-color: rgba(255, 255, 255, 0); }

.s-comp132 .s-field__input.smC22154SmSn1p3T11-style .s-input {
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

.s-comp132 .s-field__input.smC22154SmSn1p3T11-style .s-input {
  border: 2px solid rgba(35, 100, 141, 0.2); }

.s-comp132 .s-field__input.smC22154SmSn1p3T11-style .s-input {
  width: 100%; }

.s-comp132 .s-field__input.smC22154SmSn1p3T11-style .s-input {
  height: 50px; }

.s-comp132 .s-field__wrapper.s-group__checkbox.smC22154SmSn1p3T12-style .s-check__label .s-check__info {
  font-weight: 700; }

.s-comp132 .s-field__wrapper.s-group__checkbox.smC22154SmSn1p3T12-style .s-check__label .s-check__indicator {
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%; }

.s-comp132 .s-field__wrapper.s-group__checkbox.smC22154SmSn1p3T12-style .s-check__label .s-check__indicator {
  border: 3px solid #61765f; }

.s-comp132 .s-field__wrapper.s-group__checkbox.smC22154SmSn1p3T12-style .s-check__label .s-check__indicator {
  width: 17px; }

.s-comp132 .s-field__wrapper.s-group__checkbox.smC22154SmSn1p3T12-style .s-check__label .s-check__indicator {
  height: 17px; }

.s-comp132 .s-field__wrapper.s-group__checkbox.smC22154SmSn1p3T12-style .s-check__label:hover .s-check__indicator {
  background-color: rgba(97, 118, 95, 0.25); }

.s-comp132 .s-field__wrapper.s-group__checkbox.smC22154SmSn1p3T12-style .s-check__label .s-check__indicator {
  -webkit-transition: all 0.22s ease 0s;
  transition: all 0.22s ease 0s; }

.s-comp132 .s-field__wrapper.s-group__checkbox.smC22154SmSn1p3T12-style input:checked + .s-check__label .s-check__indicator {
  background-color: #61765f; }

.s-comp132 .s-field__wrapper.s-group__checkbox.smC22154SmSn1p3T12-style input:checked + .s-check__label .s-check__indicator svg {
  fill: #fff; }

.s-comp132 .s-field__wrapper.s-group__checkbox.smC22154SmSn1p3T12-style .s-check__input:focus + .s-check__label .s-check__indicator {
  outline: 1px solid #23648d;
  outline-offset: 0px; }

.s-comp132 .s-field__input.smC22154SmSn1p3T13-style .s-input + .s-label {
  font-weight: 700; }

.s-comp132 .s-field__input.smC22154SmSn1p3T13-style .s-input + .s-label {
  margin: 0px 0px 8px 0px; }

.s-comp132 .s-field__input.smC22154SmSn1p3T13-style .s-input {
  background-color: rgba(255, 255, 255, 0); }

.s-comp132 .s-field__input.smC22154SmSn1p3T13-style .s-input {
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

.s-comp132 .s-field__input.smC22154SmSn1p3T13-style .s-input {
  border: 2px solid rgba(35, 100, 141, 0.2); }

.s-comp132 .s-field__input.smC22154SmSn1p3T13-style .s-input {
  width: 100%; }

.s-comp132 .s-field__input.smC22154SmSn1p3T13-style .s-input {
  height: 50px; }

.s-comp132 .s-field__input.smC22154SmSn1p3T14-style .s-input + .s-label {
  font-weight: 700; }

.s-comp132 .s-field__input.smC22154SmSn1p3T14-style .s-input + .s-label {
  margin: 0px 0px 8px 0px; }

.s-comp132 .s-field__input.smC22154SmSn1p3T14-style .s-input {
  background-color: rgba(255, 255, 255, 0); }

.s-comp132 .s-field__input.smC22154SmSn1p3T14-style .s-input {
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

.s-comp132 .s-field__input.smC22154SmSn1p3T14-style .s-input {
  border: 2px solid rgba(35, 100, 141, 0.2); }

.s-comp132 .s-field__input.smC22154SmSn1p3T14-style .s-input {
  width: 100%; }

.s-comp132 .s-field__input.smC22154SmSn1p3T14-style .s-input {
  height: 50px; }

.s-comp132 .s-field__select.smC22154SmSn1p3T15-style .s-select + .s-label {
  font-weight: 700; }

.s-comp132 .s-field__select.smC22154SmSn1p3T15-style .s-select + .s-label {
  margin: 0px 0px 8px 0px; }

.s-comp132 .s-field__select.smC22154SmSn1p3T15-style .s-select {
  background-color: rgba(255, 255, 255, 0); }

.s-comp132 .s-field__select.smC22154SmSn1p3T15-style .s-select {
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

.s-comp132 .s-field__select.smC22154SmSn1p3T15-style .s-select {
  border: 2px solid rgba(35, 100, 141, 0.2); }

.s-comp132 .s-field__select.smC22154SmSn1p3T15-style .s-select {
  height: 50px; }

.s-comp132 .smC22154SmSn1p3T16-style.s-field__wrapper.s-field__submit .s-btn {
  color: #fff; }

.s-comp132 .s-text.smC22154SmSn1p3T17-style {
  font-size: 0.8333rem; }

.s-comp132 .s-text.smC22154SmSn1p3T17-style {
  font-weight: 300; }

.s-comp132 .s-text.smC22154SmSn1p3T17-style {
  color: #3a3c41; }

.s-comp132 .s-text.smC22154SmSn1p3T17-style {
  line-height: 130%; }

.s-comp132 .s-loader.smC22154SmSn1p3T18-style {
  margin: 0px 10px 0px 0px; }

:root {
  --sm-loader-color-smC22154SmSn1p3T18-style: #fff;
  border-color: #fff; }

.s-comp132 .s-loader.smC22154SmSn1p3T18-style .sm-loader__inner {
  width: 20px;
  height: 20px; }

.s-comp132 .s-loader.smC22154SmSn1p3T18-style {
  flex-direction: row; }

.s-comp132 .s-loader.smC22154SmSn1p3T18-style {
  justify-content: center; }

.s-comp132 .s-loader.smC22154SmSn1p3T18-style {
  align-items: center; }

@media (min-width: 1200px) {
  .s-comp132 .s-content.smC22154SmSn1p3T3-style {
    padding: 48px 48px 72px 48px; }

  .s-comp132 .s-content.smC22154SmSn1p3T4-style {
    padding: 72px 72px 72px 72px; } }


.s-comp132  {display: flex;flex-direction: column;align-items: center;}.s-comp132 .s-comp-grid {--container-max: 1360px;--gutter-min: 30px;display: flex;flex-direction: row;flex-wrap: nowrap;align-items: flex-start;justify-content: flex-start;width: 100%;height: 100%;max-width: calc(1360px + 0px);margin: -0px;padding-left: 30px;padding-right: 30px;grid-template-columns: unset;grid-template-rows: unset;}/* start block-5 */.s-comp132 .block-5 > * {flex: 1;}.s-comp132 .block-5 {min-width: 0;min-height: 0;display: flex;visibility: visible;pointer-events: auto;z-index: 0;order: 0;width: calc(100% - 0px);height: auto;margin: 0px;align-items: stretch;justify-content: stretch;overflow: visible;}.s-comp132 .block-5 .s-structure-layout-5 {display: flex;flex-direction: row;flex-wrap: nowrap;align-items: stretch;justify-content: space-between;width: calc(100% + 0px);height: calc(100% + 0px);margin: -0px;grid-template-columns: unset;grid-template-rows: unset;}/* end block-5 *//* start block-6 *//* with parent ids [5] */.s-comp132 .block-5 .block-6 > * {flex: initial;}.s-comp132 .block-5 .block-6 {min-width: 0;min-height: 0;display: flex;visibility: visible;pointer-events: auto;z-index: 1;order: 0;width: calc(35% - 0px);height: auto;margin: 0px;align-items: flex-start;justify-content: flex-start;overflow: visible;}.s-comp132 .block-5 .block-6 .s-structure-layout-6 {display: flex;flex-direction: column;flex-wrap: nowrap;align-items: flex-start;justify-content: flex-start;width: calc(100% + 0px);height: calc(100% + 0px);margin: -0px;grid-template-columns: unset;grid-template-rows: unset;}/* end block-6 *//* start block-8 *//* with parent ids [5,6] */.s-comp132 .block-5 .block-6 .block-8 > * {flex: initial;}.s-comp132 .block-5 .block-6 .block-8 {min-width: 0;min-height: 0;display: flex;visibility: visible;pointer-events: auto;z-index: 3;order: 0;width: calc(100% - 0px);height: auto;margin: 0px;align-items: flex-start;justify-content: flex-start;overflow: visible;}/* end block-8 *//* start block-9 *//* with parent ids [5,6] */.s-comp132 .block-5 .block-6 .block-9 > * {flex: 1;}.s-comp132 .block-5 .block-6 .block-9 {min-width: 0;min-height: 0;display: flex;visibility: visible;pointer-events: auto;z-index: 1;order: 2;width: calc(100% - 0px);height: auto;margin: 0px;align-items: stretch;justify-content: stretch;overflow: visible;}/* end block-9 *//* start block-10 *//* with parent ids [5,6] */.s-comp132 .block-5 .block-6 .block-10 > * {flex: 1;}.s-comp132 .block-5 .block-6 .block-10 {min-width: 0;min-height: 0;display: flex;visibility: visible;pointer-events: auto;z-index: 0;order: 3;width: calc(100% - 0px);height: auto;margin: 0px;align-items: stretch;justify-content: stretch;overflow: visible;}/* end block-10 *//* start block-11 *//* with parent ids [5,6] */.s-comp132 .block-5 .block-6 .block-11 > * {flex: initial;}.s-comp132 .block-5 .block-6 .block-11 {min-width: 0;min-height: 0;display: flex;visibility: visible;pointer-events: auto;z-index: 2;order: 1;width: calc(100% - 0px);height: auto;margin: 0px;align-items: flex-start;justify-content: flex-start;overflow: visible;}/* end block-11 *//* start block-7 *//* with parent ids [5] */.s-comp132 .block-5 .block-7 > * {flex: initial;}.s-comp132 .block-5 .block-7 {min-width: 0;min-height: 0;display: flex;visibility: visible;pointer-events: auto;z-index: 0;order: 1;width: calc(65% - 0px);height: auto;margin: 0px;align-items: flex-start;justify-content: flex-start;overflow: visible;}.s-comp132 .block-5 .block-7 .s-structure-layout-7 {display: flex;flex-direction: row;flex-wrap: wrap;align-items: flex-start;justify-content: flex-start;width: calc(100% + 30px);height: calc(100% + 30px);margin: -15px;grid-template-columns: unset;grid-template-rows: unset;}/* end block-7 *//* start block-12 *//* with parent ids [5,7] */.s-comp132 .block-5 .block-7 .block-12 > * {flex: initial;}.s-comp132 .block-5 .block-7 .block-12 {min-width: 0;min-height: 0;display: flex;visibility: visible;pointer-events: auto;z-index: 6;order: 2;width: calc(100% - 30px);height: auto;margin: 15px;align-items: flex-start;justify-content: flex-start;overflow: visible;}/* end block-12 *//* start block-13 *//* with parent ids [5,7] */.s-comp132 .block-5 .block-7 .block-13 > * {flex: 1;}.s-comp132 .block-5 .block-7 .block-13 {min-width: 0;min-height: 0;display: flex;visibility: visible;pointer-events: auto;z-index: 5;order: 3;width: calc(50% - 30px);height: auto;margin: 15px;align-items: stretch;justify-content: stretch;overflow: visible;}/* end block-13 *//* start block-14 *//* with parent ids [5,7] */.s-comp132 .block-5 .block-7 .block-14 > * {flex: 1;}.s-comp132 .block-5 .block-7 .block-14 {min-width: 0;min-height: 0;display: flex;visibility: visible;pointer-events: auto;z-index: 4;order: 4;width: calc(100% - 30px);height: auto;margin: 15px;align-items: stretch;justify-content: stretch;overflow: visible;}/* end block-14 *//* start block-15 *//* with parent ids [5,7] */.s-comp132 .block-5 .block-7 .block-15 > * {flex: 1;}.s-comp132 .block-5 .block-7 .block-15 {min-width: 0;min-height: 0;display: flex;visibility: visible;pointer-events: auto;z-index: 3;order: 5;width: calc(50% - 30px);height: auto;margin: 15px;align-items: stretch;justify-content: stretch;overflow: visible;}/* end block-15 *//* start block-16 *//* with parent ids [5,7] */.s-comp132 .block-5 .block-7 .block-16 > * {flex: 1;}.s-comp132 .block-5 .block-7 .block-16 {min-width: 0;min-height: 0;display: flex;visibility: visible;pointer-events: auto;z-index: 2;order: 6;width: calc(50% - 30px);height: auto;margin: 15px;align-items: stretch;justify-content: stretch;overflow: visible;}/* end block-16 *//* start block-17 *//* with parent ids [5,7] */.s-comp132 .block-5 .block-7 .block-17 > * {flex: 1;}.s-comp132 .block-5 .block-7 .block-17 {min-width: 0;min-height: 0;display: flex;visibility: visible;pointer-events: auto;z-index: 1;order: 7;width: calc(50% - 30px);height: auto;margin: 15px;align-items: stretch;justify-content: stretch;overflow: visible;}/* end block-17 *//* start block-18 *//* with parent ids [5,7] */.s-comp132 .block-5 .block-7 .block-18 > * {flex: initial;}.s-comp132 .block-5 .block-7 .block-18 {min-width: 0;min-height: 0;display: flex;visibility: visible;pointer-events: auto;z-index: 0;order: 8;width: calc(100% - 30px);height: auto;margin: 15px;align-items: flex-start;justify-content: flex-start;overflow: visible;}/* end block-18 *//* start block-19 *//* with parent ids [5,7] */.s-comp132 .block-5 .block-7 .block-19 > * {flex: initial;}.s-comp132 .block-5 .block-7 .block-19 {min-width: 0;min-height: 0;display: flex;visibility: visible;pointer-events: auto;z-index: 8;order: 0;width: calc(100% - 30px);height: auto;margin: 15px;align-items: flex-start;justify-content: flex-start;overflow: visible;}/* end block-19 *//* start block-20 *//* with parent ids [5,7] */.s-comp132 .block-5 .block-7 .block-20 > * {flex: initial;}.s-comp132 .block-5 .block-7 .block-20 {min-width: 0;min-height: 0;display: flex;visibility: visible;pointer-events: auto;z-index: 7;order: 1;width: calc(50% - 30px);height: auto;margin: 15px;align-items: flex-start;justify-content: flex-start;overflow: visible;}/* end block-20 */@media (max-width: 1200px) {.s-comp132  {display: flex;flex-direction: column;align-items: center;}.s-comp132 .s-comp-grid {--container-max: 1360px;--gutter-min: 30px;display: flex;flex-direction: row;flex-wrap: nowrap;align-items: flex-start;justify-content: flex-start;width: 100%;height: 100%;max-width: calc(1360px + 0px);margin: -0px;padding-left: 30px;padding-right: 30px;grid-template-columns: unset;grid-template-rows: unset;}} @media (max-width: 768px) {.s-comp132  {display: flex;flex-direction: column;align-items: center;}.s-comp132 .s-comp-grid {--container-max: 960px;--gutter-min: 30px;display: flex;flex-direction: row;flex-wrap: nowrap;align-items: flex-start;justify-content: flex-start;width: 100%;height: 100%;max-width: calc(960px + 0px);margin: -0px;padding-left: 30px;padding-right: 30px;grid-template-columns: unset;grid-template-rows: unset;}/* start block-5 */.s-comp132 .block-5 > * {flex: initial;}.s-comp132 .block-5 {display: flex;visibility: visible;pointer-events: auto;z-index: 0;order: 0;width: auto;height: auto;margin: 0px;align-items: flex-start;justify-content: flex-start;overflow: visible;}.s-comp132 .block-5 .s-structure-layout-5 {display: flex;flex-direction: column;flex-wrap: nowrap;align-items: stretch;justify-content: space-between;width: calc(100% + 0px);height: calc(100% + 0px);margin: -0px;grid-template-columns: unset;grid-template-rows: unset;}/* end block-5 *//* start block-6 *//* with parent ids [5] */.s-comp132 .block-5 .block-6 > * {flex: initial;}.s-comp132 .block-5 .block-6 {display: flex;visibility: visible;pointer-events: auto;z-index: 1;order: 0;width: calc(100% - 0px);height: auto;margin: 0px;align-items: flex-start;justify-content: flex-start;overflow: visible;}.s-comp132 .block-5 .block-6 .s-structure-layout-6 {display: flex;flex-direction: column;flex-wrap: nowrap;align-items: flex-start;justify-content: flex-start;width: calc(100% + 0px);height: calc(100% + 0px);margin: -0px;grid-template-columns: unset;grid-template-rows: unset;}/* end block-6 *//* start block-7 *//* with parent ids [5] */.s-comp132 .block-5 .block-7 > * {flex: initial;}.s-comp132 .block-5 .block-7 {display: flex;visibility: visible;pointer-events: auto;z-index: 0;order: 1;width: calc(100% - 0px);height: auto;margin: 0px;align-items: flex-start;justify-content: flex-start;overflow: visible;}.s-comp132 .block-5 .block-7 .s-structure-layout-7 {display: flex;flex-direction: row;flex-wrap: wrap;align-items: flex-start;justify-content: flex-start;width: calc(100% + 30px);height: calc(100% + 30px);margin: -15px;grid-template-columns: unset;grid-template-rows: unset;}/* end block-7 */} @media (max-width: 480px) {.s-comp132  {display: flex;flex-direction: column;align-items: center;}.s-comp132 .s-comp-grid {--container-max: 540px;--gutter-min: 30px;display: flex;flex-direction: row;flex-wrap: nowrap;align-items: flex-start;justify-content: flex-start;width: 100%;height: 100%;max-width: calc(540px + 0px);margin: -0px;padding-left: 30px;padding-right: 30px;grid-template-columns: unset;grid-template-rows: unset;}} 

.yls_db-newsletter .yls_db-overview {
  --gap-x: 30px;
  --gap-y: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: calc(var(--gap-y) / -2) calc(var(--gap-x) / -2); }

.yls_db-newsletter .yls_db-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  padding: calc(var(--gap-y) / 2) calc(var(--gap-x) / 2); }

.yls_db-newsletter .yls_card {
  border-radius: var(--border-radius_lg);
  background: var(--color_secondary-200);
  border: 2px solid var(--color_secondary-300); }

.yls_db-newsletter .yls_card .yls_card-content {
  border-top: none; }

.yls_db-newsletter .yls_card .yls_card-content h2 {
  font-size: var(--type-scale_lg);
  color: var(--color_secondary-800); }

@media only screen and (max-width: 991px) {
  .yls_db-newsletter .yls_container {
    max-width: 100%;
    padding: 0 48px; }

  .yls_db-newsletter .yls_db-item {
    width: 50%; } }

@media only screen and (max-width: 480px) {
  .yls_db-newsletter .yls_container {
    padding: 0 24px; }

  .yls_db-newsletter .yls_db-item {
    width: 100%; } }

.s-comp133 {
  position: relative; }


@media only screen and (min-width: 992px) {
  #scomp302.yls_hero h1 {
    font-size: var(--type-scale-rel_xl-6); } }


#scomp392 {
  margin-bottom: 0 !important; }

#scomp392 .yls_news__inner h2 > i {
  display: none; }

#scomp392 .yls_news__wrapper {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

@media only screen and (min-width: 992px) {
  #scomp392 .yls_news__wrapper {
    flex-direction: row-reverse; }

  #scomp392 .yls_news__image {
    clip-path: polygon(0 0, 100% 0%, calc(100% - var(--angle)) 100%, 0% 100%); } }


#scomp422 .yls_news__wrapper {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }


#scomp426.yls_partners .yls_partners-grid-item:nth-child(4) .yls_partners-logo img {
  max-width: 80% !important; }

@media only screen and (min-width: 992px) {
  #scomp426.yls_partners .yls_partners-grid-item {
    width: 16.66%; } }

@media only screen and (max-width: 991px) {
  #scomp426.yls_partners .yls_partners-grid-item {
    width: 33.33%; } }

@media only screen and (max-width: 480px) {
  #scomp426.yls_partners .yls_partners-grid-item {
    width: 50%; } }


#scomp424.yls_fl {
  margin-bottom: var(--comp-spacing_outer);
  padding: 0;
  background: transparent; }


#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: #276f9d; }

#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; }

@media (max-width: 768px) {
  #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-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; } }


#scomp481.s-comp90 {
  padding: 144px 0px 168px 0px; }

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

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

#scomp481.s-comp90 h2.smC11783SmSn1p3T6-style {
  font-size: 3.583rem; }

#scomp481.s-comp90 h2.smC11783SmSn1p3T6-style {
  color: #276f9d; }

#scomp481.s-comp90 h2.smC11783SmSn1p3T6-style {
  text-align: center; }

#scomp481.s-comp90 h2.smC11783SmSn1p3T6-style {
  line-height: 0; }

#scomp481.s-comp90 h2.smC11783SmSn1p3T6-style {
  margin: 0px 0px 0.135em 0px; }

#scomp481.s-comp90 h6.smC11783SmSn1p3T6-style {
  text-align: center; }

#scomp481.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  text-align: center; }

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

@media (max-width: 768px) {
  #scomp481.s-comp90 {
    padding: 96px 0px 120px 0px; } }

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


#scomp1029 {
  margin-bottom: 0 !important; }

#scomp1029 .yls_news__inner h2 > i {
  display: none; }

#scomp1029 .yls_news__wrapper {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

@media only screen and (min-width: 992px) {
  #scomp1029 .yls_news__wrapper {
    flex-direction: row-reverse; }

  #scomp1029 .yls_news__image {
    clip-path: polygon(0 0, 100% 0%, calc(100% - var(--angle)) 100%, 0% 100%); } }


#scomp1030 .yls_news__wrapper {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }


