/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../Templates/Modules/Quotes/frontend.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
/*  ==========================================================================
    MODULE
    ========================================================================== */
/*  ==========================================================================
    GLOBAL COLLECTION
    ========================================================================== */
/*  ==========================================================================
    FUNCTIONS COLLECTION
    ========================================================================== */
/*  ==========================================================================
    GENERAL
    Useful global functions
    ========================================================================== */
/*  ==========================================================================
    VARIABLES COLLECTION
    ========================================================================== */
/*  ==========================================================================
    CLASS NAMES
    Collection of class-names.
    ========================================================================== */
/*  ==========================================================================
    COLORS
    List all colors concerning your project here

    INFO:
    - use for your colors at least the prefix "$clr-"
    ========================================================================== */
/*  ==========================================================================
    DIMENSIONS
    List of some recurring dimensions.

    INFO:
    - don't delete any unit!
    - do unit changes with care
    - try to use prefixes (f.e. "zi" for "z-index", "hgt" for "height", "wdt" for "width" etc.)
    - if possible try to define the main z-index values here
    - don't put all dimensions in here, only well selected ones (it's not a trashcan!)
    ========================================================================== */
/*  ==========================================================================
    MEDIA QUERIES
    Collection of media queries.
    ========================================================================== */
/*  ==========================================================================
    TYPOGRAPHY
    Font settings concerning your project.

    INFO:
    - don't delete anything!
    - use changes in here with care
    - try to use prefixes (f.e. "ff" for "font-family", "fs" for "font-size", "fw" for "font-weight" ecc.)
    - don't put all properties in here, only well selected ones (it's not a trashcan!)
    ========================================================================== */
/*  ==========================================================================
    DEFAULTS
    ========================================================================== */
/*  ==========================================================================
    MIXINS COLLECTION
    ========================================================================== */
/*  ==========================================================================
    GLOBAL COLLECTION
    ========================================================================== */
/*  ==========================================================================
    DEFAULTS
    ========================================================================== */
/*
 * FONTS
 */
/*
 * IMAGES
 */
/*
 * GENERALS
 */
/*
 * WRAPPER DIMENSIONS
 * generates wrapper padding & max-width
 */
/*
 * RESPONSIVE PROPERTIES
 * creates a css-property for each media query (desktop, tablet & mobile)
 */
/*  ==========================================================================
    GLOBAL COLLECTION
    ========================================================================== */
/*  ==========================================================================
    MIXINS COLLECTION
    ========================================================================== */
/*  ==========================================================================
    CONTENT
    Helpers for Headlines/RichText/...

    INFO:
    - all mixins should start with "content" as prefix
    ========================================================================== */
/*
 * OVERLINE
 */
/*
 * HEADLINES
 */
/*
 * TABLE-WRAP
 */
/*
 * RICH-TEXT
 */
/*  ==========================================================================
    BUTTONS
    Helpers to edit buttons

    INFO:
    - all mixins should start with "btn" as prefix
    ========================================================================== */
/*  ==========================================================================
    GLOBAL COLLECTION
    ========================================================================== */
/*  ==========================================================================
    MIXINS COLLECTION
    ========================================================================== */
/*  ==========================================================================
    VISTA
    Helper to add base style to the vista output.

    INFO:
    - Usage example:
      @include vista(100vh, 75vh, 100vh, 60vh, true);
    ========================================================================== */
/*  ==========================================================================
    GLOBAL COLLECTION
    ========================================================================== */
/*  ==========================================================================
    MIXINS COLLECTION
    ========================================================================== */
/*  ==========================================================================
    POPUP
    ========================================================================== */
/*  ==========================================================================
    FLATPICKR
    ========================================================================== */
/*  ==========================================================================
    GLOBAL COLLECTION
    ========================================================================== */
/*  ==========================================================================
    MIXINS COLLECTION
    ========================================================================== */
/*  ==========================================================================
    TABS
    Helpers to edit tabs

    INFO:
    - all mixins should start with "tabs" as prefix
    ========================================================================== */
/*  ==========================================================================
    KEYFRAMES COLLECTION
    ========================================================================== */
/*  ==========================================================================
    LOADER
    ========================================================================== */
@keyframes loader-spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*  ==========================================================================
    VIEWTRANSITION
    ========================================================================== */
@keyframes view-transition-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes view-transition-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* STYLING
 * --------------------------------------------------------------------------- */
.MOD-Quotes {
  background: #F4F2EE;
  padding: 20em 10em;
  overflow: hidden;
  /* RESPONSIVE
   * --------------------------------------------------------------------------- */
}
.MOD-Quotes .MOD-Quotes__title {
  color: #CDBCA7;
  text-align: center;
  font-weight: 100;
  letter-spacing: 10.4px;
  text-transform: uppercase;
  line-height: 25px;
  z-index: 11;
  position: relative;
  margin-bottom: -3em;
}
.MOD-Quotes .MOD-Quotes__title > * {
  font-size: 13em;
}
@media (max-width: 1024px) {
  .MOD-Quotes .MOD-Quotes__title > * {
    font-size: 5em;
  }
}
@media (max-width: 767px) {
  .MOD-Quotes .MOD-Quotes__title > * {
    font-size: 5em;
  }
}
.MOD-Quotes .MOD-Quotes__inner {
  position: relative;
}
.MOD-Quotes .MOD-Quotes__overlay {
  position: absolute;
  left: -33%;
  bottom: -5.5em;
  z-index: 0;
}
.MOD-Quotes .MOD-Quotes__overlay svg {
  width: 66em;
  height: auto;
}
.MOD-Quotes .MOD-Quotes__item {
  display: flex;
  align-items: center;
  gap: 13em;
  padding-bottom: 0.2em;
}
.MOD-Quotes .MOD-Quotes__item img {
  max-width: 50em;
}
.MOD-Quotes .MOD-Quotes__image + div {
  max-width: 50%;
}
.MOD-Quotes .MOD-Quotes__slider-elements {
  position: absolute;
  top: 50%;
  left: -9em;
  width: 9em;
}
.MOD-Quotes .DNA-button-wrapper > div {
  border: none;
  padding: 2em 0;
  text-transform: none;
}
.MOD-Quotes .DNA-button-wrapper > div > * {
  font-size: 2em;
}
@media (max-width: 1024px) {
  .MOD-Quotes .DNA-button-wrapper > div > * {
    font-size: 1.6em;
  }
}
@media (max-width: 767px) {
  .MOD-Quotes .DNA-button-wrapper > div > * {
    font-size: 1.6em;
  }
}
.MOD-Quotes .DNA-rte > *[data-name=content] > * {
  font-size: 3em;
}
@media (max-width: 1024px) {
  .MOD-Quotes .DNA-rte > *[data-name=content] > * {
    font-size: 2em;
  }
}
@media (max-width: 767px) {
  .MOD-Quotes .DNA-rte > *[data-name=content] > * {
    font-size: 2em;
  }
}
.MOD-Quotes .DNA-rte > *[data-name=content] > * {
  color: #74584C;
  font-family: "Quattrocento";
  font-weight: 700;
  line-height: 1.4;
}
.MOD-Quotes[data-direction="1"] .MOD-Quotes__item {
  direction: rtl;
  text-align: left;
}
.MOD-Quotes[data-direction="1"] .MOD-Quotes__content {
  direction: ltr;
}
.MOD-Quotes[data-direction="1"] .MOD-Quotes__overlay {
  left: initial;
  right: -33%;
}
@media (max-width: 1700px) {
  .MOD-Quotes .MOD-Quotes__slider-elements {
    left: -6.5vw;
  }
}
@media (max-width: 1024px) {
  .MOD-Quotes {
    padding: 10em;
  }
  .MOD-Quotes .MOD-Quotes__item {
    gap: 5em;
  }
  .MOD-Quotes .MOD-Quotes__title {
    line-height: 0;
    margin-bottom: 0;
  }
  .MOD-Quotes .MOD-Quotes__image {
    width: 50%;
    max-width: 50%;
  }
  .MOD-Quotes .MOD-Quotes__image + div {
    max-width: 50%;
    width: 50%;
    margin-top: 4em;
  }
  .MOD-Quotes .MOD-Quotes__overlay svg {
    width: 40em;
    height: auto;
  }
  .MOD-Quotes .MOD-Quotes__slider-elements {
    position: relative;
    display: flex;
    justify-content: center;
    left: initial;
    width: auto;
    top: inherit;
    flex-direction: row;
    bottom: -2em;
  }
  .MOD-Quotes .MOD-Quotes__slider-elements .JS-slider-arrows {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 6em;
  }
  .MOD-Quotes .MOD-Quotes__slider-elements .JS-slider-pagination {
    position: absolute;
  }
  .MOD-Quotes .DNA-button-outher {
    padding-bottom: 4em;
    justify-content: center;
  }
  .MOD-Quotes .DNA-button-outher > div {
    height: auto;
  }
}
@media (max-width: 767px) {
  .MOD-Quotes {
    padding: 8em 4em 4em;
  }
  .MOD-Quotes .MOD-Quotes__title {
    letter-spacing: 4px;
  }
  .MOD-Quotes .MOD-Quotes__item {
    gap: 1em;
    flex-direction: column;
  }
  .MOD-Quotes .MOD-Quotes__overlay {
    display: none;
  }
  .MOD-Quotes .MOD-Quotes__image {
    max-width: 20em;
    width: 100%;
  }
  .MOD-Quotes .MOD-Quotes__content {
    width: 100% !important;
    max-width: none !important;
    text-align: center;
  }
}
