body {
  /*
   background-color:#fff;
   */ }

.s-btn, .s-btn-alt, a.s-btn:link, a.s-btn:active, a.s-btn:visited, a.s-btn-alt:link, a.s-btn-alt:active, a.s-btn-alt:visited {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.s-btn:hover, .s-btn-alt:hover, a.s-btn:hover, a.s-btn-alt:hover {
  text-decoration: none; }

h1:before, h2:before, h3:before, h4:before, h5:before, h6:before, h1:after, h2:after, h3:after, h4:after, h5:after, h6:after {
  content: "";
  position: relative;
  display: block; }

body {
  font-family: 'Open Sans', sans-serif, sans-serif; }

.sw-logo-text {
  font-family: 'Open Sans', sans-serif, sans-serif; }

h1, h2, h3, h4, h5, h6, sw_textcat {
  font-family: 'Open Sans', sans-serif, sans-serif; }

.s-navmenu {
  font-family: 'Open Sans', sans-serif, sans-serif; }

/***** Text Editor Settings *****/

.yls_text {
  line-height: var(--type-scale-rel--xl-1);
  letter-spacing: -0.02em; }

.yls_text strong, .yls_text b {
  font-weight: bold; }

a .yls_text {
  color: var(--color_body--dark); }
/***** Inline Link *****/
.yls_text a {
  padding: 0.135em;
  text-decoration: none;
  text-decoration-color: transparent !important;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, var(--color_primary--500) 50%);
  background-position-y: 0%;
  background-size: auto 175%;
  font-weight: inherit;
  color: inherit; }

.yls_text a:hover {
  background-position-y: 100%;
  color: #fff; }
/***** List *****/
.yls_text ul, .yls_text ol {
  --gap: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: calc(var(--gap) / -2) 0;
  margin-bottom: calc(1em - ( var(--gap) / 2 ));
  padding-left: 1.2em; }

.yls_text ul > li, .yls_text ol > li {
  padding: calc(var(--gap) / 2) 0; }
/***** Headings *****/
h1, h2, h3, h4, h5, h6 {
  margin-bottom: var(--type-scale-rel--xs-2);
  font-family: var(--font_headings);
  font-weight: bold;
  color: var(--color_headings);
  line-height: 1.2;
  letter-spacing: -0.015em; }

h1 {
  font-size: var(--type-scale--xl-5); }

h2 {
  font-size: var(--type-scale--xl-3); }

h3 {
  font-size: var(--type-scale--xl-1); }

h4 {
  font-size: var(--type-scale--xl); }

h5 {
  font-size: var(--type-scale--lg); }

h6 {
  font-size: var(--type-scale--sm);
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing_loose); }

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
  color: var(--color_secondary--500); }

h1 i, h2 i, h3 i, h4 i, h5 i {
  --margin-h: 0.5em;
  margin-top: -0.03em;
  vertical-align: middle;
  font-size: var(--type-scale-rel--xs-1); }

h1 i:first-child, h2 i:first-child, h3 i:first-child, h4 i:first-child, h5 i:first-child {
  margin-right: var(--margin-h); }

h1 i:last-child, h2 i:last-child, h3 i:last-child, h4 i:last-child, h5 i:last-child {
  margin-left: var(--margin-h); }

@media only screen and (max-width: 480px) {
  h1 {
    font-size: var(--type-scale--xl-3); }

  h2 {
    font-size: var(--type-scale--xl-2); } }
/***** Text Selection *****/
::selection {
  background: var(--color_primary--500) !important;
  color: #fff !important; }

::-moz-selection {
  background: var(--color_primary--500) !important;
  color: #fff !important; }

.s-tselect {
  background: var(--color_primary--500) !important;
  color: #fff !important; }
/***** Button List *****/
.yls_btn-list {
  --gap: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin: calc(var(--gap) / -2); }

.yls_btn-list > * {
  margin: calc(var(--gap) / 2); }
/***** Global Button Settings *****/
/* Typography */
.yls_header__nav a:not([class*="yls_btn"]), .yls_lang-switcher .s-lang span, [class*="yls_btn"]:not([class*="label"]):not([class*="list"]) {
  font-size: var(--type-scale--sm);
  line-height: 1;
  outline: 0; }

.yls_header__nav a:not([class*="yls_btn"]), .yls_lang-switcher .s-lang span, [class*="yls_btn"][class*="label"] {
  font-family: var(--font_body);
  letter-spacing: 0.015em;
  text-decoration: none;
  text-transform: uppercase; }

[class*="yls_btn"][class*="label"]:empty {
  display: none; }
/* Dimensions */
[class*="yls_btn"]:not([class*="label"]):not([class*="list"]).wide {
  width: 100%; }

.yls_btn-primary, .yls_btn-secondary, .yls_btn-filter {
  --padding-h: 26px;
  --padding-v: 22px;
  padding: calc(var(--padding-v) * 0.9) var(--padding-h) var(--padding-v) var(--padding-h);
  border-radius: var(--border-radius--md); }

.yls_btn-primary.small, .yls_btn-secondary.small, .yls_btn-filter.small {
  --padding-h: 20px;
  --padding-v: 12px;
  padding: var(--padding-v) var(--padding-h); }
/* Icons */
.yls_header__nav a:not([class*="yls_btn"]) i, [class*="yls_btn"]:not([class*="label"]):not([class*="list"]) i {
  font-size: var(--type-scale-rel--xs);
  vertical-align: middle;
  margin-top: -0.03em; }

.yls_header__nav a:not([class*="yls_btn"]) i:first-child, [class*="yls_btn"]:not([class*="label"]):not([class*="list"]) i:first-child {
  margin-right: var(--type-scale-rel--xs-1); }

.yls_header__nav a:not([class*="yls_btn"]) i:last-child, [class*="yls_btn"]:not([class*="label"]):not([class*="list"]) i:last-child {
  margin-left: var(--type-scale-rel--xs-1); }

.yls_header__nav a:not([class*="yls_btn"]) [class*="yls_btn"][class*="label"]:empty ~ i, [class*="yls_btn"]:not([class*="label"]):not([class*="list"]) [class*="yls_btn"][class*="label"]:empty ~ i {
  margin-left: 0;
  margin-right: 0; }

.yls_header__nav a:not([class*="yls_btn"]) i[class=""], [class*="yls_btn"]:not([class*="label"]):not([class*="list"]) i[class=""] {
  display: none !important; }
/***** Primary Button *****/
/* General Settings */
.yls_btn-primary {
  --border-thickness: 3px;
  backdrop-filter: blur(20px); }

.yls_btn-primary__label {
  font-weight: bold; }
/* Light Mode */
.yls_btn-primary.light {
  background: rgba(255, 255, 255, 0.01);
  border: var(--border-thickness) solid var(--color_primary--500); }

.yls_btn-primary.light .yls_btn-primary__label {
  color: var(--color_primary--900); }

.yls_btn-primary.light i {
  color: var(--color_primary--700); }

.yls_btn-primary.light:hover {
  background: var(--color_primary--500); }

.yls_btn-primary.light:hover .yls_btn-primary__label {
  color: var(--color_primary--200); }

.yls_btn-primary.light:hover i {
  color: var(--color_primary--400); }
/* Dark Mode */
.yls_btn-primary.dark {
  background: rgba(0, 0, 0, 0.01);
  border: var(--border-thickness) solid var(--color_primary--500); }

.yls_btn-primary.dark .yls_btn-primary__label {
  color: var(--color_primary--200); }

.yls_btn-primary.dark i {
  color: var(--color_primary--400); }

.yls_btn-primary.dark:hover {
  background: var(--color_primary--500); }
/***** Secondary Button *****/
/* General Settings */
.yls_btn-secondary {
  --border-thickness: 3px; }

.yls_btn-secondary__label {
  font-weight: bold; }
/* Light Mode */
.yls_btn-secondary.light {
  background: var(--color_primary--300);
  border: var(--border-thickness) solid var(--color_primary--300); }

.yls_btn-secondary.light .yls_btn-secondary__label {
  color: var(--color_headings); }

.yls_btn-secondary.light i {
  color: var(--color_secondary--500); }

.yls_btn-secondary.light:hover {
  background: var(--color_primary--500);
  border-color: var(--color_primary--500); }

.yls_btn-secondary.light:hover .yls_btn-secondary__label {
  color: var(--color_primary--200); }
/* Dark Mode */
.yls_btn-secondary.dark {
  background: rgba(255, 255, 255, 0.2);
  border: var(--border-thickness) solid rgba(255, 255, 255, 0.2); }

.yls_btn-secondary.dark .yls_btn-secondary__label {
  color: #fff; }

.yls_btn-secondary.dark i {
  color: var(--color_secondary--400); }

.yls_btn-secondary.dark:hover {
  background: rgba(255, 255, 255, 0.1); }

.yls_btn-secondary.dark:hover .yls_btn-secondary__label {
  color: var(--color_primary--300); }
/***** Filter Button *****/
/* General Settings */
.yls_btn-filter {
  --border-thickness: 2px; }

.yls_btn-filter__label {
  font-weight: bold; }
/* Light Mode */
.yls_btn-filter.light {
  background: #fff;
  border: var(--border-thickness) solid var(--color_primary--300); }

.yls_btn-filter.light .yls_btn-filter__label {
  color: var(--color_primary--800); }

.yls_btn-filter.light i {
  color: var(--color_primary--700); }

.yls_btn-filter.light:hover {
  background: var(--color_primary--300); }
/* Dark Mode */
.yls_btn-filter.dark {
  background: transparent;
  border: var(--border-thickness) solid var(--color_primary--300); }

.yls_btn-filter.dark .yls_btn-filter__label {
  color: var(--color_primary--200); }

.yls_btn-filter.dark i {
  color: var(--color_primary--300); }

.yls_btn-filter.dark:hover {
  background: var(--color_primary--300); }
/* Active */
.yls_btn-filter.light.is-active {
  border-color: var(--color_primary--500);
  background: var(--color_primary--200); }
/***** Link *****/
/* General Settings */
.yls_header__nav a:not([class*="yls_btn"]), .yls_lang-switcher .s-lang span, .yls_btn-link__label {
  font-weight: bold; }

.yls_btn-link.small [class*="yls_btn"][class*="label"] {
  font-size: var(--type-scale-rel--sm);
  font-weight: normal; }
/* Light Mode */
.yls_header__nav a:not([class*="yls_btn"]), .yls_lang-switcher .s-lang span, .yls_btn-link.light .yls_btn-link__label {
  color: var(--color_headings); }

.yls_header__nav a:not([class*="yls_btn"]) i, .yls_btn-link.light i {
  color: var(--color_primary--500); }

.yls_header__nav a:not([class*="yls_btn"]):hover, .yls_btn-link.light:hover .yls_btn-link__label {
  color: var(--color_primary--600); }
/* Dark Mode */
.yls_btn-link.dark .yls_btn-link__label {
  color: #fff; }

.yls_btn-link.dark i {
  color: var(--color_primary--400); }

.yls_btn-link.dark:hover .yls_btn-link__label {
  color: var(--color_primary--400); }
/****************************
 Forms
 ****************************/
.s-form .s-form__fields {
  --gap: 30px; }
/***** Global Styling *****/
.s-form .s-field__wrapper {
  --font-size: var(--type-scale--md); }

.s-form .s-field__wrapper .s-input, .s-form .s-field__wrapper select, .s-form .s-field__wrapper textarea, .s-form .s-field__upload .s-upload__info {
  padding: var(--font-size);
  border-radius: var(--border-radius--sm);
  font-size: var(--font-size);
  line-height: var(--type-scale-rel--lg);
  border: 1px solid transparent;
  outline: 0; }
/* Label */
.s-form .s-field__wrapper .s-input + label, .s-form .s-field__wrapper select + label, .s-form .s-field__wrapper textarea + label, .s-form .s-field__wrapper.s-group__checkbox .s-label, .s-form .s-field__wrapper.s-group__radio .s-label, .s-form .s-field__upload .s-label {
  line-height: 1.5; }

.s-form .s-field__wrapper.s-group__checkbox .s-label, .s-form .s-field__wrapper.s-group__radio .s-label, .s-form .s-field__upload .s-label {
  font-weight: bold; }

.s-form .s-field__wrapper .s-input + label span, .s-form .s-field__wrapper select + label span, .s-form .s-field__wrapper textarea + label span, .s-form .s-field__wrapper .s-input[readonly] + label span, .s-form .s-field__wrapper.s-group__checkbox .s-label span, .s-form .s-field__wrapper.s-group__radio .s-label span, .s-form .s-field__upload .s-label span, .s-form .s-field__wrapper.s-field__optin .s-optin__info span {
  font-size: var(--type-scale-rel--md);
  text-transform: lowercase; }

.s-form .s-field__wrapper.s-group__checkbox .s-label span, .s-form .s-field__wrapper.s-group__radio .s-label span, .s-form .s-field__upload .s-label span, .s-form .s-field__wrapper.s-field__optin .s-optin__info span {
  font-size: var(--type-scale-rel--sm);
  font-weight: normal;
  opacity: 0.8; }

.s-form .s-field__wrapper .s-input + label span:before, .s-form .s-field__wrapper select + label span:before, .s-form .s-field__wrapper textarea + label span:before, .s-form .s-field__wrapper .s-input[readonly] + label span:before, .s-form .s-field__wrapper.s-group__checkbox .s-label span:before, .s-form .s-field__wrapper.s-group__radio .s-label span:before, .s-form .s-field__upload .s-label span:before, .s-form .s-field__wrapper.s-field__optin .s-optin__info span:before {
  content: ' ('; }

.s-form .s-field__wrapper .s-input + label span:after, .s-form .s-field__wrapper select + label span:after, .s-form .s-field__wrapper textarea + label span:after, .s-form .s-field__wrapper .s-input[readonly] + label span:after, .s-form .s-field__wrapper.s-group__checkbox .s-label span:after, .s-form .s-field__wrapper.s-group__radio .s-label span:after, .s-form .s-field__upload .s-label span:after, .s-form .s-field__wrapper.s-field__optin .s-optin__info span:after {
  content: ')'; }
/* Helper Text */
.yls_form__helpertext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0.5em 0 0 0;
  font-size: var(--type-scale--sm);
  opacity: 0.8; }

.yls_form__helpertext i {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  width: var(--type-scale-rel--xl-2);
  height: var(--type-scale-rel--xl-2);
  margin-right: 0.5em;
  border-radius: 50%;
  font-size: var(--type-scale-rel--xs-1);
  color: #fff; }

.yls_form__helpertext i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 40%; }
/***** Input Fields - Default *****/
.s-form .s-field__wrapper .s-input, .s-form .s-field__wrapper select, .s-form .s-field__wrapper textarea, .s-form .s-field__upload .s-upload__info {
  color: var(--color_body--dark);
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }

.s-form .s-field__wrapper .s-input[readonly]:not(.flatpickr-input) {
  background: rgba(0, 0, 0, 0.04); }
/* Label */
.s-form .s-field__wrapper .s-input + label, .s-form .s-field__wrapper select + label, .s-form .s-field__wrapper textarea + label, .s-form .s-field__wrapper .s-input[readonly] + label {
  /*top: 1em;*/
  left: var(--font-size);
  font-size: var(--type-scale-rel--sm);
  color: rgba(30, 30, 30, 0); }
/*
 .s-form .s-field__wrapper .s-input[readonly] + label {
 background: transparent;
 }
 */
.s-form .s-field__wrapper label.hide-label {
  top: 0 !important;
  opacity: 0 !important; }
/* Placeholder */
.s-form .s-field__wrapper .s-input::placeholder, .s-form .s-field__wrapper select::placeholder, .s-form .s-field__wrapper textarea::placeholder {
  color: var(--color_body--dark); }
/***** Input Fields - Filled *****/
.s-form .s-field__wrapper .s-input.filled:not(:focus), .s-form .s-field__wrapper select.filled:not(:focus), .s-form .s-field__wrapper textarea.filled:not(:focus), .s-form .s-field__wrapper .s-input[readonly]:not(.flatpickr-input) {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3); }
/* Label */
.s-form .s-field__wrapper .s-input.filled + label, .s-form .s-field__wrapper select.filled + label, .s-form .s-field__wrapper textarea.filled + label, .s-form .s-field__wrapper .s-input[readonly] + label {
  color: rgba(30, 30, 30, 0.6);
  /*background: rgba(255, 255, 255, 0.9);*/ }
/***** Input Fields - Focus *****/
.s-form .s-field__wrapper .s-input:focus, .s-form .s-field__wrapper select:focus, .s-form .s-field__wrapper textarea:focus {
  box-shadow: 0 0 0 2px var(--color_secondary--500); }
/* Label */
.s-form .s-field__wrapper .s-input:focus + label, .s-form .s-field__wrapper select:focus + label, .s-form .s-field__wrapper textarea:focus + label {
  color: rgba(30, 30, 30, 0.6);
  /*background: rgba(255, 255, 255, 0.9);*/ }
/***** Input Fields - Error *****/
/*
 .s-form .s-field__wrapper .s-input:invalid,
 .s-form .s-field__wrapper select:invalid,
 .s-form .s-field__wrapper textarea:invalid {
 box-shadow: 0 0 0 2px red !important;
 }
 */
/***** Required Indicator *****/
/*
 .s-form .s-field__wrapper:is(
 .s-field__input,
 .s-field__textarea,
 .s-field__select
 )[data-necessity="required"]:not([data-state="readonly"]):before {
 position: absolute;
 top: 1.4rem;
 left: 0.4rem;
 transform: translate(0, 0);
 z-index: 10;
 content: '*';
 color: red;
 font-size: var(--type-scale--sm);
 line-height: 1;
 }
 */
/***** Optional Indicator *****/
/***** Input Fields - Select *****/
.s-form .s-field__wrapper.s-field__select:after {
  --border-width: 2px;
  width: 0.5rem;
  height: 0.5rem;
  border-color: rgba(0, 0, 0, 0.3); }
/***** State Fields - Default *****/
.s-form .s-field__wrapper .s-checkbox__opts .s-check__label .s-check__indicator, .s-form .s-field__wrapper .s-radio__opts .s-radio__label .s-radio__indicator, .s-form .s-field__optin .s-optin__label .s-optin__indicator {
  width: 1rem;
  height: 1rem;
  margin-right: var(--type-scale-rel--xs-4);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
/* Horizontal State Fields */
.s-form .s-field__wrapper .s-flexdir--row {
  --gap: 16px; }
/* Vertical State Fields */
.s-form .s-field__wrapper .s-flexdir--col {
  --gap: 16px; }
/* Checkboxes */
.s-form .s-field__wrapper .s-checkbox__opts .s-check__label .s-check__indicator, .s-form .s-field__optin .s-optin__label .s-optin__indicator {
  border-radius: var(--border-radius--sm); }

.s-form .s-field__wrapper .s-checkbox__opts .s-check__label .s-check__indicator:after, .s-form .s-field__optin .s-optin__label .s-optin__indicator:after {
  --border-width: 2px;
  --border-color: #fff;
  --width: 0.3rem;
  --height: 0.6rem; }
/* Radio Buttons */
.s-form .s-field__wrapper .s-radio__opts input:checked + .s-radio__label .s-radio__indicator {
  background: var(--color_secondary--600);
  box-shadow: 0 0 0 1px var(--color_secondary--600); }

.s-form .s-field__wrapper .s-radio__opts .s-radio__label .s-radio__indicator:after {
  --width: 0%;
  --height: 0%;
  background: #fff;
  opacity: 0; }
/***** State Fields - Active *****/
/* Checkboxes */
.s-form .s-field__wrapper .s-checkbox__opts input:checked + .s-check__label .s-check__indicator, .s-form .s-field__optin input:checked + .s-optin__label .s-optin__indicator {
  background: var(--color_secondary--600);
  box-shadow: 0 0 0 1px var(--color_secondary--600); }
/* Radio Buttons */
.s-form .s-field__wrapper .s-radio__opts input:checked + .s-radio__label .s-radio__indicator:after {
  --width: 70%;
  --height: 70%;
  opacity: 1; }
/***** Upload *****/
.s-form .s-field__upload .s-upload__info:before {
  color: var(--color_primary--600);
  font-weight: bold; }

.s-form .s-field__upload .s-upload__info::after {
  opacity: 0.6; }
/***** Submit *****/
.s-form .s-field__submit .yls_text.privacy {
  margin-top: calc(( var(--gap) * -1 ) + var(--type-scale-rel--md));
  margin-bottom: var(--type-scale-rel--md);
  font-size: var(--type-scale--sm);
  line-height: var(--type-scale-rel--lg); }
/***** Grid *****/
.yls_cards__grid > .flex_auto__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
/***** Card *****/
.yls_card {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box; }

a.yls_card {
  text-decoration: none; }
/* Visual - Image */
.yls_card .yls_card__visual.image {
  position: relative;
  width: 100%;
  padding-bottom: 61.8%;
  overflow: hidden; }

.yls_card .yls_card__visual.image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  margin: 0 !important; }
/* Content */
.yls_card .yls_card__content {
  padding: calc(24px - 0.2em) 24px 0 24px; }

.yls_card .yls_card__content .yls_card__title {
  font-family: var(--font--body);
  font-size: var(--type-scale--lg);
  font-weight: 500;
  line-height: var(--type-scale-rel--lg); }

.yls_card .yls_card__content > .flex_auto--rows > .flex_auto__item:last-child .yls_card__title {
  margin-bottom: 0;
  text-align: center; }

@media only screen and (max-width: 991px) {
  .yls_cards__grid > .flex_auto__item {
    min-width: var(--w--6); }

  .yls_card .yls_card__content .yls_card__title {
    font-size: var(--type-scale--lg); } }

@media only screen and (max-width: 480px) {
  .yls_cards__grid > .flex_auto__item {
    min-width: 100%; }

  .yls_card .yls_card__content .yls_card__title {
    font-size: var(--type-scale--md); } }
/***** News *****/
.yls_card[data-card-type="news"] .yls_card__content > .flex_auto--rows {
  --gap: 1rem; }

.yls_card[data-card-type="news"] .yls_card__content .yls_card__title {
  margin-bottom: 0; }

.yls_card[data-card-type="news"] .yls_card__content .flex_auto--cols {
  --gap: 1rem; }

.yls_card[data-card-type="news"] .yls_card__content .yls_date {
  color: var(--color_body--light); }
/*
 .yls_card[data-card-type="news"] .yls_card__content .yls_card__cta {
 color: var(--color_primary--500);
 font-weight: bold;
 line-height: 1;
 }
 */
.yls_card[data-card-type="news"] .yls_card__content hr {
  width: 100%;
  height: 1px;
  margin: 0;
  background: var(--color_primary--200); }
/***** Large Content *****/
.yls_card.lg:not(a) {
  padding: var(--p--lg);
  border-radius: 0;
  box-shadow: var(--shadow--lg); }

.yls_card.xl:not(a) {
  padding: var(--p--xl);
  border-radius: 0;
  box-shadow: var(--shadow--xl); }

@media only screen and (max-width: 991px) {
  .yls_card.lg:not(a), .yls_card.xl:not(a) {
    padding: var(--p--lg); } }

@media only screen and (max-width: 480px) {
  .yls_card.lg:not(a), .yls_card.xl:not(a) {
    padding: var(--p--md) var(--p--sm); } }

.yls_social-media {
  --fontsize: var(--type-scale--sm);
  --size: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: var(--fontsize); }

.yls_social-media__label {
  margin-right: 12px;
  white-space: nowrap;
  font-size: var(--type-scale--sm);
  line-height: 1; }

.yls_social-media__label:empty {
  display: none; }

.yls_social-media__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: calc(var(--gap) / -2); }

.yls_social-media__item {
  margin: calc(var(--gap) / 2);
  line-height: 0; }

.yls_social-media__item a, .yls_social-media__item .yls_social-media__share {
  position: relative;
  display: inline-block;
  width: var(--size);
  height: var(--size);
  overflow: hidden;
  text-decoration: none;
  border-radius: var(--border-radius--sm);
  opacity: 1 !important;
  cursor: pointer; }

.yls_social-media__item a i, .yls_social-media__item .yls_social-media__share i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important; }

@media only screen and (max-width: 480px) {
  .yls_social-media {
    --fontsize: var(--type-scale--sm);
    --size: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }

  .yls_social-media__label {
    margin-bottom: var(--type-scale-rel--sm); } }
/***** Solid *****/
.yls_social-media.solid .yls_social-media__list {
  --gap: 8px; }
/* Light */
.yls_social-media.solid.light .yls_social-media__item a, .yls_social-media.solid.light .yls_social-media__item .yls_social-media__share {
  background: var(--color_primary--500); }

.yls_social-media.solid.light .yls_social-media__item a i, .yls_social-media.solid.light .yls_social-media__item .yls_social-media__share i {
  color: #fff; }

.yls_social-media.solid.light .yls_social-media__item a:hover, .yls_social-media.solid.light .yls_social-media__item .yls_social-media__share:hover {
  background: var(--color_primary--700); }
/* Dark */
.yls_social-media.solid.dark .yls_social-media__item a, .yls_social-media.solid.dark .yls_social-media__item .yls_social-media__share {
  background: var(--color_primary--500); }

.yls_social-media.solid.dark .yls_social-media__item a i, .yls_social-media.solid.dark .yls_social-media__item .yls_social-media__share i {
  color: #fff; }

.yls_social-media.solid.dark .yls_social-media__item a:hover, .yls_social-media.solid.dark .yls_social-media__item .yls_social-media__share:hover {
  background: var(--color_primary--700); }
/***** Floating *****/
.yls_social-media.floating .yls_social-media__list {
  --gap: 0;
  margin-left: calc(( var(--size) - var(--fontsize) ) / -2); }
/* Light */
.yls_social-media.floating.light .yls_social-media__item a, .yls_social-media.floating.light .yls_social-media__item .yls_social-media__share {
  background: transparent; }

.yls_social-media.floating.light .yls_social-media__item a i, .yls_social-media.floating.light .yls_social-media__item .yls_social-media__share i {
  color: var(--color_primary--500); }

.yls_social-media.floating.light .yls_social-media__item a:hover i, .yls_social-media.floating.light .yls_social-media__item .yls_social-media__share:hover i {
  color: var(--color_primary--700); }
/* Dark */
.yls_social-media.floating.dark .yls_social-media__item a, .yls_social-media.floating.dark .yls_social-media__item .yls_social-media__share {
  background: transparent; }

.yls_social-media.floating.dark .yls_social-media__item a i, .yls_social-media.floating.dark .yls_social-media__item .yls_social-media__share i {
  color: var(--color_primary--300); }

.yls_social-media.floating.dark .yls_social-media__item a:hover i, .yls_social-media.floating.dark .yls_social-media__item .yls_social-media__share:hover i {
  color: #fff; }

.yls_flist__wrapper {
  list-style: none;
  padding: 0; }

.yls_flist__item > div {
  --gap: var(--type-scale--md); }

@media only screen and (max-width: 991px) {
  .yls_flist__wrapper > .flex_auto__item {
    width: 100% !important; }

  .yls_flist__item > div {
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: flex-start !important; }

  .yls_flist__wrapper.cols--1 .yls_flist__item > div {
    align-items: center !important; } }

@media only screen and (max-width: 480px) {
  .yls_flist__item > div {
    --gap: var(--type-scale--md);
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important; }

  .yls_flist__wrapper.cols--1 .yls_flist__item > div {
    align-items: flex-start !important; } }
/***** Icon *****/
.yls_flist__icon {
  --size: 60px;
  position: relative;
  width: var(--size);
  height: var(--size);
  background: transparent;
  border: 2px solid var(--color_primary--500);
  border-radius: var(--border-radius--md); }

.yls_flist__wrapper.cols--1 .yls_flist__icon {
  --size: 48px; }

.yls_flist__icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color_primary--900);
  font-size: calc(var(--size) / 2.5); }

.yls_flist__icon 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_flist__icon {
    --size: 48px; } }
/***** Text *****/
.yls_flist__item h3 {
  font-family: var(--font--body);
  font-size: var(--type-scale--md);
  font-weight: bold; }

.yls_flist__item h3:empty {
  display: none; }

.yls_flist__item h3:last-child {
  margin-bottom: 0; }

.yls_flist__item h3:not(:last-child) {
  margin-bottom: var(--type-scale-rel--xs-2); }
/***** General Settings *****/
.yls_carousel__container {
  --button-size: 40px; }

@media only screen and (max-width: 480px) {
  .yls_carousel__container {
    --button-size: 36px; } }
/* Navigation */
.yls_carousel__container .swiper-button {
  width: var(--button-size);
  height: var(--button-size);
  border-radius: 50%;
  /*box-shadow: var(--shadow--lg);*/ }

.yls_carousel__container .swiper-button i {
  font-size: var(--type-scale--sm); }
/* Pagination */
.yls_carousel__container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-width: 2px;
  border-style: solid;
  opacity: 1; }

.yls_carousel__container .swiper-pagination-bullet-active {
  border-color: transparent; }
/* Preloader */
.yls_carousel__container .swiper-lazy-preloader {
  --color: #fff;
  border-left-color: var(--color);
  border-right-color: var(--color);
  border-bottom-color: var(--color);
  opacity: 0.6; }
/***** Inner UI *****/
/* Navigation */
.yls_carousel__container.inner-ui .swiper-button {
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px); }

.yls_carousel__container.inner-ui .swiper-button:hover {
  background: rgba(255, 255, 255, 0.75); }

.yls_carousel__container.inner-ui .swiper-button-prev {
  left: 24px; }

.yls_carousel__container.inner-ui .swiper-button-next {
  right: 24px; }

.yls_carousel__container.inner-ui .swiper-button i {
  color: var(--color_primary--900); }

@media only screen and (max-width: 991px) {
  .yls_carousel__container.inner-ui .swiper-button-prev {
    left: 12px; }

  .yls_carousel__container.inner-ui .swiper-button-next {
    right: 12px; } }

@media only screen and (max-width: 480px) {
  .yls_carousel__container.inner-ui .swiper-button {
    width: var(--button-size);
    height: var(--button-size); }

  .yls_carousel__container.inner-ui .swiper-button-prev {
    left: calc(var(--button-size) / -2); }

  .yls_carousel__container.inner-ui .swiper-button-next {
    right: calc(var(--button-size) / -2); } }
/* Pagination */
.yls_carousel__container.inner-ui .swiper-pagination {
  bottom: 0;
  padding-bottom: 24px; }

.yls_carousel__container.inner-ui .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px); }

.yls_carousel__container.inner-ui .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.6);
  border-color: transparent; }

@media only screen and (max-width: 480px) {
  .yls_carousel__container.inner-ui .swiper-pagination {
    padding-bottom: 12px; } }
/***** Outer UI *****/
.yls_carousel__container.outer-ui {
  --gap-x: 30px;
  --gap-y: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden; }

.yls_carousel__container.outer-ui .yls_carousel {
  width: calc(100% - ( var(--button-size) * 2 ) - ( var(--gap-x) * 2 )); }

@media only screen and (max-width: 991px) {
  .yls_carousel__container.outer-ui {
    overflow: visible; }

  .yls_carousel__container.outer-ui .yls_carousel {
    width: calc(100% - ( var(--gap-x) * 2 ));
    width: calc(100% + ( var(--container__padding) * 2 )); } }
/* Navigation */
.yls_carousel__container.outer-ui .swiper-button {
  background: var(--color_secondary--500); }

.yls_carousel__container.outer-ui .swiper-button:hover {
  background: var(--color_secondary--600); }

.yls_carousel__container.outer-ui .swiper-button i {
  color: var(--color_primary--200); }

@media only screen and (max-width: 991px) {
  .yls_carousel__container.outer-ui .swiper-button {
    display: none;
    opacity: 0;
    visibility: hidden; } }
/* Pagination */
.yls_carousel__container.outer-ui .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: 100%;
  margin-top: var(--gap-y); }

.yls_carousel__container.outer-ui .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 0, 0, 0.1); }

.yls_carousel__container.outer-ui .swiper-pagination-bullet-active {
  background: var(--color_secondary--400);
  border-color: transparent; }
/***** Card Carousel *****/
.yls_carousel__container[data-swiper-type="cards"] .yls_carousel {
  overflow: visible; }

.yls_carousel__container[data-swiper-type="cards"] .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_carousel__container[data-swiper-type="cards"] .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0; }

.yls_carousel__container[data-swiper-type="cards"] .swiper-slide:not(.swiper-slide-visible) .yls_card {
  transform: scale(0.8); }
/***** Image Carousel *****/
.yls_carousel__container[data-swiper-type="images"] .yls_carousel {
  border-radius: var(--border-radius--md);
  box-shadow: var(--shadow--xl); }

.yls_carousel__container[data-swiper-type="images"] .yls_carousel__item {
  width: 100%;
  padding-bottom: 83.3%;
  border-radius: inherit; }

.yls_carousel__container[data-swiper-type="images"] .yls_carousel__item img {
  border-radius: inherit; }
/***** Logo Carousel *****/
.yls_carousel__container[data-swiper-type="logos"] .yls_carousel__item {
  width: 100%;
  height: 70px; }

.yls_carousel__container[data-swiper-type="logos"] .yls_carousel__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.yls_carousel__container[data-swiper-type="logos"] .yls_carousel__item a[href=""] {
  cursor: default; }

.yls_carousel__container[data-swiper-type="logos"] .yls_carousel__item img {
  max-width: 80%;
  max-height: 100%;
  -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); }

@media only screen and (max-width: 480px) {
  .yls_carousel__container[data-swiper-type="logos"] .yls_carousel__item {
    height: 55px; }

  .yls_carousel__container[data-swiper-type="logos"] .yls_carousel__item img {
    max-width: 100%; }

  .yls_carousel__container[data-swiper-type="logos"] .swiper-slide:not(.swiper-slide-active) img {
    transform: scale(0.8);
    opacity: 0.2;
    filter: saturate(0%); } }
/***** Testimonials Carousel *****/
.yls_carousel__container[data-swiper-type="reviews"] .swiper-wrapper {
  align-items: center; }

.yls_carousel__container[data-swiper-type="reviews"] .yls_text {
  max-width: 60ch;
  margin: 0 auto var(--type-scale-rel--sm) auto;
  font-size: var(--type-scale--lg);
  text-align: center; }

.yls_carousel__container[data-swiper-type="reviews"] .yls_carousel__details {
  max-width: 60ch;
  margin: 0 auto;
  font-size: var(--type-scale--sm);
  text-align: center;
  line-height: var(--type-scale-rel--xl);
  opacity: 0.6; }

@media only screen and (max-width: 480px) {
  .yls_carousel__container[data-swiper-type="reviews"] .yls_text {
    max-width: 60ch;
    font-size: var(--type-scale--md);
    text-align: left; }

  .yls_carousel__container[data-swiper-type="reviews"] .yls_carousel__details {
    text-align: left; }

  .yls_carousel__container[data-swiper-type="reviews"] .swiper-pagination {
    text-align: left; } }
/***** Process Carousel *****/
.yls_carousel__container[data-swiper-type="process"] .yls_carousel {
  --space-between: 30px;
  --icon-size: 60px; }

.yls_carousel__container[data-swiper-type="process"] .yls_process__content {
  -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_carousel__container[data-swiper-type="process"] .swiper-wrapper {
  align-items: stretch; }

.yls_carousel__container[data-swiper-type="process"] .swiper-slide {
  height: auto; }

@media only screen and (max-width: 991px) {
  .yls_carousel__container[data-swiper-type="process"] .yls_carousel {
    --space-between: 48px;
    --icon-size: 60px;
    overflow: visible; } }
/* Navigation Settings */
.yls_carousel__container[data-swiper-type="process"] .swiper-button-disabled {
  opacity: 0; }
/* Icon Settings */
.yls_carousel__container[data-swiper-type="process"] .yls_process__icon-container {
  position: relative;
  width: 100%; }
/*
 .yls_carousel__container[data-swiper-type="process"] .swiper-slide:not(:last-child) .yls_process__icon-container:before {
 position: absolute;
 top: 50%;
 left: var(--icon-size);
 transform: translate(0, -50%);
 z-index: 1;
 width: calc( 100% - var(--icon-size) + var(--space-between) );
 height: 1px;
 background: rgba(0, 0, 0, 0.1);
 content: '';
 }
 */
.yls_carousel__container[data-swiper-type="process"] .yls_process__icon {
  position: relative;
  z-index: 5;
  width: var(--icon-size);
  height: var(--icon-size);
  margin: 0;
  overflow: hidden;
  border-radius: var(--border-radius--md);
  /*
   background: rgba(255, 255, 255, 0.01);
   backdrop-filter: blur(20px);
   */
  border: 2px solid var(--color_primary--500);
  -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_carousel__container[data-swiper-type="process"] .swiper-slide:not(.swiper-slide-active) .yls_process__icon {
  opacity: 0.4; }

.yls_carousel__container[data-swiper-type="process"] .yls_process__icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: var(--color_primary--900);
  font-size: clamp(1rem, calc(var(--icon-size) / 2.5), 1.728rem); }
/* Content Settings */
.yls_carousel__container[data-swiper-type="process"] .yls_process__content {
  will-change: transform; }

.yls_carousel__container[data-swiper-type="process"] .swiper-slide:not(.swiper-slide-active) .yls_process__content {
  transform-origin: center left;
  transform: scale(0.9);
  opacity: 0.4; }

.yls_carousel__container[data-swiper-type="process"] .yls_process__content .yls_text {
  max-width: 42ch; }
/* CTA Settings */
.yls_carousel__container[data-swiper-type="process"] .yls_carousel__item.yls_card {
  height: 100%;
  padding: var(--p--lg) var(--p--md);
  background: var(--color_secondary--200);
  box-shadow: none; }

.yls_carousel__container[data-swiper-type="process"] .yls_carousel__item.yls_card > div {
  height: 100%;
  justify-content: center; }

.yls_carousel__container[data-swiper-type="process"] .yls_carousel__item.yls_card h3 {
  text-align: center; }

.yls_carousel__container[data-swiper-type="process"] .yls_carousel__item.yls_card .yls_btn-list {
  justify-content: center; }

.yls_gallery__list {
  justify-content: center; }

.yls_gallery__item-trigger:hover {
  text-decoration: none; }

.yls_gallery__item-preview picture {
  padding-bottom: 75%; }

@media only screen and (max-width: 991px) {
  .yls_gallery__list > .flex_auto__item {
    width: 50% !important; } }

@media only screen and (max-width: 991px) and (min-width: 481px) {
  /* Hide uneven last child */
    .yls_gallery__list > .flex_auto__item:last-child:nth-child(odd) {
      display: none; } }

@media only screen and (max-width: 480px) {
  .yls_gallery__list > .flex_auto__item {
    width: 100% !important; } }
/***** Lightbox Settings *****/
.chocolat-wrapper {
  --padding-h: 72px;
  --padding-v: 48px;
  z-index: 99999; }

.chocolat-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  -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); }

.chocolat-overlay.chocolat-visible {
  opacity: 1;
  backdrop-filter: blur(20px);
  -webkit-transition: inherit;
  -moz-transition: inherit;
  transition: inherit; }

.chocolat-wrapper .chocolat-top {
  height: 48px; }

.chocolat-center {
  padding: var(--padding-v) var(--padding-h); }

.chocolat-image-canvas {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  border-radius: var(--border-radius--lg); }

.chocolat-image-wrapper {
  position: absolute;
  border-radius: inherit; }

.chocolat-image-wrapper .chocolat-img {
  border-radius: inherit; }

.chocolat-wrapper .chocolat-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 48px;
  padding: 0 var(--padding-h); }

.chocolat-wrapper .chocolat-description {
  display: none; }

.chocolat-wrapper .chocolat-pagination {
  margin: 0;
  padding: 0;
  line-height: 1; }

.chocolat-wrapper .chocolat-set-title:empty {
  display: none; }

.chocolat-wrapper .chocolat-set-title {
  margin-left: 1em;
  padding-left: 1em;
  padding-right: 0;
  line-height: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 0; }

.chocolat-wrapper .chocolat-fullscreen {
  display: none; }

@media only screen and (max-width: 991px) {
  .chocolat-wrapper {
    --padding-h: 48px;
    --padding-v: 36px; } }

@media only screen and (max-width: 480px) {
  .chocolat-wrapper {
    --padding-h: 24px;
    --padding-v: 30px; } }
/* Navigation */
.chocolat-wrapper .chocolat-left, .chocolat-wrapper .chocolat-right {
  --button-size: calc(var(--padding-h) / 1.5);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: var(--button-size);
  height: var(--button-size);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.chocolat-wrapper .chocolat-left:hover, .chocolat-wrapper .chocolat-right:hover {
  background: rgba(255, 255, 255, 0.75); }

.chocolat-wrapper .chocolat-left {
  left: calc(var(--padding-h) / 1.5); }

.chocolat-wrapper .chocolat-right {
  right: calc(var(--padding-h) / 1.5); }

.chocolat-wrapper .chocolat-left:before, .chocolat-wrapper .chocolat-right:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  display: inline-block;
  width: 25%;
  height: 25%;
  vertical-align: top;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: var(--color_primary--900);
  content: ''; }

.chocolat-wrapper .chocolat-left:before {
  transform-origin: 60% 45%;
  transform: translate(-50%, -50%) rotate(-135deg); }

.chocolat-wrapper .chocolat-right:before {
  transform-origin: 40% 35%;
  transform: translate(-50%, -50%) rotate(45deg); }

@media only screen and (max-width: 991px) {
  .chocolat-wrapper .chocolat-left, .chocolat-wrapper .chocolat-right {
    --button-size: var(--padding-h); }

  .chocolat-wrapper .chocolat-left {
    left: calc(var(--padding-h) / 2); }

  .chocolat-wrapper .chocolat-right {
    right: calc(var(--padding-h) / 2); } }

@media only screen and (max-width: 480px) {
  .chocolat-wrapper .chocolat-left, .chocolat-wrapper .chocolat-right {
    --button-size: calc(var(--padding-h) * 1.5); }

  .chocolat-wrapper .chocolat-left {
    left: calc(var(--padding-h) / 3); }

  .chocolat-wrapper .chocolat-right {
    right: calc(var(--padding-h) / 3); }

  .chocolat-wrapper .chocolat-left:before, .chocolat-wrapper .chocolat-right:before {
    border-width: 2px 2px 0 0; } }
/* Close Button */
.chocolat-wrapper .chocolat-close {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-bottom-left-radius: var(--border-radius--sm);
  -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); }

.chocolat-wrapper .chocolat-close:before, .chocolat-wrapper .chocolat-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 50% 50%;
  width: 45%;
  height: 2px;
  background: var(--color_primary--900);
  border-radius: 99px;
  content: '';
  -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); }

.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-close:hover {
  background: rgba(255, 255, 255, 0.75); }

@media only screen and (max-width: 991px) {
  .yls_team__grid > .flex_auto__item {
    width: 50% !important; } }

@media only screen and (max-width: 480px) {
  .yls_team__grid > .flex_auto__item {
    width: 100% !important; } }
/***** Card Settings *****/
.yls_team__item {
  --img-size: 120px;
  display: inline-block;
  width: 100%;
  margin-top: calc(var(--img-size) / 2);
  background: #fff;
  box-shadow: var(--shadow--lg);
  border-radius: var(--border-radius--md); }

.yls_team__img {
  position: relative;
  width: var(--img-size);
  height: var(--img-size);
  margin: calc(var(--img-size) / -2) auto 0 auto;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: var(--shadow--md); }

.yls_team__img 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_team__content {
  padding: var(--p--md); }

.yls_team__content h3 {
  text-align: center;
  font-size: var(--type-scale--lg); }

.yls_team__content .yls_text {
  max-width: 42ch;
  margin: 0 auto;
  text-align: center; }

@media only screen and (max-width: 991px) {
  .yls_team__item {
    --img-size: 100px; }

  .yls_team__img {
    margin-left: var(--p--sm);
    margin-right: var(--p--sm); }

  .yls_team__content {
    padding: var(--p--sm); }

  .yls_team__content h3 {
    text-align: left; }

  .yls_team__content .yls_text {
    margin: 0;
    text-align: left; } }

@media only screen and (max-width: 480px) {
  .yls_team__item {
    --img-size: 80px; } }
/****************************
 Accordions
 ****************************/
.yls_accordion__wrapper > .flex_auto--rows {
  --gap: 1rem; }

.yls_accordion {
  --border-radius: var(--border-radius--md);
  width: 100%;
  overflow: hidden;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow--lg); }

.yls_accordion__header {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: var(--type-scale--sm) var(--p--sm);
  border: 0 !important;
  outline: 0 !important;
  background: #fff;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow--lg);
  font-size: var(--type-scale--lg); }

.yls_accordion__header, .yls_accordion__header * {
  -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_accordion__header h3 {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: inherit; }

.yls_accordion__header i {
  margin-left: var(--p--sm);
  font-size: var(--type-scale-rel--xs); }

.yls_accordion__header.is-active i {
  transform: rotate(180deg); }

.yls_accordion__content-wrapper {
  margin-top: calc(var(--border-radius) * -1);
  padding: calc(var(--p--sm) + var(--border-radius)) var(--p--sm) var(--p--sm) var(--p--sm);
  overflow: hidden;
  background: #fff;
  border-radius: 0 0 var(--border-radius) var(--border-radius); }

.yls_accordion__content-wrapper > .flex_auto--rows {
  --gap: 1rem; }

@media only screen and (max-width: 480px) {
  .yls_accordion__header h3 {
    font-size: var(--type-scale--md); } }
/***** Layout *****/
.yls_tc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: calc(var(--gap-y) / -2) calc(var(--gap-x) / -2); }

.yls_tc > div {
  padding: calc(var(--gap-y) / 2) calc(var(--gap-x) / 2); }
/* Top */
.yls_tc[data-tc-position="top"] {
  --gap-x: 0px;
  --gap-y: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }

.yls_tc[data-tc-position="top"] > div {
  width: 100%; }

.yls_tc[data-tc-position="top"] .yls_tc__tabs-wrapper .yls_btn-list {
  justify-content: center; }
/* Left */
.yls_tc[data-tc-position="left"] {
  --gap-x: 30px;
  --gap-y: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch; }

.yls_tc[data-tc-position="left"] .yls_tc__tabs-wrapper {
  width: var(--w--3); }

.yls_tc[data-tc-position="left"] .yls_tc__tabs-content {
  width: var(--w--8); }

.yls_tc[data-tc-position="left"] .yls_tc__tabs-wrapper .yls_btn-list button {
  width: 100%; }
/* Responsive */
@media only screen and (max-width: 991px) {
  .yls_tc[data-tc-position="left"] {
    --gap-x: 0px;
    --gap-y: 48px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; }

  .yls_tc[data-tc-position="left"] .yls_tc__tabs-wrapper, .yls_tc[data-tc-position="left"] .yls_tc__tabs-content {
    width: 100%; }

  .yls_tc[data-tc-position="left"] .yls_tc__tabs-wrapper .yls_btn-list {
    justify-content: center; }

  .yls_tc[data-tc-position="left"] .yls_tc__tabs-wrapper .yls_btn-list button {
    width: auto; } }

@media only screen and (max-width: 480px) {
  .yls_tc[data-tc-position="top"], .yls_tc[data-tc-position="left"] {
    --gap-x: 0px;
    --gap-y: 30px; }

  .yls_tc[data-tc-position="top"] .yls_tc__tabs-wrapper .yls_btn-list button, .yls_tc[data-tc-position="left"] .yls_tc__tabs-wrapper .yls_btn-list button {
    width: 100%; } }
/***** Tabs *****/
/***** Content *****/
.yls_tc__content-wrapper {
  position: relative;
  transform: translateY(20px);
  opacity: 0;
  padding: var(--p--xl) var(--p--lg);
  border-radius: var(--border-radius--md);
  background: var(--color_secondary--800);
  background: linear-gradient(135deg, var(--color_primary--900) 0%, #000 100%);
  -webkit-transition: all 0.72s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.72s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.72s cubic-bezier(0.165, 0.84, 0.44, 1); }

.yls_tc__tabs-item.is-active .yls_tc__content-wrapper {
  transform: translateY(0px);
  opacity: 1; }

.yls_tc__content-wrapper h2, .yls_tc__content-wrapper h3, .yls_tc__content-wrapper h4, .yls_tc__content-wrapper h5, .yls_tc__content-wrapper h6, .yls_tc__content-wrapper .yls_text {
  color: #fff; }

@media only screen and (max-width: 480px) {
  .yls_tc__content-wrapper {
    padding: var(--p--sm); } }

.yls_mc {
  display: none; }

.yls_mc.is-open {
  display: block; }

.yls_mc__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center; }

.yls_mc.is-open .yls_mc__overlay {
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px); }

.yls_mc .yls_mc__overlay > .yls_container {
  max-height: 100vh;
  padding-top: calc(var(--comp-spacing--inner) / 2);
  padding-bottom: calc(var(--comp-spacing--inner) / 2);
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none; }

.yls_mc .yls_mc__overlay > .yls_container::-webkit-scrollbar {
  display: none; }

@media only screen and (max-width: 480px) {
  .yls_mc .yls_mc__overlay > .yls_container {
    padding-top: var(--comp-spacing--inner);
    padding-bottom: var(--comp-spacing--inner); } }
/****************************
 Reveal & Close Animations
 ****************************/
@keyframes mcfadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

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

  100% {
    opacity: 0; } }

@keyframes mcslideIn {
  0% {
    transform: translateY(15%);
    opacity: 0; }

  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes mcslideOut {
  0% {
    transform: translateY(0);
    opacity: 1; }

  100% {
    transform: translateY(-10%);
    opacity: 0; } }

.yls_mc[aria-hidden="false"] .yls_mc__overlay {
  animation-name: mcfadeIn;
  animation-duration: var(--animation-duration); }

.yls_mc[aria-hidden="false"] .yls_container {
  animation-name: mcslideIn;
  animation-duration: var(--animation-duration);
  animation-delay: var(--animation-delay); }

.yls_mc[aria-hidden="true"] .yls_mc__overlay {
  animation-name: mcfadeOut;
  animation-duration: var(--animation-duration);
  animation-delay: var(--animation-delay); }

.yls_mc[aria-hidden="true"] .yls_container {
  animation-name: mcslideOut;
  animation-duration: var(--animation-duration); }

.yls_mc .yls_container, .yls_mc .modal__overlay {
  --animation-duration: 0.38s;
  --animation-delay: 0.38s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-fill-mode: both;
  will-change: transform; }
/****************************
 Modal Details
 ****************************/
.yls_mc__details {
  padding: 0 var(--p--sm) var(--p--sm) var(--p--sm); }

.yls_mc__details h2 {
  margin: 0;
  font-size: var(--type-scale--lg);
  color: #fff;
  opacity: 0.6; }

.yls_mc__details h2:empty {
  display: none; }
/***** Close Button *****/
.yls_mc__details button[data-micromodal-close] {
  position: relative;
  /*
   width: 2rem;
   height: 2rem;
   border-radius: var(--border-radius--sm);
   */
  background: transparent;
  border: 0;
  outline: 0; }

.yls_mc__details button[data-micromodal-close] i {
  /*
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   */
  font-size: var(--type-scale--xl-1);
  color: #fff; }
/****************************
 Flex Content
 ****************************/
.yls_mc__card {
  padding: var(--p--xl);
  background: #fff;
  border-radius: var(--border-radius--md);
  box-shadow: var(--shadow--lg); }

@media only screen and (max-width: 991px) {
  .yls_mc__card {
    padding: var(--p--lg); } }

@media only screen and (max-width: 480px) {
  .yls_mc__card {
    padding: var(--p--sm); } }
/****************************
 Embed
 ****************************/
.yls_mc .yls_embed figcaption {
  color: #fff; }

.yls_hero {
  --cue_offset: 72px;
  --cue_height: 60px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%; }

.yls_hero .yls_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: static; }

.yls_hero.header-is-over:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: calc(var(--height_header) + 72px);
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  opacity: 0.7;
  content: ''; }

@media only screen and (max-width: 991px) {
  .yls_hero {
    --cue_offset: 60px;
    --cue_height: 60px; } }

@media only screen and (max-width: 480px) {
  .yls_hero {
    --cue_offset: 48px;
    --cue_height: 48px; } }
/***** Content *****/
.yls_hero-content {
  position: relative;
  z-index: 10;
  width: 100%; }

@media only screen and (min-width: 992px) {
  .yls_hero.header-is-over .yls_hero-content {
    padding-top: calc(var(--height_header) / 2); } }

.yls_hero-content > .flex_auto--rows {
  --gap: 30px; }
/* Headers */
.yls_hero-content h1, .yls_hero-content h2, .yls_hero-content h3, .yls_hero-content h4, .yls_hero-content h5 {
  margin-bottom: -0.2em; }

@media only screen and (min-width: 992px) {
  .yls_hero-content h1 {
    --pref-font-size: var(--type-scale--xl-5);
    --max-font-size: 8vh;
    font-size: var(--pref-font-size);
    font-size: clamp(0px, var(--pref-font-size), var(--max-font-size)); } }
/* Text */
.yls_hero-content .yls_text {
  max-width: 38ch;
  font-size: var(--type-scale--lg); }
/* Responsive */
@media only screen and (max-width: 991px) {
  /* Headers */
  /* Text */
  /* Button List */
    .yls_hero-content {
      position: relative;
      z-index: 10;
      width: 100%;
      max-width: 650px;
      padding-top: var(--comp-spacing--outer);
      padding-bottom: calc(var(--comp-spacing--inner) + var(--cue_height)  + var(--cue_offset)); }
    .yls_hero.header-is-over .yls_hero-content {
      padding-top: calc(var(--comp-spacing--outer) + var(--height_header)); }
    .yls_hero-content h1, .yls_hero-content h2, .yls_hero-content h3, .yls_hero-content h4, .yls_hero-content h5 {
      text-align: center; }
    .yls_hero-content h1 {
      font-size: var(--type-scale--xl-4); }
    .yls_hero-content .yls_text {
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
    .yls_hero-content .yls_btn-list {
      justify-content: center; } }

@media only screen and (max-width: 480px) {
  /* Headers */
  /* Text */
    .yls_hero-content h1 {
      font-size: var(--type-scale--xl-3); }
    .yls_hero-content .yls_text {
      font-size: var(--type-scale--md); } }
/***** Visual *****/
.yls_hero-visual {
  position: relative; }

.yls_hero-visual-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: inherit; }
/* Image */
.yls_hero-visual-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit; }

.yls_hero-visual-img 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; }
/* Carousel */
.yls_hero-visual-carousel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  border-radius: inherit; }

.yls_hero-visual-carousel .yls_carousel {
  height: 100%;
  border-radius: inherit !important;
  box-shadow: none !important; }

.yls_hero-visual-carousel .yls_carousel .yls_carousel__item {
  height: 100%;
  padding-bottom: 0 !important; }
/*
 .yls_hero-visual-carousel .swiper-slide 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;
 }
 */
/* Video */
.yls_hero-visual-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible; }

.yls_hero-visual-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; }
/* Overlay */
.yls_hero-visual-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none; }
/***** Cue *****/
.yls_hero-cue {
  position: absolute;
  left: 50%;
  bottom: var(--cue_offset);
  transform: translate(-50%, 0);
  z-index: 20;
  display: inline-block;
  width: var(--cue_height);
  height: var(--cue_height);
  background: var(--color_primary--900);
  border-radius: var(--border-radius--md);
  box-shadow: var(--shadow--lg); }

.yls_hero-cue i, .yls_hero-cue img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.yls_hero-cue i {
  text-align: center;
  font-size: var(--type-scale--lg);
  line-height: 1;
  color: #fff; }

.yls_hero-cue img {
  max-width: 50%;
  max-height: 50%; }

@media only screen and (max-width: 480px) {
  .yls_hero-cue i {
    font-size: var(--type-scale--md); } }
/****************************
 Desktop Visual Type: Full
 ****************************/
/***** Content *****/
.yls_hero.desk-v--full .yls_container {
  align-items: center; }

.yls_hero.desk-v--full .yls_hero-content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 650px; }

@media only screen and (min-width: 992px) {
  /* Headers */
  /* Text */
  /* Alignment - Left */
  /* Alignment - Center */
  /* Alignment - Right */
    .yls_hero.desk-v--full .yls_hero-content h1, .yls_hero.desk-v--full .yls_hero-content h2, .yls_hero.desk-v--full .yls_hero-content h3, .yls_hero.desk-v--full .yls_hero-content h4, .yls_hero.desk-v--full .yls_hero-content h5, .yls_hero.desk-v--full .yls_hero-content h6 {
      color: #fff; }
    .yls_hero.desk-v--full .yls_hero-content .yls_text {
      color: #fff; }
    .yls_hero.desk-v--full.alignment--left .yls_container {
      justify-content: flex-start; }
    .yls_hero.desk-v--full.alignment--left .yls_hero-content h1, .yls_hero.desk-v--full.alignment--left .yls_hero-content h2, .yls_hero.desk-v--full.alignment--left .yls_hero-content h3, .yls_hero.desk-v--full.alignment--left .yls_hero-content h4, .yls_hero.desk-v--full.alignment--left .yls_hero-content h5, .yls_hero.desk-v--full.alignment--left .yls_hero-content h6 {
      text-align: left; }
    .yls_hero.desk-v--full.alignment--left .yls_hero-content .yls_text {
      text-align: left; }
    .yls_hero.desk-v--full.alignment--left .yls_hero-content .yls_btn-list {
      justify-content: flex-start; }
    .yls_hero.desk-v--full.alignment--left .yls_hero-visual-overlay {
      background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%); }
    .yls_hero.desk-v--full.alignment--center .yls_container {
      justify-content: center; }
    .yls_hero.desk-v--full.alignment--center .yls_hero-content h1, .yls_hero.desk-v--full.alignment--center .yls_hero-content h2, .yls_hero.desk-v--full.alignment--center .yls_hero-content h3, .yls_hero.desk-v--full.alignment--center .yls_hero-content h4, .yls_hero.desk-v--full.alignment--center .yls_hero-content h5, .yls_hero.desk-v--full.alignment--center .yls_hero-content h6 {
      text-align: center; }
    .yls_hero.desk-v--full.alignment--center .yls_hero-content .yls_text {
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
    .yls_hero.desk-v--full.alignment--center .yls_hero-content .yls_btn-list {
      justify-content: center; }
    .yls_hero.desk-v--full.alignment--center .yls_hero-visual-overlay {
      background: radial-gradient(circle at center, #000 0%, rgba(0, 0, 0, 0) 100%); }
    .yls_hero.desk-v--full.alignment--right .yls_container {
      justify-content: flex-end; }
    .yls_hero.desk-v--full.alignment--right .yls_hero-content h1, .yls_hero.desk-v--full.alignment--right .yls_hero-content h2, .yls_hero.desk-v--full.alignment--right .yls_hero-content h3, .yls_hero.desk-v--full.alignment--right .yls_hero-content h4, .yls_hero.desk-v--full.alignment--right .yls_hero-content h5, .yls_hero.desk-v--full.alignment--right .yls_hero-content h6 {
      text-align: right; }
    .yls_hero.desk-v--full.alignment--right .yls_hero-content .yls_text {
      margin-left: auto;
      text-align: right; }
    .yls_hero.desk-v--full.alignment--right .yls_hero-content .yls_btn-list {
      justify-content: flex-end; }
    .yls_hero.desk-v--full.alignment--right .yls_hero-visual-overlay {
      background: linear-gradient(-90deg, #000 0%, rgba(0, 0, 0, 0) 100%); } }
/***** Visual *****/
.yls_hero.desk-v--full .yls_hero-visual {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%; }
/* Carousel */
@media only screen and (min-width: 992px) {
  /*
   .yls_hero.desk-v--full.alignment--left .yls_hero-visual-carousel .swiper-navigation,
   .yls_hero.desk-v--full.alignment--right .yls_hero-visual-carousel .swiper-navigation {
   --gap: 12px;
   position: absolute;
   bottom: 24px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   flex-direction: row;
   align-items: center;
   margin: 0 calc( var(--gap) / -2 );
   }
   .yls_hero.desk-v--full.alignment--left .yls_hero-visual-carousel .swiper-navigation {
   right: 24px;
   }
   .yls_hero.desk-v--full.alignment--right .yls_hero-visual-carousel .swiper-navigation {
   left: 24px;
   }
   */
    .yls_hero.desk-v--full.alignment--left .yls_hero-visual-carousel .swiper-pagination, .yls_hero.desk-v--full.alignment--right .yls_hero-visual-carousel .swiper-pagination {
      --gap: 8px;
      top: 50%;
      bottom: auto;
      transform: translate(0, -50%);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      width: auto;
      margin: calc(var(--gap) / -2) 0;
      padding: 0; }
    .yls_hero.desk-v--full.alignment--left .yls_hero-visual-carousel .swiper-pagination {
      left: auto;
      right: 0;
      padding-right: 24px; }
    .yls_hero.desk-v--full.alignment--right .yls_hero-visual-carousel .swiper-pagination {
      left: 0;
      right: auto;
      padding-left: 24px; }
    .yls_hero.desk-v--full.alignment--left .yls_hero-visual-carousel .swiper-pagination-bullet, .yls_hero.desk-v--full.alignment--right .yls_hero-visual-carousel .swiper-pagination-bullet {
      margin: calc(var(--gap) / 2) 0; }
    .yls_hero.desk-v--full.alignment--left .yls_hero-visual-carousel .swiper-button, .yls_hero.desk-v--full.alignment--right .yls_hero-visual-carousel .swiper-button {
      --gap: 12px;
      --offset: 24px;
      position: absolute;
      top: auto;
      bottom: var(--offset);
      left: auto;
      right: auto;
      transform: none; }
    .yls_hero.desk-v--full.alignment--left .yls_hero-visual-carousel .swiper-button-prev {
      right: calc(var(--offset) + var(--gap) + var(--button-size)); }
    .yls_hero.desk-v--full.alignment--left .yls_hero-visual-carousel .swiper-button-next {
      right: var(--offset); }
    .yls_hero.desk-v--full.alignment--right .yls_hero-visual-carousel .swiper-button-prev {
      left: var(--offset); }
    .yls_hero.desk-v--full.alignment--right .yls_hero-visual-carousel .swiper-button-next {
      left: calc(var(--offset) + var(--gap) + var(--button-size)); } }
/* Overlay */
.yls_hero.desk-v--full .yls_hero-visual-overlay {
  opacity: 0.4; }

.yls_hero.desk-v--full .yls_carousel img:not(.swiper-lazy-loaded) + .yls_hero-visual-overlay {
  opacity: 0; }
/****************************
 Desktop Visual Type: Docked
 ****************************/
@media only screen and (min-width: 992px) {
  /***** Content *****/
  /***** Visual *****/
    .yls_hero[class*="desk-v--docked"] {
      background: linear-gradient(135deg, var(--color_primary--900) 0%, #000 100%); }
    .yls_hero[class*="desk-v--docked"] .yls_hero-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      width: 50%; }
    .yls_hero.desk-v--docked-left .yls_hero-content {
      margin-left: auto;
      padding-left: 72px; }
    .yls_hero.desk-v--docked-right .yls_hero-content {
      margin-right: auto;
      padding-right: 72px; }
    .yls_hero[class*="desk-v--docked"] .yls_hero-content h1, .yls_hero[class*="desk-v--docked"] .yls_hero-content .yls_text {
      color: #fff; }
    .yls_hero[class*="desk-v--docked"] .yls_hero-visual {
      position: absolute;
      top: 0;
      width: 50%;
      height: 100%; }
    .yls_hero.desk-v--docked-left .yls_hero-visual {
      left: 0; }
    .yls_hero.desk-v--docked-right .yls_hero-visual {
      right: 0; } }
/****************************
 Height Settings
 ****************************/
.yls_hero.height--full {
  --height: 95vh; }

.yls_hero.height--adaptive {
  --height: 75vh; }

.yls_hero .yls_container {
  height: var(--height); }

.yls_hero.tb-is-above .yls_container {
  height: calc(var(--height) - var(--height_tb)); }

.yls_hero.header-is-above .yls_container {
  height: calc(var(--height) - var(--height_header)); }

.yls_hero.tb-is-above.header-is-above .yls_container {
  height: calc(var(--height) - var(--height_tb) - var(--height_header)); }

@media only screen and (max-width: 991px) {
  .yls_hero.height--full {
    --height: 90vh; }

  .yls_hero.height--adaptive {
    --height: 80vh; }

  .yls_hero.height--adaptive .yls_container {
    justify-content: center;
    align-items: center;
    height: auto !important; } }
/****************************
 Mobile Visual Type: Full
 ****************************/
@media only screen and (max-width: 991px) {
  /***** Content *****/
  /* Headers */
  /* Text */
  /***** Visual *****/
  /* Overlay */
  /* Carousel */
    .yls_hero.height--full.mobi-v--full .yls_container {
      justify-content: center;
      align-items: center; }
    .yls_hero.mobi-v--full .yls_hero-content h1, .yls_hero.mobi-v--full .yls_hero-content h2, .yls_hero.mobi-v--full .yls_hero-content h3, .yls_hero.mobi-v--full .yls_hero-content h4, .yls_hero.mobi-v--full .yls_hero-content h5, .yls_hero.mobi-v--full .yls_hero-content h6 {
      color: #fff; }
    .yls_hero.mobi-v--full .yls_hero-content .yls_text {
      color: #fff; }
    .yls_hero.mobi-v--full .yls_hero-visual {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%; }
    .yls_hero.mobi-v--full .yls_hero-visual-overlay {
      background: radial-gradient(circle at center, #000 0%, rgba(0, 0, 0, 0) 100%);
      opacity: 0.6; }
    .yls_hero.mobi-v--full .yls_hero-visual-carousel .swiper-button {
      top: auto;
      bottom: 18px;
      transform: none; }
    .yls_hero.mobi-v--full .yls_hero-visual-carousel .swiper-button-prev {
      left: 18px; }
    .yls_hero.mobi-v--full .yls_hero-visual-carousel .swiper-button-next {
      right: 18px; } }
/****************************
 Mobile Visual Type: Docked
 ****************************/
@media only screen and (max-width: 991px) {
  /***** Content *****/
  /***** Visual *****/
  /***** Cue *****/
    .yls_hero.mobi-v--docked-down {
      --cue_offset: 0px;
      --cue_height: 0px;
      --visual_ratio: 0.618; }
    .yls_hero.mobi-v--docked-down .yls_container {
      flex-direction: column;
      height: auto !important;
      margin-bottom: calc((100% - ( var(--container__padding) * 2 ) ) * (var(--visual_ratio) / 2));
      background: linear-gradient(135deg, var(--color_primary--900) 0%, #000 100%); }
    .yls_hero.mobi-v--docked-down .yls_hero-content h1, .yls_hero.mobi-v--docked-down .yls_hero-content h2, .yls_hero.mobi-v--docked-down .yls_hero-content h3, .yls_hero.mobi-v--docked-down .yls_hero-content h4, .yls_hero.mobi-v--docked-down .yls_hero-content h5, .yls_hero.mobi-v--docked-down .yls_hero-content h6, .yls_hero.mobi-v--docked-down .yls_hero-content .yls_text {
      color: #fff; }
    .yls_hero.mobi-v--docked-down .yls_hero-visual {
      position: relative;
      top: auto;
      left: auto;
      width: 100%;
      height: auto;
      margin-bottom: calc(100% * ( var(--visual_ratio) / -2 ));
      padding-bottom: calc(100% * var(--visual_ratio));
      border-radius: var(--border-radius--md);
      box-shadow: var(--shadow--lg); }
    .yls_hero.mobi-v--docked-down .yls_hero-cue {
      display: none !important; } }
