/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 12, ../scss/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 31, ../scss/partials/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, ../scss/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 77, ../scss/partials/_normalize.scss */
body {
  margin: 0;
}

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 97, ../scss/partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 105, ../scss/partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

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

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 128, ../scss/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 146, ../scss/partials/_normalize.scss */
dfn,
em,
.em {
  font-style: italic;
}

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/* line 166, ../scss/partials/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 177, ../scss/partials/_normalize.scss */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 185, ../scss/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 197, ../scss/partials/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 205, ../scss/partials/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 212, ../scss/partials/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 218, ../scss/partials/_normalize.scss */
small, .small {
  font-size: 75%;
}

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

/* line 234, ../scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 238, ../scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 250, ../scss/partials/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 257, ../scss/partials/_normalize.scss */
dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 265, ../scss/partials/_normalize.scss */
menu {
  padding: 0 0 0 40px;
}

/* line 269, ../scss/partials/_normalize.scss */
ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 279, ../scss/partials/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 293, ../scss/partials/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 301, ../scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 313, ../scss/partials/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 325, ../scss/partials/_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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 336, ../scss/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 347, ../scss/partials/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 373, ../scss/partials/_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.
 */
/* line 386, ../scss/partials/_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 398, ../scss/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 420, ../scss/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 432, ../scss/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 452, ../scss/partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/* line 472, ../scss/partials/_normalize.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 479, ../scss/partials/_normalize.scss */
.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 487, ../scss/partials/_normalize.scss */
.clearfix, .cf {
  zoom: 1;
}
/* line 489, ../scss/partials/_normalize.scss */
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
/* line 490, ../scss/partials/_normalize.scss */
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 497, ../scss/partials/_normalize.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/* line 70, ../scss/partials/_variables.scss */
.hidden-phone {
  display: none !important;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 70, ../scss/partials/_variables.scss */
  .hidden-phone {
    display: block !important;
  }
}

/* line 78, ../scss/partials/_variables.scss */
.hidden-tablet {
  display: none;
}
@media (min-width: 1025px), (max-width: 767px) {
  /* line 78, ../scss/partials/_variables.scss */
  .hidden-tablet {
    display: block;
  }
}

/* line 86, ../scss/partials/_variables.scss */
.hidden-desktop {
  display: none;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 86, ../scss/partials/_variables.scss */
  .hidden-desktop {
    display: block;
  }
}

/* line 94, ../scss/partials/_variables.scss */
.desktop-only {
  display: none;
}
@media (min-width: 1025px) {
  /* line 94, ../scss/partials/_variables.scss */
  .desktop-only {
    display: block;
  }
}

/* line 102, ../scss/partials/_variables.scss */
.tablet-only {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 102, ../scss/partials/_variables.scss */
  .tablet-only {
    display: block;
  }
}

/* line 110, ../scss/partials/_variables.scss */
.phone-only {
  display: none;
}
@media (max-width: 767px) {
  /* line 110, ../scss/partials/_variables.scss */
  .phone-only {
    display: block;
  }
}

/* line 139, ../scss/partials/_variables.scss */
.admin-only {
  display: none;
}
/* line 142, ../scss/partials/_variables.scss */
body.logged-in .admin-only {
  display: block;
}

/* line 218, ../scss/partials/_variables.scss */
.blocktitle {
  text-decoration: none;
  letter-spacing: 0px;
  display: block;
  margin: 28pt 0;
}

/* line 286, ../scss/partials/_variables.scss */
.sticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 28pt;
  line-height: 1;
}

/* line 295, ../scss/partials/_variables.scss */
img {
  max-width: 100%;
}

/* line 299, ../scss/partials/_variables.scss */
.grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 304, ../scss/partials/_variables.scss */
.grid-container .grid-item {
  position: relative;
}
/* line 308, ../scss/partials/_variables.scss */
.grid-container a.nodelink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
/* line 318, ../scss/partials/_variables.scss */
.grid-container.one-col .grid-item {
  width: 100%;
}
/* line 323, ../scss/partials/_variables.scss */
.grid-container.three-col {
  justify-content: flex-start;
}
/* line 326, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item {
  width: calc(33.33% - 28pt);
}
@media (max-width: 767px) {
  /* line 326, ../scss/partials/_variables.scss */
  .grid-container.three-col .grid-item {
    width: 100%;
  }
}
/* line 333, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item h3 {
  font-size: 13px;
}
/* line 337, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item h2 {
  font-size: 20px;
}
@media (min-width: 1025px) {
  /* line 342, ../scss/partials/_variables.scss */
  .grid-container.three-col .grid-item:nth-child(3n + 2) {
    margin: 0 28pt;
  }
}
/* line 350, ../scss/partials/_variables.scss */
.grid-container.two-col .grid-item {
  width: calc(50% - 28pt);
}
@media (max-width: 767px) {
  /* line 350, ../scss/partials/_variables.scss */
  .grid-container.two-col .grid-item {
    width: 100%;
  }
}

@keyframes zoomIn {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes night {
  0% {
    background: #FAF9F8;
    color: black;
  }
  100% {
    background: #26262D;
    color: #A8976C;
  }
}
@keyframes fadeUpIn {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
/* line 34, ../scss/partials/_grid.scss */
.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  /* line 46, ../scss/partials/_grid.scss */
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 53, ../scss/partials/_grid.scss */
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 59, ../scss/partials/_grid.scss */
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 65, ../scss/partials/_grid.scss */
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 71, ../scss/partials/_grid.scss */
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 77, ../scss/partials/_grid.scss */
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  /* line 88, ../scss/partials/_grid.scss */
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 95, ../scss/partials/_grid.scss */
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 101, ../scss/partials/_grid.scss */
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 107, ../scss/partials/_grid.scss */
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 113, ../scss/partials/_grid.scss */
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 119, ../scss/partials/_grid.scss */
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  /* line 125, ../scss/partials/_grid.scss */
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  /* line 131, ../scss/partials/_grid.scss */
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  /* line 137, ../scss/partials/_grid.scss */
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  /* line 143, ../scss/partials/_grid.scss */
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  /* line 154, ../scss/partials/_grid.scss */
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 161, ../scss/partials/_grid.scss */
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 167, ../scss/partials/_grid.scss */
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 173, ../scss/partials/_grid.scss */
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 179, ../scss/partials/_grid.scss */
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 185, ../scss/partials/_grid.scss */
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  /* line 191, ../scss/partials/_grid.scss */
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  /* line 197, ../scss/partials/_grid.scss */
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  /* line 203, ../scss/partials/_grid.scss */
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  /* line 209, ../scss/partials/_grid.scss */
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }

  /* line 215, ../scss/partials/_grid.scss */
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }

  /* line 221, ../scss/partials/_grid.scss */
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }

  /* line 227, ../scss/partials/_grid.scss */
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }

  /* line 233, ../scss/partials/_grid.scss */
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }

  /* line 239, ../scss/partials/_grid.scss */
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }

  /* line 245, ../scss/partials/_grid.scss */
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }

  /* line 251, ../scss/partials/_grid.scss */
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }

  /* line 257, ../scss/partials/_grid.scss */
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }

  /* line 263, ../scss/partials/_grid.scss */
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }

  /* line 269, ../scss/partials/_grid.scss */
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }

  /* line 275, ../scss/partials/_grid.scss */
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%;
  }

  /* line 281, ../scss/partials/_grid.scss */
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
/* line 15, ../scss/modules/_alerts.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 21, ../scss/modules/_alerts.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 27, ../scss/modules/_alerts.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 33, ../scss/modules/_alerts.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 39, ../scss/modules/_alerts.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 53, ../scss/partials/_typography.scss */
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

@font-face {
  font-family: 'Castello-title';
  src: url("../fonts/CammronDemo.woff2") format("woff2"), url("../fonts/CammronDemo.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeueLT Std';
  src: url("../fonts/HelveticaNeueLTStd-Bd.woff2") format("woff2"), url("../fonts/HelveticaNeueLTStd-Bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MaisonNeue-Demi';
  src: url("../fonts/MaisonNeue-Demi.woff2") format("woff2"), url("../fonts/MaisonNeue-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MaisonNeue-Light';
  src: url("../fonts/MaisonNeue-Light.woff2") format("woff2"), url("../fonts/MaisonNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* line 117, ../scss/partials/_typography.scss */
body {
  font-size: 18px;
  font-family: 'MaisonNeue-Light';
  line-height: 1.5;
  color: #5E5E5E;
}
@media (max-width: 767px) {
  /* line 117, ../scss/partials/_typography.scss */
  body {
    font-size: 18px;
  }
}

/* line 194, ../scss/partials/_typography.scss */
h1 {
  font-size: 100px;
  font-weight: normal;
  margin: 0;
  font-family: 'Castello-title';
}
@media (max-width: 767px) {
  /* line 194, ../scss/partials/_typography.scss */
  h1 {
    font-size: 20px;
  }
}

/* line 206, ../scss/partials/_typography.scss */
h2 {
  font-size: 50px;
  font-family: 'Castello-title';
  font-weight: normal;
  margin: 0;
  letter-spacing: 10px;
  margin: 0;
}
@media (max-width: 767px) {
  /* line 206, ../scss/partials/_typography.scss */
  h2 {
    font-size: 20px;
  }
}

/* line 220, ../scss/partials/_typography.scss */
h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  font-family: 'MaisonNeue-Light';
  text-transform: uppercase;
  letter-spacing: 5px;
}

/* line 229, ../scss/partials/_typography.scss */
.flexbox-container {
  display: flex;
  flex-wrap: wrap;
}

/* line 234, ../scss/partials/_typography.scss */
a.nodelink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* line 243, ../scss/partials/_typography.scss */
span.subscript,
sub {
  text-transform: uppercase;
  bottom: -4.15pt;
  position: relative;
  font-size: inherit;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/* line 70, ../scss/partials/_variables.scss */
.hidden-phone {
  display: none !important;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 70, ../scss/partials/_variables.scss */
  .hidden-phone {
    display: block !important;
  }
}

/* line 78, ../scss/partials/_variables.scss */
.hidden-tablet {
  display: none;
}
@media (min-width: 1025px), (max-width: 767px) {
  /* line 78, ../scss/partials/_variables.scss */
  .hidden-tablet {
    display: block;
  }
}

/* line 86, ../scss/partials/_variables.scss */
.hidden-desktop {
  display: none;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 86, ../scss/partials/_variables.scss */
  .hidden-desktop {
    display: block;
  }
}

/* line 94, ../scss/partials/_variables.scss */
.desktop-only {
  display: none;
}
@media (min-width: 1025px) {
  /* line 94, ../scss/partials/_variables.scss */
  .desktop-only {
    display: block;
  }
}

/* line 102, ../scss/partials/_variables.scss */
.tablet-only {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 102, ../scss/partials/_variables.scss */
  .tablet-only {
    display: block;
  }
}

/* line 110, ../scss/partials/_variables.scss */
.phone-only {
  display: none;
}
@media (max-width: 767px) {
  /* line 110, ../scss/partials/_variables.scss */
  .phone-only {
    display: block;
  }
}

/* line 139, ../scss/partials/_variables.scss */
.admin-only {
  display: none;
}
/* line 142, ../scss/partials/_variables.scss */
body.logged-in .admin-only {
  display: block;
}

/* line 218, ../scss/partials/_variables.scss */
.blocktitle {
  text-decoration: none;
  letter-spacing: 0px;
  display: block;
  margin: 28pt 0;
}

/* line 286, ../scss/partials/_variables.scss */
.sticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 28pt;
  line-height: 1;
}

/* line 295, ../scss/partials/_variables.scss */
img {
  max-width: 100%;
}

/* line 299, ../scss/partials/_variables.scss */
.grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 304, ../scss/partials/_variables.scss */
.grid-container .grid-item {
  position: relative;
}
/* line 308, ../scss/partials/_variables.scss */
.grid-container a.nodelink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
/* line 318, ../scss/partials/_variables.scss */
.grid-container.one-col .grid-item {
  width: 100%;
}
/* line 323, ../scss/partials/_variables.scss */
.grid-container.three-col {
  justify-content: flex-start;
}
/* line 326, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item {
  width: calc(33.33% - 28pt);
}
@media (max-width: 767px) {
  /* line 326, ../scss/partials/_variables.scss */
  .grid-container.three-col .grid-item {
    width: 100%;
  }
}
/* line 333, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item h3 {
  font-size: 13px;
}
/* line 337, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item h2 {
  font-size: 20px;
}
@media (min-width: 1025px) {
  /* line 342, ../scss/partials/_variables.scss */
  .grid-container.three-col .grid-item:nth-child(3n + 2) {
    margin: 0 28pt;
  }
}
/* line 350, ../scss/partials/_variables.scss */
.grid-container.two-col .grid-item {
  width: calc(50% - 28pt);
}
@media (max-width: 767px) {
  /* line 350, ../scss/partials/_variables.scss */
  .grid-container.two-col .grid-item {
    width: 100%;
  }
}

@keyframes zoomIn {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes night {
  0% {
    background: #FAF9F8;
    color: black;
  }
  100% {
    background: #26262D;
    color: #A8976C;
  }
}
@keyframes fadeUpIn {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/* line 70, ../scss/partials/_variables.scss */
.hidden-phone {
  display: none !important;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 70, ../scss/partials/_variables.scss */
  .hidden-phone {
    display: block !important;
  }
}

/* line 78, ../scss/partials/_variables.scss */
.hidden-tablet {
  display: none;
}
@media (min-width: 1025px), (max-width: 767px) {
  /* line 78, ../scss/partials/_variables.scss */
  .hidden-tablet {
    display: block;
  }
}

/* line 86, ../scss/partials/_variables.scss */
.hidden-desktop {
  display: none;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 86, ../scss/partials/_variables.scss */
  .hidden-desktop {
    display: block;
  }
}

/* line 94, ../scss/partials/_variables.scss */
.desktop-only {
  display: none;
}
@media (min-width: 1025px) {
  /* line 94, ../scss/partials/_variables.scss */
  .desktop-only {
    display: block;
  }
}

/* line 102, ../scss/partials/_variables.scss */
.tablet-only {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 102, ../scss/partials/_variables.scss */
  .tablet-only {
    display: block;
  }
}

/* line 110, ../scss/partials/_variables.scss */
.phone-only {
  display: none;
}
@media (max-width: 767px) {
  /* line 110, ../scss/partials/_variables.scss */
  .phone-only {
    display: block;
  }
}

/* line 139, ../scss/partials/_variables.scss */
.admin-only {
  display: none;
}
/* line 142, ../scss/partials/_variables.scss */
body.logged-in .admin-only {
  display: block;
}

/* line 218, ../scss/partials/_variables.scss */
.blocktitle {
  text-decoration: none;
  letter-spacing: 0px;
  display: block;
  margin: 28pt 0;
}

/* line 286, ../scss/partials/_variables.scss */
.sticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 28pt;
  line-height: 1;
}

/* line 295, ../scss/partials/_variables.scss */
img {
  max-width: 100%;
}

/* line 299, ../scss/partials/_variables.scss */
.grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 304, ../scss/partials/_variables.scss */
.grid-container .grid-item {
  position: relative;
}
/* line 308, ../scss/partials/_variables.scss */
.grid-container a.nodelink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
/* line 318, ../scss/partials/_variables.scss */
.grid-container.one-col .grid-item {
  width: 100%;
}
/* line 323, ../scss/partials/_variables.scss */
.grid-container.three-col {
  justify-content: flex-start;
}
/* line 326, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item {
  width: calc(33.33% - 28pt);
}
@media (max-width: 767px) {
  /* line 326, ../scss/partials/_variables.scss */
  .grid-container.three-col .grid-item {
    width: 100%;
  }
}
/* line 333, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item h3 {
  font-size: 13px;
}
/* line 337, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item h2 {
  font-size: 20px;
}
@media (min-width: 1025px) {
  /* line 342, ../scss/partials/_variables.scss */
  .grid-container.three-col .grid-item:nth-child(3n + 2) {
    margin: 0 28pt;
  }
}
/* line 350, ../scss/partials/_variables.scss */
.grid-container.two-col .grid-item {
  width: calc(50% - 28pt);
}
@media (max-width: 767px) {
  /* line 350, ../scss/partials/_variables.scss */
  .grid-container.two-col .grid-item {
    width: 100%;
  }
}

@keyframes zoomIn {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes night {
  0% {
    background: #FAF9F8;
    color: black;
  }
  100% {
    background: #26262D;
    color: #A8976C;
  }
}
@keyframes fadeUpIn {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
/* line 5, ../scss/pages/header.scss */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 5, ../scss/pages/header.scss */
  .header {
    justify-content: space-between;
    padding: 25px;
    height: 80px;
    padding: 0 25px;
  }
}
/* line 24, ../scss/pages/header.scss */
.header .logo {
  color: #A8976C;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  -webkit-transition: all ease-out 1s;
  -moz-transition: all ease-out 1s;
  -ms-transition: all ease-out 1s;
  -o-transition: all ease-out 1s;
  transition: all ease-out 1s;
}
@media (max-width: 767px) {
  /* line 24, ../scss/pages/header.scss */
  .header .logo {
    width: calc(100% - 60px);
    order: 3;
  }
}
/* line 37, ../scss/pages/header.scss */
.header .logo svg {
  width: 500px;
}
@media (max-width: 767px) {
  /* line 37, ../scss/pages/header.scss */
  .header .logo svg {
    width: 100%;
  }
}
/* line 45, ../scss/pages/header.scss */
.header .logo h3 {
  font-family: 'Castello-title';
  font-size: 40px;
}
/* line 49, ../scss/pages/header.scss */
.home .header .logo h3 {
  opacity: 0;
  -webkit-transition: all ease-out 1s;
  -moz-transition: all ease-out 1s;
  -ms-transition: all ease-out 1s;
  -o-transition: all ease-out 1s;
  transition: all ease-out 1s;
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
/* line 57, ../scss/pages/header.scss */
.header .logo span {
  font-size: 15px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 5px;
  display: block;
  -webkit-transition: all ease-out 1s;
  -moz-transition: all ease-out 1s;
  -ms-transition: all ease-out 1s;
  -o-transition: all ease-out 1s;
  transition: all ease-out 1s;
}
/* line 64, ../scss/pages/header.scss */
.home .header .logo span {
  opacity: 0;
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
/* line 74, ../scss/pages/header.scss */
.menu-visible .header .logo h3 {
  opacity: 1;
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/* line 80, ../scss/pages/header.scss */
.menu-visible .header .logo span {
  opacity: 1;
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/* line 88, ../scss/pages/header.scss */
.scrolled .header .logo h3 {
  opacity: 1;
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/* line 94, ../scss/pages/header.scss */
.scrolled .header .logo span {
  opacity: 1;
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/* line 101, ../scss/pages/header.scss */
.header .logo a {
  color: #A8976C;
}
/* line 106, ../scss/pages/header.scss */
.header .menu-icon {
  position: absolute;
  backdrop-filter: blur(30px);
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  cursor: pointer;
  flex-direction: column;
}
/* line 178, ../scss/partials/_variables.scss */
.header .menu-icon span {
  width: 30px;
  height: 1px;
  display: block;
  background: black;
  transform-origin: 0% 50%;
  position: relative;
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -ms-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
}
/* line 188, ../scss/partials/_variables.scss */
.header .menu-icon span:nth-child(2) {
  margin: 10px 0;
}
/* line 193, ../scss/partials/_variables.scss */
.menu-visible .header .menu-icon span:nth-child(1) {
  -moz-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  top: -6px;
}
/* line 199, ../scss/partials/_variables.scss */
.menu-visible .header .menu-icon span:nth-child(2) {
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
/* line 203, ../scss/partials/_variables.scss */
.menu-visible .header .menu-icon span:nth-child(3) {
  opacity: 0;
}
@media (min-width: 1025px) {
  /* line 106, ../scss/pages/header.scss */
  .header .menu-icon {
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 28pt;
    top: 50%;
  }
}
@media (max-width: 767px) {
  /* line 106, ../scss/pages/header.scss */
  .header .menu-icon {
    position: absolute;
    order: 1;
    left: 0;
  }
}
/* line 135, ../scss/pages/header.scss */
.header .callus {
  font-size: 15px;
  text-transform: uppercase;
  border: solid 1px;
  padding: 10px 20px;
  border-radius: 20px;
}
@media (min-width: 1025px) {
  /* line 135, ../scss/pages/header.scss */
  .header .callus {
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 28pt;
    top: 50%;
    position: absolute;
  }
}
@media (max-width: 767px) {
  /* line 135, ../scss/pages/header.scss */
  .header .callus {
    position: relative;
    order: 2;
    display: none;
  }
}

/* line 158, ../scss/pages/header.scss */
.footer {
  position: relative;
  margin-top: 150px;
  background: #efefef;
  padding: 100px 28pt;
}
/* line 164, ../scss/pages/header.scss */
.footer .inner-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 169, ../scss/pages/header.scss */
.footer .inner-footer .footer-block {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  /* line 169, ../scss/pages/header.scss */
  .footer .inner-footer .footer-block {
    width: 100%;
    margin-top: 50px;
  }
}
/* line 178, ../scss/pages/header.scss */
.footer .inner-footer .footer-block.footer-logo {
  width: 50%;
}
/* line 181, ../scss/pages/header.scss */
.footer .inner-footer .footer-block.footer-logo svg {
  width: 100px;
}
/* line 184, ../scss/pages/header.scss */
.footer .inner-footer .footer-block.footer-logo svg path {
  stroke: #A8976C;
}
/* line 188, ../scss/pages/header.scss */
.footer .inner-footer .footer-block.footer-logo svg ellipse {
  fill: #A8976C;
}
/* line 194, ../scss/pages/header.scss */
.footer .inner-footer .footer-block a {
  font-size: 15px;
  color: #999;
}
/* line 199, ../scss/pages/header.scss */
.footer .inner-footer .footer-block.footer-logo {
  font-family: 'Castello-title';
  font-size: 20px;
}
/* line 205, ../scss/pages/header.scss */
.footer .inner-footer .footer-note {
  width: 50%;
  max-width: 700px;
}
/* line 211, ../scss/pages/header.scss */
.footer .waves {
  position: fixed;
  top: 99vh;
  left: 0;
  width: 100%;
  z-index: 10;
}
/* line 218, ../scss/pages/header.scss */
.footer .waves svg {
  width: 100%;
}

/* line 224, ../scss/pages/header.scss */
.mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: black;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}
@media (min-width: 1025px) {
  /* line 224, ../scss/pages/header.scss */
  .mobile-overlay {
    display: none;
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
/* line 9, ../scss/partials/_owlcarousel.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 19, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  width: 100000000px;
}

/* line 29, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 38, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  width: 100vw;
}

/* line 47, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 57, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 66, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 71, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 76, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 87, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

/* line 97, ../scss/partials/_owlcarousel.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 101, ../scss/partials/_owlcarousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 106, ../scss/partials/_owlcarousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 110, ../scss/partials/_owlcarousel.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 114, ../scss/partials/_owlcarousel.scss */
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 123, ../scss/partials/_owlcarousel.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 128, ../scss/partials/_owlcarousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 132, ../scss/partials/_owlcarousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 137, ../scss/partials/_owlcarousel.scss */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 144, ../scss/partials/_owlcarousel.scss */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

/* line 149, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 153, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 157, ../scss/partials/_owlcarousel.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
/* line 174, ../scss/partials/_owlcarousel.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
/* line 181, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-item {
  /**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
     */
}

/* line 188, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* line 193, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

/* line 197, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
/* line 204, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 210, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

/* line 225, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

/* line 230, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 235, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

/* line 244, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* line 3, ../scss/pages/homepage.scss */
.page-template-page-homepage .header .logo {
  opacity: 0;
}
/* line 8, ../scss/pages/homepage.scss */
.page-template-page-homepage .footer {
  margin-top: 0;
}
/* line 14, ../scss/pages/homepage.scss */
.page-template-page-homepage.menu-visible .header .logo {
  opacity: 1;
}
/* line 22, ../scss/pages/homepage.scss */
.page-template-page-homepage.scrolled .header .logo {
  opacity: 1;
}

/* line 29, ../scss/pages/homepage.scss */
.homepage-block {
  position: relative;
  width: 100%;
}
/* line 33, ../scss/pages/homepage.scss */
.homepage-block.homepage-intro {
  align-items: center;
  justify-content: center;
  height: 100vh;
}
/* line 38, ../scss/pages/homepage.scss */
.homepage-block.homepage-intro .logo {
  text-align: center;
  opacity: 0;
  animation-name: fadeUpIn;
  animation-delay: 1s;
  animation-duration: 5s;
  color: white;
  animation-fill-mode: forwards;
}
/* line 47, ../scss/pages/homepage.scss */
.homepage-block.homepage-intro .logo svg {
  width: 900px;
  fill: white;
}
@media (max-width: 767px) {
  /* line 47, ../scss/pages/homepage.scss */
  .homepage-block.homepage-intro .logo svg {
    width: 100%;
  }
}
/* line 57, ../scss/pages/homepage.scss */
.homepage-block.homepage-intro .intro-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background: black;
  overflow: hidden;
  pointer-click-events: none;
}
/* line 68, ../scss/pages/homepage.scss */
.homepage-block.homepage-intro .intro-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16 / 9) {
  /* line 68, ../scss/pages/homepage.scss */
  .homepage-block.homepage-intro .intro-video iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16 / 9) {
  /* line 68, ../scss/pages/homepage.scss */
  .homepage-block.homepage-intro .intro-video iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}
/* line 88, ../scss/pages/homepage.scss */
.homepage-block.homepage-intro .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background: black;
  overflow: hidden;
}
/* line 98, ../scss/pages/homepage.scss */
.homepage-block.homepage-intro .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  animation-name: zoomIn;
  animation-delay: 0s;
  animation-duration: 20s;
  animation-fill-mode: forwards;
}
/* line 111, ../scss/pages/homepage.scss */
.homepage-block.homepage-textimage {
  padding: 28pt 10%;
  margin: 150px auto;
  justify-content: center;
  align-items: center;
}
/* line 118, ../scss/pages/homepage.scss */
.homepage-block.homepage-textimage.homepage-events .block-image {
  order: 2;
}
/* line 122, ../scss/pages/homepage.scss */
.homepage-block.homepage-textimage.homepage-events .block-text {
  order: 1;
}
/* line 125, ../scss/pages/homepage.scss */
.homepage-block.homepage-textimage.homepage-events .block-text h2, .homepage-block.homepage-textimage.homepage-events .block-text h1 {
  text-align: left;
}
/* line 133, ../scss/pages/homepage.scss */
.homepage-block.homepage-textimage .block-image {
  width: 50%;
  z-index: 10;
  height: 90vh;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  /* line 133, ../scss/pages/homepage.scss */
  .homepage-block.homepage-textimage .block-image {
    width: 100%;
    height: 50vh;
    margin-bottom: 28pt;
  }
}
/* line 146, ../scss/pages/homepage.scss */
.homepage-block.homepage-textimage .block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 158, ../scss/pages/homepage.scss */
.homepage-block.homepage-textimage.in-view .block-text h1 {
  animation-name: fadeUpIn;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
/* line 166, ../scss/pages/homepage.scss */
.homepage-block.homepage-textimage.in-view .block-text h2 {
  animation-name: fadeUpIn;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
/* line 185, ../scss/pages/homepage.scss */
.homepage-block.homepage-textimage .block-text {
  width: 50%;
  padding: 100px 28pt;
  padding-left: 100px;
  background: white;
  margin-left: -28pt;
}
@media (max-width: 767px) {
  /* line 185, ../scss/pages/homepage.scss */
  .homepage-block.homepage-textimage .block-text {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: none;
  }
}
/* line 199, ../scss/pages/homepage.scss */
.homepage-block.homepage-textimage .block-text h2, .homepage-block.homepage-textimage .block-text h1 {
  color: #A8976C;
  letter-spacing: 0;
  text-align: right;
  margin: 0;
  line-height: 1;
  opacity: 0;
}
/* line 208, ../scss/pages/homepage.scss */
.homepage-block.homepage-textimage .block-text h1 {
  font-size: 70px;
  animation-name: fadeOutDown;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@media (max-width: 767px) {
  /* line 208, ../scss/pages/homepage.scss */
  .homepage-block.homepage-textimage .block-text h1 {
    font-size: 50px;
  }
}
/* line 221, ../scss/pages/homepage.scss */
.homepage-block.homepage-textimage .block-text h2 {
  font-size: 20px;
  margin-bottom: 10px;
  animation-name: fadeOutDown;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
/* line 231, ../scss/pages/homepage.scss */
.homepage-block.homepage-textimage .block-text .text {
  margin-top: 28pt;
}
/* line 237, ../scss/pages/homepage.scss */
.homepage-block.homepage-hydra {
  align-items: center;
  margin-top: 28pt;
}
@media (min-width: 1025px) {
  /* line 237, ../scss/pages/homepage.scss */
  .homepage-block.homepage-hydra {
    height: 100vh;
  }
}
@media (min-width: 1025px) {
  /* line 245, ../scss/pages/homepage.scss */
  .homepage-block.homepage-hydra .block-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: black;
  }
}
/* line 255, ../scss/pages/homepage.scss */
.homepage-block.homepage-hydra .block-image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  opacity: 1;
}
/* line 263, ../scss/pages/homepage.scss */
.homepage-block.homepage-hydra .block-text {
  position: relative;
  z-index: 10;
  color: white;
  width: 50%;
  padding: 28pt;
  padding-right: 100px;
}
@media (max-width: 767px) {
  /* line 263, ../scss/pages/homepage.scss */
  .homepage-block.homepage-hydra .block-text {
    width: 100%;
    padding-right: 0;
    color: black;
  }
}
/* line 277, ../scss/pages/homepage.scss */
.homepage-block.homepage-hydra .block-text h1 {
  font-size: 40px;
  animation-name: fadeOutDown;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
/* line 286, ../scss/pages/homepage.scss */
.homepage-block.homepage-hydra .block-text h2 {
  font-size: 20px;
  margin-bottom: 10px;
  animation-name: fadeOutDown;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
/* line 298, ../scss/pages/homepage.scss */
.homepage-block.homepage-hydra.in-view h2 {
  animation-name: fadeUpIn;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
/* line 306, ../scss/pages/homepage.scss */
.homepage-block.homepage-hydra.in-view h1 {
  animation-name: fadeUpIn;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
/* line 316, ../scss/pages/homepage.scss */
.homepage-block.homepage-gallery {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
  align-content: center;
  width: 100vw;
}
/* line 326, ../scss/pages/homepage.scss */
.homepage-block.homepage-gallery .owl-carousel {
  overflow-y: hidden;
}
/* line 329, ../scss/pages/homepage.scss */
.homepage-block.homepage-gallery .owl-carousel .owl-item {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
/* line 334, ../scss/pages/homepage.scss */
.homepage-block.homepage-gallery .owl-carousel .owl-item img {
  height: 80vh;
  width: auto;
}
@media (max-width: 767px) {
  /* line 334, ../scss/pages/homepage.scss */
  .homepage-block.homepage-gallery .owl-carousel .owl-item img {
    height: 60vh;
  }
}
/* line 342, ../scss/pages/homepage.scss */
.homepage-block.homepage-gallery .owl-carousel .owl-item img.low-res {
  position: relative;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}
/* line 348, ../scss/pages/homepage.scss */
.homepage-block.homepage-gallery .owl-carousel .owl-item img.high-res {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  object-fit: cover;
}
/* line 360, ../scss/pages/homepage.scss */
.homepage-block.homepage-gallery .owl-carousel .owl-item img.high-res.lazy-loaded {
  opacity: 1;
}
/* line 369, ../scss/pages/homepage.scss */
.homepage-block.homepage-restaurant {
  width: 100%;
}
/* line 372, ../scss/pages/homepage.scss */
.homepage-block.homepage-restaurant .res-container {
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: black;
  color: white;
  flex-direction: column;
  text-align: center;
  background: black;
}
/* line 384, ../scss/pages/homepage.scss */
.homepage-block.homepage-restaurant .res-container .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: black;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: none;
  opacity: 0.8;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 400, ../scss/pages/homepage.scss */
.homepage-block.homepage-restaurant .res-container .title {
  z-index: 10;
  color: white;
  text-align: center;
}
/* line 405, ../scss/pages/homepage.scss */
.homepage-block.homepage-restaurant .res-container .title h2 {
  margin: 0px auto;
}
@media (min-width: 1025px) {
  /* line 411, ../scss/pages/homepage.scss */
  .homepage-block.homepage-restaurant .res-container .text > p {
    opacity: 0;
    animation-name: fadeOutDown;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
  /* line 421, ../scss/pages/homepage.scss */
  .homepage-block.homepage-restaurant .res-container.expanded .cover {
    opacity: 0.3;
  }
  /* line 424, ../scss/pages/homepage.scss */
  .homepage-block.homepage-restaurant .res-container.expanded .cover img {
    opacity: 0.5;
  }
  /* line 429, ../scss/pages/homepage.scss */
  .homepage-block.homepage-restaurant .res-container.expanded .text > p {
    animation-name: fadeUpIn;
    animation-delay: 0s;
    animation-duration: 2s;
    color: white;
    animation-fill-mode: forwards;
  }
  /* line 437, ../scss/pages/homepage.scss */
  .homepage-block.homepage-restaurant .res-container.expanded .text > p:nth-child(4n + 1) {
    animation-delay: calc(1 * 0.2s);
  }
  /* line 437, ../scss/pages/homepage.scss */
  .homepage-block.homepage-restaurant .res-container.expanded .text > p:nth-child(4n + 2) {
    animation-delay: calc(2 * 0.2s);
  }
  /* line 437, ../scss/pages/homepage.scss */
  .homepage-block.homepage-restaurant .res-container.expanded .text > p:nth-child(4n + 3) {
    animation-delay: calc(3 * 0.2s);
  }
  /* line 437, ../scss/pages/homepage.scss */
  .homepage-block.homepage-restaurant .res-container.expanded .text > p:nth-child(4n + 4) {
    animation-delay: calc(4 * 0.2s);
  }
  /* line 437, ../scss/pages/homepage.scss */
  .homepage-block.homepage-restaurant .res-container.expanded .text > p:nth-child(4n + 5) {
    animation-delay: calc(5 * 0.2s);
  }
  /* line 437, ../scss/pages/homepage.scss */
  .homepage-block.homepage-restaurant .res-container.expanded .text > p:nth-child(4n + 6) {
    animation-delay: calc(6 * 0.2s);
  }
  /* line 437, ../scss/pages/homepage.scss */
  .homepage-block.homepage-restaurant .res-container.expanded .text > p:nth-child(4n + 7) {
    animation-delay: calc(7 * 0.2s);
  }
  /* line 437, ../scss/pages/homepage.scss */
  .homepage-block.homepage-restaurant .res-container.expanded .text > p:nth-child(4n + 8) {
    animation-delay: calc(8 * 0.2s);
  }
  /* line 437, ../scss/pages/homepage.scss */
  .homepage-block.homepage-restaurant .res-container.expanded .text > p:nth-child(4n + 9) {
    animation-delay: calc(9 * 0.2s);
  }
  /* line 437, ../scss/pages/homepage.scss */
  .homepage-block.homepage-restaurant .res-container.expanded .text > p:nth-child(4n + 10) {
    animation-delay: calc(10 * 0.2s);
  }
}
/* line 446, ../scss/pages/homepage.scss */
.homepage-block.homepage-restaurant .byday {
  width: 50%;
  z-index: 10;
  position: relative;
}
@media (max-width: 767px) {
  /* line 446, ../scss/pages/homepage.scss */
  .homepage-block.homepage-restaurant .byday {
    width: 100%;
  }
}
/* line 456, ../scss/pages/homepage.scss */
.homepage-block.homepage-restaurant .bynight {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  z-index: 5;
}
@media (max-width: 767px) {
  /* line 456, ../scss/pages/homepage.scss */
  .homepage-block.homepage-restaurant .bynight {
    position: relative;
    width: 100%;
  }
}
/* line 469, ../scss/pages/homepage.scss */
.homepage-block.homepage-restaurant #draggableArea {
  position: absolute;
  width: calc(100% - 600px);
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}
@media (max-width: 767px) {
  /* line 469, ../scss/pages/homepage.scss */
  .homepage-block.homepage-restaurant #draggableArea {
    display: none;
  }
}
/* line 483, ../scss/pages/homepage.scss */
.homepage-block.homepage-restaurant .scroller {
  position: absolute;
  left: 50%;
  right: auto;
  height: 100%;
  width: 1px;
  z-index: 10;
  top: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 483, ../scss/pages/homepage.scss */
  .homepage-block.homepage-restaurant .scroller {
    display: none;
  }
}
/* line 497, ../scss/pages/homepage.scss */
.homepage-block.homepage-restaurant .scroller .circle {
  content: "";
  border-radius: 100%;
  border: solid 1px #A8976C;
  width: 100px;
  height: 100px;
  top: 50%;
  left: -50px;
  position: relative;
  display: block;
  background: #A8976C;
  opacity: 0.8;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}

/* line 1, ../scss/pages/about.scss */
.contact-container {
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  justify-content: center;
  align-content: center;
}
/* line 8, ../scss/pages/about.scss */
.contact-container .inner {
  max-width: 300px;
  text-align: center;
  color: #A8976C;
  opacity: 0;
}
/* line 14, ../scss/pages/about.scss */
.body-loaded .contact-container .inner {
  animation-name: fadeUpIn;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
/* line 22, ../scss/pages/about.scss */
.contact-container .inner a {
  font-family: 'MaisonNeue-Demi';
  color: #A8976C;
}

/* line 2, ../scss/pages/byday.scss */
.page-template-page-byday .main-content {
  margin-top: 150px;
}

/* line 8, ../scss/pages/byday.scss */
.page.page-id-40 {
  -webkit-transition: background ease-out 0.6s;
  -moz-transition: background ease-out 0.6s;
  -ms-transition: background ease-out 0.6s;
  -o-transition: background ease-out 0.6s;
  transition: background ease-out 0.6s;
}
/* line 11, ../scss/pages/byday.scss */
.page.page-id-40.body-loaded {
  animation-name: night;
  animation-delay: 1s;
  animation-duration: 3s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
/* line 19, ../scss/pages/byday.scss */
.page.page-id-40 .main-menu {
  background: #26262D;
}
/* line 24, ../scss/pages/byday.scss */
.page.page-id-40 .menu-icon span {
  background: #A8976C;
}

/* line 30, ../scss/pages/byday.scss */
.scroll-block {
  position: relative;
}

/* line 34, ../scss/pages/byday.scss */
.byday-block {
  padding: 28pt 10%;
  margin: 28pt auto;
  align-items: center;
}
/* line 41, ../scss/pages/byday.scss */
.byday-block.in-view .block-text h1 {
  animation-name: fadeUpIn;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
/* line 49, ../scss/pages/byday.scss */
.byday-block.in-view .block-text h2 {
  animation-name: fadeUpIn;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
/* line 68, ../scss/pages/byday.scss */
.byday-block.menu-block {
  margin-bottom: 100px;
}
/* line 71, ../scss/pages/byday.scss */
.byday-block.menu-block .block-text {
  order: 2 !important;
}
/* line 75, ../scss/pages/byday.scss */
.byday-block.menu-block .block-image {
  order: 1 !important;
}
/* line 79, ../scss/pages/byday.scss */
.byday-block.menu-block .subtitle {
  font-size: 15px;
  color: #A8976C;
  text-transform: uppercase;
  letter-spacing: 1;
  margin-bottom: 28pt;
}
/* line 87, ../scss/pages/byday.scss */
.byday-block.menu-block .menu-container {
  border-bottom: solid 1px #A8976C;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  /* line 87, ../scss/pages/byday.scss */
  .byday-block.menu-block .menu-container {
    padding: 10px 15px;
  }
}
/* line 97, ../scss/pages/byday.scss */
.byday-block.menu-block .menu-container:nth-child(2n + 1) .icon {
  order: 1;
}
/* line 103, ../scss/pages/byday.scss */
.byday-block.menu-block .menu-container:nth-child(2n + 1) .icon {
  order: 2;
}
/* line 109, ../scss/pages/byday.scss */
.byday-block.menu-block .menu-container h1 a {
  color: #A8976C;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 114, ../scss/pages/byday.scss */
.byday-block.menu-block .menu-container h1 a:hover {
  color: black;
}
/* line 121, ../scss/pages/byday.scss */
.byday-block.menu-block .menu-container .icon svg {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  fill: #A8976C;
}
/* line 130, ../scss/pages/byday.scss */
.byday-block.menu-block .block-text {
  background: none;
}
@media (min-width: 1025px) {
  /* line 137, ../scss/pages/byday.scss */
  .byday-block:nth-child(2n+1) .block-image {
    order: 2;
  }
  /* line 141, ../scss/pages/byday.scss */
  .byday-block:nth-child(2n+1) .block-text {
    order: 1;
    padding-left: 28pt;
    padding-right: 100px;
    margin-left: 0;
    margin-right: -28pt;
  }
}
/* line 151, ../scss/pages/byday.scss */
.byday-block .block-image {
  width: 50%;
  z-index: 10;
  height: 90vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  /* line 151, ../scss/pages/byday.scss */
  .byday-block .block-image {
    width: 100%;
    height: auto;
  }
}
/* line 163, ../scss/pages/byday.scss */
.byday-block .block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 173, ../scss/pages/byday.scss */
.byday-block .block-text {
  width: 50%;
  padding: 28pt;
  padding-left: 100px;
  margin-left: -28pt;
}
@media (max-width: 767px) {
  /* line 173, ../scss/pages/byday.scss */
  .byday-block .block-text {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }
}
/* line 188, ../scss/pages/byday.scss */
.byday-block .block-text h2, .byday-block .block-text h1 {
  color: #A8976C;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
  line-height: 1;
  opacity: 0;
}
@media (max-width: 767px) {
  /* line 188, ../scss/pages/byday.scss */
  .byday-block .block-text h2, .byday-block .block-text h1 {
    text-align: left;
  }
}
/* line 201, ../scss/pages/byday.scss */
.byday-block .block-text h1 {
  font-size: 50px;
  animation-name: fadeOutDown;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@media (max-width: 767px) {
  /* line 201, ../scss/pages/byday.scss */
  .byday-block .block-text h1 {
    font-size: 40px;
  }
}
/* line 214, ../scss/pages/byday.scss */
.byday-block .block-text h2 {
  font-size: 20px;
  margin-bottom: 10px;
  animation-name: fadeOutDown;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
/* line 224, ../scss/pages/byday.scss */
.byday-block .block-text .text {
  margin-top: 28pt;
}
/* line 227, ../scss/pages/byday.scss */
.byday-block .block-text .text h1 {
  margin-bottom: 20px;
}

/* line 234, ../scss/pages/byday.scss */
.fullscreen-promo {
  position: relative;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0 28pt;
}
@media (min-width: 1025px) {
  /* line 243, ../scss/pages/byday.scss */
  .fullscreen-promo .block-image {
    width: 70%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    padding-right: 28pt;
  }
}
/* line 253, ../scss/pages/byday.scss */
.fullscreen-promo .block-image img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  opacity: 1;
}
/* line 260, ../scss/pages/byday.scss */
.fullscreen-promo .block-image .owl-carousel {
  overflow: hidden;
}
/* line 263, ../scss/pages/byday.scss */
.fullscreen-promo .block-image .owl-carousel .owl-dots {
  display: none;
}
/* line 269, ../scss/pages/byday.scss */
.fullscreen-promo .block-text {
  position: relative;
  z-index: 10;
  width: 30%;
  padding: 28pt;
  order: 1;
  color: inherit;
}
@media (max-width: 767px) {
  /* line 269, ../scss/pages/byday.scss */
  .fullscreen-promo .block-text {
    color: black;
    width: 100%;
    padding: 28pt;
  }
}
/* line 283, ../scss/pages/byday.scss */
.fullscreen-promo .block-text h1 {
  font-size: 40px;
  animation-name: fadeOutDown;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@media (max-width: 767px) {
  /* line 283, ../scss/pages/byday.scss */
  .fullscreen-promo .block-text h1 {
    font-size: 30px;
  }
}
/* line 296, ../scss/pages/byday.scss */
.fullscreen-promo .block-text h2 {
  font-size: 20px;
  margin-bottom: 10px;
  animation-name: fadeOutDown;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
/* line 308, ../scss/pages/byday.scss */
.fullscreen-promo.in-view h2 {
  animation-name: fadeUpIn;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
/* line 316, ../scss/pages/byday.scss */
.fullscreen-promo.in-view h1 {
  animation-name: fadeUpIn;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

/* line 1, ../scss/pages/menu.scss */
.menu-overlay {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: white;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  /* line 1, ../scss/pages/menu.scss */
  .menu-overlay {
    padding-top: 150px;
    overflow: scroll;
  }
}
/* line 24, ../scss/pages/menu.scss */
.menu-visible .menu-overlay {
  opacity: 1;
  visibility: visible;
}
/* line 30, ../scss/pages/menu.scss */
.menu-visible .menu-overlay nav ul li {
  animation-name: fadeUpIn;
  animation-delay: 0s;
  animation-duration: 2s;
  color: white;
  animation-fill-mode: forwards;
}
/* line 38, ../scss/pages/menu.scss */
.menu-visible .menu-overlay nav ul li:nth-child(4n + 1) {
  animation-delay: calc(1 * 0.2s);
}
/* line 38, ../scss/pages/menu.scss */
.menu-visible .menu-overlay nav ul li:nth-child(4n + 2) {
  animation-delay: calc(2 * 0.2s);
}
/* line 38, ../scss/pages/menu.scss */
.menu-visible .menu-overlay nav ul li:nth-child(4n + 3) {
  animation-delay: calc(3 * 0.2s);
}
/* line 38, ../scss/pages/menu.scss */
.menu-visible .menu-overlay nav ul li:nth-child(4n + 4) {
  animation-delay: calc(4 * 0.2s);
}
/* line 38, ../scss/pages/menu.scss */
.menu-visible .menu-overlay nav ul li:nth-child(4n + 5) {
  animation-delay: calc(5 * 0.2s);
}
/* line 38, ../scss/pages/menu.scss */
.menu-visible .menu-overlay nav ul li:nth-child(4n + 6) {
  animation-delay: calc(6 * 0.2s);
}
/* line 38, ../scss/pages/menu.scss */
.menu-visible .menu-overlay nav ul li:nth-child(4n + 7) {
  animation-delay: calc(7 * 0.2s);
}
/* line 38, ../scss/pages/menu.scss */
.menu-visible .menu-overlay nav ul li:nth-child(4n + 8) {
  animation-delay: calc(8 * 0.2s);
}
/* line 38, ../scss/pages/menu.scss */
.menu-visible .menu-overlay nav ul li:nth-child(4n + 9) {
  animation-delay: calc(9 * 0.2s);
}
/* line 38, ../scss/pages/menu.scss */
.menu-visible .menu-overlay nav ul li:nth-child(4n + 10) {
  animation-delay: calc(10 * 0.2s);
}
@media (max-width: 767px) {
  /* line 48, ../scss/pages/menu.scss */
  .menu-visible .menu-overlay .menu-image h2 {
    display: none;
  }
}
/* line 53, ../scss/pages/menu.scss */
.menu-visible .menu-overlay .menu-image h2 {
  animation-name: fadeUpIn;
  animation-delay: 0s;
  animation-duration: 2s;
  color: white;
  animation-fill-mode: forwards;
}
/* line 63, ../scss/pages/menu.scss */
.menu-overlay nav {
  text-align: left;
  width: 50%;
  padding: 28pt;
}
@media (max-width: 767px) {
  /* line 63, ../scss/pages/menu.scss */
  .menu-overlay nav {
    width: 100%;
  }
}
/* line 73, ../scss/pages/menu.scss */
.menu-overlay nav ul li {
  opacity: 0;
  animation-name: fadeOutDown;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
/* line 81, ../scss/pages/menu.scss */
.menu-overlay nav ul li a {
  font-size: 50px;
  font-family: 'Castello-title';
  color: #A8976C;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
@media (max-width: 767px) {
  /* line 81, ../scss/pages/menu.scss */
  .menu-overlay nav ul li a {
    font-size: 30px;
    color: white;
  }
}
/* line 93, ../scss/pages/menu.scss */
.menu-overlay nav ul li a:hover {
  color: black;
}
/* line 101, ../scss/pages/menu.scss */
.menu-overlay .menu-image {
  width: 50%;
  height: 100%;
  background: #FAF9F8;
  display: flex;
  padding: 28pt;
  justify-content: flex-end;
  position: relative;
  align-items: flex-end;
  background: black;
}
@media (max-width: 767px) {
  /* line 101, ../scss/pages/menu.scss */
  .menu-overlay .menu-image {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
/* line 122, ../scss/pages/menu.scss */
.menu-overlay .menu-image ul.owl-carousel {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
/* line 136, ../scss/pages/menu.scss */
.menu-overlay .menu-image ul.owl-carousel .owl-stage-outer .owl-stage .owl-item {
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 141, ../scss/pages/menu.scss */
.menu-overlay .menu-image ul.owl-carousel .owl-stage-outer .owl-stage .owl-item li {
  width: 100%;
  height: 100%;
  background: black;
}
/* line 147, ../scss/pages/menu.scss */
.menu-overlay .menu-image ul.owl-carousel .owl-stage-outer .owl-stage .owl-item img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  opacity: 0.8;
}
@media (max-width: 767px) {
  /* line 147, ../scss/pages/menu.scss */
  .menu-overlay .menu-image ul.owl-carousel .owl-stage-outer .owl-stage .owl-item img {
    opacity: 0.6;
  }
}
/* line 162, ../scss/pages/menu.scss */
.menu-overlay .menu-image h2 {
  color: white;
  letter-spacing: 0;
  opacity: 0;
  z-index: 10;
  display: block;
  position: relative;
  animation-name: fadeOutDown;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
/* line 177, ../scss/pages/menu.scss */
.menu-overlay .callus.phone-only {
  position: absolute;
  top: 150px;
  left: 28pt;
}
/* line 182, ../scss/pages/menu.scss */
.menu-overlay .callus.phone-only a {
  padding: 10px 20px;
  text-transform: uppercasse;
  letter-spacing: 1px;
  font-size: 15px;
  color: white;
  border: solid 1px;
  border-radius: 25px;
}
/* line 193, ../scss/pages/menu.scss */
.menu-overlay .findus {
  position: absolute;
  bottom: 28pt;
  left: 28pt;
}
/* line 198, ../scss/pages/menu.scss */
.menu-overlay .findus a {
  padding: 10px 20px;
  text-transform: uppercasse;
  letter-spacing: 1px;
  font-size: 15px;
  color: white;
  border: solid 1px;
  border-radius: 25px;
}
@media (min-width: 1025px) {
  /* line 198, ../scss/pages/menu.scss */
  .menu-overlay .findus a {
    color: #A8976C;
  }
}

/* line 1, ../scss/pages/blockpage.scss */
.content-block {
  padding: 0 10%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 1, ../scss/pages/blockpage.scss */
  .content-block {
    margin-top: 150px;
  }
}
/* line 11, ../scss/pages/blockpage.scss */
.content-block .block-image {
  width: 50%;
  z-index: 10;
}
@media (max-width: 767px) {
  /* line 11, ../scss/pages/blockpage.scss */
  .content-block .block-image {
    width: 100%;
  }
}
/* line 19, ../scss/pages/blockpage.scss */
.content-block .block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  /* line 28, ../scss/pages/blockpage.scss */
  .content-block:first-child .block-text {
    padding-top: 150px;
  }
  /* line 34, ../scss/pages/blockpage.scss */
  .content-block:nth-child(2n+2) .block-image {
    order: 2;
  }
  /* line 38, ../scss/pages/blockpage.scss */
  .content-block:nth-child(2n+2) .block-text {
    order: 1;
  }
}
/* line 46, ../scss/pages/blockpage.scss */
.content-block.in-view .block-text h1 {
  animation-name: fadeUpIn;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
/* line 54, ../scss/pages/blockpage.scss */
.content-block.in-view .block-text h2 {
  animation-name: fadeUpIn;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
/* line 73, ../scss/pages/blockpage.scss */
.content-block .block-text {
  width: 50%;
  padding: 28pt;
}
@media (max-width: 767px) {
  /* line 73, ../scss/pages/blockpage.scss */
  .content-block .block-text {
    width: 100%;
    padding: 0;
  }
}
/* line 82, ../scss/pages/blockpage.scss */
.content-block .block-text h2, .content-block .block-text h1 {
  color: #A8976C;
  letter-spacing: 0;
  text-align: right;
  margin: 0;
  line-height: 1;
  opacity: 0;
}
@media (max-width: 767px) {
  /* line 82, ../scss/pages/blockpage.scss */
  .content-block .block-text h2, .content-block .block-text h1 {
    text-align: left;
  }
}
/* line 95, ../scss/pages/blockpage.scss */
.content-block .block-text h1 {
  font-size: 50px;
  animation-name: fadeOutDown;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@media (max-width: 767px) {
  /* line 95, ../scss/pages/blockpage.scss */
  .content-block .block-text h1 {
    font-size: 30px;
  }
}
/* line 108, ../scss/pages/blockpage.scss */
.content-block .block-text h2 {
  font-size: 20px;
  margin-bottom: 10px;
  animation-name: fadeOutDown;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
/* line 118, ../scss/pages/blockpage.scss */
.content-block .block-text .text {
  margin-top: 28pt;
}

/* line 19, ../scss/style.scss */
body {
  width: 100%;
  background: #FAF9F8;
  scroll-behavior: smooth;
}
/* line 24, ../scss/style.scss */
body * {
  border-box: box-sizing;
}
/* line 28, ../scss/style.scss */
body a,
body a:focus {
  box-shadow: none;
  outline: none;
  border: none;
  color: black;
  text-decoration: none;
  color: inherit;
}
/* line 38, ../scss/style.scss */
body p {
  hyphens: none !important;
}
/* line 42, ../scss/style.scss */
body ul {
  margin: 0;
}

/* line 47, ../scss/style.scss */
.main-content {
  width: 100%;
}
/* line 51, ../scss/style.scss */
.main-content .owl-carousel button[type="button"] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: solid 1px white !important;
  border-radius: 100%;
}
@media (max-width: 767px) {
  /* line 51, ../scss/style.scss */
  .main-content .owl-carousel button[type="button"] {
    width: 50px;
    height: 50px;
    border: none !important;
    background: rgba(255, 255, 255, 0.6);
  }
}
/* line 67, ../scss/style.scss */
.main-content .owl-carousel button[type="button"] .owl-item {
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 73, ../scss/style.scss */
.main-content .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 28pt;
}
@media (max-width: 767px) {
  /* line 73, ../scss/style.scss */
  .main-content .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
}
/* line 85, ../scss/style.scss */
.main-content .owl-carousel .owl-nav .owl-next img {
  width: 30px;
  height: auto;
}
/* line 90, ../scss/style.scss */
.main-content .owl-carousel .owl-nav .owl-next.disabled {
  display: none;
}
/* line 95, ../scss/style.scss */
.main-content .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 28pt;
}
@media (max-width: 767px) {
  /* line 95, ../scss/style.scss */
  .main-content .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
}
/* line 107, ../scss/style.scss */
.main-content .owl-carousel .owl-nav .owl-prev.disabled {
  display: none;
}
/* line 111, ../scss/style.scss */
.main-content .owl-carousel .owl-nav .owl-prev img {
  width: 30px;
  height: auto;
}
@media (max-width: 767px) {
  /* line 120, ../scss/style.scss */
  .main-content .owl-carousel .owl-slide img {
    width: 100%;
    height: auto;
  }
}
/* line 127, ../scss/style.scss */
.main-content .owl-carousel .owl-dots {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 28pt;
}
/* line 134, ../scss/style.scss */
.main-content .owl-carousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #CCC;
  border-radius: 100%;
  margin: 0 5px;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 143, ../scss/style.scss */
.main-content .owl-carousel .owl-dots .owl-dot.active {
  width: 12px;
  height: 12px;
  background: #A8976C;
}
