/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/Sections/Footer/frontend.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
/*  ==========================================================================
    FOOTER
    Styling for the lowest part of the website
    ========================================================================== */
/*  ==========================================================================
    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
 * --------------------------------------------------------------------------- */
.SECT-Footer {
  background: rgba(205, 188, 167, 0.5);
  padding-top: 5em;
  overflow: hidden;
  /* RESPONSIVE
   * --------------------------------------------------------------------------- */
}
.SECT-Footer .SECT-Footer__bottom {
  position: relative;
  border-top: 2px solid #74584C;
  padding-bottom: 15em;
}
.SECT-Footer .SECT-Footer__bottom:after {
  content: "";
  background: url("/site_package_resources/Public/Images/layout/Footer.jpg");
  opacity: 0.5;
  position: absolute;
  background-size: 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
.SECT-Footer .SECT-Footer__bottom > div {
  position: relative;
  z-index: 2;
}
.SECT-Footer .SECT-Footer__bottom img {
  width: 30em;
  height: auto;
}
.SECT-Footer .SECT-Footer__left, .SECT-Footer .SECT-Footer__right {
  position: relative;
}
.SECT-Footer .SECT-Footer__quicklinks {
  display: flex;
  gap: 2em;
}
.SECT-Footer .SECT-Footer__quicklinks__item {
  position: relative;
}
.SECT-Footer .SECT-Footer__quicklinks__image {
  position: relative;
}
.SECT-Footer .SECT-Footer__quicklinks__image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #74584C;
}
.SECT-Footer .SECT-Footer__quicklinks__title {
  color: #FFFFFF;
  text-align: center;
  font-family: "Quattrocento";
  font-weight: 700;
  line-height: 1.8;
  position: absolute;
  transform: translateX(-50%);
  bottom: 3em;
  left: 50%;
  z-index: 1;
}
.SECT-Footer .SECT-Footer__quicklinks__title > * {
  font-size: 2.5em;
}
@media (max-width: 1024px) {
  .SECT-Footer .SECT-Footer__quicklinks__title > * {
    font-size: 1.3em;
  }
}
@media (max-width: 767px) {
  .SECT-Footer .SECT-Footer__quicklinks__title > * {
    font-size: 1.3em;
  }
}
.SECT-Footer .SECT-Footer__headline {
  color: #74584C;
  text-align: center;
  font-family: "Quattrocento";
  font-weight: 400;
  line-height: 1.2;
}
.SECT-Footer .SECT-Footer__headline > * {
  font-size: 3.5em;
}
@media (max-width: 1024px) {
  .SECT-Footer .SECT-Footer__headline > * {
    font-size: 2.3em;
  }
}
@media (max-width: 767px) {
  .SECT-Footer .SECT-Footer__headline > * {
    font-size: 2.3em;
  }
}
.SECT-Footer .SECT-Footer__powered-by {
  width: 12em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.SECT-Footer .SECT-Footer__powered-by img {
  display: block;
  height: auto;
  width: 100%;
}
.SECT-Footer .SECT-Footer__popup {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #323232;
}
.SECT-Footer .SECT-Footer__popup[data-open="0"] {
  display: none !important;
}
.SECT-Footer .SECT-Footer__popup__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(116, 88, 76, 0.6);
  backdrop-filter: blur(15px);
}
.SECT-Footer .SECT-Footer__popup__wrap {
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: flex;
  padding: 3em;
}
.SECT-Footer .SECT-Footer__popup__container {
  position: relative;
  background-color: #EAE0D3;
  overflow: auto;
  max-height: 100%;
  max-width: 100%;
}
.SECT-Footer .SECT-Footer__popup__content {
  min-height: 100%;
  padding: 8em 8.5em 6em 8.5em;
  max-width: 97em;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.SECT-Footer .SECT-Footer__popup__close {
  position: absolute;
  right: 5em;
  top: 5em;
  width: 4em;
  height: 4em;
  border: 1px solid #74584C;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2em;
}
.SECT-Footer .SECT-Footer__popup__close > * {
  font-size: 1.6em;
}
@media (max-width: 1024px) {
  .SECT-Footer .SECT-Footer__popup__close > * {
    font-size: 1.6em;
  }
}
@media (max-width: 767px) {
  .SECT-Footer .SECT-Footer__popup__close > * {
    font-size: 1.4em;
  }
}
.SECT-Footer .SECT-Footer__popup__close:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .SECT-Footer .SECT-Footer__popup__wrap {
    padding: 1em;
  }
  .SECT-Footer .SECT-Footer__popup__close {
    right: 2em;
    top: 2em;
    width: 4em;
    height: 4em;
  }
  .SECT-Footer .SECT-Footer__popup__content {
    padding: 6em 5em 5em 5em;
  }
}
@media (max-width: 767px) {
  .SECT-Footer .SECT-Footer__popup__content {
    padding: 7em 2.5em 2.5em 2.5em;
  }
}
.SECT-Footer .SECT-Footer__partner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.SECT-Footer .SECT-Footer__slogan {
  text-align: center;
  font-weight: 300;
  color: #74584C;
  letter-spacing: 10.4px;
  text-transform: uppercase;
  margin: 8em auto 2em;
}
.SECT-Footer .SECT-Footer__slogan > * {
  font-size: 13em;
}
.SECT-Footer .SECT-Footer__slogan > svg {
  width: 95%;
  height: auto;
}
.SECT-Footer .SECT-Footer__info {
  display: flex;
  gap: 10%;
  width: 100%;
  height: 100%;
  align-items: center;
}
.SECT-Footer .SECT-Footer__address {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding: 7em 0 0 0;
}
.SECT-Footer .SECT-Footer__address-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.SECT-Footer .SECT-Footer__address-inner > div {
  width: 33.3333333333%;
}
.SECT-Footer .SECT-Footer__address > * {
  font-size: 1.6em;
}
.SECT-Footer .SECT-Footer__social {
  display: flex;
  gap: 1.5em;
  flex-direction: row;
  justify-content: flex-end;
  margin-right: 5.625em;
}
.SECT-Footer .SECT-Footer__social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  border: 1px solid #74584C;
  transition: 0.3s;
}
.SECT-Footer .SECT-Footer__social-link:hover {
  background: rgba(116, 88, 76, 0.25);
}
.SECT-Footer .SECT-Footer__title {
  margin-bottom: 1em;
}
.SECT-Footer .SECT-Footer__breadcrumb {
  margin-top: 4em;
}
.SECT-Footer .SECT-Footer__breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.SECT-Footer .SECT-Footer__legal-menu {
  margin-top: 0.5em;
}
.SECT-Footer .SECT-Footer__pages {
  padding: 0 9em;
  margin-top: 5.5em;
}
.SECT-Footer .SECT-Footer__partner {
  display: flex;
}
.SECT-Footer .SECT-Footer__partner img {
  max-width: 30em;
  height: auto;
  width: auto;
}
.SECT-Footer .SECT-Footer__footerLinks {
  display: flex;
  gap: 4em;
}
.SECT-Footer .SECT-Footer__footerLinks-trigger {
  display: flex;
  gap: 0.9em;
  align-items: center;
  font-weight: 400;
  cursor: pointer;
}
.SECT-Footer .SECT-Footer__footerLinks-trigger > * {
  font-size: 1.5em;
}
.SECT-Footer .SECT-Footer__footerLinks-trigger.JS-active svg {
  transform: rotate(180deg);
  display: block;
}
.SECT-Footer .SECT-Footer__hiddens {
  margin-top: 4em;
}
.SECT-Footer .SECT-Footer__ratingLink {
  display: none;
}
.SECT-Footer .SECT-Footer__ratingLink > * {
  font-size: 1.5em;
}
.SECT-Footer .SECT-Footer__ratingLink.JS-active {
  display: block;
}
.SECT-Footer .DNA-button-outher {
  justify-content: center;
  cursor: pointer;
  margin: 2.5em auto 6em;
}
.SECT-Footer .DNA-bold {
  color: #74584C;
  font-family: "Quattrocento";
  font-size: 1.5625em;
  font-weight: 700;
}
.SECT-Footer .BN-dynform {
  min-width: 19em;
}
@media (max-width: 1024px) {
  .SECT-Footer .SECT-Footer__address {
    padding: 5em 5em 0 0;
  }
  .SECT-Footer .SECT-Footer__address-inner {
    gap: 2em;
  }
  .SECT-Footer .SECT-Footer__social {
    gap: 1em;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 0;
  }
  .SECT-Footer .SECT-Footer__info {
    align-items: flex-start;
    gap: 8%;
  }
  .SECT-Footer .SECT-Footer__info img {
    max-width: 18em;
    height: auto;
  }
  .SECT-Footer .SECT-Footer__quicklinks {
    gap: 0;
    justify-content: center;
  }
  .SECT-Footer .SECT-Footer__quicklinks__item {
    max-width: 17.5em;
  }
  .SECT-Footer .DNA-bold {
    font-size: 1.125em;
  }
}
@media (max-width: 767px) {
  .SECT-Footer .SECT-Footer__left {
    width: 50% !important;
    margin-left: auto;
    position: absolute;
    right: 0;
    top: 0;
    text-align: left !important;
    padding: 2.1875em 1.5625em;
  }
  .SECT-Footer .SECT-Footer__middle {
    margin-top: 2em;
  }
  .SECT-Footer .SECT-Footer__bottom:after {
    opacity: 0.25;
  }
  .SECT-Footer .SECT-Footer__quicklinks {
    flex-wrap: wrap;
  }
  .SECT-Footer .SECT-Footer__slogan {
    padding: 0 2em;
    overflow: hidden;
  }
  .SECT-Footer .SECT-Footer__slogan svg {
    height: auto;
    width: 210%;
  }
  .SECT-Footer .SECT-Footer__info {
    flex-direction: column;
  }
  .SECT-Footer .SECT-Footer__address {
    padding: 0 4em;
  }
  .SECT-Footer .SECT-Footer__address-inner {
    flex-direction: column;
    align-items: center;
  }
  .SECT-Footer .SECT-Footer__address-inner > div {
    width: 100%;
    text-align: center;
  }
  .SECT-Footer .SECT-Footer__social {
    gap: 1em;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .SECT-Footer .SECT-Footer__social-link {
    width: 2.5em;
    height: 2.5em;
  }
  .SECT-Footer .SECT-Footer__social-link svg {
    width: 1.25em;
    height: auto;
    max-width: 1.25em;
    max-height: 1.25em;
  }
  .SECT-Footer .SECT-Footer__breadcrumb {
    margin-top: 2.5em;
  }
  .SECT-Footer .SECT-Footer__breadcrumb ol {
    justify-content: center;
  }
  .SECT-Footer .SECT-Footer__legal-menu {
    text-align: center;
  }
  .SECT-Footer .SECT-Footer__pages {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 4em;
  }
  .SECT-Footer .SECT-Footer__pages .SECT-Footer__left {
    width: auto !important;
    position: relative;
    top: initial;
    right: initial;
    padding: 0;
    margin: auto;
    margin-right: 0;
  }
  .SECT-Footer .SECT-Footer__pages .SECT-Footer__powered-by {
    position: relative;
    right: initial;
    top: initial;
    width: auto;
  }
  .SECT-Footer .SECT-Footer__ratingLink > div {
    padding-bottom: 5em;
  }
}
