/* ------------------------- */
/* 1. Fonts
/* ------------------------- */
/* ------------------------- */
/* 1.1. Open Sans
/* ------------------------- */
/* open-sans-regular - latin */
@import url("grid.css");
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-regular.woff") format("woff"), url("../fonts/open-sans-v15-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/open-sans-v15-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/open-sans-v15-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-italic.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-italic.woff") format("woff"), url("../fonts/open-sans-v15-latin-italic.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-italic.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/open-sans-v15-latin-600italic.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url("../fonts/open-sans-v15-latin-600italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-600italic.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-600italic.woff") format("woff"), url("../fonts/open-sans-v15-latin-600italic.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-600italic.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v15-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/open-sans-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-600.woff") format("woff"), url("../fonts/open-sans-v15-latin-600.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-700.woff") format("woff"), url("../fonts/open-sans-v15-latin-700.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/open-sans-v15-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("../fonts/open-sans-v15-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-700italic.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-700italic.woff") format("woff"), url("../fonts/open-sans-v15-latin-700italic.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-700italic.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* ------------------------- */
/* 2. Global
/* ------------------------- */
/* ------------------------- */
/* 2.1. Normalizer
/* ------------------------- */
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ADADAD;
  margin: 0;
  padding: 0; }

html {
  overflow-x: hidden;
  height: 100%;
  font-size: 18px; }

body {
  overflow-x: hidden;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  margin: 0;
  font-size: 18px;
  line-height: normal;
  background-color: #000000; }

input[type="email"],
input[type="submit"] {
  appearance: none; }

p,
figure {
  margin: 0; }

h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: normal; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  outline: 0;
  text-decoration: none; }

a:hover, a:active, a:focus {
  outline: 0; }

img {
  vertical-align: text-bottom; }

address {
  font-style: normal; }

::-moz-placeholder {
  opacity: 1; }

/*
::-moz-selection {
}

::selection {
}
*/
/* ------------------------- */
/* 2.2. Grid
/* ------------------------- */
/* ------------------------- */
/* 2.3. Helpers
/* ------------------------- */
.float-left {
  float: left; }

.float-right {
  float: right; }

.table {
  display: table;
  width: 100%;
  height: 100%; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

.responsive {
  width: 100%; }

.list-inline > li {
  display: inline-block; }

.list-float > li {
  float: left; }

.bg-video, .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%; }

.bg-image {
  background-size: cover;
  background-position: center; }
  .bg-image.bg-image--overlay {
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.75); }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .bg-image {
      display: none; } }

.wrapper {
  margin: 0 auto;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
  position: relative; }
  .wrapper.wrapper--wide {
    max-width: 1260px; }
  .wrapper.wrapper--medium {
    max-width: 1160px; }
  .wrapper.wrapper--narrow {
    max-width: 1050px; }
  .wrapper.wrapper--narrower {
    max-width: 840px; }
  .wrapper.wrapper--compact {
    max-width: 720px; }

.header-title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  color: #D18948;
  letter-spacing: 1px;
  font-size: 2em;
  text-transform: uppercase; }

.header-link {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  color: #ADADAD;
  font-size: 1em;
  text-transform: uppercase; }
  .header-link:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f144';
    color: #D18948;
    margin-right: 8px; }

.default-link {
  transition: 250ms ease;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 19px;
  font-size: 0.61em;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  width: auto;
  display: inline-block; }
  .default-link.default-link--margin-top {
    margin-top: 30px; }
  .default-link.default-link--right {
    float: right; }
  .default-link.default-link--red {
    background-color: #C23538; }
    .default-link.default-link--red:hover {
      background-color: #D18948; }
  .default-link.default-link--yellow {
    background-color: #D18948; }
    .default-link.default-link--yellow:hover {
      background-color: #C23538; }

.text-area {
  color: #ADADAD; }
  .text-area.text-area--centered {
    text-align: center; }
  .text-area.text-area--footer {
    margin-top: 40px;
    font-size: .7em; }
    .text-area.text-area--footer a {
      color: #ADADAD; }
  .text-area .main-title {
    font-size: 1.22em;
    color: #D18948;
    margin-bottom: 25px;
    line-height: 1.8rem; }
    .text-area .main-title.main-title.main-title--margin-extra {
      margin-bottom: 50px; }
  .text-area p {
    line-height: 1.6rem; }
  .text-area a {
    color: #D18948; }
  .text-area .list > li {
    padding-left: 40px;
    position: relative;
    line-height: 1.6rem; }
    .text-area .list > li:not(:last-child) {
      margin-bottom: 20px; }
    .text-area .list > li:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: '\f0a4';
      position: absolute;
      font-weight: 400;
      left: 0;
      top: 8px;
      color: #D18948;
      font-size: 18px; }
  .text-area .list .list__title, .text-area .list .list__content {
    font-size: 1em; }
  .text-area .list .list__title {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700; }
  .text-area .list .list__content {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600; }
  .text-area .shop__name {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: .83em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #D18948;
    margin-bottom: 5px; }
  .text-area address {
    font-size: .83rem; }

.anchor {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100vw; }

/* ------------------------- */
/* 2.4. Other
/* ------------------------- */
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  transition: 250ms ease;
  background: #D18948; }

.plyr--full-ui input[type="range"] {
  border-bottom-color: #D18948;
  color: #D18948 !important; }

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded="true"] {
  background: #D18948 !important; }

.plyr__control.plyr__tab-focus {
  box-shadow: none !important; }

.plyr__menu__container .plyr__control[role="menuitemradio"].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role="menuitemradio"]:hover::before,
.plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]::before {
  background: #C23538 !important; }

.gallery .flickity-page-dots {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  bottom: 0; }
  .gallery .flickity-page-dots .dot {
    background-color: transparent;
    border: 2px solid #ADADAD;
    opacity: 1;
    margin: 0 6px; }
    .gallery .flickity-page-dots .dot.is-selected {
      background-color: #ADADAD; }
.gallery.gallery--full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute; }
  .gallery.gallery--full .flickity-viewport, .gallery.gallery--full .gallery__cell, .gallery.gallery--full .image {
    height: 100% !important; }
  .gallery.gallery--full .gallery__cell > .image {
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.75); }
    .gallery.gallery--full .gallery__cell > .image::after {
      content: '';
      display: block;
      height: 100%; }
  .gallery.gallery--full .flickity-page-dots {
    position: absolute;
    z-index: 5;
    right: 30px;
    transform: translateY(50%);
    bottom: 50%;
    width: auto; }
    .gallery.gallery--full .flickity-page-dots .dot {
      display: block;
      margin: 12px 0; }

/* ------------------------- */
/* 3. Header
/* ------------------------- */
.header-content {
  height: 37.5vw;
  position: relative;
  background-color: #D18948;
  overflow: hidden; }
  .header-content .bg-video {
    mix-blend-mode: multiply; }
  .header-content .header-logo {
    max-width: 260px;
    z-index: 1;
    position: relative; }
  .header-content .header-top {
    padding-top: 30px; }
  .header-content .header-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .header-content .mask {
    position: absolute;
    height: auto;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none; }

/* ------------------------- */
/* 4. Content
/* ------------------------- */
.content-introduction .content-introduction__first-text {
  padding-top: 120px;
  padding-bottom: 25px; }
.content-introduction .image-container {
  position: relative; }
  .content-introduction .image-container > .bg-image {
    margin: 0 15px; }
.content-introduction .content-introduction__reasons {
  padding-top: 25px;
  padding-bottom: 25px; }
.content-introduction .content-introduction__last-text {
  padding-top: 25px;
  padding-bottom: 120px; }

.content-separator {
  position: relative; }
  .content-separator .content-separator__text {
    padding-top: 120px;
    padding-bottom: 120px; }

.content-video {
  position: relative; }
  .content-video .content-video__container {
    padding-top: 120px;
    padding-bottom: 60px; }

.content-sliders {
  position: relative; }
  .content-sliders .content-sliders__container {
    padding-top: 120px;
    padding-bottom: 60px; }
  .content-sliders .gallery__cell > .image {
    background-position: center;
    background-size: cover; }
    .content-sliders .gallery__cell > .image::after {
      content: '';
      display: block;
      padding-bottom: 67%; }

/* ------------------------- */
/* 5. Footer
/* ------------------------- */
.footer {
  position: relative; }

.footer-contacts {
  padding-top: 120px;
  padding-bottom: 25px;
  font-size: .61em;
  color: #ADADAD;
  line-height: 1.7em; }
  .footer-contacts .footer-title {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: .61rem;
    text-transform: uppercase; }
  .footer-contacts .footer-text {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: .61rem; }
  .footer-contacts a {
    color: #D18948; }
  .footer-contacts .fas {
    color: black;
    margin-right: 12px;
    float: left;
    width: 22px;
    height: 22px;
    background-color: #ffffff;
    border-radius: 11px;
    text-align: center;
    line-height: 22px; }
  .footer-contacts .content {
    float: left; }

.footer-form {
  padding-top: 25px;
  padding-bottom: 120px; }

form {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400; }
  form input, form select, form textarea {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    border-radius: 4px;
    display: block;
    width: 100%;
    padding: 10px 15px;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 15px; }
  form input[type="checkbox"] {
    width: auto;
    display: inline-block; }
  form label {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ADADAD;
    display: block;
    margin-bottom: 10px;
    margin-left: 2px; }
  form *:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.2); }
  form > .clearfix > .form-group {
    padding-bottom: 30px; }
  form > .clearfix:last-child > .form-group {
    padding-bottom: 0; }
  form option {
    background-color: #323232 !important;
    color: #ffffff; }
  form option:checked, form > select > option:hover {
    box-shadow: 0 0 10px 100px #C13538 inset; }
  form > select:focus > option:checked {
    background-color: #323232 !important; }

form div.form-group.loading {
  opacity: .3;
  pointer-events: none; }

form div.form-group.loading input[type="file"] {
  opacity: 0; }

form div#mail-status .success {
  color: #0A9C2F;
  padding-top: 20px;
  display: inline-block; }

img.loader-icon {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  height: 80px;
  width: 80px; }

form input[type="submit"]:hover {
  background-color: #D18947; }

form .border-left {
  border-left: 2px solid #D18947;
  margin-left: 15px;
  margin-bottom: 30px; }

div.o-hidden {
  overflow: hidden; }

div.o-hidden.margin {
  margin-top: 10px; }

div.o-hidden input {
  float: left;
  margin-right: 10px; }

form span.form-note {
  color: #ADADAD;
  margin-top: 4px;
  font-size: 12px;
  float: left; }

form span.form-note.form-terms {
  color: #ADADAD;
  margin-top: 4px;
  font-size: 13px;
  float: left; }

form div.anexo-rh {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

form div.anexo-rh.active {
  position: relative;
  opacity: 1;
  pointer-events: auto; }

form div.uploadButton {
  background-color: #D18947;
  padding: 10px 17px;
  color: #ffffff;
  border-radius: 19px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  cursor: pointer;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1); }

form div.uploadInfo, form div.uploadError {
  display: inline-block;
  margin-left: 10px; }

form div.uploadError {
  color: red; }

form span.customUpload {
  position: relative; }

form input[type="file"] {
  position: absolute;
  top: 0;
  /*opacity: 0;
  display: none;
  z-index: -9999;*/
  z-index: -1;
  pointer-events: none; }

.footer-last {
  background-color: #F8F8F8;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative; }
  .footer-last .separation {
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    transform: translateY(-50%); }
    .footer-last .separation > img {
      float: none; }
  .footer-last .footer-logo {
    margin-top: 60px; }
  .footer-last .social {
    text-align: center;
    margin-top: 40px; }
    .footer-last .social li {
      transition: 250ms ease;
      height: 30px;
      width: 30px;
      border-radius: 15px;
      background-color: #C23538;
      margin: 0 6px;
      line-height: 30px;
      text-align: center; }
      .footer-last .social li a {
        color: #ffffff; }
      .footer-last .social li:hover {
        background-color: #D18948; }

div.h-group-links {
  transition: 250ms ease;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  border-radius: 5px;
  width: 160px;
  padding: 14px 12px;
  color: #ffffff;
  background-color: #D18947;
  z-index: 1050;
  top: 60px;
  right: -70px;
  -webkit-box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.75);
  margin: 3px 0; }

footer div.h-group-links {
  right: -59px;
  top: 32px; }

footer div.h-group-links.active {
  top: 42px; }

div.h-group-links > div.top-arrow {
  pointer-events: none;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #D18947;
  top: -5px;
  left: calc(50% - 5px);
  transform: rotate(45deg); }

div.h-group-links > a {
  transition: 250ms ease;
  color: #ffffff;
  margin: 3px 0;
  display: block;
  text-align: center;
  /* clear styles */
  width: auto !important;
  height: auto !important;
  border: none !important;
  color: #ffffff !important;
  font-size: 11px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  text-decoration: none !important;
  line-height: normal !important; }

div.h-group-links > a:before {
  /* clear styles */
  content: none !important; }

div.h-group-links.active {
  opacity: 1;
  top: 75px;
  pointer-events: auto; }

div.h-group-links > a:hover {
  font-weight: bold !important; }

div.h-main-group {
  position: relative;
  display: inline-block; }

.footer-social-links a.h-group {
  transition: 250ms ease;
  height: 30px;
  width: 30px;
  line-height: 25px !important;
  position: relative;
  margin: 0 6px;
  text-align: center;
  display: inline-block;
  color: #888;
  text-decoration: none;
  cursor: pointer !important; }

.link-to-top {
  transition: 250ms ease;
  position: absolute;
  bottom: 10px;
  right: 30px;
  font-size: 48px;
  color: #ADADAD; }
  .link-to-top:hover {
    color: #C23538; }

/* ------------------------- */
/* 6. Overwrites 
/* ------------------------- */
/* ------------------------- */
/* 7. Mobile only 
/* ------------------------- */
/* ------------------------- */
/* 8. Make responsive 
/* ------------------------- */
@media all and (max-width: 1023px) {
  .header-title {
    font-size: 1.5em; }

  .header-link {
    font-size: .8em; }

  .content-introduction .image-container {
    position: relative; }
    .content-introduction .image-container > .bg-image {
      margin: 30px 0 0 0;
      height: 34vw;
      position: relative; }
  .content-introduction .content-introduction__last-text .col:not(:last-child) {
    margin-bottom: 20px; } }
@media all and (max-width: 767px) {
  .header-title {
    font-size: 1.2em; }

  .header-link {
    font-size: .6em; }

  .header-content {
    height: auto; }
    .header-content .header-logo {
      float: left;
      max-width: 180px;
      margin-bottom: 50px; }
    .header-content .header-bottom {
      padding-top: 15px !important;
      padding-bottom: 0 !important; } }
@media all and (max-width: 567px) {
  .gallery .flickity-page-dots {
    padding-top: 20px;
    padding-bottom: 20px; }

  .text-area .main-title {
    font-size: 1em;
    line-height: 1.5rem; }
  .text-area p {
    font-size: .8em;
    line-height: 1.3rem; }
  .text-area .list > li {
    line-height: 1.3rem; }
  .text-area .list .list__title {
    font-size: .8em; }
  .text-area .list .list__content {
    font-size: .8em; }

  .content-introduction .content-introduction__first-text {
    padding-top: 70px;
    padding-bottom: 25px; }
  .content-introduction .content-introduction__reasons {
    padding-top: 25px;
    padding-bottom: 25px; }
  .content-introduction .content-introduction__last-text {
    padding-top: 25px;
    padding-bottom: 70px; }

  .content-separator .content-separator__text {
    padding-top: 70px;
    padding-bottom: 70px; }

  .content-video .content-video__container {
    padding-top: 70px;
    padding-bottom: 40px; }

  .content-sliders .content-sliders__container {
    padding-top: 70px;
    padding-bottom: 40px; }
  .content-sliders .col:last-child {
    margin-top: 30px; }

  .footer-contacts {
    padding-top: 70px;
    padding-bottom: 25px; }
    .footer-contacts .col:not(:last-child) {
      margin-bottom: 20px; }

  .footer-form {
    padding-top: 25px;
    padding-bottom: 70px; }

  .footer-last {
    padding-top: 70px;
    padding-bottom: 70px; } }
/* the fallback for IE 10, 11 and Edge. */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-content:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(209, 137, 72, 0.5);
    z-index: 0; }

  .bg-image.bg-image--overlay:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 0; } }
@supports (-ms-ime-align: auto) {
  .header-content:after, .gallery.gallery--full .gallery__cell > .image:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(209, 137, 72, 0.5);
    z-index: 0; }

  .bg-image.bg-image--overlay:after, .gallery.gallery--full .gallery__cell > .image:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 0; } }

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