/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/** Import everything from autoload */

/*--------------------------------------------------------------------------
 | Framework
 |--------------------------------------------------------------------------
 */

/* line 6, resources/assets/styles/autoload/_reset.scss */

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif;
}

/* line 15, resources/assets/styles/autoload/_reset.scss */

body {
  margin: 0;
}

/*--------------------------------------------------------------------------
 | HTML 5 display definitions
 |--------------------------------------------------------------------------
 */

/* line 24, resources/assets/styles/autoload/_reset.scss */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 39, resources/assets/styles/autoload/_reset.scss */

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 47, resources/assets/styles/autoload/_reset.scss */

audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 52, resources/assets/styles/autoload/_reset.scss */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------------------
 | Links
 |--------------------------------------------------------------------------
 */

/* line 61, resources/assets/styles/autoload/_reset.scss */

a {
  background-color: transparent;
}

/* line 65, resources/assets/styles/autoload/_reset.scss */

:active,
:focus,
:link,
:hover,
:visited {
  outline-width: 0;
}

/*--------------------------------------------------------------------------
 | Text-level semantics
 |--------------------------------------------------------------------------
 */

/* line 78, resources/assets/styles/autoload/_reset.scss */

abbr[title] {
  border: 0 none;
  cursor: default;
}

/* line 83, resources/assets/styles/autoload/_reset.scss */

b,
strong {
  font-weight: 600;
}

/* line 88, resources/assets/styles/autoload/_reset.scss */

mark {
  background-color: #FFFFB3;
  font-weight: 500;
  padding: .1em .3em;
}

/* line 94, resources/assets/styles/autoload/_reset.scss */

small {
  font-size: 80%;
}

/* line 98, resources/assets/styles/autoload/_reset.scss */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 106, resources/assets/styles/autoload/_reset.scss */

sub {
  bottom: -0.25em;
}

/* line 110, resources/assets/styles/autoload/_reset.scss */

sup {
  top: -0.5em;
}

/*--------------------------------------------------------------------------
 | Embedded content
 |--------------------------------------------------------------------------
 */

/* line 119, resources/assets/styles/autoload/_reset.scss */

img {
  border-style: none;
}

/* line 123, resources/assets/styles/autoload/_reset.scss */

svg:not(:root) {
  overflow: hidden;
}

/* line 127, resources/assets/styles/autoload/_reset.scss */

code,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/*--------------------------------------------------------------------------
 | Grouping content
 |--------------------------------------------------------------------------
 */

/* line 138, resources/assets/styles/autoload/_reset.scss */

hr {
  border: 0 none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border-top: 1px solid #000000;
  overflow: visible;
}

/*--------------------------------------------------------------------------
 | Forms
 |--------------------------------------------------------------------------
 */

/* line 152, resources/assets/styles/autoload/_reset.scss */

button,
input,
select {
  overflow: visible;
}

/* line 158, resources/assets/styles/autoload/_reset.scss */

button,
input,
select,
textarea {
  font: inherit;
  line-height: inherit;
  margin: 0;
}

/* line 167, resources/assets/styles/autoload/_reset.scss */

button,
select {
  text-transform: none;
}

/* line 172, resources/assets/styles/autoload/_reset.scss */

textarea {
  overflow: auto;
  resize: vertical;
}

/* line 177, resources/assets/styles/autoload/_reset.scss */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

/* line 186, resources/assets/styles/autoload/_reset.scss */

[disabled] {
  cursor: default;
}

/* line 190, resources/assets/styles/autoload/_reset.scss */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

/* line 198, resources/assets/styles/autoload/_reset.scss */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 206, resources/assets/styles/autoload/_reset.scss */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 213, resources/assets/styles/autoload/_reset.scss */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 220, resources/assets/styles/autoload/_reset.scss */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 225, resources/assets/styles/autoload/_reset.scss */

[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
}

/* line 230, resources/assets/styles/autoload/_reset.scss */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration,
input[type="search"] {
  -webkit-appearance: none;
  appearance: none;
}

/* line 237, resources/assets/styles/autoload/_reset.scss */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

/* line 244, resources/assets/styles/autoload/_reset.scss */

::-webkit-input-placeholder {
  color: #ABABAB;
  opacity: 1 !important;
}

/* line 249, resources/assets/styles/autoload/_reset.scss */

::-moz-placeholder {
  color: #ABABAB;
}

/* line 253, resources/assets/styles/autoload/_reset.scss */

:-ms-input-placeholder {
  color: #ABABAB !important;
}

/* line 266, resources/assets/styles/autoload/_reset.scss */

input[type="email"]:-webkit-autofill,
input[type="email"]:-webkit-autofill:focus,
input[type="password"]:-webkit-autofill,
input[type="password"]:-webkit-autofill:focus,
input[type="search"]:-webkit-autofill,
input[type="search"]:-webkit-autofill:focus,
input[type="tel"]:-webkit-autofill,
input[type="tel"]:-webkit-autofill:focus,
input[type="text"]:-webkit-autofill,
input[type="text"]:-webkit-autofill:focus,
input[type="url"]:-webkit-autofill,
input[type="url"]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #FFFFFF inset;
}

/*--------------------------------------------------------------------------
 | Tables
 |--------------------------------------------------------------------------
 */

/* line 278, resources/assets/styles/autoload/_reset.scss */

table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

/* line 286, resources/assets/styles/autoload/_reset.scss */

td,
th {
  padding: 0;
  text-align: left;
}

/*--------------------------------------------------------------------------
 | Lists
 |--------------------------------------------------------------------------
 */

/* line 297, resources/assets/styles/autoload/_reset.scss */

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

/*--------------------------------------------------------------------------
 | Boxlayout
 |--------------------------------------------------------------------------
 */

/* line 310, resources/assets/styles/autoload/_reset.scss */

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

@font-face {
  font-family: 'Raleway';
  src: url(/app/themes/pixelfarm/dist/fonts/RalewayRegular.woff2) format("woff2"), url(/app/themes/pixelfarm/dist/fonts/RalewayRegular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url(/app/themes/pixelfarm/dist/fonts/RalewayLight.woff2) format("woff2"), url(/app/themes/pixelfarm/dist/fonts/RalewayLight.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url(/app/themes/pixelfarm/dist/fonts/RalewayBold.woff2) format("woff2"), url(/app/themes/pixelfarm/dist/fonts/RalewayBold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url(/app/themes/pixelfarm/dist/fonts/RalewaySemiBold.woff2) format("woff2"), url(/app/themes/pixelfarm/dist/fonts/RalewaySemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}

/*--------------------------------------------------------------------------
 | Colors presets
 |--------------------------------------------------------------------------
 */

/*--------------------------------------------------------------------------
 | HTML default settings
 |--------------------------------------------------------------------------
 */

/*--------------------------------------------------------------------------
 | Meisures
 |--------------------------------------------------------------------------
 */

/*--------------------------------------------------------------------------
 | Font faces
 |--------------------------------------------------------------------------
 */

/* line 46, resources/assets/styles/common/_global.scss */

img {
  max-width: 100%;
}

/*--------------------------------------------------------------------------
 | Links
 |--------------------------------------------------------------------------
 */

/*--------------------------------------------------------------------------
 | Paragraphs
 |--------------------------------------------------------------------------
 */

/*--------------------------------------------------------------------------
 | SVG
 |--------------------------------------------------------------------------
 */

/* line 24, resources/assets/styles/common/_elements.scss */

svg:not(:root) {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
}

/* line 31, resources/assets/styles/common/_elements.scss */

svg.icon {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
  fill: currentColor;
  font-size: 1rem;
  height: 1em;
  position: relative;
  stroke: currentColor;
  stroke-width: 0;
  width: 1em;
}

/* line 42, resources/assets/styles/common/_elements.scss */

svg.icon::before {
  background-color: transparent;
  content: "";
  cursor: pointer;
  display: block;
  position: absolute;
}

/* line 51, resources/assets/styles/common/_elements.scss */

svg.icon.flip {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
     transform: scale(-1, 1);
}

/*--------------------------------------------------------------------------
 | Table
 |--------------------------------------------------------------------------
 */

/*--------------------------------------------------------------------------
 | Headings
 |--------------------------------------------------------------------------
 */

/* line 73, resources/assets/styles/common/_elements.scss */

h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  display: block;
}

/*--------------------------------------------------------------------------
 | Paragraph
 |--------------------------------------------------------------------------
 */

/* line 83, resources/assets/styles/common/_elements.scss */

p {
  margin: 0;
}

/*--------------------------------------------------------------------------
 | Showcase
 |--------------------------------------------------------------------------
 */

/* line 91, resources/assets/styles/common/_elements.scss */

.showcase {
  margin: 0 auto;
  padding: 50px;
  width: 1360px;
  max-width: 100%;
  border-bottom: 1px solid #c49349;
}

/*--------------------------------------------------------------------------
 | Functions
 |--------------------------------------------------------------------------
 */

/**
 * Return null rather than throwing an error if index is outside list range.
 */

/**
 * Calculate relative font-size.
 */

/**
 * Remove the unit of a length.
 */

/**
 * Get z-index based on given profile.
 */

/*--------------------------------------------------------------------------
 | Mixins
 |--------------------------------------------------------------------------
 */

/**
 * Center current element within parent.
 */

/**
 * Create variants of given propery.
 *
 * $property    - Color, background, e.d.
 * $variant     - Default 'base'. Check the color profiles for more variants.
 * $childSelect - Default 0. Incase you want apply the variants to a child element. The modifier is still on parent.
 */

/**
 * Hide element. Display is visible.
 */

/**
 * Apply hover, focus and active to parent.
 */

/**
 * Set amount of lines.
 */

/**
 * Break nest and define CSS at root.
 */

/**
 * Apply SVG icon settings.
 */

/**
 * If you have a list and last item requires no x property
 */

/**
 * mobile gutter
 */

/**
 * circle, first passed var = radius, second passed var = center content
 */

/*--------------------------------------------------------------------------
 | .img for IE fix object fit
 |--------------------------------------------------------------------------
 */

/* line 6, resources/assets/styles/common/_utilities.scss */

.imgie.compat-object-fit {
  background-size: cover;
  background-position: center center;
}

/* line 10, resources/assets/styles/common/_utilities.scss */

.imgie.compat-object-fit img {
  opacity: 0;
}

/* line 16, resources/assets/styles/common/_utilities.scss */

.imgie {
  height: 100%;
}

/* line 20, resources/assets/styles/common/_utilities.scss */

.animin,
.animin2 {
  opacity: 0;
  z-index: 999;
}

/* line 26, resources/assets/styles/common/_utilities.scss */

.d100 {
  -webkit-animation-delay: 100ms;
       -o-animation-delay: 100ms;
          animation-delay: 100ms;
}

/* line 30, resources/assets/styles/common/_utilities.scss */

.d200 {
  -webkit-animation-delay: 200ms;
       -o-animation-delay: 200ms;
          animation-delay: 200ms;
}

/* line 34, resources/assets/styles/common/_utilities.scss */

.d400 {
  -webkit-animation-delay: 400ms;
       -o-animation-delay: 400ms;
          animation-delay: 400ms;
}

/* line 38, resources/assets/styles/common/_utilities.scss */

.d600 {
  -webkit-animation-delay: 600ms;
       -o-animation-delay: 600ms;
          animation-delay: 600ms;
}

/* line 42, resources/assets/styles/common/_utilities.scss */

.d800 {
  -webkit-animation-delay: 800ms;
       -o-animation-delay: 800ms;
          animation-delay: 800ms;
}

/* line 46, resources/assets/styles/common/_utilities.scss */

.d1000 {
  -webkit-animation-delay: 1000ms;
       -o-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

/* line 50, resources/assets/styles/common/_utilities.scss */

.d1200 {
  -webkit-animation-delay: 1200ms;
       -o-animation-delay: 1200ms;
          animation-delay: 1200ms;
}

/* line 54, resources/assets/styles/common/_utilities.scss */

.d1400 {
  -webkit-animation-delay: 1400ms;
       -o-animation-delay: 1400ms;
          animation-delay: 1400ms;
}

/* line 58, resources/assets/styles/common/_utilities.scss */

.d1600 {
  -webkit-animation-delay: 1600ms;
       -o-animation-delay: 1600ms;
          animation-delay: 1600ms;
}

/* line 62, resources/assets/styles/common/_utilities.scss */

.d1800 {
  -webkit-animation-delay: 1800ms;
       -o-animation-delay: 1800ms;
          animation-delay: 1800ms;
}

/* line 66, resources/assets/styles/common/_utilities.scss */

.d2000 {
  -webkit-animation-delay: 2000ms;
       -o-animation-delay: 2000ms;
          animation-delay: 2000ms;
}

/* line 70, resources/assets/styles/common/_utilities.scss */

.d2400 {
  -webkit-animation-delay: 2400ms;
       -o-animation-delay: 2400ms;
          animation-delay: 2400ms;
}

/* line 74, resources/assets/styles/common/_utilities.scss */

.d3200 {
  -webkit-animation-delay: 3200ms;
       -o-animation-delay: 3200ms;
          animation-delay: 3200ms;
}

@-webkit-keyframes fadeInSpecial {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(25px, 15px, 0);
    transform: translate3d(25px, 15px, 0);
  }
}

@-o-keyframes fadeInSpecial {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(25px, 15px, 0);
    transform: translate3d(25px, 15px, 0);
  }
}

@keyframes fadeInSpecial {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(25px, 15px, 0);
    transform: translate3d(25px, 15px, 0);
  }
}

@-webkit-keyframes fadeInSpecialMobile {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(8px, -13px, 0);
    transform: translate3d(8px, -13px, 0);
  }
}

@-o-keyframes fadeInSpecialMobile {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(8px, -13px, 0);
    transform: translate3d(8px, -13px, 0);
  }
}

@keyframes fadeInSpecialMobile {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(8px, -13px, 0);
    transform: translate3d(8px, -13px, 0);
  }
}

/* line 134, resources/assets/styles/common/_utilities.scss */

.fadeInSpecial {
  -webkit-animation-name: fadeInSpecial;
  -o-animation-name: fadeInSpecial;
     animation-name: fadeInSpecial;
}

@media (max-width: 600px) {
  /* line 134, resources/assets/styles/common/_utilities.scss */

  .fadeInSpecial {
    -webkit-animation-name: fadeInSpecialMobile;
    -o-animation-name: fadeInSpecialMobile;
       animation-name: fadeInSpecialMobile;
  }
}

/* line 145, resources/assets/styles/common/_utilities.scss */

.js-fakelink:hover {
  cursor: pointer;
}

@media (max-width: 900px) {
  /* line 150, resources/assets/styles/common/_utilities.scss */

  .hide-mobile {
    display: none !important;
  }
}

/* line 156, resources/assets/styles/common/_utilities.scss */

.show-mobile {
  display: none !important;
}

@media (max-width: 900px) {
  /* line 156, resources/assets/styles/common/_utilities.scss */

  .show-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/* line 164, resources/assets/styles/common/_utilities.scss */

.is-open {
  overflow-y: hidden;
}

@-webkit-keyframes pulse-left {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  to {
    -webkit-transform: translate(-5px, 0);
            transform: translate(-5px, 0);
  }
}

@-o-keyframes pulse-left {
  from {
    -o-transform: translate(0, 0);
       transform: translate(0, 0);
  }

  to {
    -o-transform: translate(-5px, 0);
       transform: translate(-5px, 0);
  }
}

@keyframes pulse-left {
  from {
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  to {
    -webkit-transform: translate(-5px, 0);
         -o-transform: translate(-5px, 0);
            transform: translate(-5px, 0);
  }
}

@-webkit-keyframes pulse-right {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  to {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
}

@-o-keyframes pulse-right {
  from {
    -o-transform: translate(0, 0);
       transform: translate(0, 0);
  }

  to {
    -o-transform: translate(5px, 0);
       transform: translate(5px, 0);
  }
}

@keyframes pulse-right {
  from {
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  to {
    -webkit-transform: translate(5px, 0);
         -o-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
}

@-webkit-keyframes pulse-top {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  to {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
}

@-o-keyframes pulse-top {
  from {
    -o-transform: translate(0, 0);
       transform: translate(0, 0);
  }

  to {
    -o-transform: translate(0, -5px);
       transform: translate(0, -5px);
  }
}

@keyframes pulse-top {
  from {
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  to {
    -webkit-transform: translate(0, -5px);
         -o-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
}

@-webkit-keyframes pulse-bottom {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  to {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
}

@-o-keyframes pulse-bottom {
  from {
    -o-transform: translate(0, 0);
       transform: translate(0, 0);
  }

  to {
    -o-transform: translate(0, 5px);
       transform: translate(0, 5px);
  }
}

@keyframes pulse-bottom {
  from {
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  to {
    -webkit-transform: translate(0, 5px);
         -o-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
}

/* line 204, resources/assets/styles/common/_utilities.scss */

.fullwidth {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1440px) {
  /* line 204, resources/assets/styles/common/_utilities.scss */

  .fullwidth {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 216, resources/assets/styles/common/_utilities.scss */

.anchor {
  position: relative;
  top: -70px;
}

/* line 221, resources/assets/styles/common/_utilities.scss */

.container {
  width: 100%;
  max-width: 1232px;
  margin: 0 auto;
}

@media (max-width: 1232px) {
  /* line 221, resources/assets/styles/common/_utilities.scss */

  .container {
    max-width: 100%;
  }
}

/* line 231, resources/assets/styles/common/_utilities.scss */

.bigshadow,
.cVideo .video {
  -webkit-box-shadow: 0 20px 156px black;
          box-shadow: 0 20px 156px black;
}

/* line 235, resources/assets/styles/common/_utilities.scss */

.smallshadow,
.button,
.singlepost .cVideo .video,
.pxrows .fwImageBlock .left__col img,
.content-carousel-wrapper {
  -webkit-box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.55);
          box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.55);
}

/* line 239, resources/assets/styles/common/_utilities.scss */

.mediumshadow,
.widget,
.gallery {
  -webkit-box-shadow: 0 20px 156px black;
          box-shadow: 0 20px 156px black;
}

/* line 1, resources/assets/styles/common/_wire.scss */

html,
body {
  color: blue;
  font-size: 16px;
  height: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-rendering: auto;
  text-transform: none;
  min-width: 320px;
  background-color: #231D1F;
  font-family: 'Raleway';
  overflow: auto !important;
}

@media (max-width: 750px) {
  /* line 1, resources/assets/styles/common/_wire.scss */

  html,
  body {
    font-size: 14px;
  }
}

@media (max-width: 550px) {
  /* line 1, resources/assets/styles/common/_wire.scss */

  html,
  body {
    font-size: 13px;
  }
}

/* line 25, resources/assets/styles/common/_wire.scss */

body {
  overflow-x: hidden;
}

/* line 29, resources/assets/styles/common/_wire.scss */

img {
  display: block;
}

/* line 33, resources/assets/styles/common/_wire.scss */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1, resources/assets/styles/components/_buttons.scss */

.button {
  -webkit-transition: all 0.21s;
  -o-transition: all 0.21s;
  transition: all 0.21s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #cd9a40;
  color: #fff;
  height: 46px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

/* line 215, resources/assets/styles/common/_mixins.scss */

.button:hover {
  -webkit-transition: all 0.34s;
  -o-transition: all 0.34s;
  transition: all 0.34s;
}

/* line 14, resources/assets/styles/components/_buttons.scss */

.button--black {
  background-color: #000;
  color: #fff;
}

/* line 19, resources/assets/styles/components/_buttons.scss */

.button:hover {
  -webkit-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
  background-color: #b5852f;
}

/* line 2, resources/assets/styles/components/_imageblock.scss */

.fwImageBlock > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .4;
}

/* line 12, resources/assets/styles/components/_imageblock.scss */

.fwImageBlock--marginbottom {
  margin-bottom: 11.25rem;
}

@media (max-width: 850px) {
  /* line 12, resources/assets/styles/components/_imageblock.scss */

  .fwImageBlock--marginbottom {
    margin-bottom: 50px;
  }
}

/* line 20, resources/assets/styles/components/_imageblock.scss */

.fwImageBlock--small {
  width: 1060px;
  max-width: 100%;
}

/* line 26, resources/assets/styles/components/_imageblock.scss */

.cImageBlock {
  position: relative;
  z-index: 1;
}

/* line 31, resources/assets/styles/components/_imageblock.scss */

.imageblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 850px) {
  /* line 31, resources/assets/styles/components/_imageblock.scss */

  .imageblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 38, resources/assets/styles/components/_imageblock.scss */

.imageblock--full {
  padding-top: 8rem;
  padding-bottom: 10rem;
}

@media (max-width: 1150px) {
  /* line 38, resources/assets/styles/components/_imageblock.scss */

  .imageblock--full {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 850px) {
  /* line 38, resources/assets/styles/components/_imageblock.scss */

  .imageblock--full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 51, resources/assets/styles/components/_imageblock.scss */

.imageblock--full span {
  margin-bottom: 1rem;
}

/* line 55, resources/assets/styles/components/_imageblock.scss */

.imageblock--full .right__col {
  padding-top: 2.5rem;
}

/* line 58, resources/assets/styles/components/_imageblock.scss */

.imageblock--full .right__col .button {
  margin-top: 2.5rem;
}

@media (max-width: 850px) {
  /* line 58, resources/assets/styles/components/_imageblock.scss */

  .imageblock--full .right__col .button {
    margin-top: 20px;
  }
}

/* line 68, resources/assets/styles/components/_imageblock.scss */

.imageblock--small {
  padding-top: 2.5rem;
}

@media (max-width: 850px) {
  /* line 68, resources/assets/styles/components/_imageblock.scss */

  .imageblock--small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 76, resources/assets/styles/components/_imageblock.scss */

.imageblock--small .right__col h2 {
  margin-bottom: 2rem;
}

@media (max-width: 850px) {
  /* line 76, resources/assets/styles/components/_imageblock.scss */

  .imageblock--small .right__col h2 {
    margin-bottom: 0;
  }
}

/* line 84, resources/assets/styles/components/_imageblock.scss */

.imageblock--small .right__col .button {
  margin-top: auto;
}

@media (max-width: 850px) {
  /* line 84, resources/assets/styles/components/_imageblock.scss */

  .imageblock--small .right__col .button {
    margin-top: 20px;
  }
}

@media (max-width: 850px) {
  /* line 93, resources/assets/styles/components/_imageblock.scss */

  .imageblock--small .left__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
}

/* line 102, resources/assets/styles/components/_imageblock.scss */

.imageblock iframe {
  border: 1px solid #52462c;
}

/* line 106, resources/assets/styles/components/_imageblock.scss */

.imageblock .left__col {
  width: 27.0625rem;
  min-width: 27.0625rem;
}

@media (max-width: 850px) {
  /* line 106, resources/assets/styles/components/_imageblock.scss */

  .imageblock .left__col {
    width: 100%;
    min-width: 100%;
  }
}

/* line 116, resources/assets/styles/components/_imageblock.scss */

.imageblock .right__col {
  margin-left: 6.5rem;
  width: calc(100% - 433px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1050px) {
  /* line 116, resources/assets/styles/components/_imageblock.scss */

  .imageblock .right__col {
    margin-left: 30px;
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 850px) {
  /* line 116, resources/assets/styles/components/_imageblock.scss */

  .imageblock .right__col {
    margin-left: 0;
    width: 100%;
    padding-top: 10px;
  }
}

/* line 136, resources/assets/styles/components/_imageblock.scss */

.imageblock span {
  color: #cd9a40;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}

/* line 143, resources/assets/styles/components/_imageblock.scss */

.imageblock h2 {
  font-size: 2.5rem;
}

@media (max-width: 650px) {
  /* line 143, resources/assets/styles/components/_imageblock.scss */

  .imageblock h2 {
    font-size: 24px;
  }
}

/* line 152, resources/assets/styles/components/_imageblock.scss */

.imageblock--rechts .left__col {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 850px) {
  /* line 152, resources/assets/styles/components/_imageblock.scss */

  .imageblock--rechts .left__col {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

/* line 160, resources/assets/styles/components/_imageblock.scss */

.imageblock--rechts .right__col {
  margin-left: 0;
  margin-right: 9rem;
}

/* line 1, resources/assets/styles/components/_impressie.scss */

.fwImpressie {
  padding-top: 6.875rem;
  padding-bottom: 8.125rem;
}

@media (max-width: 850px) {
  /* line 1, resources/assets/styles/components/_impressie.scss */

  .fwImpressie {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* line 11, resources/assets/styles/components/_impressie.scss */

.cImpressie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 16, resources/assets/styles/components/_impressie.scss */

.cImpressie h2 {
  margin-bottom: 3rem;
}

@media (max-width: 850px) {
  /* line 16, resources/assets/styles/components/_impressie.scss */

  .cImpressie h2 {
    margin-bottom: 20px;
  }
}

/* line 25, resources/assets/styles/components/_impressie.scss */

.impressie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 29, resources/assets/styles/components/_impressie.scss */

.impressie__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.5rem;
}

@media (max-width: 850px) {
  /* line 29, resources/assets/styles/components/_impressie.scss */

  .impressie__wrapper {
    margin-bottom: 20px;
  }
}

/* line 40, resources/assets/styles/components/_impressie.scss */

.impressie__impressie {
  margin-bottom: 1.875rem;
  width: calc(25% - 22.5px);
}

/* line 44, resources/assets/styles/components/_impressie.scss */

.impressie__impressie:hover {
  cursor: pointer;
}

.impressie__impressie img{
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media (max-width: 650px) {
  /* line 40, resources/assets/styles/components/_impressie.scss */

  .impressie__impressie {
    width: calc(50% - 15px);
  }
}

@media (max-width: 450px) {
  /* line 40, resources/assets/styles/components/_impressie.scss */

  .impressie__impressie {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}

/* line 57, resources/assets/styles/components/_impressie.scss */

.impressie__impressie img {
  width: 100%;
}

/* line 1, resources/assets/styles/components/_intro.scss */

.fwIntro {
  padding-bottom: 3.5rem;
}

@media (max-width: 850px) {
  /* line 1, resources/assets/styles/components/_intro.scss */

  .fwIntro {
    padding-bottom: 10px;
  }
}

/* line 9, resources/assets/styles/components/_intro.scss */

.cIntro {
  text-align: center;
  width: 41.5rem;
}

/* line 13, resources/assets/styles/components/_intro.scss */

.cIntro h2 {
  margin-bottom: 2.5rem;
}

@media (max-width: 850px) {
  /* line 13, resources/assets/styles/components/_intro.scss */

  .cIntro h2 {
    margin-bottom: 10px;
  }
}

/* line 21, resources/assets/styles/components/_intro.scss */

.cIntro p {
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 2rem;
}

/* line 27, resources/assets/styles/components/_intro.scss */

.cIntro .button {
  margin-top: 1rem;
}

/* line 1, resources/assets/styles/components/_forms.scss */

.fwForm {
  width: 1238px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 5.5rem;
  max-width: 100%;
}

@media (max-width: 700px) {
  /* line 1, resources/assets/styles/components/_forms.scss */

  .fwForm {
    padding-top: 30px;
  }
}

/* line 12, resources/assets/styles/components/_forms.scss */

.cForm {
  width: 664px;
  padding-bottom: 3.75rem;
  max-width: 100%;
}

/* line 17, resources/assets/styles/components/_forms.scss */

.cForm input[type=submit] {
  border: 0;
}

/* line 22, resources/assets/styles/components/_forms.scss */

.gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0.9375rem;
}

/* line 28, resources/assets/styles/components/_forms.scss */

.gform_fields .gfield {
  width: 100%;
  margin-bottom: 1.5rem;
  position: relative;
}

/* line 35, resources/assets/styles/components/_forms.scss */

.gform_fields .gfield.gfield_error input,
.gform_fields .gfield.gfield_error textarea {
  border: 1px solid #ff4850;
}

/* line 40, resources/assets/styles/components/_forms.scss */

.gform_fields .gfield.w50 {
  width: calc(50% - 20px);
}

@media (max-width: 450px) {
  /* line 40, resources/assets/styles/components/_forms.scss */

  .gform_fields .gfield.w50 {
    width: 100%;
  }
}

/* line 48, resources/assets/styles/components/_forms.scss */

.gform_fields .gfield .gfield_label {
  display: block;
  margin-bottom: 1rem;
}

/* line 53, resources/assets/styles/components/_forms.scss */

.gform_fields .gfield input {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 62, resources/assets/styles/components/_forms.scss */

.gform_fields .gfield input {
  width: 100%;
  height: 3rem;
  border: 0;
  background-color: #fff;
}

/* line 69, resources/assets/styles/components/_forms.scss */

.gform_fields .gfield label {
  font-weight: bold;
}

/* line 73, resources/assets/styles/components/_forms.scss */

.gform_fields .gfield textarea {
  width: 100%;
  resize: none;
  height: 13rem;
}

/* line 79, resources/assets/styles/components/_forms.scss */

.gform_fields .gfield .gfield_description {
  position: absolute;
  right: 0;
  top: 3px;
  color: #ff4850;
  font-size: 0.75rem;
}

/* line 89, resources/assets/styles/components/_forms.scss */

.validation_error {
  display: none;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/components/_editor.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/** Captions */

/** Text meant only for screen readers */

/* line 21, resources/assets/styles/components/_editor.scss */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff;
}

/* line 1, resources/assets/styles/components/_widgets.scss */

.widget {
  background-color: #cd9a40;
  position: absolute;
  right: 0;
  top: 24.6875rem;
  z-index: 9;
  width: 19.875rem;
  padding: 3.5rem 2.1875rem;
}

@media (max-width: 1050px) {
  /* line 1, resources/assets/styles/components/_widgets.scss */

  .widget {
    display: none;
  }
}

/* line 15, resources/assets/styles/components/_widgets.scss */

.widget.closed {
  display: none;
}

/* line 19, resources/assets/styles/components/_widgets.scss */

.widget__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.4375rem;
  height: 3.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d3a454;
  color: #231D1F;
}

/* line 31, resources/assets/styles/components/_widgets.scss */

.widget__close:hover {
  cursor: pointer;
}

/* line 36, resources/assets/styles/components/_widgets.scss */

.widget .button {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 42, resources/assets/styles/components/_widgets.scss */

.widget span {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
}

/* line 51, resources/assets/styles/components/_widgets.scss */

.widget h3 {
  color: #231D1F;
  margin-bottom: 1rem;
}

/* line 56, resources/assets/styles/components/_widgets.scss */

.widget p {
  color: #231D1F;
  margin-bottom: 2rem;
}

/* line 3, resources/assets/styles/components/_hero.scss */

h1 {
  font-size: 3rem;
  width: 22.5rem;
  text-align: center;
  margin: 0;
  line-height: 1.3em;
}

@media (max-width: 1050px) {
  /* line 3, resources/assets/styles/components/_hero.scss */

  h1 {
    font-size: 30px;
  }
}

@media (max-width: 975px) {
  /* line 3, resources/assets/styles/components/_hero.scss */

  h1 {
    padding-top: 70px;
  }
}

/* line 21, resources/assets/styles/components/_hero.scss */

.hero--special {
  padding: 3.75rem 0 2.1875rem;
}

@media (max-width: 800px) {
  /* line 21, resources/assets/styles/components/_hero.scss */

  .hero--special {
    padding-left: 40px;
  }
}

/* line 28, resources/assets/styles/components/_hero.scss */

.hero--special > img {
  height: 315px;
  width: auto;
  margin-left: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 36, resources/assets/styles/components/_hero.scss */

.hero--normal {
  margin-top: -159px;
  height: 37rem;
  overflow: hidden;
}

@media (max-width: 1250px) {
  /* line 36, resources/assets/styles/components/_hero.scss */

  .hero--normal {
    height: auto;
    min-height: 420px;
    max-height: 420px;
  }
}

@media (max-width: 975px) {
  /* line 36, resources/assets/styles/components/_hero.scss */

  .hero--normal {
    margin-top: -70px;
  }
}

/* line 51, resources/assets/styles/components/_hero.scss */

.hero--normal img {
  opacity: .33;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1250px) {
  /* line 51, resources/assets/styles/components/_hero.scss */

  .hero--normal img {
    position: relative;
    height: 100%;
  }
}

/* line 66, resources/assets/styles/components/_hero.scss */

.fwHero {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 71, resources/assets/styles/components/_hero.scss */

.cHero {
  position: relative;
  z-indx: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media (max-width: 1250px) {
  /* line 71, resources/assets/styles/components/_hero.scss */

  .cHero {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    max-width: 100%;
  }
}

/* line 3, resources/assets/styles/components/_content.scss */

.fwHero + *:not(.singlepost):not(.contact) {
  margin-top: -3.125rem;
  margin-bottom: 4.5rem;
}

/* line 8, resources/assets/styles/components/_content.scss */

.fwHero + .contact .fwIntro {
  padding-top: 6.25rem;
}

@media (max-width: 850px) {
  /* line 8, resources/assets/styles/components/_content.scss */

  .fwHero + .contact .fwIntro {
    padding-top: 30px;
  }
}

/* line 15, resources/assets/styles/components/_content.scss */

.fwHero + .contact .fwIntro h2 {
  font-size: 2.5rem;
}

@media (max-width: 500px) {
  /* line 15, resources/assets/styles/components/_content.scss */

  .fwHero + .contact .fwIntro h2 {
    font-size: 22px;
  }
}

/* line 26, resources/assets/styles/components/_content.scss */

.single-post .fwIntro {
  padding-top: 6.25rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 850px) {
  /* line 26, resources/assets/styles/components/_content.scss */

  .single-post .fwIntro {
    padding-top: 30px;
  }
}

/* line 35, resources/assets/styles/components/_content.scss */

.single-post .fwIntro h2 {
  font-size: 2.5rem;
}

@media (max-width: 500px) {
  /* line 35, resources/assets/styles/components/_content.scss */

  .single-post .fwIntro h2 {
    font-size: 22px;
  }
}

/* line 49, resources/assets/styles/components/_content.scss */

.cVideo {
  height: 360px;
  max-height: 360px;
}

/* line 53, resources/assets/styles/components/_content.scss */

.cVideo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 59, resources/assets/styles/components/_content.scss */

.cVideo .video {
  height: 100%;
}

/* line 66, resources/assets/styles/components/_content.scss */

.single-post .main > *:last-child {
  padding-bottom: 6.625rem;
}

/* line 72, resources/assets/styles/components/_content.scss */

.fw404 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

/* line 81, resources/assets/styles/components/_content.scss */

.cVideo {
  width: 600px;
}

/* line 84, resources/assets/styles/components/_content.scss */

.cVideo h5 {
  margin-bottom: 1.25rem;
}

/* line 101, resources/assets/styles/components/_content.scss */

.pxrows:last-child {
  padding-bottom: 3.125rem;
}

/* line 107, resources/assets/styles/components/_content.scss */

.pxrows .imageblock h2 {
  margin-bottom: 1.25rem;
}

@media (max-width: 850px) {
  /* line 107, resources/assets/styles/components/_content.scss */

  .pxrows .imageblock h2 {
    margin-bottom: 0;
  }
}

@media (max-width: 850px) {
  /* line 115, resources/assets/styles/components/_content.scss */

  .pxrows .imageblock p {
    margin-bottom: 0;
  }
}

/* line 122, resources/assets/styles/components/_content.scss */

.pxrows .fwImageBlock {
  width: 1232px;
  padding: 5.625rem 4.6875rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1232px) {
  /* line 122, resources/assets/styles/components/_content.scss */

  .pxrows .fwImageBlock {
    padding: 40px 20px;
  }
}

/* line 131, resources/assets/styles/components/_content.scss */

.pxrows .fwImageBlock .left__col {
  min-width: 28.75rem;
}

@media (max-width: 1050px) {
  /* line 131, resources/assets/styles/components/_content.scss */

  .pxrows .fwImageBlock .left__col {
    min-width: 350px;
    width: 350px;
  }
}

@media (max-width: 350px) {
  /* line 131, resources/assets/styles/components/_content.scss */

  .pxrows .fwImageBlock .left__col {
    min-width: 0;
    width: 100%;
  }
}

/* line 151, resources/assets/styles/components/_content.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.5em;
}

/* line 157, resources/assets/styles/components/_content.scss */

h2 {
  font-size: 3rem;
}

@media (max-width: 650px) {
  /* line 157, resources/assets/styles/components/_content.scss */

  h2 {
    font-size: 24px;
  }
}

/* line 165, resources/assets/styles/components/_content.scss */

h5 {
  font-size: 1.25rem;
}

/* line 169, resources/assets/styles/components/_content.scss */

span {
  color: #fff;
}

/* line 173, resources/assets/styles/components/_content.scss */

p {
  color: #fff;
  line-height: 1.8em;
}

/* line 178, resources/assets/styles/components/_content.scss */

a,
li {
  color: #cd9a40;
}

/* line 182, resources/assets/styles/components/_content.scss */

div {
  color: #fff;
}

/* line 186, resources/assets/styles/components/_content.scss */

.fwContent {
  width: 1238px;
  max-width: 100%;
  padding-top: 5.625rem;
  padding-bottom: 3.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 850px) {
  /* line 186, resources/assets/styles/components/_content.scss */

  .fwContent {
    padding-top: 30px;
  }
}

/* line 199, resources/assets/styles/components/_content.scss */

.content-carousel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 4rem;
}

/* line 206, resources/assets/styles/components/_content.scss */

.content-carousel-wrapper img {
  display: block;
  height: 100%;
}

/* line 212, resources/assets/styles/components/_content.scss */

.content-carousel-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 0;
  bottom: 3px;
}

/* line 219, resources/assets/styles/components/_content.scss */

.content-carousel-buttons button {
  -webkit-transition: all 0.21s;
  -o-transition: all 0.21s;
  transition: all 0.21s;
  margin-bottom: 0.125rem;
  width: 3.375rem;
  height: 3.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  border: 0;
}

/* line 215, resources/assets/styles/common/_mixins.scss */

.content-carousel-buttons button:hover {
  -webkit-transition: all 0.34s;
  -o-transition: all 0.34s;
  transition: all 0.34s;
}

/* line 179, resources/assets/styles/common/_mixins.scss */

.content-carousel-buttons button:last-child {
  margin-bottom: 0;
}

/* line 230, resources/assets/styles/components/_content.scss */

.content-carousel-buttons button:hover {
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 234, resources/assets/styles/components/_content.scss */

.content-carousel-buttons button:last-child {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 242, resources/assets/styles/components/_content.scss */

.single-post .wysiwyg {
  width: 41.25rem;
}

/* line 246, resources/assets/styles/components/_content.scss */

.single-post .cVideo {
  width: 660px;
}

/* line 254, resources/assets/styles/components/_content.scss */

.wysiwyg .cIntro {
  width: 51rem;
}

/* line 257, resources/assets/styles/components/_content.scss */

.wysiwyg .cIntro p {
  width: 41.5rem;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 266, resources/assets/styles/components/_content.scss */

.wysiwyg h2 {
  font-size: 2.5rem;
}

/* line 270, resources/assets/styles/components/_content.scss */

.wysiwyg h3 {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

/* line 275, resources/assets/styles/components/_content.scss */

.wysiwyg h4 {
  display: block;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}

/* line 281, resources/assets/styles/components/_content.scss */

.wysiwyg h5 {
  margin-bottom: 1.625rem;
}

/* line 289, resources/assets/styles/components/_content.scss */

.wysiwyg p {
  margin-bottom: 2rem;
}

@media (max-width: 850px) {
  /* line 289, resources/assets/styles/components/_content.scss */

  .wysiwyg p {
    margin-bottom: 15px;
  }
}

/* line 297, resources/assets/styles/components/_content.scss */

.wysiwyg li {
  line-height: 2.4em;
  padding-left: 4rem;
  position: relative;
}

/* line 302, resources/assets/styles/components/_content.scss */

.wysiwyg li:before {
  width: 9px;
  height: 9px;
  min-width: 9px;
  min-height: 9px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #cd9a40;
  content: '';
  display: block;
  position: absolute;
  top: 0.875rem;
  left: 1.375rem;
}

/* line 314, resources/assets/styles/components/_content.scss */

.video {
  position: relative;
}

/* line 317, resources/assets/styles/components/_content.scss */

.video__icon {
  width: 74px;
  height: 74px;
  min-width: 74px;
  min-height: 74px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.6);
}

/* line 325, resources/assets/styles/components/_content.scss */

.video__icon:hover {
  cursor: pointer;
}

/* line 329, resources/assets/styles/components/_content.scss */

.video__icon svg {
  font-size: 1.5rem;
  color: #231D1F;
  -webkit-transform: translate(3px, 0);
       -o-transform: translate(3px, 0);
          transform: translate(3px, 0);
}

/* line 337, resources/assets/styles/components/_content.scss */

.gallery {
  margin-bottom: 5rem;
  margin-top: 2.1875rem;
  position: relative;
}

/* line 344, resources/assets/styles/components/_content.scss */

.gallery .slick-list {
  padding: 0 !important;
}

/* line 349, resources/assets/styles/components/_content.scss */

.gallery .slick-slide img {
  width: 100%;
  max-height: 432px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

/* line 356, resources/assets/styles/components/_content.scss */

.gallery .slick-slide figure {
  margin: 0;
}

/* line 361, resources/assets/styles/components/_content.scss */

.gallery button {
  -webkit-transition: all 0.21s;
  -o-transition: all 0.21s;
  transition: all 0.21s;
  width: 3.375rem;
  height: 3.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  border: 0;
}

/* line 215, resources/assets/styles/common/_mixins.scss */

.gallery button:hover {
  -webkit-transition: all 0.34s;
  -o-transition: all 0.34s;
  transition: all 0.34s;
}

/* line 371, resources/assets/styles/components/_content.scss */

.gallery button:hover {
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 375, resources/assets/styles/components/_content.scss */

.gallery button:first-child,
.gallery button:last-child {
  position: absolute;
  right: 0;
  z-index: 1;
}

/* line 382, resources/assets/styles/components/_content.scss */

.gallery button:first-child {
  bottom: 3px;
}

/* line 386, resources/assets/styles/components/_content.scss */

.gallery button:last-child {
  bottom: 58px;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 394, resources/assets/styles/components/_content.scss */

.gallery-nav {
  display: none;
}

/* line 1, resources/assets/styles/components/_fotos.scss */

.fwFotos {
  padding-top: 6.25rem;
}

/* line 4, resources/assets/styles/components/_fotos.scss */

.fwFotos h2 {
  text-align: center;
  margin-bottom: 3.5rem;
}

/* line 15, resources/assets/styles/components/_fotos.scss */

.fotos__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 4rem;
}

/* line 21, resources/assets/styles/components/_fotos.scss */

.fotos__foto {
  width: calc(25% - 22.5px);
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 1050px) and (min-width: 800px) {
  /* line 21, resources/assets/styles/components/_fotos.scss */

  .fotos__foto {
    width: calc(33.33% - 20px);
  }

  /* line 30, resources/assets/styles/components/_fotos.scss */

  .fotos__foto:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media (max-width: 800px) {
  /* line 21, resources/assets/styles/components/_fotos.scss */

  .fotos__foto {
    width: calc(50% - 15px);
  }

  /* line 38, resources/assets/styles/components/_fotos.scss */

  .fotos__foto:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media (max-width: 530px) {
  /* line 21, resources/assets/styles/components/_fotos.scss */

  .fotos__foto {
    width: 100%;
    margin-right: 0;
  }
}

@media (min-width: 1050px) {
  /* line 49, resources/assets/styles/components/_fotos.scss */

  .fotos__foto:nth-child(4n+4) {
    margin-right: 0;
  }
}

/* line 55, resources/assets/styles/components/_fotos.scss */

.fotos__foto:hover .fotos__foto__content {
  background-color: rgba(35, 29, 31, 0.93);
}

/* line 60, resources/assets/styles/components/_fotos.scss */

.fotos__foto svg {
  color: #cd9a40;
  font-size: 26px;
  margin-right: 1.25rem;
}

/* line 67, resources/assets/styles/components/_fotos.scss */

.fotos__foto__image img {
  max-height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 74, resources/assets/styles/components/_fotos.scss */

.fotos__foto__content {
  -webkit-transition: all 0.21s;
  -o-transition: all 0.21s;
  transition: all 0.21s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(35, 29, 31, 0.8);
  padding: 1.25rem;
}

/* line 215, resources/assets/styles/common/_mixins.scss */

.fotos__foto__content:hover {
  -webkit-transition: all 0.34s;
  -o-transition: all 0.34s;
  transition: all 0.34s;
}

/* line 83, resources/assets/styles/components/_fotos.scss */

.fotos__foto__content span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}

/* line 90, resources/assets/styles/components/_fotos.scss */

.fotos__foto--back {
  -webkit-transition: all 0.21s;
  -o-transition: all 0.21s;
  transition: all 0.21s;
  background-color: #cd9a40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 20px;
}

/* line 215, resources/assets/styles/common/_mixins.scss */

.fotos__foto--back:hover {
  -webkit-transition: all 0.34s;
  -o-transition: all 0.34s;
  transition: all 0.34s;
}

/* line 100, resources/assets/styles/components/_fotos.scss */

.fotos__foto--back:hover {
  background-color: #b5852f;
}

/* line 104, resources/assets/styles/components/_fotos.scss */

.fotos__foto--back svg {
  color: #fff;
}

/* line 108, resources/assets/styles/components/_fotos.scss */

.fotos__foto--back .fotos__foto__map {
  width: 121px;
  height: 121px;
  min-width: 121px;
  min-height: 121px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #dcb87c;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
}

/* line 116, resources/assets/styles/components/_fotos.scss */

.fotos__foto--back .fotos__foto__map svg {
  font-size: 65px;
  margin-right: 0;
}

/* line 122, resources/assets/styles/components/_fotos.scss */

.fotos__foto--back span {
  text-transform: uppercase;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 128, resources/assets/styles/components/_fotos.scss */

.fotos__foto--back span svg {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 18px;
}

/* line 137, resources/assets/styles/components/_fotos.scss */

button.mfp-arrow,
button.mfp-close {
  -webkit-transition: all 0.21s;
  -o-transition: all 0.21s;
  transition: all 0.21s;
  width: 65px;
  height: 65px;
  min-width: 65px;
  min-height: 65px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 65px;
  max-height: 65px;
  display: flex !important;
  border: 2px solid #cd9a40;
  justify-content: center;
  align-items: center;
  background-position: 50% 50%;
  background-repeat: no-repeat !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYgN0gzLjgzTDkuNDIgMS40MUw4IDBMMCA4TDggMTZMOS40MSAxNC41OUwzLjgzIDlIMTZWN1oiIGZpbGw9IiNDNTlCNTAiLz48L3N2Zz4K") !important;
}

/* line 215, resources/assets/styles/common/_mixins.scss */

button.mfp-arrow:hover,
button.mfp-close:hover {
  -webkit-transition: all 0.34s;
  -o-transition: all 0.34s;
  transition: all 0.34s;
}

/* line 151, resources/assets/styles/components/_fotos.scss */

button.mfp-arrow-right,
button.mfp-close-right {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 5rem;
}

/* line 156, resources/assets/styles/components/_fotos.scss */

button.mfp-arrow-left,
button.mfp-close-left {
  left: 5rem;
}

/* line 161, resources/assets/styles/components/_fotos.scss */

button.mfp-close {
  display: none !important;
  font-size: 0;
  top: 5rem;
  position: fixed;
  left: 50%;
  padding: 0;
  -webkit-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQgMS40MUwxMi41OSAwTDcgNS41OUwxLjQxIDBMMCAxLjQxTDUuNTkgN0wwIDEyLjU5TDEuNDEgMTRMNyA4LjQxTDEyLjU5IDE0TDE0IDEyLjU5TDguNDEgN0wxNCAxLjQxWiIgZmlsbD0iI0M1OUI1MCIvPjwvc3ZnPgo=") !important;
}

/* line 172, resources/assets/styles/components/_fotos.scss */

.mfp-title {
  font-size: 14px;
  line-height: 1.6em;
  padding: 2.5rem 3.125rem 0;
  text-align: center;
}

/* close: PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQgMS40MUwxMi41OSAwTDcgNS41OUwxLjQxIDBMMCAxLjQxTDUuNTkgN0wwIDEyLjU5TDEuNDEgMTRMNyA4LjQxTDEyLjU5IDE0TDE0IDEyLjU5TDguNDEgN0wxNCAxLjQxWiIgZmlsbD0iI0M1OUI1MCIvPjwvc3ZnPgo= */

/* line 181, resources/assets/styles/components/_fotos.scss */

.mfp-counter {
  display: none;
}

/* line 185, resources/assets/styles/components/_fotos.scss */

.mfp-arrow-left:before,
.mfp-arrow-left:after,
.mfp-arrow-right:before,
.mfp-arrow-right:after {
  display: none;
}

/* line 192, resources/assets/styles/components/_fotos.scss */

.mfp-img {
  max-height: 65vh !important;
}

/* line 3, resources/assets/styles/layouts/_header.scss */

.fwHeader {
  padding-top: 20px;
  z-index: 99;
}

@media (max-width: 975px) {
  /* line 3, resources/assets/styles/layouts/_header.scss */

  .fwHeader {
    padding-top: 20px;
    position: fixed;
    top: 0;
    left: 0;
  }
}

/* line 19, resources/assets/styles/layouts/_header.scss */

.menu-item-76 {
  padding-right: 22px;
}

/* line 24, resources/assets/styles/layouts/_header.scss */

.menu-item-76 a:before {
  content: '';
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy45OTk5NSAwQzMuNTgxNzkgMCAwIDMuNTgxNyAwIDcuOTk5ODZDMCAxMi40MTg1IDMuNTgxNzkgMTYgNy45OTk5NSAxNkMxMi40MTgzIDE2IDE2IDEyLjQxODUgMTYgNy45OTk4NkMxNiAzLjU4MTcgMTIuNDE4MyAwIDcuOTk5OTUgMFoiIGZpbGw9IiMxRUQ3NjAiLz48cGF0aCBkPSJNMTEuNDkzMSAxMS4zNjQ4QzExLjM1MTUgMTEuNTk3MSAxMS4wNDkyIDExLjY2OTggMTAuODE3OCAxMS41MjgzQzguOTY3NTQgMTAuMzk3NCA2LjYzODYzIDEwLjE0MiAzLjg5NTkxIDEwLjc2ODVDMy42MzE2MSAxMC44MjkxIDMuMzY4MTYgMTAuNjYzNSAzLjMwNzk0IDEwLjM5OTNDMy4yNDczNCAxMC4xMzUgMy40MTIzOCA5Ljg3MTU0IDMuNjc3MjQgOS44MTEyMkM2LjY3ODcxIDkuMTI1MTIgOS4yNTMyOSA5LjQyMDM3IDExLjMzMDEgMTAuNjg5NUMxMS41NjE3IDEwLjgzMDkgMTEuNjM0NiAxMS4xMzM0IDExLjQ5MzEgMTEuMzY0OFoiIGZpbGw9IndoaXRlIi8+PHBhdGggZD0iTTEyLjQ1NzEgOS4yMTkzMkMxMi4yNzg5IDkuNTA4NDYgMTEuOTAwOCA5LjU5OTE3IDExLjYxMiA5LjQyMTYyQzkuNDk0NjQgOC4xMjAwNyA2LjI2NTY2IDcuNzQyOTYgMy43NjA1MiA4LjUwMzM5QzMuNDM1NzIgOC42MDE1MyAzLjA5MjU3IDguNDE4NDMgMi45OTM4NyA4LjA5NDFDMi44OTYwMiA3Ljc2OTMgMy4wNzkyMSA3LjQyNjgyIDMuNDAzNTQgNy4zMjgwMkM2LjI2NTI5IDYuNDU5NTcgOS44MjI5MiA2Ljg4MDE1IDEyLjI1NSA4LjM3NDc3QzEyLjU0MzcgOC41NTI2IDEyLjYzNDYgOC45MzA4NCAxMi40NTcxIDkuMjE5MzJaIiBmaWxsPSJ3aGl0ZSIvPjxwYXRoIGQ9Ik0xMi41NDA0IDYuOTg1MjRDMTAuMDAwNiA1LjQ3Njg4IDUuODExMTIgNS4zMzgxOSAzLjM4NjUxIDYuMDc0MDdDMi45OTcwNyA2LjE5MjI1IDIuNTg1MzQgNS45NzI0NSAyLjQ2NzQ0IDUuNTgzMTFDMi4zNDk0NSA1LjE5MzQ4IDIuNTY4OTYgNC43ODIwMyAyLjk1ODU5IDQuNjYzNjZDNS43NDE5NiAzLjgxODgzIDEwLjM2ODcgMy45ODE5OCAxMy4yOTI3IDUuNzE3NjZDMTMuNjQzIDUuOTI1NiAxMy43NTc4IDYuMzc3ODkgMTMuNTUwMiA2LjcyNzUyQzEzLjM0MjUgNy4wNzc3MyAxMi44ODk4IDcuMTkzMTggMTIuNTQwNCA2Ljk4NTI0WiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=");
}

@media (max-width: 975px) {
  /* line 24, resources/assets/styles/layouts/_header.scss */

  .menu-item-76 a:before {
    display: none;
  }
}

/* line 41, resources/assets/styles/layouts/_header.scss */

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 45, resources/assets/styles/layouts/_header.scss */

.header a {
  color: #fff;
}

/* line 49, resources/assets/styles/layouts/_header.scss */

.header__mobile {
  display: none;
}

@media (max-width: 975px) {
  /* line 49, resources/assets/styles/layouts/_header.scss */

  .header__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 61, resources/assets/styles/layouts/_header.scss */

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 975px) {
  /* line 61, resources/assets/styles/layouts/_header.scss */

  .header__right {
    display: none;
  }
}

/* line 69, resources/assets/styles/layouts/_header.scss */

.header__right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 73, resources/assets/styles/layouts/_header.scss */

.header__right li {
  margin-right: 1rem;
  position: relative;
}

/* line 179, resources/assets/styles/common/_mixins.scss */

.header__right li:last-child {
  margin-right: 0;
}

/* line 79, resources/assets/styles/layouts/_header.scss */

.header__right li.current-menu-item a,
.header__right li:hover a {
  color: #fff;
}

/* line 82, resources/assets/styles/layouts/_header.scss */

.header__right li.current-menu-item a:after,
.header__right li:hover a:after {
  background-color: #fff;
}

/* line 89, resources/assets/styles/layouts/_header.scss */

.header__right a {
  -webkit-transition: all 0.21s;
  -o-transition: all 0.21s;
  transition: all 0.21s;
  text-decoration: none;
  color: #cd9a40;
  padding: 0 0.75rem 0;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}

/* line 215, resources/assets/styles/common/_mixins.scss */

.header__right a:hover {
  -webkit-transition: all 0.34s;
  -o-transition: all 0.34s;
  transition: all 0.34s;
}

/* line 98, resources/assets/styles/layouts/_header.scss */

.header__right a:after {
  -webkit-transition: all 0.21s;
  -o-transition: all 0.21s;
  transition: all 0.21s;
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  height: 3px;
  width: 100%;
}

/* line 215, resources/assets/styles/common/_mixins.scss */

.header__right a:after:hover {
  -webkit-transition: all 0.34s;
  -o-transition: all 0.34s;
  transition: all 0.34s;
}

/* line 110, resources/assets/styles/layouts/_header.scss */

.header__logo {
  display: block;
}

/* line 113, resources/assets/styles/layouts/_header.scss */

.header__logo svg {
  width: 146px;
  height: 116px;
  color: #cd9a40;
}

@media (max-width: 975px) {
  /* line 113, resources/assets/styles/layouts/_header.scss */

  .header__logo svg {
    width: 65px;
    height: 50px;
  }
}

/* line 129, resources/assets/styles/layouts/_header.scss */

html.open-menu .offcanvasmenu {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 134, resources/assets/styles/layouts/_header.scss */

.offcanvasmenu {
  -webkit-transition: all 0.21s;
  -o-transition: all 0.21s;
  transition: all 0.21s;
  height: 100vh;
  width: 100vw;
  background-color: #231D1F;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 55;
  padding-top: 77px;
  -webkit-transform: translate(100%, 0);
       -o-transform: translate(100%, 0);
          transform: translate(100%, 0);
}

/* line 215, resources/assets/styles/common/_mixins.scss */

.offcanvasmenu:hover {
  -webkit-transition: all 0.34s;
  -o-transition: all 0.34s;
  transition: all 0.34s;
}

/* line 146, resources/assets/styles/layouts/_header.scss */

.offcanvasmenu__wrapper {
  padding: 20px;
}

/* line 150, resources/assets/styles/layouts/_header.scss */

.offcanvasmenu ul {
  height: calc(100vh - 120px);
  overflow: auto;
}

/* line 155, resources/assets/styles/layouts/_header.scss */

.offcanvasmenu li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/* line 158, resources/assets/styles/layouts/_header.scss */

.offcanvasmenu li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* line 163, resources/assets/styles/layouts/_header.scss */

.offcanvasmenu a {
  color: #cd9a40;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 20px 0;
}

/* line 174, resources/assets/styles/layouts/_header.scss */

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

/* line 190, resources/assets/styles/layouts/_header.scss */

.hamburger:hover {
  opacity: 0.7;
}

/* line 194, resources/assets/styles/layouts/_header.scss */

.hamburger.is-active:hover {
  opacity: 0.7;
}

/* line 198, resources/assets/styles/layouts/_header.scss */

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #cd9a40;
}

/* line 204, resources/assets/styles/layouts/_header.scss */

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

/* line 211, resources/assets/styles/layouts/_header.scss */

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

/* line 217, resources/assets/styles/layouts/_header.scss */

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #cd9a40;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

/* line 228, resources/assets/styles/layouts/_header.scss */

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

/* line 233, resources/assets/styles/layouts/_header.scss */

.hamburger-inner::before {
  top: -10px;
}

/* line 237, resources/assets/styles/layouts/_header.scss */

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Slider
   */

/* line 244, resources/assets/styles/layouts/_header.scss */

.hamburger--slider .hamburger-inner {
  top: 2px;
}

/* line 248, resources/assets/styles/layouts/_header.scss */

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

/* line 255, resources/assets/styles/layouts/_header.scss */

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

/* line 259, resources/assets/styles/layouts/_header.scss */

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

/* line 263, resources/assets/styles/layouts/_header.scss */

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

/* line 268, resources/assets/styles/layouts/_header.scss */

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/* line 1, resources/assets/styles/layouts/_footer.scss */

.fwFooter {
  padding-bottom: 5rem;
}

/* line 10, resources/assets/styles/layouts/_footer.scss */

.footer__spacer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

/* line 17, resources/assets/styles/layouts/_footer.scss */

.footer__spacer a {
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

/* line 23, resources/assets/styles/layouts/_footer.scss */

.footer__spacer img {
  height: 125px;
  display: block;
  background-color: #231D1F;
}

@media (max-width: 975px) {
  /* line 23, resources/assets/styles/layouts/_footer.scss */

  .footer__spacer img {
    height: 70px;
  }
}

/* line 33, resources/assets/styles/layouts/_footer.scss */

.footer__spacer:after {
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  left: 0;
  bottom: 44px;
}

@media (max-width: 975px) {
  /* line 33, resources/assets/styles/layouts/_footer.scss */

  .footer__spacer:after {
    bottom: 32px;
  }
}

/* line 48, resources/assets/styles/layouts/_footer.scss */

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
  color: #fff;
  margin-top: -20px;
}

@media (max-width: 975px) {
  /* line 48, resources/assets/styles/layouts/_footer.scss */

  .footer__menu {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

/* line 60, resources/assets/styles/layouts/_footer.scss */

.footer__menu a {
  color: #fff;
}

/* line 73, resources/assets/styles/layouts/_footer.scss */

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 77, resources/assets/styles/layouts/_footer.scss */

.footer__socials a {
  margin-right: 2.125rem;
  color: #fff;
}

/* line 179, resources/assets/styles/common/_mixins.scss */

.footer__socials a:last-child {
  margin-right: 0;
}

/* line 82, resources/assets/styles/layouts/_footer.scss */

.footer__socials a:hover svg {
  color: #cd9a40;
}

/* line 87, resources/assets/styles/layouts/_footer.scss */

.footer__socials a svg {
  -webkit-transition: all 0.21s;
  -o-transition: all 0.21s;
  transition: all 0.21s;
  font-size: 30px;
}

/* line 215, resources/assets/styles/common/_mixins.scss */

.footer__socials a svg:hover {
  -webkit-transition: all 0.34s;
  -o-transition: all 0.34s;
  transition: all 0.34s;
}

.page-template-template-frontpage .cHero{display: none;}


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