/**
 * Elementor CSS Variables Mapping
 */
/* Global Colors */
/* Global Font Styles */
/**
 * Color Schemes
 */
/**
 * Theme Use Typography fallback
 */
.h1 {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing); }

.h2 {
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing); }

.li-widgets--tile-slider {
  --foreground-color: #4a4a4a;
  --background-color: #c3c3c3;
  --inverse-color: #ffffff;
  overflow: hidden;
  padding: 0 50px; }
  .li-widgets--tile-slider a {
    color: var(--foreground-color); }
  .li-widgets--tile-slider.magenta {
    --foreground-color: var(--e-global-color-6b2effc);
    --background-color: var(--e-global-color-8fd5f9a);
    --inverse-color: #ffffff; }
    .li-widgets--tile-slider.magenta li::before {
      background: var(--e-global-color-6b2effc) !important; }
  .li-widgets--tile-slider.blue {
    --foreground-color: var(--e-global-color-b87bd9f);
    --background-color: var(--e-global-color-97e8f4d);
    --inverse-color: #ffffff; }
    .li-widgets--tile-slider.blue li::before {
      background: var(--e-global-color-b87bd9f) !important; }
  .li-widgets--tile-slider.yellow {
    --foreground-color: var(--e-global-color-751e287);
    --background-color: var(--e-global-color-e979fd2);
    --inverse-color: #ffffff; }
    .li-widgets--tile-slider.yellow li::before {
      background: var(--e-global-color-751e287) !important; }
  .li-widgets--tile-slider.green {
    --foreground-color: var(--e-global-color-6e7293b);
    --background-color: var(--e-global-color-4c5dcc5);
    --inverse-color: #ffffff; }
    .li-widgets--tile-slider.green li::before {
      background: var(--e-global-color-6e7293b) !important; }
  .li-widgets--tile-slider.highlights-always-magenta {
    --foreground-color: var(--e-global-color-6b2effc);
    --inverse-color: #ffffff; }
  @media (max-width: 767px) {
    .li-widgets--tile-slider {
      padding: 0; } }
  .li-widgets--tile-slider .tile-slider--prev,
  .li-widgets--tile-slider .tile-slider--next {
    position: absolute;
    width: 25px;
    bottom: 200px;
    z-index: 10;
    cursor: pointer; }
    .li-widgets--tile-slider .tile-slider--prev svg,
    .li-widgets--tile-slider .tile-slider--next svg {
      max-width: 100%;
      fill: var(--foreground-color); }
    @media (max-width: 767px) {
      .li-widgets--tile-slider .tile-slider--prev,
      .li-widgets--tile-slider .tile-slider--next {
        height: 25px;
        width: 15px; } }
  .li-widgets--tile-slider .tile-slider--prev {
    left: 20px; }
  .li-widgets--tile-slider .tile-slider--next {
    right: 20px; }
  .li-widgets--tile-slider:not(.tile-slider-initialized) [class*='tile-slider--'] {
    display: none; }
  .li-widgets--tile-slider .headlines {
    margin-bottom: 20px;
    display: flex;
    flex-flow: row nowrap; }
    .li-widgets--tile-slider .headlines .headline {
      order: 2;
      flex-grow: 2;
      text-align: center; }
      .li-widgets--tile-slider .headlines .headline--main, .li-widgets--tile-slider .headlines .headline-joiner {
        font-family: var(--e-global-typography-primary-font-family);
        font-size: var(--e-global-typography-primary-font-size);
        font-weight: var(--e-global-typography-primary-font-weight);
        text-transform: var(--e-global-typography-primary-text-transform);
        font-style: var(--e-global-typography-primary-font-style);
        text-decoration: var(--e-global-typography-primary-text-decoration);
        line-height: var(--e-global-typography-primary-line-height);
        letter-spacing: var(--e-global-typography-primary-letter-spacing);
        line-height: 1;
        color: var(--foreground-color); }
      .li-widgets--tile-slider .headlines .headline--sub {
        font-family: var(--e-global-typography-text-font-family);
        font-size: var(--e-global-typography-text-font-size);
        font-weight: var(--e-global-typography-text-font-weight);
        text-transform: var(--e-global-typography-text-text-transform);
        font-style: var(--e-global-typography-text-font-style);
        text-decoration: var(--e-global-typography-text-text-decoration);
        line-height: var(--e-global-typography-text-line-height);
        letter-spacing: var(--e-global-typography-text-letter-spacing);
        font-weight: 500;
        color: var(--e-global-color-text); }
      .li-widgets--tile-slider .headlines .headline:first-child {
        order: 0; }
      .li-widgets--tile-slider .headlines .headline-joiner {
        order: 1;
        width: 70px;
        flex-grow: 0;
        text-align: center;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center; }
    @media (max-width: 1024px) {
      .li-widgets--tile-slider .headlines {
        flex-flow: column nowrap;
        align-items: center; }
        .li-widgets--tile-slider .headlines .headline-joiner {
          margin: 15px 0; } }
  .li-widgets--tile-slider .tiles-container {
    overflow: hidden; }
    .li-widgets--tile-slider .tiles-container:not(.swiper-initialized) {
      padding: 0;
      overflow: visible; }
      .li-widgets--tile-slider .tiles-container:not(.swiper-initialized) .swiper-wrapper {
        max-width: 100%;
        display: flex;
        justify-content: center;
        font-family: var(--e-global-typography-primary-font-family);
        overflow: visible; }
        .li-widgets--tile-slider .tiles-container:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
          max-width: 33.3333%; }
          @media (max-width: 1024px) {
            .li-widgets--tile-slider .tiles-container:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
              max-width: 50%; } }
          @media (max-width: 767px) {
            .li-widgets--tile-slider .tiles-container:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
              max-width: 100%; } }
    .li-widgets--tile-slider .tiles-container:not(.swiper-initialized) .swiper-wrapper {
      overflow: visible; }
    .li-widgets--tile-slider .tiles-container .tiles .swiper-slide {
      padding: 5px 15px;
      height: auto; }
      .li-widgets--tile-slider .tiles-container .tiles .swiper-slide .tile {
        display: flex;
        justify-content: space-between;
        flex-flow: column nowrap;
        align-items: center;
        height: 100%;
        background-color: #ffffff;
        padding: 30px;
        border-radius: 15px;
        filter: drop-shadow(0 0 8px rgba(100, 100, 100, 0.4));
        /*
        &__price {
          margin-top: auto;
          font-weight: bold;
          margin-bottom: 15px;
          width: 100%;
          text-align: right;
        }
        */ }
        .li-widgets--tile-slider .tiles-container .tiles .swiper-slide .tile__headline {
          font-size: 24px;
          font-weight: 300;
          line-height: 1.2em;
          color: var(--e-global-color-text);
          margin: 10px 0 5px 0;
          width: 100%; }
        .li-widgets--tile-slider .tiles-container .tiles .swiper-slide .tile__subtitle {
          text-align: left;
          width: 100%; }
        .li-widgets--tile-slider .tiles-container .tiles .swiper-slide .tile__text {
          font-family: var(--e-global-typography-text-font-family);
          font-size: var(--e-global-typography-text-font-size);
          font-weight: var(--e-global-typography-text-font-weight);
          text-transform: var(--e-global-typography-text-text-transform);
          font-style: var(--e-global-typography-text-font-style);
          text-decoration: var(--e-global-typography-text-text-decoration);
          line-height: var(--e-global-typography-text-line-height);
          letter-spacing: var(--e-global-typography-text-letter-spacing);
          font-style: italic;
          margin: 0 0 30px 0; }
        .li-widgets--tile-slider .tiles-container .tiles .swiper-slide .tile__button {
          padding: 8px 20px;
          margin-top: 10px;
          line-height: 1.4;
          font-weight: 300;
          font-size: 18px;
          border-radius: 50px;
          border: 2px solid var(--foreground-color);
          transition: .3s ease; }
          .li-widgets--tile-slider .tiles-container .tiles .swiper-slide .tile__button:hover {
            background-color: var(--foreground-color);
            color: var(--inverse-color); }
  .li-widgets--tile-slider .grid .grid-wrapper {
    display: grid;
    gap: 35px 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }

/*# sourceMappingURL=style.css.map */
