/**
 *  Styles
 */
/**
 *  Media Queries and Breakpoints
 */
/**
 *  Library
 *
 *  Contains mixins and functions.
 */
/**
 *  Layout
 */
/**
 *  Settings
 */
/**
 *  Center element
 *  NB: parent element must have position: relative;
 *
 *  @variables: xy, x, y
 *  Default: xy
 */
/**
 *  Border Radius
 *
 *  @variables: $radius (px, em, rem value)
 */
/**
 *  Font Smoothing
 */
/**
 *  Font size map by Jonathan Suh
 *  https://www.smashingmagazine.com/2015/06/responsive-typography-with-sass-maps/
 */
/**
 *  Media Query Mixins.
 *  Sorted by Minimum, Maximum and Between
 */
/**
 *  Minimums
 * eg.
 * @include minimum(tablet){ @content };
 * css will be active on tablet size and beyond
 *
 * @variables: tablet, small-desktop, desktop
 */
/**
 *  Maximums
 * eg.
 * @include maximum(tablet){ @content };
 * css will be active on tablet size size and beyond
 *
 * @variables: mobile, tablet, small-desktop, desktop
 */
/**
 *  Betweens
 * eg.
 * @include between(tablet,desktop){ @content };
 * css will be active between tablet and desktop breakpoints.
 *
 * @variables: tablet, desktop
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
 * Resets ul's and ol's - Bone addition
 */
ul,
ol {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  ul li,
  ol li {
    padding: 0px;
    margin: 0px; }

* {
  margin: 0;
  box-sizing: border-box; }

/**
 *  Typography
 */
/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * bensonsgroup.com.au
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2019
 */
/* Complete */
@font-face {
  font-family: "LL Akkurat Regular Web";
  src: url(../eot/lineto-akkurat-regular.eot);
  src: url(../eot/lineto-akkurat-regulard41d.eot?#iefix) format("embedded-opentype"), url(../woff2/lineto-akkurat-regular.woff2) format("woff2"), url(../woff/lineto-akkurat-regular.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Amerigo Md BT';
  src: url(../eot/amerigobt-mediuma.eot);
  src: url(../eot/amerigobt-mediumad41d.eot?#iefix) format("embedded-opentype"), url(../woff2/amerigobt-mediuma.woff2) format("woff2"), url(../woff/amerigobt-mediuma.woff) format("woff"), url(../ttf/amerigobt-mediuma.ttf) format("truetype"), url(../svg/amerigobt-mediuma.svg#AmerigoBT-MediumA) format("svg");
  font-weight: 500;
  font-style: normal; }

/**
 *  Font weight variables
 */
/**
 *  Font sizes
 *
 *	Map options: null, x-small, small, medium, large, x-large
 *
 */
p, h1, h2, h3, h4, h5 {
  font-family: "LL Akkurat Regular Web", sans-serif; }

p {
  font-size: 13px;
  line-height: 1.4;
  margin: 0px;
  margin-bottom: 14px;
  padding: 0px; }
  @media screen and (min-width: 330px) {
    p {
      font-size: 13px;
      line-height: 1.4; } }
  @media screen and (min-width: 700px) {
    p {
      font-size: 13px;
      line-height: 1.4; } }
  @media screen and (min-width: 1024px) {
    p {
      font-size: 14px;
      line-height: 1.4; } }
  @media screen and (min-width: 1170px) {
    p {
      font-size: 14px;
      line-height: 1.4; } }
  @media screen and (min-width: 1580px) {
    p {
      font-size: 14px;
      line-height: 1.4; } }
  @media screen and (min-width: 1700px) {
    p {
      font-size: 16px;
      line-height: 1.4; } }

body {
  font-weight: normal;
  font-size: 16px; }

h1 {
  font-size: 40px;
  line-height: 0.9;
  font-family: "Amerigo Md BT", serif;
  font-weight: normal;
  margin: 0px;
  padding: 0px; }
  @media screen and (min-width: 330px) {
    h1 {
      font-size: 40px;
      line-height: 0.9; } }
  @media screen and (min-width: 700px) {
    h1 {
      font-size: 50px;
      line-height: 0.9; } }
  @media screen and (min-width: 1024px) {
    h1 {
      font-size: 80px;
      line-height: 0.9; } }
  @media screen and (min-width: 1170px) {
    h1 {
      font-size: 80px;
      line-height: 0.9; } }
  @media screen and (min-width: 1580px) {
    h1 {
      font-size: 100px;
      line-height: 0.9; } }
  @media screen and (min-width: 1700px) {
    h1 {
      font-size: 100px;
      line-height: 0.9; } }

h2 {
  font-size: 20px;
  line-height: 1;
  font-family: "Amerigo Md BT", serif;
  font-weight: normal;
  color: #867852;
  margin: 0px;
  margin-bottom: 14px;
  padding: 0px; }
  @media screen and (min-width: 330px) {
    h2 {
      font-size: 20px;
      line-height: 1; } }
  @media screen and (min-width: 700px) {
    h2 {
      font-size: 20px;
      line-height: 1; } }
  @media screen and (min-width: 1024px) {
    h2 {
      font-size: 24px;
      line-height: 1; } }
  @media screen and (min-width: 1170px) {
    h2 {
      font-size: 36px;
      line-height: 1; } }
  @media screen and (min-width: 1580px) {
    h2 {
      font-size: 40px;
      line-height: 1; } }
  @media screen and (min-width: 1700px) {
    h2 {
      font-size: 40px;
      line-height: 1; } }

h3 {
  font-size: 13px;
  line-height: 1.4;
  font-weight: normal;
  margin: 0px;
  padding: 0px; }
  @media screen and (min-width: 330px) {
    h3 {
      font-size: 13px;
      line-height: 1.4; } }
  @media screen and (min-width: 700px) {
    h3 {
      font-size: 13px;
      line-height: 1.4; } }
  @media screen and (min-width: 1024px) {
    h3 {
      font-size: 14px;
      line-height: 1.4; } }
  @media screen and (min-width: 1170px) {
    h3 {
      font-size: 16px;
      line-height: 1.4; } }
  @media screen and (min-width: 1580px) {
    h3 {
      font-size: 16px;
      line-height: 1.4; } }
  @media screen and (min-width: 1700px) {
    h3 {
      font-size: 16px;
      line-height: 1.4; } }

h4 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: normal;
  margin: 0px;
  font-family: "Amerigo Md BT", serif;
  padding: 0px; }
  @media screen and (min-width: 330px) {
    h4 {
      font-size: 20px;
      line-height: 1.4; } }
  @media screen and (min-width: 700px) {
    h4 {
      font-size: 20px;
      line-height: 1.4; } }
  @media screen and (min-width: 1024px) {
    h4 {
      font-size: 20px;
      line-height: 1.4; } }
  @media screen and (min-width: 1170px) {
    h4 {
      font-size: 20px;
      line-height: 1.4; } }
  @media screen and (min-width: 1580px) {
    h4 {
      font-size: 20px;
      line-height: 1.4; } }
  @media screen and (min-width: 1700px) {
    h4 {
      font-size: 20px;
      line-height: 1.4; } }

h5 {
  font-weight: normal;
  margin: 0px;
  padding: 0px; }
  @media screen and (min-width: 330px) {
    h5 {
      font-size: 14px;
      line-height: 1.4; } }
  @media screen and (min-width: 700px) {
    h5 {
      font-size: 14px;
      line-height: 1.4; } }
  @media screen and (min-width: 1024px) {
    h5 {
      font-size: 16px;
      line-height: 1.4; } }
  @media screen and (min-width: 1170px) {
    h5 {
      font-size: 16px;
      line-height: 1.4; } }
  @media screen and (min-width: 1580px) {
    h5 {
      font-size: 16px;
      line-height: 1.4; } }
  @media screen and (min-width: 1700px) {
    h5 {
      font-size: 16px;
      line-height: 1.4; } }

.module-title {
  position: relative;
  padding-top: 40px;
  font-size: 50px; }
  @media (max-width: 1170px) {
    .module-title {
      font-size: 20px;
      line-height: 1; } }
  @media screen and (max-width: 1170px) and (min-width: 330px) {
    .module-title {
      font-size: 20px;
      line-height: 1; } }
  @media screen and (max-width: 1170px) and (min-width: 700px) {
    .module-title {
      font-size: 20px;
      line-height: 1; } }
  @media screen and (max-width: 1170px) and (min-width: 1024px) {
    .module-title {
      font-size: 24px;
      line-height: 1; } }
  @media screen and (max-width: 1170px) and (min-width: 1170px) {
    .module-title {
      font-size: 36px;
      line-height: 1; } }
  @media screen and (max-width: 1170px) and (min-width: 1580px) {
    .module-title {
      font-size: 40px;
      line-height: 1; } }
  @media screen and (max-width: 1170px) and (min-width: 1700px) {
    .module-title {
      font-size: 40px;
      line-height: 1; } }
  @media (max-width: 1024px) {
    .module-title {
      padding-top: 15px; } }
  .module-title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 137px;
    height: 2px;
    background: #867852;
    display: block; }

.site-link {
  position: relative;
  padding-right: 20px;
  text-decoration: none;
  font-size: 12px;
  color: #7f7f7f !important;
  display: inline-block; }
  .site-link:hover:after {
    transform: translateX(10px); }
  .site-link:after {
    content: '';
    position: absolute;
    right: 0;
    top: -2px;
    width: 8px;
    height: 14px;
    background: url(../svg/arrow-right-gold.svg) no-repeat center;
    background-size: contain;
    transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media (max-width: 700px) {
    .site-link:after {
      height: 13px; } }

.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  padding-top: 12px;
  background: #867852;
  color: #ffffff;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center; }
  .caption span {
    width: 8px;
    margin-right: 10px; }

.gold .content em,
.gold .content strong {
  color: #bbaf8d;
  font-family: inherit;
  font-weight: normal; }

.content h3 {
  text-transform: uppercase;
  color: #867852;
  margin-bottom: 5px; }

.content h4 {
  color: #867852;
  margin-bottom: 10px; }

.content a {
  text-decoration: none;
  color: inherit; }

.content em,
.content strong {
  color: #867852;
  font-family: inherit;
  font-weight: normal; }

.content .title {
  position: relative;
  padding-top: 40px;
  font-size: 50px; }
  @media (max-width: 1170px) {
    .content .title {
      font-size: 20px;
      line-height: 1; } }
  @media screen and (max-width: 1170px) and (min-width: 330px) {
    .content .title {
      font-size: 20px;
      line-height: 1; } }
  @media screen and (max-width: 1170px) and (min-width: 700px) {
    .content .title {
      font-size: 20px;
      line-height: 1; } }
  @media screen and (max-width: 1170px) and (min-width: 1024px) {
    .content .title {
      font-size: 24px;
      line-height: 1; } }
  @media screen and (max-width: 1170px) and (min-width: 1170px) {
    .content .title {
      font-size: 36px;
      line-height: 1; } }
  @media screen and (max-width: 1170px) and (min-width: 1580px) {
    .content .title {
      font-size: 40px;
      line-height: 1; } }
  @media screen and (max-width: 1170px) and (min-width: 1700px) {
    .content .title {
      font-size: 40px;
      line-height: 1; } }
  @media (max-width: 1024px) {
    .content .title {
      padding-top: 15px; } }
  .content .title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 137px;
    height: 2px;
    background: #867852;
    display: block; }

.content .button-inverse {
  display: block;
  color: #ffffff;
  background: #867852;
  border: solid 1px #867852;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 10px 8px;
  text-decoration: none;
  margin: 15px 0px;
  position: relative;
  transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .content .button-inverse:hover {
    opacity: .7; }
  .content .button-inverse:after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/arrow-right-white.svg) no-repeat center;
    background-size: contain;
    width: 8px;
    height: 13px;
    content: '';
    transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.content .button {
  display: block;
  color: #867852;
  border: solid 1px #867852;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 10px 8px;
  text-decoration: none;
  margin: 15px 0px;
  position: relative;
  transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .content .button:hover {
    background: #867852;
    color: #ffffff; }
    .content .button:hover:after {
      background: url(../svg/arrow-right-white.svg) no-repeat center;
      background-size: contain; }
  .content .button:after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/arrow-right-gold.svg) no-repeat center;
    background-size: contain;
    width: 8px;
    height: 13px;
    content: '';
    transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.content blockquote,
.content blockquote p {
  font-size: 20px;
  line-height: 1;
  color: inherit;
  font-family: "Amerigo Md BT", serif;
  line-height: 1.3 !important; }
  @media screen and (min-width: 330px) {
    .content blockquote,
    .content blockquote p {
      font-size: 20px;
      line-height: 1; } }
  @media screen and (min-width: 700px) {
    .content blockquote,
    .content blockquote p {
      font-size: 20px;
      line-height: 1; } }
  @media screen and (min-width: 1024px) {
    .content blockquote,
    .content blockquote p {
      font-size: 24px;
      line-height: 1; } }
  @media screen and (min-width: 1170px) {
    .content blockquote,
    .content blockquote p {
      font-size: 36px;
      line-height: 1; } }
  @media screen and (min-width: 1580px) {
    .content blockquote,
    .content blockquote p {
      font-size: 40px;
      line-height: 1; } }
  @media screen and (min-width: 1700px) {
    .content blockquote,
    .content blockquote p {
      font-size: 40px;
      line-height: 1; } }
  .content blockquote em,
  .content blockquote strong,
  .content blockquote p em,
  .content blockquote p strong {
    color: #867852;
    font-family: inherit; }

.content ul {
  margin-bottom: 14px; }
  .content ul li {
    position: relative;
    padding-left: 7px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.4; }
    @media screen and (min-width: 330px) {
      .content ul li {
        font-size: 13px;
        line-height: 1.4; } }
    @media screen and (min-width: 700px) {
      .content ul li {
        font-size: 13px;
        line-height: 1.4; } }
    @media screen and (min-width: 1024px) {
      .content ul li {
        font-size: 14px;
        line-height: 1.4; } }
    @media screen and (min-width: 1170px) {
      .content ul li {
        font-size: 14px;
        line-height: 1.4; } }
    @media screen and (min-width: 1580px) {
      .content ul li {
        font-size: 14px;
        line-height: 1.4; } }
    @media screen and (min-width: 1700px) {
      .content ul li {
        font-size: 16px;
        line-height: 1.4; } }
    .content ul li:after {
      position: absolute;
      content: '';
      left: 0;
      top: 8px;
      width: 3px;
      height: 3px;
      border-radius: 100%;
      display: block;
      background: #000000; }

/**
 *  General
 */
* {
  -webkit-font-smoothing: antialiased;
  font-family: "LL Akkurat Regular Web", sans-serif; }

img {
  max-width: 100%; }

/**
 * 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
 */
.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; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.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); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.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; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.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; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
   *  Owl Carousel - Animate Plugin
   */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
   * 	Owl Carousel - Auto Height Plugin
   */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
   * 	Owl Carousel - Lazy Load Plugin
   */
.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
           */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

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

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.transition-fade {
  transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1; }

html.is-animating .transition-fade {
  transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0; }

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box; }

body {
  margin: 0; }

img {
  max-width: 100%;
  display: block;
  height: auto; }

@media (max-width: 1024px) {
  .desktop {
    display: none !important; } }

.mobile {
  display: none !important; }
  @media (max-width: 1024px) {
    .mobile {
      display: -ms-flexbox !important;
      display: flex !important; } }

.animate-in-element {
  transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0; }
  .animate-in-element.animate-in {
    opacity: 1; }

.decal {
  content: '';
  z-index: 1;
  background: url(../svg/decal.svg) repeat center;
  background-size: 28px;
  display: block;
  position: absolute; }

.owl-prev:focus,
.owl-next:focus {
  outline: 0px; }

.owl-item {
  background: #ffffff; }
  .owl-item > div {
    opacity: .4;
    transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: .3s; }
  .owl-item.active > div {
    opacity: 1; }

.page-container {
  background: #ffffff;
  position: relative;
  z-index: 3;
  margin-top: 100vh;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.inner-wrapper-narrow {
  padding: 0px 276px;
  box-sizing: border-box;
  width: 100%; }
  @media (max-width: 1580px) {
    .inner-wrapper-narrow {
      padding: 0px 148px; } }
  @media (max-width: 1024px) {
    .inner-wrapper-narrow {
      padding: 0px 98px; } }
  @media (max-width: 700px) {
    .inner-wrapper-narrow {
      padding: 0px 19px; } }

.inner-wrapper {
  padding: 0px 137px;
  box-sizing: border-box;
  width: 100%; }
  @media (max-width: 1580px) {
    .inner-wrapper {
      padding: 0px 74px; } }
  @media (max-width: 1024px) {
    .inner-wrapper {
      padding: 0px 98px; } }
  @media (max-width: 700px) {
    .inner-wrapper {
      padding: 0px 19px; } }

img,
img[data-sizes="auto"] {
  display: block;
  width: 100%; }

.ratio--rec, .ratio--squ, .ratio--wid {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .ratio--rec .lazyload, .ratio--squ .lazyload, .ratio--wid .lazyload {
    opacity: 1;
    background: #FF00EF; }
  .ratio--rec .lazyloading, .ratio--squ .lazyloading, .ratio--wid .lazyloading {
    opacity: 1;
    transition: opacity 300ms;
    min-height: 100%;
    background: #FF00EF; }
  .ratio--rec .lazyloaded, .ratio--squ .lazyloaded, .ratio--wid .lazyloaded {
    background: grey; }

img.lazyloading {
  opacity: 0;
  transition: opacity 400ms; }

img.lazyloaded {
  opacity: 1; }

.ratio--rec:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 62.5%; }

.ratio--squ:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%; }

.ratio--wid:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 50%; }

.ratio--rec > *,
.ratio--squ > *,
.ratio--wid > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; }

.ratio--rec .lazyautosizes,
.ratio--squ .lazyautosizes,
.ratio--wid .lazyautosizes,
.ratio--rec .lazyloading,
.ratio--squ .lazyloading,
.ratio--wid .lazyloading {
  opacity: 0;
  transition: opacity 400ms; }

.ratio--rec img.lazyloaded,
.ratio--squ img.lazyloaded,
.ratio--wid img.lazyloaded {
  opacity: 1; }

/**
 *  Spacing Map
 *  Example usage:
 *
 *  $purple-spacing: (
 *    null  : (20px),
 *    small : 20px,
 *    medium: 40px
 *  );
 *
 *  .test{
 *    @include spacing(padding-bottom, $purple-spacing);
 *  }
 */
.validation_error {
  color: #ffffff;
  font-size: 10px; }

.validation_message {
  font-size: 10px;
  margin-top: 4px;
  color: inherit; }

.gform_confirmation_message {
  font-size: 20px;
  line-height: 130%;
  color: inherit; }

.gf_clear {
  display: none; }

.gform_card_icon_container,
.ginput_card_security_code_icon {
  display: none !important; }

.gform_wrapper {
  box-sizing: border-box; }
  .gform_wrapper form .gform_body {
    margin-bottom: 30px; }
    .gform_wrapper form .gform_body > .gform_fields {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      list-style: none;
      padding: 0px;
      margin: 0px; }
      .gform_wrapper form .gform_body > .gform_fields > li {
        width: 100%;
        margin-bottom: 25px;
        position: relative;
        padding-left: 0px; }
        @media (max-width: 700px) {
          .gform_wrapper form .gform_body > .gform_fields > li {
            margin-bottom: 20px;
            width: 100% !important; } }
        .gform_wrapper form .gform_body > .gform_fields > li:after {
          display: none; }
        .gform_wrapper form .gform_body > .gform_fields > li.gform_hidden {
          position: fixed;
          left: -9999px;
          opacity: 0; }
        .gform_wrapper form .gform_body > .gform_fields > li .ginput_preview {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: start;
              justify-content: flex-start;
          margin-top: 10px; }
          .gform_wrapper form .gform_body > .gform_fields > li .ginput_preview strong {
            font-weight: normal;
            margin-left: 10px; }
        .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_address {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_address span {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
            width: 32%; }
            .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_address span.ginput_full {
              width: 100%;
              margin-bottom: 15px; }
            .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_address span label {
              display: block;
              margin-bottom: 8px; }
        .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_date > div {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between;
          -ms-flex-align: center;
              align-items: center; }
          .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_date > div .ginput_container {
            width: 31%;
            position: relative; }
            .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_date > div .ginput_container:after {
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              right: 10px;
              content: '';
              pointer-events: none;
              width: 16px;
              height: 18px; }
        .gform_wrapper form .gform_body > .gform_fields > li .gfield_radio {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: start;
              justify-content: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          list-style: none;
          padding: 0px;
          margin: 0px; }
          .gform_wrapper form .gform_body > .gform_fields > li .gfield_radio li {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
                justify-content: center;
            -ms-flex-align: center;
                align-items: center;
            margin-bottom: 5px;
            padding-left: 0px;
            margin-right: 20px; }
            .gform_wrapper form .gform_body > .gform_fields > li .gfield_radio li:after {
              display: none; }
            .gform_wrapper form .gform_body > .gform_fields > li .gfield_radio li input[type="radio"] {
              margin: 0px;
              -ms-flex-negative: 0;
                  flex-shrink: 0;
              margin-right: 8px; }
        .gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: start;
              justify-content: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          list-style: none;
          padding: 0px;
          margin: 0px; }
          .gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
                justify-content: center;
            -ms-flex-align: center;
                align-items: center;
            margin-bottom: 5px;
            padding-left: 0px;
            margin-right: 20px; }
            .gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li:after {
              display: none; }
            .gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li input[type="checkbox"] {
              margin: 0px;
              -ms-flex-negative: 0;
                  flex-shrink: 0;
              margin-right: 8px; }
        .gform_wrapper form .gform_body > .gform_fields > li > .gfield_label {
          display: block;
          margin-bottom: 8px; }
        .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_select {
          position: relative;
          width: 100%; }
          .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_select:after {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            right: 0px;
            content: '';
            pointer-events: none;
            background: url(../svg/arrow-down-white.svg) no-repeat center;
            background-size: contain;
            width: 13px;
            height: 8px; }
          .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_select select {
            -moz-appearance: none;
            -webkit-appearance: none;
            -ms-progress-appearance: none;
            padding-right: 30px; }
        .gform_wrapper form .gform_body > .gform_fields > li.title-block {
          margin-bottom: 20px; }
        .gform_wrapper form .gform_body > .gform_fields > li.hide-label > .gfield_label {
          display: none !important; }
        .gform_wrapper form .gform_body > .gform_fields > li.centre-text > .gfield_label {
          text-align: center;
          display: block; }
        .gform_wrapper form .gform_body > .gform_fields > li.centre-text input[type="text"],
        .gform_wrapper form .gform_body > .gform_fields > li.centre-text input[type="email"],
        .gform_wrapper form .gform_body > .gform_fields > li.centre-text select,
        .gform_wrapper form .gform_body > .gform_fields > li.centre-text textarea {
          text-align: center; }
        .gform_wrapper form .gform_body > .gform_fields > li input[type="text"],
        .gform_wrapper form .gform_body > .gform_fields > li input[type="email"],
        .gform_wrapper form .gform_body > .gform_fields > li select,
        .gform_wrapper form .gform_body > .gform_fields > li textarea {
          width: 100%;
          box-sizing: border-box;
          -moz-appearance: none;
          -webkit-appearance: none;
          -ms-progress-appearance: none;
          background: transparent;
          resize: none;
          border: none;
          border-radius: 0px;
          color: inherit;
          border-bottom: solid 1px #ffffff;
          transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
          font-size: 13px;
          line-height: 1.4;
          padding-bottom: 4px; }
          @media screen and (min-width: 330px) {
            .gform_wrapper form .gform_body > .gform_fields > li input[type="text"],
            .gform_wrapper form .gform_body > .gform_fields > li input[type="email"],
            .gform_wrapper form .gform_body > .gform_fields > li select,
            .gform_wrapper form .gform_body > .gform_fields > li textarea {
              font-size: 13px;
              line-height: 1.4; } }
          @media screen and (min-width: 700px) {
            .gform_wrapper form .gform_body > .gform_fields > li input[type="text"],
            .gform_wrapper form .gform_body > .gform_fields > li input[type="email"],
            .gform_wrapper form .gform_body > .gform_fields > li select,
            .gform_wrapper form .gform_body > .gform_fields > li textarea {
              font-size: 13px;
              line-height: 1.4; } }
          @media screen and (min-width: 1024px) {
            .gform_wrapper form .gform_body > .gform_fields > li input[type="text"],
            .gform_wrapper form .gform_body > .gform_fields > li input[type="email"],
            .gform_wrapper form .gform_body > .gform_fields > li select,
            .gform_wrapper form .gform_body > .gform_fields > li textarea {
              font-size: 14px;
              line-height: 1.4; } }
          @media screen and (min-width: 1170px) {
            .gform_wrapper form .gform_body > .gform_fields > li input[type="text"],
            .gform_wrapper form .gform_body > .gform_fields > li input[type="email"],
            .gform_wrapper form .gform_body > .gform_fields > li select,
            .gform_wrapper form .gform_body > .gform_fields > li textarea {
              font-size: 14px;
              line-height: 1.4; } }
          @media screen and (min-width: 1580px) {
            .gform_wrapper form .gform_body > .gform_fields > li input[type="text"],
            .gform_wrapper form .gform_body > .gform_fields > li input[type="email"],
            .gform_wrapper form .gform_body > .gform_fields > li select,
            .gform_wrapper form .gform_body > .gform_fields > li textarea {
              font-size: 14px;
              line-height: 1.4; } }
          @media screen and (min-width: 1700px) {
            .gform_wrapper form .gform_body > .gform_fields > li input[type="text"],
            .gform_wrapper form .gform_body > .gform_fields > li input[type="email"],
            .gform_wrapper form .gform_body > .gform_fields > li select,
            .gform_wrapper form .gform_body > .gform_fields > li textarea {
              font-size: 16px;
              line-height: 1.4; } }
          .gform_wrapper form .gform_body > .gform_fields > li input[type="text"]:focus,
          .gform_wrapper form .gform_body > .gform_fields > li input[type="email"]:focus,
          .gform_wrapper form .gform_body > .gform_fields > li select:focus,
          .gform_wrapper form .gform_body > .gform_fields > li textarea:focus {
            outline: 0px; }
          .gform_wrapper form .gform_body > .gform_fields > li input[type="text"]:-ms-input-placeholder,
          .gform_wrapper form .gform_body > .gform_fields > li input[type="email"]:-ms-input-placeholder,
          .gform_wrapper form .gform_body > .gform_fields > li select:-ms-input-placeholder,
          .gform_wrapper form .gform_body > .gform_fields > li textarea:-ms-input-placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: inherit;
            opacity: 1; }
          .gform_wrapper form .gform_body > .gform_fields > li input[type="text"]::placeholder,
          .gform_wrapper form .gform_body > .gform_fields > li input[type="email"]::placeholder,
          .gform_wrapper form .gform_body > .gform_fields > li select::placeholder,
          .gform_wrapper form .gform_body > .gform_fields > li textarea::placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: inherit;
            opacity: 1; }
          .gform_wrapper form .gform_body > .gform_fields > li input[type="text"]:-ms-input-placeholder,
          .gform_wrapper form .gform_body > .gform_fields > li input[type="email"]:-ms-input-placeholder,
          .gform_wrapper form .gform_body > .gform_fields > li select:-ms-input-placeholder,
          .gform_wrapper form .gform_body > .gform_fields > li textarea:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: inherit;
            opacity: 1; }
          .gform_wrapper form .gform_body > .gform_fields > li input[type="text"]::-ms-input-placeholder,
          .gform_wrapper form .gform_body > .gform_fields > li input[type="email"]::-ms-input-placeholder,
          .gform_wrapper form .gform_body > .gform_fields > li select::-ms-input-placeholder,
          .gform_wrapper form .gform_body > .gform_fields > li textarea::-ms-input-placeholder {
            /* Microsoft Edge */
            color: inherit;
            opacity: 1; }
        .gform_wrapper form .gform_body > .gform_fields > li.third {
          width: 31%; }
        .gform_wrapper form .gform_body > .gform_fields > li.half {
          width: calc(50% - 12.5px); }
        .gform_wrapper form .gform_body > .gform_fields > li.two-thirds {
          width: 65.5%; }
  .gform_wrapper form .gform_footer {
    text-align: left; }
    .gform_wrapper form .gform_footer .gform_button {
      -moz-appearance: none;
      -webkit-appearance: none;
      -ms-progress-appearance: none;
      background: transparent;
      border: solid 1px #ffffff;
      color: inherit;
      font-family: "Amerigo Md BT", serif;
      padding: 10px 20px 10px 20px;
      font-size: 13px;
      line-height: 1.4;
      width: calc(50% - 12.5px);
      cursor: pointer;
      transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      @media screen and (min-width: 330px) {
        .gform_wrapper form .gform_footer .gform_button {
          font-size: 13px;
          line-height: 1.4; } }
      @media screen and (min-width: 700px) {
        .gform_wrapper form .gform_footer .gform_button {
          font-size: 13px;
          line-height: 1.4; } }
      @media screen and (min-width: 1024px) {
        .gform_wrapper form .gform_footer .gform_button {
          font-size: 14px;
          line-height: 1.4; } }
      @media screen and (min-width: 1170px) {
        .gform_wrapper form .gform_footer .gform_button {
          font-size: 14px;
          line-height: 1.4; } }
      @media screen and (min-width: 1580px) {
        .gform_wrapper form .gform_footer .gform_button {
          font-size: 14px;
          line-height: 1.4; } }
      @media screen and (min-width: 1700px) {
        .gform_wrapper form .gform_footer .gform_button {
          font-size: 16px;
          line-height: 1.4; } }
      @media (max-width: 700px) {
        .gform_wrapper form .gform_footer .gform_button {
          width: 100%;
          text-align: center; } }
      .gform_wrapper form .gform_footer .gform_button:hover {
        background: #ffffff;
        color: #000000; }
      .gform_wrapper form .gform_footer .gform_button:focus {
        outline: 0px; }

body img.gform_ajax_spinner {
  display: none !important; }

.gform_validation_container {
  position: fixed !important;
  left: 999px;
  visibility: hidden; }

body .gform_wrapper h3.gform_title {
  display: none !important; }

/*RADIO*/
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute !important;
  left: -9999px; }

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative !important;
  padding-left: 21px !important;
  cursor: pointer !important; }

[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 2px;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  border: 2px solid #fff;
  box-sizing: border-box; }

[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  top: 2px;
  left: 0px;
  opacity: 1;
  background: #fff;
  border-radius: 100%;
  transition: all .2s; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0; }

[type="radio"]:checked + label:after {
  opacity: 1; }

/* disabled radio */
[type="radio"]:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

[type="radio"]:disabled:checked + label:after {
  color: #999; }

[type="radio"]:disabled + label {
  color: #aaa; }

/*CHECKBOX*/
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute !important;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative !important;
  padding-left: 22px !important;
  cursor: pointer !important; }

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 1px;
  box-sizing: border-box;
  height: 15px;
  width: 15px;
  background: transparent;
  border: solid 2px #fff; }

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  top: 1px;
  left: 0px;
  opacity: 1;
  background: #fff;
  transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0; }

[type="checkbox"]:checked + label:after {
  opacity: 1; }

/* disabled checkbox */
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

[type="checkbox"]:disabled:checked + label:after {
  color: #999; }

[type="checkbox"]:disabled + label {
  color: #aaa; }

.acf-map {
  height: 45vw; }

.home .page-container {
  padding-top: 0px; }

.home #swup > div.page-container > div > div.page-module.module-intro.black.has-image {
  padding-bottom: 0px; }
  @media (max-width: 700px) {
    .home #swup > div.page-container > div > div.page-module.module-intro.black.has-image {
      padding: 50px 0px; } }

.home #swup > div.page-container > div > div.page-module.module-image.white {
  padding-top: 0px;
  padding-bottom: 0px; }
  @media (max-width: 1170px) {
    .home #swup > div.page-container > div > div.page-module.module-image.white {
      padding-top: 80px; } }
  @media (max-width: 700px) {
    .home #swup > div.page-container > div > div.page-module.module-image.white {
      padding: 50px 0px; } }

.home #swup > div.page-container > div > div.page-module.project-slider {
  position: relative; }
  .home #swup > div.page-container > div > div.page-module.project-slider:after {
    content: '';
    z-index: 1;
    background: url(../svg/decal.svg) repeat center;
    background-size: 28px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%; }
    @media (max-width: 700px) {
      .home #swup > div.page-container > div > div.page-module.project-slider:after {
        display: none; } }

.home .project-slider .inner-wrapper-narrow,
.home .project-slider .project-slider__slider {
  position: relative;
  z-index: 2; }

.page-id-59 #swup > div.page-container > div > div.page-module.module-downloads.grey {
  position: relative; }
  .page-id-59 #swup > div.page-container > div > div.page-module.module-downloads.grey:after {
    content: '';
    z-index: 1;
    background: url(../svg/decal.svg) repeat center;
    background-size: 28px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 80%; }
    @media (max-width: 700px) {
      .page-id-59 #swup > div.page-container > div > div.page-module.module-downloads.grey:after {
        display: none; } }
  .page-id-59 #swup > div.page-container > div > div.page-module.module-downloads.grey .inner-wrapper {
    position: relative;
    z-index: 2; }

.blog .page-container {
  padding-top: 100px; }
  @media (max-width: 700px) {
    .blog .page-container {
      padding-top: 50px; } }

.single-post .page-header__page-title {
  display: none; }

.single-post .page-container {
  padding-top: 100px; }
  @media (max-width: 700px) {
    .single-post .page-container {
      padding-top: 50px; } }

.single-post .module-columns .module-title {
  padding-left: 0px; }

.single-post .module-columns__columns {
  padding-left: 0px; }

.single-post .module-columns {
  padding-top: 50px; }

.single-post .module-columns .module-title:after {
  left: 0; }

.back-to-news {
  color: #867852;
  border: solid 1px #867852;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 10px 8px;
  text-decoration: none;
  width: 200px;
  display: block;
  position: relative;
  transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .back-to-news:hover {
    background: #867852;
    color: #ffffff; }
    .back-to-news:hover:after {
      background: url(../svg/arrow-right-white.svg) no-repeat center;
      background-size: contain; }
  .back-to-news:after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/arrow-right-gold.svg) no-repeat center;
    background-size: contain;
    width: 8px;
    height: 13px;
    content: '';
    transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.news-archive__paging {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 1.4; }
  @media screen and (min-width: 330px) {
    .news-archive__paging {
      font-size: 13px;
      line-height: 1.4; } }
  @media screen and (min-width: 700px) {
    .news-archive__paging {
      font-size: 13px;
      line-height: 1.4; } }
  @media screen and (min-width: 1024px) {
    .news-archive__paging {
      font-size: 14px;
      line-height: 1.4; } }
  @media screen and (min-width: 1170px) {
    .news-archive__paging {
      font-size: 14px;
      line-height: 1.4; } }
  @media screen and (min-width: 1580px) {
    .news-archive__paging {
      font-size: 14px;
      line-height: 1.4; } }
  @media screen and (min-width: 1700px) {
    .news-archive__paging {
      font-size: 16px;
      line-height: 1.4; } }
  .news-archive__paging span {
    margin-left: 15px; }
  .news-archive__paging a {
    text-transform: uppercase;
    color: #7f7f7f;
    text-decoration: none;
    transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin-left: 15px; }

.news-archive__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .news-archive__items .card-news {
    width: calc(50% - 32px);
    margin-bottom: 97px; }
    @media (max-width: 1024px) {
      .news-archive__items .card-news {
        width: 100%;
        margin-bottom: 40px; } }

@media (max-width: 700px) {
  .post-type-archive-project .page-container {
    padding-top: 0px; } }

.single-project .project-slider .module-title {
  font-size: 24px; }
  .single-project .project-slider .module-title:after {
    display: none; }

.single-project .module-form {
  padding-top: 0px; }

.single-project .project-slider {
  padding-top: 0px; }

.project-archive {
  background: #e6e7e6;
  position: relative;
  padding-bottom: 100px; }
  @media (max-width: 700px) {
    .project-archive {
      padding-top: 50px; } }
  .project-archive__panel {
    content: '';
    width: 100%;
    z-index: 1;
    height: 358px;
    background: #ffffff;
    display: block;
    position: absolute;
    left: 0;
    top: 0; }
    @media (max-width: 1170px) {
      .project-archive__panel {
        height: 266px; } }
    @media (max-width: 1024px) {
      .project-archive__panel {
        height: 221px; } }
    @media (max-width: 700px) {
      .project-archive__panel {
        display: none; } }
  .project-archive__decal {
    content: '';
    width: 50%;
    height: 50%;
    left: 0;
    bottom: 0; }
    @media (max-width: 700px) {
      .project-archive__decal {
        display: none; } }
  .project-archive__filters {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    z-index: 2;
    margin-bottom: 30px; }
    .project-archive__filters li {
      margin-left: 22px; }
      .project-archive__filters li a {
        text-transform: uppercase;
        color: #7f7f7f;
        text-decoration: none;
        transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        font-size: 13px;
        line-height: 1.4; }
        @media screen and (min-width: 330px) {
          .project-archive__filters li a {
            font-size: 13px;
            line-height: 1.4; } }
        @media screen and (min-width: 700px) {
          .project-archive__filters li a {
            font-size: 13px;
            line-height: 1.4; } }
        @media screen and (min-width: 1024px) {
          .project-archive__filters li a {
            font-size: 14px;
            line-height: 1.4; } }
        @media screen and (min-width: 1170px) {
          .project-archive__filters li a {
            font-size: 14px;
            line-height: 1.4; } }
        @media screen and (min-width: 1580px) {
          .project-archive__filters li a {
            font-size: 14px;
            line-height: 1.4; } }
        @media screen and (min-width: 1700px) {
          .project-archive__filters li a {
            font-size: 16px;
            line-height: 1.4; } }
        .project-archive__filters li a:hover {
          color: #000000; }
        .project-archive__filters li a.active {
          color: #000000; }
  .project-archive__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 2; }
    .project-archive__items .card-project {
      width: 32.5%;
      margin-bottom: 30px; }
      @media (max-width: 1024px) {
        .project-archive__items .card-project {
          width: 49%;
          margin-bottom: 20px; } }
      @media (max-width: 700px) {
        .project-archive__items .card-project {
          width: 100%; } }

.single-project {
  background: #ffffff;
  padding-bottom: 0px !important; }
  .single-project__title {
    font-size: 25px;
    position: relative;
    padding-top: 30px;
    margin-bottom: 40px; }
    @media (max-width: 1024px) {
      .single-project__title {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 1;
        padding-top: 15px; } }
    .single-project__title:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 137px;
      height: 2px;
      background: #867852;
      display: block; }
  .single-project__columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media (max-width: 1024px) {
      .single-project__columns {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .single-project__column-1 {
    width: 33%;
    margin-right: 8%; }
    @media (max-width: 1024px) {
      .single-project__column-1 {
        width: 90%;
        margin-right: 0px;
        margin-bottom: 60px; } }
    @media (max-width: 700px) {
      .single-project__column-1 {
        margin-bottom: 30px; } }
  .single-project__column-2 {
    width: 170px;
    margin-right: 8%; }
    @media (max-width: 700px) {
      .single-project__column-2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: 0px;
        width: 100%;
        margin-bottom: 30px; } }
  .single-project__detail {
    margin-bottom: 50px; }
    @media (max-width: 700px) {
      .single-project__detail {
        width: 50%;
        margin-bottom: 00px; } }
  @media (max-width: 700px) {
    .single-project__link {
      width: 50%; } }
  .single-project__link a {
    font-size: 13px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #867852;
    text-decoration: none;
    display: block;
    margin-top: 16px; }
    @media screen and (min-width: 330px) {
      .single-project__link a {
        font-size: 13px;
        line-height: 1.4; } }
    @media screen and (min-width: 700px) {
      .single-project__link a {
        font-size: 13px;
        line-height: 1.4; } }
    @media screen and (min-width: 1024px) {
      .single-project__link a {
        font-size: 14px;
        line-height: 1.4; } }
    @media screen and (min-width: 1170px) {
      .single-project__link a {
        font-size: 16px;
        line-height: 1.4; } }
    @media screen and (min-width: 1580px) {
      .single-project__link a {
        font-size: 16px;
        line-height: 1.4; } }
    @media screen and (min-width: 1700px) {
      .single-project__link a {
        font-size: 16px;
        line-height: 1.4; } }
    @media (max-width: 700px) {
      .single-project__link a {
        margin-top: 0px; } }
  .single-project__column-3 {
    width: 33%; }
    @media (max-width: 1024px) {
      .single-project__column-3 {
        width: 60%; } }
    @media (max-width: 700px) {
      .single-project__column-3 {
        width: 100%; } }
  .single-project__logo {
    max-width: 230px;
    margin-top: 60px; }
    @media (max-width: 1024px) {
      .single-project__logo {
        margin-top: 30px;
        max-width: 147px; } }

.single-project-container {
  background: #e6e7e6; }
  .single-project-container .module-slider {
    background: #ffffff; }
  .single-project-container .module-map {
    background: none !important;
    padding-bottom: 30px !important;
    position: relative;
    z-index: 2; }

.single-project-decal-wrapper {
  position: relative;
  z-index: 2; }
  .single-project-decal-wrapper .decal {
    height: calc(100% - 320px);
    width: 50%;
    top: 50%;
    transform: translateY(-50%); }

.page-id-97 #swup > div.page-container > div > div.page-module.module-form.gold.divided {
  padding-bottom: 30px;
  padding-top: 30px; }

.page-id-97 .module-map {
  position: relative;
  padding-top: 0px; }
  .page-id-97 .module-map:after {
    content: '';
    z-index: 1;
    background: url(../svg/decal.svg) repeat center;
    background-size: 28px;
    display: block;
    position: absolute;
    width: 50%;
    height: 60%;
    left: 0;
    bottom: 0; }
  .page-id-97 .module-map .module-map__map {
    position: relative;
    z-index: 2; }

.footer {
  background: #000000;
  color: #ffffff;
  width: 100%;
  padding: 77px 0px 60px;
  z-index: 2;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .footer h4 {
    font-size: 16px; }
  @media (max-width: 1170px) {
    .footer {
      font-size: 12px;
      padding: 93px 0px; }
      .footer p {
        font-size: 12px; } }
  @media (max-width: 700px) {
    .footer {
      padding: 50px 0px; } }
  .footer .inner-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .footer__left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media (max-width: 700px) {
      .footer__left {
        position: relative;
        padding-left: 50px;
        box-sizing: border-box;
        -ms-flex-direction: column;
            flex-direction: column; } }
    @media (max-width: 1170px) {
      .footer__left h3 {
        color: #867852;
        font-size: 12px; } }
  .footer__right {
    width: 392px;
    padding-top: 12px; }
    @media (max-width: 1170px) {
      .footer__right {
        box-sizing: border-box;
        width: 222px; } }
    @media (max-width: 1024px) {
      .footer__right {
        padding-left: 98px;
        padding-top: 30px;
        width: 322px;
        box-sizing: border-box; } }
    @media (max-width: 700px) {
      .footer__right {
        width: 100%;
        padding-left: 50px; } }
    .footer__right .gform_wrapper form .gform_footer {
      position: relative; }
      .footer__right .gform_wrapper form .gform_footer:after {
        content: '';
        background: url(../svg/arrow-right-gold.svg) no-repeat center;
        background-size: contain;
        width: 10px;
        height: 13px;
        position: absolute;
        right: 4px;
        top: 2px;
        display: block; }
    .footer__right .gform_wrapper form .gform_footer .gform_button {
      padding: 0px;
      border: 0px;
      border-radius: 0px;
      color: #867852;
      text-align: left;
      width: 100%;
      display: block;
      position: relative; }
      .footer__right .gform_wrapper form .gform_footer .gform_button:hover {
        background: none; }
    .footer__right .gform_wrapper form .gform_body {
      margin-bottom: 0px; }
    .footer__right .gform_wrapper form .gform_body > .gform_fields > li {
      margin-bottom: 10px; }
      .footer__right .gform_wrapper form .gform_body > .gform_fields > li input {
        color: #ffffff;
        padding-bottom: 10px;
        border-bottom: solid 2px #867852; }
        .footer__right .gform_wrapper form .gform_body > .gform_fields > li input:-ms-input-placeholder {
          color: #ffffff;
          opacity: 1; }
        .footer__right .gform_wrapper form .gform_body > .gform_fields > li input::placeholder {
          color: #ffffff;
          opacity: 1; }
        .footer__right .gform_wrapper form .gform_body > .gform_fields > li input:-ms-input-placeholder {
          color: #ffffff;
          opacity: 1; }
        .footer__right .gform_wrapper form .gform_body > .gform_fields > li input::-ms-input-placeholder {
          color: #ffffff;
          opacity: 1; }
  .footer__bottom {
    width: 100%;
    color: #7f7f7f;
    font-size: 13px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    padding-left: 138px;
    box-sizing: border-box;
    margin-top: 33px; }
    @media (max-width: 1170px) {
      .footer__bottom {
        padding-left: 71px;
        font-size: 10px; } }
    @media (max-width: 1024px) {
      .footer__bottom {
        margin-top: 36px;
        padding-left: 98px; } }
    @media (max-width: 700px) {
      .footer__bottom {
        -ms-flex-direction: column;
            flex-direction: column;
        padding-left: 50px; } }
    .footer__bottom ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: center;
          align-items: center; }
      .footer__bottom ul li {
        position: relative;
        margin-right: 8px;
        padding-right: 8px;
        color: #7f7f7f; }
        .footer__bottom ul li:last-child::after {
          display: none; }
        .footer__bottom ul li::after {
          content: '|';
          position: absolute;
          right: 0;
          top: 0; }
        .footer__bottom ul li a {
          text-decoration: none;
          color: #7f7f7f; }
  .footer__copyright {
    margin-right: 10px; }
    @media (max-width: 700px) {
      .footer__copyright {
        margin-right: 0px;
        margin-bottom: 10px; } }
  .footer__logo {
    max-width: 42px;
    margin-right: 96px; }
    @media (max-width: 1170px) {
      .footer__logo {
        margin-right: 45px;
        max-width: 28px; } }
    @media (max-width: 1024px) {
      .footer__logo {
        margin-right: 70px; } }
    @media (max-width: 700px) {
      .footer__logo {
        position: absolute;
        left: 0;
        top: 0; } }
  .footer__content {
    position: relative;
    padding-top: 10px; }
    .footer__content::after {
      position: absolute;
      left: 0;
      top: 0;
      width: 116px;
      height: 2px;
      display: block;
      content: '';
      background: #867852; }
  .footer__contact {
    margin-right: 93px; }
    @media (max-width: 1024px) {
      .footer__contact {
        margin-right: 63px; } }
    @media (max-width: 700px) {
      .footer__contact {
        margin-bottom: 15px; } }

.project-slider {
  background: #e6e7e6; }
  .project-slider__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-bottom: 40px; }
    @media (max-width: 700px) {
      .project-slider__top {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
            align-items: flex-start;
        margin-bottom: 10px; } }
  .project-slider .module-title {
    margin-bottom: 0px; }
    .project-slider .module-title strong,
    .project-slider .module-title em {
      font-weight: normal;
      font-family: inherit;
      color: #867852; }
    @media (max-width: 700px) {
      .project-slider .module-title {
        margin-bottom: 15px; } }
  .project-slider__filters {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    padding-right: 70px; }
    @media (max-width: 1170px) {
      .project-slider__filters {
        padding-right: 0px; } }
    .project-slider__filters li {
      margin-left: 22px; }
      @media (max-width: 700px) {
        .project-slider__filters li {
          margin-left: 0px;
          margin-right: 10px; } }
      .project-slider__filters li a {
        text-transform: uppercase;
        color: #7f7f7f;
        text-decoration: none;
        transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        font-size: 13px;
        line-height: 1.4; }
        @media screen and (min-width: 330px) {
          .project-slider__filters li a {
            font-size: 13px;
            line-height: 1.4; } }
        @media screen and (min-width: 700px) {
          .project-slider__filters li a {
            font-size: 13px;
            line-height: 1.4; } }
        @media screen and (min-width: 1024px) {
          .project-slider__filters li a {
            font-size: 14px;
            line-height: 1.4; } }
        @media screen and (min-width: 1170px) {
          .project-slider__filters li a {
            font-size: 14px;
            line-height: 1.4; } }
        @media screen and (min-width: 1580px) {
          .project-slider__filters li a {
            font-size: 14px;
            line-height: 1.4; } }
        @media screen and (min-width: 1700px) {
          .project-slider__filters li a {
            font-size: 16px;
            line-height: 1.4; } }
        @media (max-width: 700px) {
          .project-slider__filters li a {
            font-size: 11px; } }
        .project-slider__filters li a:hover {
          color: #000000; }
        .project-slider__filters li a.active {
          color: #000000; }
  .project-slider__image-wrapper {
    overflow: hidden; }
  .project-slider__image {
    display: block;
    width: 100%;
    height: 15vw;
    transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    @media (max-width: 1024px) {
      .project-slider__image {
        height: 22vw; } }
    @media (max-width: 700px) {
      .project-slider__image {
        height: 53vw; } }
    .project-slider__image:hover {
      transform: scale(1.1); }
  .project-slider__details {
    padding: 36px 26px 46px; }
    @media (max-width: 700px) {
      .project-slider__details {
        padding: 20px; } }
  .project-slider__status {
    font-size: 13px;
    color: #7f7f7f;
    margin-bottom: 10px; }
  .project-slider .site-link {
    color: #7f7f7f; }
  .project-slider .owl-nav {
    position: absolute;
    right: 276px;
    top: -65px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    @media (max-width: 1580px) {
      .project-slider .owl-nav {
        right: 148px; } }
    @media (max-width: 1170px) {
      .project-slider .owl-nav {
        display: none; } }
    .project-slider .owl-nav:after {
      content: '';
      height: 21px;
      width: 1px;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: #7f7f7f; }
    .project-slider .owl-nav .owl-prev {
      width: 30px;
      height: 30px;
      background: url(../svg/arrow-left-gold.svg) no-repeat center !important;
      background-size: 8px !important;
      display: block; }
      .project-slider .owl-nav .owl-prev span {
        display: none; }
    .project-slider .owl-nav .owl-next {
      width: 30px;
      height: 30px;
      background: url(../svg/arrow-right-gold.svg) no-repeat center !important;
      background-size: 8px !important;
      display: block; }
      .project-slider .owl-nav .owl-next span {
        display: none; }

.life-slider {
  background: #ffffff;
  position: relative;
  padding-top: 160px; }
  .life-slider__panel {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 338px;
    background: #e6e7e6;
    display: block;
    z-index: 1; }
    @media (max-width: 1170px) {
      .life-slider__panel {
        height: 312px; } }
    @media (max-width: 700px) {
      .life-slider__panel {
        height: 330px; } }
  .life-slider .module-title {
    position: relative;
    z-index: 2;
    width: 44%;
    margin-bottom: 100px;
    padding-top: 30px; }
    @media (max-width: 1024px) {
      .life-slider .module-title {
        width: 70%;
        margin-bottom: 50px;
        padding-top: 15px; } }
    @media (max-width: 700px) {
      .life-slider .module-title {
        margin-bottom: 30px;
        width: 100%; } }
  .life-slider__title {
    font-size: 25px;
    position: relative;
    margin-bottom: 40px;
    width: 100%; }
    @media (max-width: 1024px) {
      .life-slider__title {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 1;
        padding-top: 0px; } }
  .life-slider__image-wrapper {
    overflow: hidden; }
  .life-slider__image {
    display: block;
    width: 100%;
    height: 306px;
    transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    @media (max-width: 1170px) {
      .life-slider__image {
        height: 166px; } }
    @media (max-width: 700px) {
      .life-slider__image {
        height: 53vw; } }
    .life-slider__image:hover {
      transform: scale(1.1); }
  .life-slider__details {
    padding: 36px 26px 46px; }
    @media (max-width: 700px) {
      .life-slider__details {
        padding: 20px; } }
  .life-slider__logo {
    width: 96px;
    margin-bottom: 10px; }
  .life-slider .site-link {
    color: #7f7f7f; }
  .life-slider .owl-nav {
    position: absolute;
    right: 276px;
    top: -65px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    @media (max-width: 1580px) {
      .life-slider .owl-nav {
        right: 148px; } }
    @media (max-width: 1170px) {
      .life-slider .owl-nav {
        display: none; } }
    .life-slider .owl-nav:after {
      content: '';
      height: 21px;
      width: 1px;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: #7f7f7f; }
    .life-slider .owl-nav .owl-prev {
      width: 30px;
      height: 30px;
      background: url(../svg/arrow-left-gold.svg) no-repeat center !important;
      background-size: 8px !important;
      display: block; }
      .life-slider .owl-nav .owl-prev span {
        display: none; }
    .life-slider .owl-nav .owl-next {
      width: 30px;
      height: 30px;
      background: url(../svg/arrow-right-gold.svg) no-repeat center !important;
      background-size: 8px !important;
      display: block; }
      .life-slider .owl-nav .owl-next span {
        display: none; }

.team-slider {
  background: #e6e7e6; }
  .team-slider__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-bottom: 40px; }
    @media (max-width: 700px) {
      .team-slider__top {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
            align-items: flex-start;
        margin-bottom: 10px; } }
  .team-slider .module-title {
    margin-bottom: 0px; }
    @media (max-width: 700px) {
      .team-slider .module-title {
        margin-bottom: 15px; } }
  .team-slider__filters {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    padding-right: 70px; }
    @media (max-width: 1170px) {
      .team-slider__filters {
        padding-right: 0px; } }
    .team-slider__filters li {
      margin-left: 22px; }
      @media (max-width: 700px) {
        .team-slider__filters li {
          margin-left: 0px;
          margin-right: 10px; } }
      .team-slider__filters li a {
        text-transform: uppercase;
        color: #7f7f7f;
        text-decoration: none;
        transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        font-size: 13px;
        line-height: 1.4; }
        @media screen and (min-width: 330px) {
          .team-slider__filters li a {
            font-size: 13px;
            line-height: 1.4; } }
        @media screen and (min-width: 700px) {
          .team-slider__filters li a {
            font-size: 13px;
            line-height: 1.4; } }
        @media screen and (min-width: 1024px) {
          .team-slider__filters li a {
            font-size: 14px;
            line-height: 1.4; } }
        @media screen and (min-width: 1170px) {
          .team-slider__filters li a {
            font-size: 14px;
            line-height: 1.4; } }
        @media screen and (min-width: 1580px) {
          .team-slider__filters li a {
            font-size: 14px;
            line-height: 1.4; } }
        @media screen and (min-width: 1700px) {
          .team-slider__filters li a {
            font-size: 16px;
            line-height: 1.4; } }
        @media (max-width: 700px) {
          .team-slider__filters li a {
            font-size: 11px; } }
        .team-slider__filters li a:hover {
          color: #000000; }
        .team-slider__filters li a.active {
          color: #000000; }
  .team-slider__image-wrapper {
    overflow: hidden; }
  .team-slider__address {
    margin-bottom: 40px; }
  .team-slider__image {
    display: block;
    width: 100%;
    transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .team-slider__image:hover {
      transform: scale(1.1); }
  .team-slider__details {
    padding: 36px 26px 46px; }
    @media (max-width: 700px) {
      .team-slider__details {
        padding: 20px; } }
  .team-slider .site-link {
    color: #7f7f7f; }
  .team-slider .owl-nav {
    position: absolute;
    right: 276px;
    top: -65px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    @media (max-width: 1580px) {
      .team-slider .owl-nav {
        right: 148px; } }
    @media (max-width: 1170px) {
      .team-slider .owl-nav {
        display: none; } }
    .team-slider .owl-nav:after {
      content: '';
      height: 21px;
      width: 1px;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: #7f7f7f; }
    .team-slider .owl-nav .owl-prev {
      width: 30px;
      height: 30px;
      background: url(../svg/arrow-left-gold.svg) no-repeat center !important;
      background-size: 8px !important;
      display: block; }
      .team-slider .owl-nav .owl-prev span {
        display: none; }
    .team-slider .owl-nav .owl-next {
      width: 30px;
      height: 30px;
      background: url(../svg/arrow-right-gold.svg) no-repeat center !important;
      background-size: 8px !important;
      display: block; }
      .team-slider .owl-nav .owl-next span {
        display: none; }

.text-slider {
  background: url(../png/gradient-bg.png) no-repeat center;
  background-size: cover;
  position: relative; }
  @media (max-width: 700px) {
    .text-slider {
      padding-top: 70px !important; } }
  .text-slider__panel {
    position: absolute;
    right: 0;
    top: 0;
    width: 137px;
    height: 100%;
    background: #ffffff;
    z-index: 10; }
    @media (max-width: 1580px) {
      .text-slider__panel {
        width: 74px; } }
    @media (max-width: 1024px) {
      .text-slider__panel {
        width: 98px; } }
    @media (max-width: 700px) {
      .text-slider__panel {
        display: none; } }
  .text-slider__title {
    font-size: 25px;
    position: relative;
    padding-top: 30px;
    margin-bottom: 40px;
    color: #ffffff; }
    @media (max-width: 1024px) {
      .text-slider__title {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 1;
        padding-top: 15px; } }
    .text-slider__title:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 137px;
      height: 2px;
      background: #ffffff;
      display: block; }
  .text-slider h3 {
    font-size: 12vw;
    color: #c9c4b5;
    font-family: "Amerigo Md BT", serif; }
  .text-slider__details {
    max-width: 50%;
    color: #ffffff; }
    @media (max-width: 1024px) {
      .text-slider__details {
        max-width: 60%; } }
    @media (max-width: 700px) {
      .text-slider__details {
        max-width: 90%; } }
  .text-slider__icon {
    max-width: 34px;
    margin-bottom: 33px; }
  .text-slider .owl-item {
    background: none; }
  .text-slider .owl-nav {
    position: absolute;
    right: 276px;
    top: -65px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    @media (max-width: 1580px) {
      .text-slider .owl-nav {
        right: 148px; } }
    @media (max-width: 1024px) {
      .text-slider .owl-nav {
        top: -45px; } }
    @media (max-width: 700px) {
      .text-slider .owl-nav {
        right: 30px; } }
    .text-slider .owl-nav:after {
      content: '';
      height: 21px;
      width: 1px;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: #c9c4b5; }
    .text-slider .owl-nav .owl-prev {
      width: 30px;
      height: 30px;
      background: url(../svg/arrow-left-white.svg) no-repeat center !important;
      background-size: 8px !important;
      display: block; }
      .text-slider .owl-nav .owl-prev span {
        display: none; }
    .text-slider .owl-nav .owl-next {
      width: 30px;
      height: 30px;
      background: url(../svg/arrow-right-white.svg) no-repeat center !important;
      background-size: 8px !important;
      display: block; }
      .text-slider .owl-nav .owl-next span {
        display: none; }

.header {
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30; }
  .header .inner-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
    padding-top: 20px;
    padding-bottom: 33px; }
    @media (max-width: 700px) {
      .header .inner-wrapper {
        padding-top: 24px;
        padding-bottom: 24px;
        -ms-flex-align: center;
            align-items: center; } }
  .header__logo {
    max-width: 182px; }
    @media (max-width: 1170px) {
      .header__logo {
        max-width: 134px; } }
    @media (max-width: 700px) {
      .header__logo {
        max-width: 84px; } }
  .header .mobile-menu-trigger {
    position: relative;
    width: 17px;
    height: 16px;
    display: none; }
    @media (max-width: 1024px) {
      .header .mobile-menu-trigger {
        display: block; } }
    .header .mobile-menu-trigger .bar {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 2px;
      transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      background: #867852;
      display: block; }
      .header .mobile-menu-trigger .bar.bar-2 {
        top: 7px; }
      .header .mobile-menu-trigger .bar.bar-3 {
        top: 14px; }
    .header .mobile-menu-trigger:hover .bar-1 {
      top: 7px;
      transform: rotate(405deg); }
    .header .mobile-menu-trigger:hover .bar-2 {
      opacity: 0; }
    .header .mobile-menu-trigger:hover .bar-3 {
      top: 7px;
      transform: rotate(-405deg); }
  .header__nav {
    padding-right: 138px; }
    @media (max-width: 1700px) {
      .header__nav {
        padding-right: 0px; } }
    @media (max-width: 1024px) {
      .header__nav {
        display: none; } }
    .header__nav ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-align: center;
          align-items: center; }
      .header__nav ul li {
        margin-left: 22px;
        position: relative;
        white-space: nowrap; }
        .header__nav ul li::after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          bottom: -33px;
          height: 4px;
          background: #867852;
          width: 100%;
          transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
          opacity: 0;
          pointer-events: none; }
        .header__nav ul li.current-menu-item::after {
          opacity: 1; }
        .header__nav ul li:hover::after {
          opacity: 1; }
        .header__nav ul li a {
          color: #ffffff;
          text-decoration: none; }

.contact {
  position: fixed;
  background: #867852;
  top: calc(50% - 133px);
  right: 0;
  padding-right: 33px;
  width: 266px;
  transform: translateX(207px);
  z-index: 40;
  transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media (max-width: 1170px) {
    .contact {
      display: none; } }
  .contact:hover {
    transform: translateX(0px); }
  .contact__newsletter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 26px;
    padding-top: 30px; }
    .contact__newsletter .contact__title img {
      width: 9.5px; }
  .contact__form {
    width: 100%; }
    .contact__form .gform_wrapper form .gform_footer {
      position: relative; }
      .contact__form .gform_wrapper form .gform_footer:after {
        content: '';
        background: url(../svg/arrow-right-white.svg) no-repeat center;
        background-size: contain;
        width: 10px;
        height: 10px;
        position: absolute;
        right: 4px;
        top: 0;
        display: block; }
    .contact__form .gform_wrapper form .gform_footer .gform_button {
      padding: 0px;
      border: 0px;
      border-radius: 0px;
      color: #ffffff;
      font-size: 10px;
      text-align: left;
      width: 100%;
      display: block;
      position: relative; }
      .contact__form .gform_wrapper form .gform_footer .gform_button:hover {
        background: none; }
    .contact__form .gform_wrapper form .gform_body {
      margin-bottom: 0px; }
    .contact__form .gform_wrapper form .gform_body > .gform_fields > li {
      margin-bottom: 10px; }
      .contact__form .gform_wrapper form .gform_body > .gform_fields > li input {
        color: #ffffff;
        font-size: 10px;
        padding-bottom: 5px;
        border-bottom: solid 1px #ffffff; }
        .contact__form .gform_wrapper form .gform_body > .gform_fields > li input:-ms-input-placeholder {
          color: #ffffff;
          opacity: 1; }
        .contact__form .gform_wrapper form .gform_body > .gform_fields > li input::placeholder {
          color: #ffffff;
          opacity: 1; }
        .contact__form .gform_wrapper form .gform_body > .gform_fields > li input:-ms-input-placeholder {
          color: #ffffff;
          opacity: 1; }
        .contact__form .gform_wrapper form .gform_body > .gform_fields > li input::-ms-input-placeholder {
          color: #ffffff;
          opacity: 1; }
  .contact__email {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 30px; }
    .contact__email .contact__title img {
      width: 18px; }
    .contact__email .contact__email-inner {
      width: 100%; }
      .contact__email .contact__email-inner a {
        color: #ffffff;
        font-size: 10px;
        text-decoration: none; }
  .contact__phone {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 34px; }
    .contact__phone .contact__title img {
      width: 18px; }
    .contact__phone .contact__phone-inner {
      color: #ffffff;
      font-size: 10px;
      width: 100%; }
      .contact__phone .contact__phone-inner a {
        color: #ffffff;
        font-size: 10px;
        text-decoration: none; }
  .contact__divider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 29px; }
    .contact__divider .contact__line {
      width: 100%;
      height: 1px;
      background: #ffffff;
      display: block; }
    .contact__divider .contact__title span {
      height: 1px;
      background: #796c4b;
      width: 30px;
      display: block; }
  .contact__title {
    width: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.mobile-menu {
  background: #000000;
  color: #ffffff;
  padding-top: 85px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  padding-bottom: 30px;
  overflow-y: auto;
  height: 100%;
  display: none;
  transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateX(110%); }
  .mobile-menu.active {
    transform: none; }
  @media (max-width: 1024px) {
    .mobile-menu {
      display: block; } }
  @media (max-width: 700px) {
    .mobile-menu {
      padding-top: 67px; } }
  .mobile-menu h3 {
    color: #867852; }
  .mobile-menu__nav ul li {
    margin-bottom: 20px; }
    .mobile-menu__nav ul li a {
      color: #ffffff;
      text-decoration: none; }
  .mobile-menu__content p, .mobile-menu__content h3 {
    font-size: 12px; }
  .mobile-menu__content a {
    color: #fff;
    text-decoration: none; }
  .mobile-menu__bottom {
    font-size: 10px;
    color: #7f7f7f;
    margin-top: 30px; }
    .mobile-menu__bottom ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: center;
          align-items: center;
      margin-top: 10px; }
      .mobile-menu__bottom ul li {
        position: relative;
        margin-right: 8px;
        padding-right: 8px;
        color: #7f7f7f; }
        .mobile-menu__bottom ul li:last-child::after {
          display: none; }
        .mobile-menu__bottom ul li::after {
          content: '|';
          position: absolute;
          right: 0;
          top: 0; }
        .mobile-menu__bottom ul li a {
          text-decoration: none;
          color: #7f7f7f; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 100px;
  box-sizing: border-box;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .popup.active {
    opacity: 1;
    pointer-events: auto; }
  @media (max-width: 700px) {
    .popup {
      padding: 20px; } }
  .popup__inner {
    position: relative;
    max-width: 900px;
    width: 100%;
    z-index: 2; }
  .popup__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.74); }

@media (max-width: 700px) {
  .popup-team {
    -ms-flex-align: start;
        align-items: flex-start; } }

.popup-team__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  position: relative; }
  @media (max-width: 700px) {
    .popup-team__inner {
      -ms-flex-direction: column;
          flex-direction: column; } }

@media (max-width: 700px) {
  .popup-team__title {
    padding-right: 30px; } }

.popup-team .close-popup {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 15px; }
  @media (max-width: 700px) {
    .popup-team .close-popup {
      top: 20px;
      right: 20px; } }

.popup-team__image {
  width: 40%; }
  @media (max-width: 700px) {
    .popup-team__image {
      width: 100%; } }

.popup-team__content-wrapper {
  background: #ffffff;
  padding: 40px;
  width: 60%;
  position: relative; }
  @media (max-width: 700px) {
    .popup-team__content-wrapper {
      width: 100%;
      padding: 20px; } }

.image-hover {
  overflow: hidden; }
  .image-hover:hover a, .image-hover:hover div {
    transform: scale(1.1); }
  .image-hover a, .image-hover div {
    transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.card-news {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start; }
  .card-news__image {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block; }
  .card-news__content {
    width: 100%; }
  .card-news__title a {
    color: #867852;
    font-family: inherit;
    text-decoration: none; }
  .card-news__image-wrapper {
    width: 255px;
    height: 255px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 25px;
    position: relative; }
    @media (max-width: 1170px) {
      .card-news__image-wrapper {
        width: 136px;
        height: 136px; } }
    @media (max-width: 1024px) {
      .card-news__image-wrapper {
        margin-right: 12px; } }
    @media (max-width: 700px) {
      .card-news__image-wrapper {
        display: none; } }
  .card-news__date {
    font-size: 13px;
    color: #adadad;
    margin-bottom: 10px; }
  .card-news__read-more {
    color: #7f7f7f; }

.card-project__image-wrapper {
  overflow: hidden; }

.card-project__image {
  display: block;
  width: 100%;
  height: 306px;
  transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media (max-width: 1170px) {
    .card-project__image {
      height: 216px; } }
  @media (max-width: 1024px) {
    .card-project__image {
      height: 171px; } }
  @media (max-width: 700px) {
    .card-project__image {
      height: 53vw; } }
  .card-project__image:hover {
    transform: scale(1.1); }

.card-project__details {
  padding: 36px 26px 46px;
  background: #ffffff; }
  @media (max-width: 700px) {
    .card-project__details {
      padding: 20px; } }

.card-project__status {
  font-size: 13px;
  color: #7f7f7f;
  margin-bottom: 10px; }

.card-project .site-link {
  color: #7f7f7f; }

.page-header {
  height: 100vh;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: end;
      align-items: flex-end;
  position: relative;
  padding-bottom: 156px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0; }
  .page-header::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 137px;
    background: #000000;
    height: 100%;
    content: ''; }
    @media (max-width: 1580px) {
      .page-header::after {
        width: 74px; } }
    @media (max-width: 1024px) {
      .page-header::after {
        width: 98px; } }
    @media (max-width: 700px) {
      .page-header::after {
        width: 19px; } }
  @media (max-width: 700px) {
    .page-header {
      padding-bottom: 125px; } }
  .page-header__gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .page-header__scroll-down {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #867852;
    z-index: 2; }
    .page-header__scroll-down img {
      width: 13px; }
  .page-header__page-title {
    position: relative;
    z-index: 2; }
    .page-header__page-title::after {
      position: absolute;
      content: '';
      width: 137px;
      height: 2px;
      background: #867852;
      display: block;
      left: 0;
      top: -50px; }
      @media (max-width: 1170px) {
        .page-header__page-title::after {
          top: -40px; } }
      @media (max-width: 700px) {
        .page-header__page-title::after {
          width: 40px;
          top: -20px; } }
  .page-header h1 {
    color: #ffffff;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3); }
    .page-header h1 strong,
    .page-header h1 em {
      color: #867852;
      font-family: inherit;
      font-weight: normal; }
    .page-header h1 span {
      font-family: inherit; }
  .page-header__sub-title {
    bottom: -70px;
    left: 0;
    color: #ffffff; }
    @media (max-width: 700px) {
      .page-header__sub-title {
        bottom: -50px; } }

.page-module {
  padding: 100px 0px; }
  @media (max-width: 700px) {
    .page-module {
      padding: 50px 0px; } }

.module-intro {
  position: relative;
  background: #000000;
  color: #ffffff; }
  .module-intro__panel {
    position: absolute;
    width: 100%;
    height: 15%;
    background: #ffffff;
    bottom: -1px;
    left: 0;
    display: none; }
    @media (max-width: 1580px) {
      .module-intro__panel {
        height: 15%; } }
    @media (max-width: 1170px) {
      .module-intro__panel {
        height: 10%; } }
  .module-intro.has-image .module-intro__image {
    display: block; }
  .module-intro.has-image .module-intro__panel {
    display: block; }
    @media (max-width: 1024px) {
      .module-intro.has-image .module-intro__panel {
        display: none; } }
  .module-intro.has-image .module-intro__column-2 {
    display: none; }
  .module-intro.has-image .inner-wrapper {
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (max-width: 1024px) {
      .module-intro.has-image .inner-wrapper {
        -ms-flex-direction: row;
            flex-direction: row; } }
    @media (max-width: 700px) {
      .module-intro.has-image .inner-wrapper {
        -ms-flex-direction: column;
            flex-direction: column; } }
  .module-intro.has-image .module-intro__column-1 {
    width: 52%; }
    @media (max-width: 700px) {
      .module-intro.has-image .module-intro__column-1 {
        width: 100%; } }
  .module-intro.gold {
    background: #867852;
    color: #ffffff; }
    .module-intro.gold .site-link:after {
      background: url(../svg/arrow-right-white.svg) no-repeat center;
      background-size: contain; }
    .module-intro.gold .module-intro__title {
      color: inherit; }
      .module-intro.gold .module-intro__title:after {
        background: #ffffff; }
  .module-intro.grey {
    background: #e6e7e6;
    color: #000000; }
  .module-intro.white {
    background: #ffffff;
    color: #000000; }
  .module-intro .inner-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1024px) {
      .module-intro .inner-wrapper {
        -ms-flex-direction: column;
            flex-direction: column; } }
    @media (max-width: 700px) {
      .module-intro .inner-wrapper {
        -ms-flex-direction: column;
            flex-direction: column; } }
  .module-intro__image {
    width: 40%;
    position: relative;
    display: none; }
    @media (max-width: 700px) {
      .module-intro__image {
        width: 100%; } }
  .module-intro__column-1 {
    width: 44%;
    margin-right: 8%; }
    @media (max-width: 1024px) {
      .module-intro__column-1 {
        width: 70%; } }
    @media (max-width: 700px) {
      .module-intro__column-1 {
        width: 100%;
        margin-bottom: 20px; } }
  .module-intro__column-2 {
    width: 35%;
    padding-top: 10px; }
    @media (max-width: 1580px) {
      .module-intro__column-2 {
        padding-top: 10px; } }
    @media (max-width: 1170px) {
      .module-intro__column-2 {
        padding-top: 5px; } }
    @media (max-width: 1024px) {
      .module-intro__column-2 {
        width: 60%;
        padding-top: 20px; } }
    @media (max-width: 700px) {
      .module-intro__column-2 {
        padding-top: 0px;
        width: 100%; } }
  .module-intro__link {
    color: inherit;
    margin-top: 40px; }
    @media (max-width: 1170px) {
      .module-intro__link {
        margin-top: 10px; } }
  .module-intro__title {
    font-size: 25px;
    position: relative;
    padding-top: 30px;
    margin-bottom: 40px;
    width: 100%; }
    @media (max-width: 1024px) {
      .module-intro__title {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 1;
        padding-top: 15px; } }
    .module-intro__title:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 137px;
      height: 2px;
      background: #867852;
      display: block; }
  .module-intro__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    padding-top: 12px;
    background: #867852;
    color: #ffffff;
    font-size: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 1024px) {
      .module-intro__caption {
        display: none; } }
    .module-intro__caption span {
      width: 8px;
      margin-right: 10px; }

.module-image {
  background: #000000;
  padding: 0px; }
  .module-image.white {
    background: #ffffff; }
    .module-image.white .site-link {
      color: #000000; }
  .module-image.grey {
    background: #e6e7e6; }
    .module-image.grey .site-link {
      color: #000000; }
  .module-image.gold {
    background: #867852; }
    .module-image.gold .module-title {
      color: #ffffff; }
    .module-image.gold .site-link {
      color: #ffffff; }
      .module-image.gold .site-link:after {
        background: url(../svg/arrow-right-white.svg) no-repeat center;
        background-size: contain; }
  .module-image.divided .module-image__panel {
    display: block; }
  .module-image__title-wrapper {
    margin-bottom: 60px; }
    @media (max-width: 1580px) {
      .module-image__title-wrapper {
        margin-bottom: 40px; } }
    @media (max-width: 700px) {
      .module-image__title-wrapper {
        margin-bottom: 20px; } }
    .module-image__title-wrapper .module-title {
      margin-bottom: 20px; }
    .module-image__title-wrapper .site-link {
      color: #ffffff; }
  .module-image__image {
    transform: translateX(-137px);
    width: calc(100% + 137px);
    position: relative; }
    @media (max-width: 1580px) {
      .module-image__image {
        transform: translateX(-74px);
        width: calc(100% + 74px); } }
    @media (max-width: 1024px) {
      .module-image__image {
        transform: translateX(-98px);
        width: calc(100% + 98px); } }
    @media (max-width: 700px) {
      .module-image__image {
        transform: translateX(-19px);
        width: calc(100% + 19px); } }
    .module-image__image img {
      position: relative;
      z-index: 2; }
  .module-image__panel {
    position: absolute;
    right: -137px;
    bottom: -100px;
    width: calc(100% + 137px);
    height: calc(50% + 100px);
    background: #e6e7e6;
    display: none; }
    @media (max-width: 1580px) {
      .module-image__panel {
        right: -74px;
        width: calc(100% + 74px); } }
    @media (max-width: 1024px) {
      .module-image__panel {
        right: -98px;
        width: calc(100% + 98px); } }
    @media (max-width: 700px) {
      .module-image__panel {
        right: -19px;
        width: calc(100% + 19px);
        height: calc(50% + 50px);
        bottom: -50px; } }

.module-columns {
  color: #ffffff;
  background: #000000; }
  .module-columns.white {
    background: #ffffff;
    color: #000000; }
  .module-columns.grey {
    background: #e6e7e6;
    color: #000000; }
  .module-columns.gold {
    color: #ffffff;
    background: #867852; }
    .module-columns.gold .module-title {
      color: #ffffff; }
      .module-columns.gold .module-title:after {
        background: #ffffff; }
  .module-columns__columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    padding-left: 80px; }
    @media (max-width: 1024px) {
      .module-columns__columns {
        -ms-flex-direction: column;
            flex-direction: column; } }
    @media (max-width: 1170px) {
      .module-columns__columns {
        padding-left: 0px; } }
  .module-columns .module-title {
    margin-bottom: 60px;
    padding-left: 80px;
    font-size: 20px;
    line-height: 1; }
    @media screen and (min-width: 330px) {
      .module-columns .module-title {
        font-size: 20px;
        line-height: 1; } }
    @media screen and (min-width: 700px) {
      .module-columns .module-title {
        font-size: 20px;
        line-height: 1; } }
    @media screen and (min-width: 1024px) {
      .module-columns .module-title {
        font-size: 24px;
        line-height: 1; } }
    @media screen and (min-width: 1170px) {
      .module-columns .module-title {
        font-size: 36px;
        line-height: 1; } }
    @media screen and (min-width: 1580px) {
      .module-columns .module-title {
        font-size: 40px;
        line-height: 1; } }
    @media screen and (min-width: 1700px) {
      .module-columns .module-title {
        font-size: 40px;
        line-height: 1; } }
    .module-columns .module-title:after {
      left: 80px; }
      @media (max-width: 1170px) {
        .module-columns .module-title:after {
          left: 0px; } }
    @media (max-width: 1170px) {
      .module-columns .module-title {
        margin-bottom: 30px;
        padding-left: 0px; } }
  .module-columns__column {
    width: 30%;
    margin-right: 2%; }
    @media (max-width: 1024px) {
      .module-columns__column {
        width: 60%;
        margin-right: 0px; } }
    @media (max-width: 700px) {
      .module-columns__column {
        width: 100%; } }
    .module-columns__column:last-child {
      margin-right: 0px; }

.module-slider {
  position: relative;
  background: #000000; }
  .module-slider.white {
    background: #ffffff; }
  .module-slider.grey {
    background: #ffffff; }
  .module-slider.gold {
    background: #867852; }
  .module-slider.divided .module-slider__panel {
    display: block; }
  .module-slider__panel {
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 50%;
    background: #e6e7e6;
    left: 0;
    bottom: 0;
    display: none; }
  .module-slider__slide {
    height: 450px; }
    @media (max-width: 1580px) {
      .module-slider__slide {
        height: 30vw; } }
    @media (max-width: 1024px) {
      .module-slider__slide {
        height: 50vw; } }
  .module-slider .owl-nav {
    position: absolute;
    left: 137px;
    bottom: 0;
    background: #867852;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    @media (max-width: 1580px) {
      .module-slider .owl-nav {
        left: 74px; } }
    .module-slider .owl-nav:after {
      content: '';
      height: 21px;
      width: 1px;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: #928564; }
    .module-slider .owl-nav .owl-prev {
      width: 40px;
      height: 50px;
      background: url(../svg/arrow-left-white.svg) no-repeat center !important;
      background-size: 8px !important;
      display: block; }
      .module-slider .owl-nav .owl-prev span {
        display: none; }
    .module-slider .owl-nav .owl-next {
      width: 40px;
      height: 50px;
      background: url(../svg/arrow-right-white.svg) no-repeat center !important;
      background-size: 8px !important;
      display: block; }
      .module-slider .owl-nav .owl-next span {
        display: none; }

.module-featured {
  background: #000000;
  color: #ffffff; }
  .module-featured.white {
    background: #ffffff;
    color: #000000; }
  .module-featured.grey {
    background: #e6e7e6;
    color: #000000; }
  .module-featured.gold {
    background: #867852; }
    .module-featured.gold .module-featured__title {
      color: #ffffff; }
      .module-featured.gold .module-featured__title:after {
        background: #ffffff; }
    .module-featured.gold strong,
    .module-featured.gold em {
      color: #ffffff;
      font-family: inherit;
      font-weight: normal; }
    .module-featured.gold .site-link {
      color: #ffffff; }
      .module-featured.gold .site-link:after {
        background: url(../svg/arrow-right-white.svg) no-repeat center;
        background-size: contain; }
  .module-featured__title {
    font-size: 25px;
    position: relative;
    padding-top: 30px;
    margin-bottom: 40px; }
    @media (max-width: 1024px) {
      .module-featured__title {
        font-size: 20px;
        line-height: 1;
        padding-top: 15px;
        margin-bottom: 20px; } }
    .module-featured__title:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 137px;
      height: 2px;
      background: #867852;
      display: block; }
  .module-featured__content {
    font-size: 40px;
    line-height: 0.9;
    font-family: "Amerigo Md BT", serif; }
    @media screen and (min-width: 330px) {
      .module-featured__content {
        font-size: 40px;
        line-height: 0.9; } }
    @media screen and (min-width: 700px) {
      .module-featured__content {
        font-size: 50px;
        line-height: 0.9; } }
    @media screen and (min-width: 1024px) {
      .module-featured__content {
        font-size: 80px;
        line-height: 0.9; } }
    @media screen and (min-width: 1170px) {
      .module-featured__content {
        font-size: 80px;
        line-height: 0.9; } }
    @media screen and (min-width: 1580px) {
      .module-featured__content {
        font-size: 100px;
        line-height: 0.9; } }
    @media screen and (min-width: 1700px) {
      .module-featured__content {
        font-size: 100px;
        line-height: 0.9; } }
    .module-featured__content strong,
    .module-featured__content em {
      color: #867852;
      font-family: inherit;
      font-weight: normal; }
  .module-featured .site-link {
    color: #7f7f7f;
    margin-top: 40px; }
    @media (max-width: 1024px) {
      .module-featured .site-link {
        margin-top: 20px; } }

.module-map {
  background: #000000; }
  .module-map.white {
    background: #ffffff; }
  .module-map.grey {
    background: #e6e7e6; }
  .module-map.gold {
    background: #867852; }
  .module-map__map iframe {
    height: 39vw !important;
    width: 100% !important; }
    @media (max-width: 700px) {
      .module-map__map iframe {
        height: 50vw; } }

.module-downloads {
  position: relative;
  background: #000000;
  color: #ffffff; }
  .module-downloads.gold {
    background: #867852;
    color: #ffffff; }
    .module-downloads.gold .module-downloads__title {
      color: inherit; }
      .module-downloads.gold .module-downloads__title:after {
        background: #ffffff; }
    .module-downloads.gold .module-downloads__link {
      border: solid 1px #ffffff;
      color: #ffffff; }
      .module-downloads.gold .module-downloads__link:after {
        background: url(../svg/arrow-right-white.svg) no-repeat center;
        background-size: contain; }
  .module-downloads.grey {
    background: #e6e7e6;
    color: #000000; }
  .module-downloads.white {
    background: #ffffff;
    color: #000000; }
  .module-downloads .inner-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media (max-width: 1024px) {
      .module-downloads .inner-wrapper {
        -ms-flex-direction: column;
            flex-direction: column; } }
    @media (max-width: 700px) {
      .module-downloads .inner-wrapper {
        -ms-flex-direction: column;
            flex-direction: column; } }
  .module-downloads__downloads {
    width: 40%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media (max-width: 1024px) {
      .module-downloads__downloads {
        width: 100%;
        margin-top: 30px; } }
    @media (max-width: 700px) {
      .module-downloads__downloads {
        width: 100%;
        -ms-flex-direction: column;
            flex-direction: column;
        margin-top: 0px; } }
  .module-downloads__download {
    width: 48%;
    display: block; }
    @media (max-width: 700px) {
      .module-downloads__download {
        width: 90%;
        margin-bottom: 30px; } }
  .module-downloads__image {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    box-shadow: 4px 4px 10px -4px rgba(0, 0, 0, 0.43); }
  .module-downloads__link {
    color: #867852;
    border: solid 1px #867852;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
    display: block;
    padding: 12px 10px 8px;
    text-decoration: none;
    position: relative;
    transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .module-downloads__link:hover {
      background: #867852;
      color: #ffffff; }
      .module-downloads__link:hover:after {
        background: url(../svg/arrow-right-white.svg) no-repeat center;
        background-size: contain; }
    .module-downloads__link:after {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      background: url(../svg/arrow-right-gold.svg) no-repeat center;
      background-size: contain;
      width: 8px;
      height: 13px;
      content: '';
      transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .module-downloads__column-1 {
    width: 44%;
    margin-right: 8%; }
    @media (max-width: 1024px) {
      .module-downloads__column-1 {
        width: 70%; } }
    @media (max-width: 700px) {
      .module-downloads__column-1 {
        width: 100%;
        margin-bottom: 20px; } }
  .module-downloads__title {
    font-size: 25px;
    position: relative;
    padding-top: 30px;
    margin-bottom: 40px; }
    @media (max-width: 1024px) {
      .module-downloads__title {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 1;
        padding-top: 15px; } }
    .module-downloads__title:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 137px;
      height: 2px;
      background: #867852;
      display: block; }

.module-form {
  position: relative;
  background: none;
  z-index: 2; }
  .module-form.gold .module-form__inner {
    background: #867852;
    color: #ffffff; }
  .module-form.gold .module-form__title {
    color: inherit; }
  .module-form.gold .gform_wrapper form .gform_body > .gform_fields > li input[type="text"], .module-form.gold .gform_wrapper form .gform_body > .gform_fields > li input[type="email"], .module-form.gold .gform_wrapper form .gform_body > .gform_fields > li select, .module-form.gold .gform_wrapper form .gform_body > .gform_fields > li textarea {
    border-bottom: solid 1px #ffffff; }
  .module-form.gold .gform_wrapper form .gform_footer .gform_button {
    color: #ffffff;
    border: solid 1px #ffffff; }
    .module-form.gold .gform_wrapper form .gform_footer .gform_button:hover {
      background: #ffffff;
      color: #867852; }
  .module-form.grey .module-form__inner {
    background: #e6e7e6;
    color: #000000; }
  .module-form.grey .gform_wrapper form .gform_body > .gform_fields > li input[type="text"], .module-form.grey .gform_wrapper form .gform_body > .gform_fields > li input[type="email"], .module-form.grey .gform_wrapper form .gform_body > .gform_fields > li select, .module-form.grey .gform_wrapper form .gform_body > .gform_fields > li textarea {
    border-bottom: solid 1px #000000; }
  .module-form.grey .gform_wrapper form .gform_footer .gform_button {
    color: #867852;
    border: solid 1px #867852; }
    .module-form.grey .gform_wrapper form .gform_footer .gform_button:hover {
      background: #867852;
      color: #ffffff; }
  .module-form.white .module-form__inner {
    background: #ffffff;
    color: #000000; }
  .module-form.white .gform_wrapper form .gform_body > .gform_fields > li input[type="text"], .module-form.white .gform_wrapper form .gform_body > .gform_fields > li input[type="email"], .module-form.white .gform_wrapper form .gform_body > .gform_fields > li select, .module-form.white .gform_wrapper form .gform_body > .gform_fields > li textarea {
    border-bottom: solid 1px #000000; }
  .module-form.white .gform_wrapper form .gform_footer .gform_button {
    color: #867852;
    border: solid 1px #867852; }
    .module-form.white .gform_wrapper form .gform_footer .gform_button:hover {
      background: #867852;
      color: #ffffff; }
  .module-form.divided .module-form__panel {
    display: block; }
  .module-form__panel {
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 50%;
    background: #e6e7e6;
    left: 0;
    bottom: 0;
    display: none; }
  .module-form__inner {
    background: #000000;
    color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 60px;
    position: relative;
    z-index: 2; }
    @media (max-width: 1024px) {
      .module-form__inner {
        -ms-flex-direction: column;
            flex-direction: column; } }
    @media (max-width: 700px) {
      .module-form__inner {
        -ms-flex-direction: column;
            flex-direction: column;
        padding: 20px; } }
  .module-form__form {
    width: 40%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start; }
    .module-form__form .gform_wrapper {
      width: 100%; }
    @media (max-width: 1024px) {
      .module-form__form {
        width: 100%; } }
  .module-form__column-1 {
    width: 32%;
    margin-right: 20%; }
    @media (max-width: 1024px) {
      .module-form__column-1 {
        width: 70%;
        margin-bottom: 30px; } }
    @media (max-width: 700px) {
      .module-form__column-1 {
        width: 100%;
        margin-bottom: 20px; } }
  .module-form__title {
    position: relative;
    margin-bottom: 20px;
    font-family: "LL Akkurat Regular Web", sans-serif;
    font-size: 13px;
    line-height: 1.4; }
    @media screen and (min-width: 330px) {
      .module-form__title {
        font-size: 13px;
        line-height: 1.4; } }
    @media screen and (min-width: 700px) {
      .module-form__title {
        font-size: 13px;
        line-height: 1.4; } }
    @media screen and (min-width: 1024px) {
      .module-form__title {
        font-size: 14px;
        line-height: 1.4; } }
    @media screen and (min-width: 1170px) {
      .module-form__title {
        font-size: 14px;
        line-height: 1.4; } }
    @media screen and (min-width: 1580px) {
      .module-form__title {
        font-size: 14px;
        line-height: 1.4; } }
    @media screen and (min-width: 1700px) {
      .module-form__title {
        font-size: 16px;
        line-height: 1.4; } }
    @media (max-width: 1024px) {
      .module-form__title {
        margin-bottom: 20px;
        line-height: 1; } }

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