/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
/* line 23, ../../bower_components/normalize-scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 36, ../../bower_components/normalize-scss/_normalize.scss */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 50, ../../bower_components/normalize-scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 71, ../../bower_components/normalize-scss/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 88, ../../bower_components/normalize-scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 98, ../../bower_components/normalize-scss/_normalize.scss */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 110, ../../bower_components/normalize-scss/_normalize.scss */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 120, ../../bower_components/normalize-scss/_normalize.scss */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 132, ../../bower_components/normalize-scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 140, ../../bower_components/normalize-scss/_normalize.scss */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 155, ../../bower_components/normalize-scss/_normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 164, ../../bower_components/normalize-scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
/* line 200, ../../bower_components/normalize-scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 239, ../../bower_components/normalize-scss/_normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 247, ../../bower_components/normalize-scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 255, ../../bower_components/normalize-scss/_normalize.scss */
sup {
  top: -0.5em; }

/* line 259, ../../bower_components/normalize-scss/_normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 314, ../../bower_components/normalize-scss/_normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 325, ../../bower_components/normalize-scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 336, ../../bower_components/normalize-scss/_normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 344, ../../bower_components/normalize-scss/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 353, ../../bower_components/normalize-scss/_normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 362, ../../bower_components/normalize-scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
/* line 389, ../../bower_components/normalize-scss/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 407, ../../bower_components/normalize-scss/_normalize.scss */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 418, ../../bower_components/normalize-scss/_normalize.scss */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
/* line 433, ../../bower_components/normalize-scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
/* line 448, ../../bower_components/normalize-scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 457, ../../bower_components/normalize-scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 468, ../../bower_components/normalize-scss/_normalize.scss */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
/* line 478, ../../bower_components/normalize-scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 494, ../../bower_components/normalize-scss/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 504, ../../bower_components/normalize-scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 515, ../../bower_components/normalize-scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 524, ../../bower_components/normalize-scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 537, ../../bower_components/normalize-scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 550, ../../bower_components/normalize-scss/_normalize.scss */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 559, ../../bower_components/normalize-scss/_normalize.scss */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 570, ../../bower_components/normalize-scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 575, ../../bower_components/normalize-scss/_normalize.scss */
td,
th {
  padding: 0; }

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v0.10.4
* Docs at http://davidtheclark.github.io/scut
*/
/* line 336, ../../bower_components/scut/dist/_scut.scss */
*, *:before, *:after {
  box-sizing: border-box; }

/* line 344, ../../bower_components/scut/dist/_scut.scss */
body {
  -webkit-font-smoothing: antialiased; }

/* line 351, ../../bower_components/scut/dist/_scut.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0; }

/* line 361, ../../bower_components/scut/dist/_scut.scss */
b {
  font-weight: normal; }

/* line 368, ../../bower_components/scut/dist/_scut.scss */
label,
select,
option,
button {
  cursor: pointer; }

/* line 377, ../../bower_components/scut/dist/_scut.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* line 382, ../../bower_components/scut/dist/_scut.scss */
textarea {
  resize: vertical; }

/* line 389, ../../bower_components/scut/dist/_scut.scss */
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  background: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  width: auto;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  /* line 406, ../../bower_components/scut/dist/_scut.scss */
  button::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner,
  input[type="reset"]::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* line 415, ../../bower_components/scut/dist/_scut.scss */
p:first-of-type {
  margin-top: 0; }

/* line 418, ../../bower_components/scut/dist/_scut.scss */
p:last-of-type {
  margin-bottom: 0; }

/* line 425, ../../bower_components/scut/dist/_scut.scss */
img,
video {
  max-width: 100%;
  height: auto; }

/* line 434, ../../bower_components/scut/dist/_scut.scss */
figure {
  margin: 0; }

/*============================ */
/*==========================
COLORS
==========================*/
/*==========================
FONTS
==========================*/
/*==========================
DIMENSIONS
==========================*/
/*==========================
MEDIA QUERIES
==========================*/
/*==========================
MARGINS
==========================*/
/*==========================
BOX SHADOWS
==========================*/
/* line 1, ../../src/scss/_type.scss */
html {
  font-family: "futura-pt", sans-serif;
  transition: opacity 1s;
  font-weight: 500;
  letter-spacing: 2px; }

/* line 8, ../../src/scss/_type.scss */
.t-center {
  text-align: center; }

/* line 12, ../../src/scss/_type.scss */
h1.cavaco-title {
  text-transform: uppercase;
  font-size: 2em;
  text-align: center;
  letter-spacing: 5px;
  font-weight: 500;
  white-space: nowrap; }
  @media (min-width: 48em) {
    /* line 12, ../../src/scss/_type.scss */
    h1.cavaco-title {
      font-size: 5.5em; } }

/* Site-wide styles */
/* line 2, ../../src/scss/_base.scss */
html {
  background-color: #F2F1F0; }

/* line 6, ../../src/scss/_base.scss */
body {
  background-color: #F2F1F0; }
  /* line 8, ../../src/scss/_base.scss */
  body.gallery-open {
    overflow-y: hidden; }

/* line 14, ../../src/scss/_base.scss */
html.wf-active .cavaco-landing-header {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0); }
/* line 18, ../../src/scss/_base.scss */
html.wf-active .site-footer {
  opacity: 1; }

/* line 23, ../../src/scss/_base.scss */
.q-sec {
  transition: all .25s; }

/* line 27, ../../src/scss/_base.scss */
.h-sec, h1.cavaco-title, .cavaco-landing-header, .cavaco-gallery .close, .gallery-wrapper .move, .cavaco-thumb {
  transition: all .5s; }

/* line 31, ../../src/scss/_base.scss */
.f-sec {
  transition: all 1s; }

/* line 35, ../../src/scss/_base.scss */
a {
  text-decoration: none;
  color: black;
  transition: opacity .5s; }
  /* line 39, ../../src/scss/_base.scss */
  a:hover {
    opacity: .5; }

/* line 1, ../../src/scss/_grid.scss */
.container {
  min-width: 20em; }
  /* line 10, ../../bower_components/scut/dist/_scut.scss */
  .container:after {
    content: "";
    display: table;
    clear: both; }

/* line 6, ../../src/scss/_grid.scss */
.content {
  max-width: 100em;
  margin: auto; }

/* line 11, ../../src/scss/_grid.scss */
.cc, .site-header-flex {
  width: 100%; }
  @media (min-width: 48em) {
    /* line 11, ../../src/scss/_grid.scss */
    .cc, .site-header-flex {
      max-width: 80em;
      margin: auto; } }

/* line 20, ../../src/scss/_grid.scss */
.cc-m {
  width: 100%; }
  @media (min-width: 48em) {
    /* line 20, ../../src/scss/_grid.scss */
    .cc-m {
      max-width: 60em;
      margin: auto; } }

/* line 28, ../../src/scss/_grid.scss */
.cc-sm {
  width: 100%; }
  @media (min-width: 48em) {
    /* line 28, ../../src/scss/_grid.scss */
    .cc-sm {
      max-width: 55em;
      margin: auto; } }

/* line 37, ../../src/scss/_grid.scss */
.cc-xsm {
  width: 100%; }
  @media (min-width: 48em) {
    /* line 37, ../../src/scss/_grid.scss */
    .cc-xsm {
      max-width: 40em;
      margin: auto; } }

/* line 46, ../../src/scss/_grid.scss */
.row, div#videoWrapper, .video-wrapper {
  width: 100%; }
  /* line 49, ../../src/scss/_grid.scss */
  .row:after, div#videoWrapper:after, .video-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  /* line 55, ../../src/scss/_grid.scss */
  .row.fix, div.fix#videoWrapper, .fix.video-wrapper {
    margin-right: -15px;
    margin-left: -15px; }
  /* line 59, ../../src/scss/_grid.scss */
  .row.flex, div.flex#videoWrapper, .flex.video-wrapper {
    display: -ms-flexbox;
    display: flex; }

/* line 64, ../../src/scss/_grid.scss */
.r-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 48em) {
    /* line 64, ../../src/scss/_grid.scss */
    .r-flex {
      -ms-flex-direction: row;
      flex-direction: row; } }

/* line 72, ../../src/scss/_grid.scss */
.col {
  width: 100%;
  float: left; }
  @media (min-width: 30em) {
    /* line 72, ../../src/scss/_grid.scss */
    .col {
      min-height: 1px; } }

/* line 80, ../../src/scss/_grid.scss */
.rel {
  position: relative; }

@media (min-width: 48em) {
  /* line 83, ../../src/scss/_grid.scss */
  .col-1 {
    width: 8.3333333333%; } }

@media (min-width: 48em) {
  /* line 83, ../../src/scss/_grid.scss */
  .col-2 {
    width: 16.6666666667%; } }

@media (min-width: 48em) {
  /* line 83, ../../src/scss/_grid.scss */
  .col-3 {
    width: 25%; } }

@media (min-width: 48em) {
  /* line 83, ../../src/scss/_grid.scss */
  .col-4 {
    width: 33.3333333333%; } }

@media (min-width: 48em) {
  /* line 83, ../../src/scss/_grid.scss */
  .col-5 {
    width: 41.6666666667%; } }

@media (min-width: 48em) {
  /* line 83, ../../src/scss/_grid.scss */
  .col-6 {
    width: 50%; } }

@media (min-width: 48em) {
  /* line 83, ../../src/scss/_grid.scss */
  .col-7 {
    width: 58.3333333333%; } }

@media (min-width: 48em) {
  /* line 83, ../../src/scss/_grid.scss */
  .col-8 {
    width: 66.6666666667%; } }

@media (min-width: 48em) {
  /* line 83, ../../src/scss/_grid.scss */
  .col-9 {
    width: 75%; } }

@media (min-width: 48em) {
  /* line 83, ../../src/scss/_grid.scss */
  .col-10 {
    width: 83.3333333333%; } }

@media (min-width: 48em) {
  /* line 83, ../../src/scss/_grid.scss */
  .col-11 {
    width: 91.6666666667%; } }

@media (min-width: 48em) {
  /* line 83, ../../src/scss/_grid.scss */
  .col-12 {
    width: 100%; } }

/* line 91, ../../src/scss/_grid.scss */
.col-mob-1 {
  width: 8.3333333333%; }

/* line 91, ../../src/scss/_grid.scss */
.col-mob-2 {
  width: 16.6666666667%; }

/* line 91, ../../src/scss/_grid.scss */
.col-mob-3 {
  width: 25%; }

/* line 91, ../../src/scss/_grid.scss */
.col-mob-4 {
  width: 33.3333333333%; }

/* line 91, ../../src/scss/_grid.scss */
.col-mob-5 {
  width: 41.6666666667%; }

/* line 91, ../../src/scss/_grid.scss */
.col-mob-6 {
  width: 50%; }

/* line 91, ../../src/scss/_grid.scss */
.col-mob-7 {
  width: 58.3333333333%; }

/* line 91, ../../src/scss/_grid.scss */
.col-mob-8 {
  width: 66.6666666667%; }

/* line 91, ../../src/scss/_grid.scss */
.col-mob-9 {
  width: 75%; }

/* line 91, ../../src/scss/_grid.scss */
.col-mob-10 {
  width: 83.3333333333%; }

/* line 91, ../../src/scss/_grid.scss */
.col-mob-11 {
  width: 91.6666666667%; }

/* line 91, ../../src/scss/_grid.scss */
.col-mob-12 {
  width: 100%; }

@media (min-width: 30em) {
  /* line 97, ../../src/scss/_grid.scss */
  .col-tab-1 {
    width: 8.3333333333%; } }

@media (min-width: 30em) {
  /* line 97, ../../src/scss/_grid.scss */
  .col-tab-2 {
    width: 16.6666666667%; } }

@media (min-width: 30em) {
  /* line 97, ../../src/scss/_grid.scss */
  .col-tab-3 {
    width: 25%; } }

@media (min-width: 30em) {
  /* line 97, ../../src/scss/_grid.scss */
  .col-tab-4 {
    width: 33.3333333333%; } }

@media (min-width: 30em) {
  /* line 97, ../../src/scss/_grid.scss */
  .col-tab-5 {
    width: 41.6666666667%; } }

@media (min-width: 30em) {
  /* line 97, ../../src/scss/_grid.scss */
  .col-tab-6 {
    width: 50%; } }

@media (min-width: 30em) {
  /* line 97, ../../src/scss/_grid.scss */
  .col-tab-7 {
    width: 58.3333333333%; } }

@media (min-width: 30em) {
  /* line 97, ../../src/scss/_grid.scss */
  .col-tab-8 {
    width: 66.6666666667%; } }

@media (min-width: 30em) {
  /* line 97, ../../src/scss/_grid.scss */
  .col-tab-9 {
    width: 75%; } }

@media (min-width: 30em) {
  /* line 97, ../../src/scss/_grid.scss */
  .col-tab-10 {
    width: 83.3333333333%; } }

@media (min-width: 30em) {
  /* line 97, ../../src/scss/_grid.scss */
  .col-tab-11 {
    width: 91.6666666667%; } }

@media (min-width: 30em) {
  /* line 97, ../../src/scss/_grid.scss */
  .col-tab-12 {
    width: 100%; } }

@media (min-width: 48em) {
  /* line 105, ../../src/scss/_grid.scss */
  .col-sm-desk-1 {
    width: 8.3333333333%; } }

@media (min-width: 48em) {
  /* line 105, ../../src/scss/_grid.scss */
  .col-sm-desk-2 {
    width: 16.6666666667%; } }

@media (min-width: 48em) {
  /* line 105, ../../src/scss/_grid.scss */
  .col-sm-desk-3 {
    width: 25%; } }

@media (min-width: 48em) {
  /* line 105, ../../src/scss/_grid.scss */
  .col-sm-desk-4 {
    width: 33.3333333333%; } }

@media (min-width: 48em) {
  /* line 105, ../../src/scss/_grid.scss */
  .col-sm-desk-5 {
    width: 41.6666666667%; } }

@media (min-width: 48em) {
  /* line 105, ../../src/scss/_grid.scss */
  .col-sm-desk-6 {
    width: 50%; } }

@media (min-width: 48em) {
  /* line 105, ../../src/scss/_grid.scss */
  .col-sm-desk-7 {
    width: 58.3333333333%; } }

@media (min-width: 48em) {
  /* line 105, ../../src/scss/_grid.scss */
  .col-sm-desk-8 {
    width: 66.6666666667%; } }

@media (min-width: 48em) {
  /* line 105, ../../src/scss/_grid.scss */
  .col-sm-desk-9 {
    width: 75%; } }

@media (min-width: 48em) {
  /* line 105, ../../src/scss/_grid.scss */
  .col-sm-desk-10 {
    width: 83.3333333333%; } }

@media (min-width: 48em) {
  /* line 105, ../../src/scss/_grid.scss */
  .col-sm-desk-11 {
    width: 91.6666666667%; } }

@media (min-width: 48em) {
  /* line 105, ../../src/scss/_grid.scss */
  .col-sm-desk-12 {
    width: 100%; } }

@media (min-width: 64em) {
  /* line 113, ../../src/scss/_grid.scss */
  .col-desk-1 {
    width: 8.3333333333%; } }

@media (min-width: 64em) {
  /* line 113, ../../src/scss/_grid.scss */
  .col-desk-2 {
    width: 16.6666666667%; } }

@media (min-width: 64em) {
  /* line 113, ../../src/scss/_grid.scss */
  .col-desk-3 {
    width: 25%; } }

@media (min-width: 64em) {
  /* line 113, ../../src/scss/_grid.scss */
  .col-desk-4 {
    width: 33.3333333333%; } }

@media (min-width: 64em) {
  /* line 113, ../../src/scss/_grid.scss */
  .col-desk-5 {
    width: 41.6666666667%; } }

@media (min-width: 64em) {
  /* line 113, ../../src/scss/_grid.scss */
  .col-desk-6 {
    width: 50%; } }

@media (min-width: 64em) {
  /* line 113, ../../src/scss/_grid.scss */
  .col-desk-7 {
    width: 58.3333333333%; } }

@media (min-width: 64em) {
  /* line 113, ../../src/scss/_grid.scss */
  .col-desk-8 {
    width: 66.6666666667%; } }

@media (min-width: 64em) {
  /* line 113, ../../src/scss/_grid.scss */
  .col-desk-9 {
    width: 75%; } }

@media (min-width: 64em) {
  /* line 113, ../../src/scss/_grid.scss */
  .col-desk-10 {
    width: 83.3333333333%; } }

@media (min-width: 64em) {
  /* line 113, ../../src/scss/_grid.scss */
  .col-desk-11 {
    width: 91.6666666667%; } }

@media (min-width: 64em) {
  /* line 113, ../../src/scss/_grid.scss */
  .col-desk-12 {
    width: 100%; } }

@media (min-width: 79.5em) {
  /* line 121, ../../src/scss/_grid.scss */
  .col-lg-1 {
    width: 8.3333333333%; } }

@media (min-width: 79.5em) {
  /* line 121, ../../src/scss/_grid.scss */
  .col-lg-2 {
    width: 16.6666666667%; } }

@media (min-width: 79.5em) {
  /* line 121, ../../src/scss/_grid.scss */
  .col-lg-3 {
    width: 25%; } }

@media (min-width: 79.5em) {
  /* line 121, ../../src/scss/_grid.scss */
  .col-lg-4 {
    width: 33.3333333333%; } }

@media (min-width: 79.5em) {
  /* line 121, ../../src/scss/_grid.scss */
  .col-lg-5 {
    width: 41.6666666667%; } }

@media (min-width: 79.5em) {
  /* line 121, ../../src/scss/_grid.scss */
  .col-lg-6 {
    width: 50%; } }

@media (min-width: 79.5em) {
  /* line 121, ../../src/scss/_grid.scss */
  .col-lg-7 {
    width: 58.3333333333%; } }

@media (min-width: 79.5em) {
  /* line 121, ../../src/scss/_grid.scss */
  .col-lg-8 {
    width: 66.6666666667%; } }

@media (min-width: 79.5em) {
  /* line 121, ../../src/scss/_grid.scss */
  .col-lg-9 {
    width: 75%; } }

@media (min-width: 79.5em) {
  /* line 121, ../../src/scss/_grid.scss */
  .col-lg-10 {
    width: 83.3333333333%; } }

@media (min-width: 79.5em) {
  /* line 121, ../../src/scss/_grid.scss */
  .col-lg-11 {
    width: 91.6666666667%; } }

@media (min-width: 79.5em) {
  /* line 121, ../../src/scss/_grid.scss */
  .col-lg-12 {
    width: 100%; } }

@media (min-width: 100em) {
  /* line 129, ../../src/scss/_grid.scss */
  .col-xl-1 {
    width: 8.3333333333%; } }

@media (min-width: 100em) {
  /* line 129, ../../src/scss/_grid.scss */
  .col-xl-2 {
    width: 16.6666666667%; } }

@media (min-width: 100em) {
  /* line 129, ../../src/scss/_grid.scss */
  .col-xl-3 {
    width: 25%; } }

@media (min-width: 100em) {
  /* line 129, ../../src/scss/_grid.scss */
  .col-xl-4 {
    width: 33.3333333333%; } }

@media (min-width: 100em) {
  /* line 129, ../../src/scss/_grid.scss */
  .col-xl-5 {
    width: 41.6666666667%; } }

@media (min-width: 100em) {
  /* line 129, ../../src/scss/_grid.scss */
  .col-xl-6 {
    width: 50%; } }

@media (min-width: 100em) {
  /* line 129, ../../src/scss/_grid.scss */
  .col-xl-7 {
    width: 58.3333333333%; } }

@media (min-width: 100em) {
  /* line 129, ../../src/scss/_grid.scss */
  .col-xl-8 {
    width: 66.6666666667%; } }

@media (min-width: 100em) {
  /* line 129, ../../src/scss/_grid.scss */
  .col-xl-9 {
    width: 75%; } }

@media (min-width: 100em) {
  /* line 129, ../../src/scss/_grid.scss */
  .col-xl-10 {
    width: 83.3333333333%; } }

@media (min-width: 100em) {
  /* line 129, ../../src/scss/_grid.scss */
  .col-xl-11 {
    width: 91.6666666667%; } }

@media (min-width: 100em) {
  /* line 129, ../../src/scss/_grid.scss */
  .col-xl-12 {
    width: 100%; } }

/* line 138, ../../src/scss/_grid.scss */
.col.main .col-1 {
  width: 100%; }
  @media (min-width: 79.5em) {
    /* line 138, ../../src/scss/_grid.scss */
    .col.main .col-1 {
      width: 8.3333333333%; } }
/* line 138, ../../src/scss/_grid.scss */
.col.main .col-2 {
  width: 100%; }
  @media (min-width: 79.5em) {
    /* line 138, ../../src/scss/_grid.scss */
    .col.main .col-2 {
      width: 16.6666666667%; } }
/* line 138, ../../src/scss/_grid.scss */
.col.main .col-3 {
  width: 100%; }
  @media (min-width: 79.5em) {
    /* line 138, ../../src/scss/_grid.scss */
    .col.main .col-3 {
      width: 25%; } }
/* line 138, ../../src/scss/_grid.scss */
.col.main .col-4 {
  width: 100%; }
  @media (min-width: 79.5em) {
    /* line 138, ../../src/scss/_grid.scss */
    .col.main .col-4 {
      width: 33.3333333333%; } }
/* line 138, ../../src/scss/_grid.scss */
.col.main .col-5 {
  width: 100%; }
  @media (min-width: 79.5em) {
    /* line 138, ../../src/scss/_grid.scss */
    .col.main .col-5 {
      width: 41.6666666667%; } }
/* line 138, ../../src/scss/_grid.scss */
.col.main .col-6 {
  width: 100%; }
  @media (min-width: 79.5em) {
    /* line 138, ../../src/scss/_grid.scss */
    .col.main .col-6 {
      width: 50%; } }
/* line 138, ../../src/scss/_grid.scss */
.col.main .col-7 {
  width: 100%; }
  @media (min-width: 79.5em) {
    /* line 138, ../../src/scss/_grid.scss */
    .col.main .col-7 {
      width: 58.3333333333%; } }
/* line 138, ../../src/scss/_grid.scss */
.col.main .col-8 {
  width: 100%; }
  @media (min-width: 79.5em) {
    /* line 138, ../../src/scss/_grid.scss */
    .col.main .col-8 {
      width: 66.6666666667%; } }
/* line 138, ../../src/scss/_grid.scss */
.col.main .col-9 {
  width: 100%; }
  @media (min-width: 79.5em) {
    /* line 138, ../../src/scss/_grid.scss */
    .col.main .col-9 {
      width: 75%; } }
/* line 138, ../../src/scss/_grid.scss */
.col.main .col-10 {
  width: 100%; }
  @media (min-width: 79.5em) {
    /* line 138, ../../src/scss/_grid.scss */
    .col.main .col-10 {
      width: 83.3333333333%; } }
/* line 138, ../../src/scss/_grid.scss */
.col.main .col-11 {
  width: 100%; }
  @media (min-width: 79.5em) {
    /* line 138, ../../src/scss/_grid.scss */
    .col.main .col-11 {
      width: 91.6666666667%; } }
/* line 138, ../../src/scss/_grid.scss */
.col.main .col-12 {
  width: 100%; }
  @media (min-width: 79.5em) {
    /* line 138, ../../src/scss/_grid.scss */
    .col.main .col-12 {
      width: 100%; } }

/* line 147, ../../src/scss/_grid.scss */
.col-fh {
  height: 100%; }

@media (max-width: 48em) {
  /* line 152, ../../src/scss/_grid.scss */
  .full-height {
    min-height: 0 !important; } }

/* line 159, ../../src/scss/_grid.scss */
.p-y-t, .p-y, .p {
  padding-top: 1em; }

/* line 163, ../../src/scss/_grid.scss */
.p-y-b, .p-y, .p {
  padding-bottom: 1em; }

/* line 167, ../../src/scss/_grid.scss */
.p-x-l, .p-x, .p {
  padding-left: 1em; }

/* line 171, ../../src/scss/_grid.scss */
.p-x-r, .p-x, .p {
  padding-right: 1em; }

/* line 190, ../../src/scss/_grid.scss */
.p-sm-y-t, .p-sm-y, .p-sm {
  padding-top: 0.5em; }

/* line 194, ../../src/scss/_grid.scss */
.p-sm-y-b, .p-sm-y, .p-sm {
  padding-bottom: 0.5em; }

/* line 198, ../../src/scss/_grid.scss */
.p-sm-x-l, .p-sm-x, .p-sm {
  padding-left: 0.5em; }

/* line 202, ../../src/scss/_grid.scss */
.p-sm-x-r, .p-sm-x, .p-sm {
  padding-right: 0.5em; }

/* line 222, ../../src/scss/_grid.scss */
.p-lg-y-t, .p-lg-y, .p-lg {
  padding-top: 2em; }

/* line 226, ../../src/scss/_grid.scss */
.p-lg-y-b, .p-lg-y, .p-lg {
  padding-bottom: 2em; }

/* line 230, ../../src/scss/_grid.scss */
.p-lg-x-l, .p-lg-x, .p-lg {
  padding-left: 2em; }

/* line 234, ../../src/scss/_grid.scss */
.p-lg-x-r, .p-lg-x, .p-lg {
  padding-right: 2em; }

/* line 253, ../../src/scss/_grid.scss */
.no-p {
  padding: 0; }

/* line 258, ../../src/scss/_grid.scss */
.m-y-t, .m-y, .m {
  margin-top: 1em; }

/* line 262, ../../src/scss/_grid.scss */
.m-y-b, .m-y, .m {
  margin-bottom: 1em; }

/* line 266, ../../src/scss/_grid.scss */
.m-x-l, .m-x, .m {
  margin-left: 1em; }

/* line 270, ../../src/scss/_grid.scss */
.m-x-r, .m-x, .m {
  margin-right: 1em; }

/* line 289, ../../src/scss/_grid.scss */
.m-sm-y-t, .m-sm-y, .m-sm {
  margin-top: 0.5em; }

/* line 293, ../../src/scss/_grid.scss */
.m-sm-y-b, .m-sm-y, .m-sm {
  margin-bottom: 0.5em; }

/* line 297, ../../src/scss/_grid.scss */
.m-sm-x-l, .m-sm-x, .m-sm {
  margin-left: 0.5em; }

/* line 301, ../../src/scss/_grid.scss */
.m-sm-x-r, .m-sm-x, .m-sm {
  margin-right: 0.5em; }

/* line 321, ../../src/scss/_grid.scss */
.m-lg-y-t, .m-lg-y, .m-lg {
  margin-top: 2em; }

/* line 325, ../../src/scss/_grid.scss */
.m-lg-y-b, .m-lg-y, .m-lg {
  margin-bottom: 2em; }

/* line 329, ../../src/scss/_grid.scss */
.m-lg-x-l, .m-lg-x, .m-lg {
  margin-left: 2em; }

/* line 333, ../../src/scss/_grid.scss */
.m-lg-x-r, .m-lg-x, .m-lg {
  margin-right: 2em; }

/* line 352, ../../src/scss/_grid.scss */
.no-m {
  margin: 0; }

/* line 356, ../../src/scss/_grid.scss */
.pull-right {
  float: right; }

/* line 360, ../../src/scss/_grid.scss */
.pull-left {
  float: left; }

@media (min-width: 48em) {
  /* line 364, ../../src/scss/_grid.scss */
  .p-lg-med {
    padding: 2em; } }

@media (min-width: 48em) {
  /* line 370, ../../src/scss/_grid.scss */
  .p-lg-y-med {
    padding-top: 2em;
    padding-bottom: 2em; } }

@media (min-width: 48em) {
  /* line 377, ../../src/scss/_grid.scss */
  .p-x-med {
    padding-left: 1em;
    padding-right: 1em; } }

@media (min-width: 48em) {
  /* line 384, ../../src/scss/_grid.scss */
  .p-y-med {
    padding-top: 1em;
    padding-bottom: 1em; } }

@media (min-width: 64em) {
  /* line 391, ../../src/scss/_grid.scss */
  .p-y-lg {
    padding-top: 1em;
    padding-bottom: 1em; } }

@media (min-width: 48em) {
  /* line 398, ../../src/scss/_grid.scss */
  .p-sm-y-med {
    padding-top: 0.5em;
    padding-bottom: 0.5em; } }

@media (min-width: 48em) {
  /* line 405, ../../src/scss/_grid.scss */
  .p-x-l-med {
    padding-left: 1em; } }

@media (min-width: 48em) {
  /* line 411, ../../src/scss/_grid.scss */
  .p-lg-x-l-med {
    padding-left: 2em; } }

@media (min-width: 48em) {
  /* line 417, ../../src/scss/_grid.scss */
  .p-lg-x-r-med {
    padding-right: 2em; } }

@media (min-width: 48em) {
  /* line 423, ../../src/scss/_grid.scss */
  .p-lg-y-b-med {
    padding-bottom: 2em; } }

@media (min-width: 64em) {
  /* line 429, ../../src/scss/_grid.scss */
  .p-lg-x-l-lg {
    padding-left: 2em; } }

/* line 434, ../../src/scss/_grid.scss */
.middleizer {
  position: absolute;
  left: 50%;
  top: calc(25% - 4em);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }
  @media (min-width: 48em) {
    /* line 434, ../../src/scss/_grid.scss */
    .middleizer {
      top: calc(50% - 4em); } }

/* line 1, ../../src/scss/_page.scss */
#page {
  overflow: hidden;
  max-width: 100vw; }

/* line 6, ../../src/scss/_page.scss */
.cavaco-landing-header {
  width: 100%;
  height: 100vh;
  position: relative;
  float: left;
  opacity: 0;
  -ms-transform: translateY(2em);
  transform: translateY(2em); }

/* line 16, ../../src/scss/_page.scss */
.grid:after {
  content: "";
  display: block;
  clear: both; }

/* line 22, ../../src/scss/_page.scss */
.cavaco-stories {
  padding: 120px; }
  @media (max-width: 64em) {
    /* line 22, ../../src/scss/_page.scss */
    .cavaco-stories {
      padding: 48px 24px; } }
  /* line 30, ../../src/scss/_page.scss */
  .cavaco-stories .coming-soon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(100vh - (98px + 249px + 240px)); }
    @media (max-width: 64em) {
      /* line 30, ../../src/scss/_page.scss */
      .cavaco-stories .coming-soon {
        height: calc(100vh - 100px - 249px - 96px); } }
    /* line 40, ../../src/scss/_page.scss */
    .cavaco-stories .coming-soon p {
      font-family: "Copperplate", serif;
      font-size: 2em;
      color: #BFA770;
      text-align: center;
      margin: 0;
      letter-spacing: 0.1em;
      font-weight: light; }
      @media (max-width: 64em) {
        /* line 40, ../../src/scss/_page.scss */
        .cavaco-stories .coming-soon p {
          font-size: 1.25em; } }
  /* line 54, ../../src/scss/_page.scss */
  .cavaco-stories #stories_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 80px;
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    -ms-transform: translateY(4em);
    transform: translateY(4em);
    transition: opacity 0.9s ease-in-out, transform 0.9s ease-in-out; }
    @media (max-width: 64em) {
      /* line 54, ../../src/scss/_page.scss */
      .cavaco-stories #stories_list {
        gap: 40px; } }
    /* line 68, ../../src/scss/_page.scss */
    .cavaco-stories #stories_list.appear {
      opacity: 1;
      -ms-transform: translateY(0);
      transform: translateY(0); }
    /* line 73, ../../src/scss/_page.scss */
    .cavaco-stories #stories_list .grid-item {
      width: calc(50% - 40px); }
      @media (max-width: 64em) {
        /* line 73, ../../src/scss/_page.scss */
        .cavaco-stories #stories_list .grid-item {
          width: calc(50% - 20px); } }
      @media (max-width: 48em) {
        /* line 73, ../../src/scss/_page.scss */
        .cavaco-stories #stories_list .grid-item {
          width: 100%; } }
      /* line 84, ../../src/scss/_page.scss */
      .cavaco-stories #stories_list .grid-item a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
        text-decoration: none;
        transition: opacity 0.3s ease; }
        /* line 91, ../../src/scss/_page.scss */
        .cavaco-stories #stories_list .grid-item a:hover {
          opacity: 0.8; }
        /* line 95, ../../src/scss/_page.scss */
        .cavaco-stories #stories_list .grid-item a img {
          width: 100%;
          height: auto;
          display: block; }
        /* line 101, ../../src/scss/_page.scss */
        .cavaco-stories #stories_list .grid-item a .item-info {
          font-family: "Copperplate", serif;
          font-weight: 300;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: baseline;
          align-items: baseline;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          gap: 8px; }
          /* line 109, ../../src/scss/_page.scss */
          .cavaco-stories #stories_list .grid-item a .item-info .title {
            font-size: 18px;
            color: #BFA770;
            letter-spacing: 0.36px;
            text-transform: none; }
          /* line 116, ../../src/scss/_page.scss */
          .cavaco-stories #stories_list .grid-item a .item-info .divider {
            font-size: 14px;
            color: #BFA770;
            letter-spacing: 0.28px; }
          /* line 122, ../../src/scss/_page.scss */
          .cavaco-stories #stories_list .grid-item a .item-info .publication-source {
            font-size: 12px;
            color: #BFA770;
            letter-spacing: 0.24px;
            text-transform: none; }
          /* line 129, ../../src/scss/_page.scss */
          .cavaco-stories #stories_list .grid-item a .item-info .published-date {
            font-size: 12px;
            color: #8A8B89;
            letter-spacing: 0.24px;
            text-transform: none; }
          /* line 136, ../../src/scss/_page.scss */
          .cavaco-stories #stories_list .grid-item a .item-info .price {
            font-size: 12px;
            color: #8A8B89;
            letter-spacing: 0.24px;
            text-transform: none; }

/* line 148, ../../src/scss/_page.scss */
.cavaco-gallery {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.95);
  display: none; }
  /* line 156, ../../src/scss/_page.scss */
  .cavaco-gallery .close {
    position: absolute;
    top: 3vh;
    right: 1em;
    font-size: 3em;
    font-weight: lighter;
    cursor: pointer;
    pointer-events: all;
    color: #BFA770;
    font-family: 'tk-futura-pt-i3';
    opacity: .5; }
    @media (max-width: 64em) {
      /* line 156, ../../src/scss/_page.scss */
      .cavaco-gallery .close {
        top: 0.25em;
        right: 16px; } }
    /* line 172, ../../src/scss/_page.scss */
    .cavaco-gallery .close:hover {
      opacity: 0.75; }

/* line 178, ../../src/scss/_page.scss */
.gallery-wrapper {
  max-height: 90vh;
  margin: 96px auto;
  max-width: 60em;
  pointer-events: none;
  padding: 0px 16px; }
  /* line 184, ../../src/scss/_page.scss */
  .gallery-wrapper .top-image {
    height: 80%;
    position: relative;
    max-height: 68vh;
    position: relative; }
    /* line 189, ../../src/scss/_page.scss */
    .gallery-wrapper .top-image img {
      max-width: 100%;
      max-height: calc(100vh - 20em);
      height: auto;
      width: auto;
      margin: 0 auto;
      display: block; }
      @media (min-width: 48em) {
        /* line 189, ../../src/scss/_page.scss */
        .gallery-wrapper .top-image img {
          max-height: calc(68vh - 1em); } }
  /* line 201, ../../src/scss/_page.scss */
  .gallery-wrapper .move {
    width: 2em;
    height: 11em;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
    cursor: pointer;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTM4Ni4yMzUgMjQ4LjMwOEwxNDAuOTAyIDIuOTc1Yy00LjI2Ny00LjA1My0xMC45ODctMy45NDctMTUuMDQuMjEzLTMuOTQ3IDQuMTYtMy45NDcgMTAuNjY3IDAgMTQuODI3bDIzNy43NiAyMzcuNzYtMjM3Ljc2IDIzNy44NjdjLTQuMjY3IDQuMDUzLTQuMzczIDEwLjg4LS4yMTMgMTUuMDQgNC4wNTIgNC4yNjcgMTAuODggNC4zNzMgMTUuMDQuMjEzbC4yMTItLjIxM0wzODYuMjM1IDI2My4zNWM0LjE2LTQuMTYyIDQuMTYtMTAuODgyIDAtMTUuMDQyeiIgZmlsbD0iI0JGQTc3MCIgY2xpcC1wYXRoPSJ1cmwoI2EpIi8+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDUxMS45NXY1MTEuOTVIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
    background-size: 75%;
    background-repeat: no-repeat;
    text-indent: -9999px;
    pointer-events: all;
    background-position: center right; }
    @media (max-width: 64em) {
      /* line 201, ../../src/scss/_page.scss */
      .gallery-wrapper .move {
        height: 2em;
        top: calc(100% - 12em); } }
    /* line 221, ../../src/scss/_page.scss */
    .gallery-wrapper .move.move-left {
      left: 0;
      -ms-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg);
      margin-left: 0.75em;
      margin-left: 2em; }
      @media (max-width: 64em) {
        /* line 221, ../../src/scss/_page.scss */
        .gallery-wrapper .move.move-left {
          left: unset;
          right: 2.75em; } }
    /* line 231, ../../src/scss/_page.scss */
    .gallery-wrapper .move.move-right {
      right: 0;
      margin-right: 0.75em; }
      @media (min-width: 64em) {
        /* line 231, ../../src/scss/_page.scss */
        .gallery-wrapper .move.move-right {
          margin-right: 2em; } }
  /* line 239, ../../src/scss/_page.scss */
  .gallery-wrapper .thumb-wrapper {
    height: 9em;
    width: 100vw;
    padding: 0;
    position: fixed;
    bottom: 4em;
    left: 0;
    pointer-events: all; }
    @media (max-width: 64em) {
      /* line 239, ../../src/scss/_page.scss */
      .gallery-wrapper .thumb-wrapper {
        height: 6em; } }
  /* line 252, ../../src/scss/_page.scss */
  .gallery-wrapper .inner-thumb-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    pointer-events: all;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    /* line 264, ../../src/scss/_page.scss */
    .gallery-wrapper .inner-thumb-wrapper.center-thumbs ul {
      margin: 0 auto;
      width: auto;
      position: relative; }
    /* line 273, ../../src/scss/_page.scss */
    .gallery-wrapper .inner-thumb-wrapper::-webkit-scrollbar {
      display: none; }
  /* line 277, ../../src/scss/_page.scss */
  .gallery-wrapper ul {
    height: 100%;
    white-space: nowrap;
    padding: 1em 40px;
    margin: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25em;
    width: max-content;
    position: absolute; }
    /* line 287, ../../src/scss/_page.scss */
    .gallery-wrapper ul li {
      height: 100%;
      width: auto;
      position: relative;
      margin-bottom: 0;
      display: inline-block;
      pointer-events: all;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      /* line 295, ../../src/scss/_page.scss */
      .gallery-wrapper ul li span {
        position: relative;
        display: block;
        height: 100%;
        cursor: pointer; }
        /* line 300, ../../src/scss/_page.scss */
        .gallery-wrapper ul li span img {
          height: 100%;
          width: auto; }

/* line 312, ../../src/scss/_page.scss */
a.stories-arrow {
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTM4Ni4yMzUgMjQ4LjMwOEwxNDAuOTAyIDIuOTc1Yy00LjI2Ny00LjA1My0xMC45ODctMy45NDctMTUuMDQuMjEzLTMuOTQ3IDQuMTYtMy45NDcgMTAuNjY3IDAgMTQuODI3bDIzNy43NiAyMzcuNzYtMjM3Ljc2IDIzNy44NjdjLTQuMjY3IDQuMDUzLTQuMzczIDEwLjg4LS4yMTMgMTUuMDQgNC4wNTIgNC4yNjcgMTAuODggNC4zNzMgMTUuMDQuMjEzbC4yMTItLjIxM0wzODYuMjM1IDI2My4zNWM0LjE2LTQuMTYyIDQuMTYtMTAuODgyIDAtMTUuMDQyeiIgZmlsbD0iI0JGQTc3MCIgY2xpcC1wYXRoPSJ1cmwoI2EpIi8+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDUxMS45NXY1MTEuOTVIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
  background-repeat: no-repeat;
  text-indent: -9999px;
  position: absolute;
  left: 50%;
  top: calc(100% + 6vh);
  -ms-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  opacity: 0.5;
  backface-visibility: hidden; }
  /* line 323, ../../src/scss/_page.scss */
  a.stories-arrow:hover {
    opacity: 1; }

/* line 328, ../../src/scss/_page.scss */
.cavaco-thumb {
  z-index: 0;
  backface-visibility: hidden;
  filter: saturate(0.6);
  opacity: 0.6; }
  /* line 334, ../../src/scss/_page.scss */
  .cavaco-thumb:hover {
    opacity: 0.9;
    filter: saturate(0.9); }
  /* line 338, ../../src/scss/_page.scss */
  .cavaco-thumb:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
    backface-visibility: hidden; }
  /* line 351, ../../src/scss/_page.scss */
  .cavaco-thumb.current {
    pointer-events: none;
    filter: saturate(1);
    opacity: 1; }
    /* line 355, ../../src/scss/_page.scss */
    .cavaco-thumb.current:before {
      opacity: 1; }
  /* line 360, ../../src/scss/_page.scss */
  .cavaco-thumb.video:after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTM4Ni4yMzUgMjQ4LjMwOEwxNDAuOTAyIDIuOTc1Yy00LjI2Ny00LjA1My0xMC45ODctMy45NDctMTUuMDQuMjEzLTMuOTQ3IDQuMTYtMy45NDcgMTAuNjY3IDAgMTQuODI3bDIzNy43NiAyMzcuNzYtMjM3Ljc2IDIzNy44NjdjLTQuMjY3IDQuMDUzLTQuMzczIDEwLjg4LS4yMTMgMTUuMDQgNC4wNTIgNC4yNjcgMTAuODggNC4zNzMgMTUuMDQuMjEzbC4yMTItLjIxM0wzODYuMjM1IDI2My4zNWM0LjE2LTQuMTYyIDQuMTYtMTAuODgyIDAtMTUuMDQyeiIgZmlsbD0iI0JGQTc3MCIgY2xpcC1wYXRoPSJ1cmwoI2EpIi8+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDUxMS45NXY1MTEuOTVIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
    display: block;
    height: 3rem;
    width: 3rem;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: 55%;
    background-repeat: no-repeat;
    background-color: white;
    background-position: center;
    border-radius: 50%; }

/* line 380, ../../src/scss/_page.scss */
div#videoWrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  pointer-events: all; }

/* line 389, ../../src/scss/_page.scss */
.video-wrapper {
  overflow: hidden;
  position: relative; }
  /* line 1013, ../../bower_components/scut/dist/_scut.scss */
  .video-wrapper:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 56.25%; }
  /* line 392, ../../src/scss/_page.scss */
  .video-wrapper p,
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

/* Site Header */
/* line 2, ../../src/scss/_header.scss */
.site-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 120px;
  width: 100%;
  box-sizing: border-box; }
  @media (max-width: 64em) {
    /* line 2, ../../src/scss/_header.scss */
    .site-header {
      padding: 40px 40px; } }

/* line 14, ../../src/scss/_header.scss */
.site-header-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 48em) {
    /* line 14, ../../src/scss/_header.scss */
    .site-header-flex {
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 24px; } }

/* line 26, ../../src/scss/_header.scss */
.site-title {
  font-family: "Copperplate", serif;
  font-weight: 300;
  font-size: 20px;
  color: #BFA770;
  letter-spacing: 3px;
  word-spacing: 8px;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.3s ease; }
  /* line 37, ../../src/scss/_header.scss */
  .site-title:hover {
    opacity: 0.7; }

/* Site Navigation */
/* line 43, ../../src/scss/_header.scss */
.site-navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px; }
  /* line 48, ../../src/scss/_header.scss */
  .site-navigation .nav-link {
    font-family: "Copperplate", serif;
    font-weight: 300;
    font-size: 18px;
    color: #BFA770;
    letter-spacing: 3.78px;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.3s ease;
    opacity: 0.6; }
    /* line 59, ../../src/scss/_header.scss */
    .site-navigation .nav-link:hover {
      opacity: 1; }
    /* line 63, ../../src/scss/_header.scss */
    .site-navigation .nav-link.active {
      opacity: 1; }
  /* line 68, ../../src/scss/_header.scss */
  .site-navigation .nav-divider {
    font-family: "Copperplate", serif;
    font-size: 18px;
    color: #BFA770;
    letter-spacing: 3.78px; }

/* Responsive */
@media (max-width: 48em) {
  /* line 78, ../../src/scss/_header.scss */
  .site-header {
    padding: 24px;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px; }

  /* line 84, ../../src/scss/_header.scss */
  .site-title {
    font-size: 18px; }

  /* line 88, ../../src/scss/_header.scss */
  .site-navigation {
    gap: 16px; }
    /* line 91, ../../src/scss/_header.scss */
    .site-navigation .nav-link {
      font-size: 16px;
      letter-spacing: 2px; }
    /* line 96, ../../src/scss/_header.scss */
    .site-navigation .nav-divider {
      font-size: 16px; } }
/* Global Footer Styles */
/* line 2, ../../src/scss/_footer.scss */
.site-footer {
  width: 100%;
  padding: 48px 0; }
  /* line 6, ../../src/scss/_footer.scss */
  .site-footer .footer-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    padding: 0 24px; }
    /* line 14, ../../src/scss/_footer.scss */
    .site-footer .footer-content * {
      font-family: "Copperplate", serif !important;
      font-weight: 300 !important;
      color: #BFA770 !important;
      letter-spacing: 1.54px !important; }
    /* line 21, ../../src/scss/_footer.scss */
    .site-footer .footer-content p {
      font-size: 14px;
      text-align: center;
      margin: 0;
      line-height: 1.25; }
      /* line 26, ../../src/scss/_footer.scss */
      .site-footer .footer-content p:not(:last-of-type) {
        margin-bottom: 16px; }
    /* line 31, ../../src/scss/_footer.scss */
    .site-footer .footer-content a {
      text-decoration: none;
      transition: opacity 0.3s ease; }
      /* line 35, ../../src/scss/_footer.scss */
      .site-footer .footer-content a:hover {
        opacity: 0.7; }
    /* line 40, ../../src/scss/_footer.scss */
    .site-footer .footer-content strong, .site-footer .footer-content b {
      font-weight: 300 !important; }
    /* line 45, ../../src/scss/_footer.scss */
    .site-footer .footer-content h1, .site-footer .footer-content h2, .site-footer .footer-content h3, .site-footer .footer-content h4, .site-footer .footer-content h5, .site-footer .footer-content h6 {
      font-size: 14px;
      margin: 0; }
    /* line 50, ../../src/scss/_footer.scss */
    .site-footer .footer-content ul, .site-footer .footer-content ol {
      list-style: none;
      padding: 0;
      margin: 0; }
      /* line 55, ../../src/scss/_footer.scss */
      .site-footer .footer-content ul li, .site-footer .footer-content ol li {
        margin: 0; }

/* Homepage-specific footer positioning */
/* line 63, ../../src/scss/_footer.scss */
.home-redesign .site-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 0 72px; }

/*==========================
HOME PAGE REDESIGN
==========================*/
/* line 6, ../../src/scss/_home.scss */
body.home header.site-header {
  position: absolute;
  display: none; }

/* line 12, ../../src/scss/_home.scss */
.home-redesign {
  min-height: calc(100vh - 249px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 8vh 72px 0; }

/* line 22, ../../src/scss/_home.scss */
.home-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box; }

/* Header / Title */
/* line 32, ../../src/scss/_home.scss */
.home-header {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

/* line 36, ../../src/scss/_home.scss */
.home-title {
  font-family: "Copperplate", serif;
  font-weight: 300;
  font-size: 36px;
  color: #BFA770;
  letter-spacing: 6px;
  word-spacing: 16px;
  text-align: center;
  margin: 0;
  white-space: nowrap; }

/* Navigation */
/* line 49, ../../src/scss/_home.scss */
.home-navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 96px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

/* line 57, ../../src/scss/_home.scss */
.nav-link {
  font-family: "Copperplate", serif;
  font-weight: 300;
  font-size: 29.5px;
  color: #BFA770;
  letter-spacing: 6.195px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: opacity 0.3s ease; }
  /* line 68, ../../src/scss/_home.scss */
  .nav-link:hover {
    opacity: 0.7; }

/* line 73, ../../src/scss/_home.scss */
.nav-separator {
  display: block;
  width: 50px;
  height: 1px;
  background-color: #BFA770;
  -ms-transform: rotate(129.251deg);
  transform: rotate(129.251deg);
  -ms-flex-negative: 0;
  flex-shrink: 0; }

/* Responsive adjustments */
@media (max-width: 48em) {
  /* line 84, ../../src/scss/_home.scss */
  .home-redesign {
    min-height: calc(100vh - 400px);
    padding: 4vh 72px 0; }

  /* line 89, ../../src/scss/_home.scss */
  .home-container {
    padding: 60px 24px 48px; }

  /* line 93, ../../src/scss/_home.scss */
  .home-title {
    font-size: 24px;
    letter-spacing: 4px;
    word-spacing: 8px; }

  /* line 99, ../../src/scss/_home.scss */
  .home-navigation {
    gap: 8px; }

  /* line 103, ../../src/scss/_home.scss */
  .nav-link {
    font-size: 18px;
    letter-spacing: 3px; }

  /* line 108, ../../src/scss/_home.scss */
  .nav-separator {
    font-size: 20px; } }

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