@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,400&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap");
/**
 * =============================================================================
 * Fonts
 * =============================================================================
 */
/**
 * Base font size (em base).
 * As the name says, this value serves as base font size for every
 * relative sizing needs.
 * -----------------------------------------------------------------------------
 */
/**
 * =============================================================================
 * Responsive
 * =============================================================================
 */
/**
 * =============================================================================
 * Colors
 * =============================================================================
 */
/**
 * =============================================================================
 * Dimensions
 * =============================================================================
 */
/**
 * Spacing
 * -----------------------------------------------------------------------------
 */
/**
 * Borders
 * -----------------------------------------------------------------------------
 */
/**
 * =============================================================================
 * Helpers
 * =============================================================================
 */
/**
 * =============================================================================
 * Image replacement
 * =============================================================================
 */
/**
 * =============================================================================
 * Truncate (3 dot cut text)
 * =============================================================================
 */
/**
 * =============================================================================
 * Hover and focus
 * =============================================================================
 */
/**
 * =============================================================================
 * Border radius
 * =============================================================================
 */
/**
 * =============================================================================
 * Box shadow
 * =============================================================================
 */
/**
 * =============================================================================
 * Rotate
 * =============================================================================
 */
/**
 * =============================================================================
 * Animation
 * =============================================================================
 */
/**
 * =============================================================================
 * Opacity
 * =============================================================================
 */
/**
 * =============================================================================
 * Media Queries
 * =============================================================================
 */
/**
 * Always convert pixel values to em values with 16px as em base.
 * Useful when you've defined different em base for the whole project
 * but want your media queries in ems (since they *always* take 16px as base).
 */
/**
 * Return value in pixels.
 * Useful when you have numbers as variables and don’t want to bother with
 * concatenation of strings.
 */
/*! 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;
}

/**
 * =============================================================================
 * Reset
 * =============================================================================
 */
* {
  box-sizing: border-box;
}

blockquote, h1, h2, h3, h4, h5, h6, p, pre {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

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

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

label[for] {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

iframe {
  border: 0;
}

:-ms-input-placeholder {
  color: #b7bbc0;
  opacity: 1;
}

::placeholder {
  color: #b7bbc0;
  opacity: 1;
}

figure {
  margin: 0;
}

input {
  outline: none;
}

/*@font-face {
  font-family: "Wilderness";
  src: url("../fonts/wildernesstypeface-regular-webfont.woff2") format("woff2"), url("../fonts/wildernesstypeface-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}*/

@font-face {
    font-family: 'Wilderness';
    src: url('../fonts/laluxesscript-regular-webfont.woff2') format('woff2'),
         url('../fonts/laluxesscript-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
  color: #59544e;
  font-size: 16px;
}

body {
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.u-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .u-inner {
    padding: 0 24px;
  }
}

.u-inner--middle {
  max-width: 1224px;
}

.u-inner--narrow {
  max-width: 640px;
}

.u-inner--full {
  max-width: none;
}

.u-relative {
  position: relative;
}

.u-vertical {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100px;
  height: 20px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .u-vertical {
    right: 20px;
    left: 20px;
    top: 50px;
    width: auto;
    height: auto;
    text-align: center;
  }
}

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

.button {
  border-radius: 10em;
  background-image: linear-gradient(to right, #dcb368 -11%, #c79966 100%);
  color: #fff;
  display: inline-block;
  text-decoration: none;
  outline: none;
  border: 0;
  padding: 20px 65px 20px 45px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  position: relative;
  cursor: pointer;
}
.button--fixed {
  min-width: 215px;
}
.button--block {
  width: 100%;
}
.button:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #f1c26a;
  content: "";
  position: absolute;
  right: 42px;
  top: 50%;
  margin-top: -4px;
}
.button--down:after {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.button--amazon, .button--amazon:hover {
  background: no-repeat url(../images/amazon@2x.png) #000 25px 50%/148px 51px !important;
  padding: 10px;
  width: 235px;
  height: 64px;
  overflow: hidden;
  text-indent: -9999px;
}
@media screen and (max-width: 767px) {
  .button--amazon, .button--amazon:hover {
    background-size: 92px 32px !important;
    width: 169px;
    height: 45px;
  }
}
.button--amazon:hover:after {
  animation-duration: 0.6s;
  animation-name: moveArrow;
  animation-iteration-count: infinite;
}
.button--no-arrow {
  padding-right: 35px;
}
.button--no-arrow:after {
  display: none;
}
.button--gray {
  background: none #f8f6f4;
  color: #59544e;
  font-weight: 400;
}
.button--white {
  background: none #fff;
  color: #59544e;
  font-weight: 400;
}
.button--cart {
  position: relative;
  padding-left: 60px;
  padding-right: 75px;
}
.button--cart:before {
  background: url(../images/cart.svg) no-repeat 0 0/20px 20px;
  content: "";
  position: absolute;
  left: 24px;
  top: 18px;
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 12px;
  }
  .button--fixed {
    display: block;
    width: 100%;
  }
}

button.button:hover,
a.button:hover {
  background: none #c79966;
}

button.button--gray:hover,
a.button--gray:hover {
  background-color: #eee;
}

button.button--white:hover,
a.button--white:hover {
  background: none #c79966;
  color: #fff;
}

@keyframes moveArrow {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
  }
}
.container {
  overflow: hidden;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
}
body.admin-bar .header {
  top: 32px;
}

.header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 0;
}

.footer {
  padding: 60px 0 30px;
}

.mobile-footer-nav {
  margin-top: 28px;
  font-size: 15px;
  text-align: center;
}
.mobile-footer-nav a {
  color: inherit;
  text-decoration: none;
  padding: 0 2px;
}

@media screen and (max-width: 767px) {
  .footer__row:first-child {
    display: none;
  }

  .footer__group--1 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 90px 0 30px;
  }

  .footer__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .footer__row + .footer__row {
    margin-top: 80px;
  }

  .mobile-footer-nav {
    display: none;
  }
}
.footer__group--3 {
  -ms-flex: 0 0 60%;
      flex: 0 0 60%;
}

.footer__group--2 {
  -ms-flex: 0 0 40%;
      flex: 0 0 40%;
}

.footer__group--1 {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
}
/* mixed class names due to replacing logos in 2022*/
.logo {
  background: url(../images/logo-2022-light@2x.png) no-repeat 0 0/138px 73px;
  height: 73px;
  /*width: 153px;*/
  width: 138px;
  overflow: hidden;
  display: block;
  text-indent: -9999em;
}
@media only screen and (max-width: 989px) {
  .logo {
    width: 87px;
    height: 46px;
    background-size: contain;
  }
}
.logo--gold {
  background-image: url(../images/logo-2022-dark@2x.png);
}
.logo--alpha {
  background-image: url(../images/logo-2022-white@2x.png);
}
.logo--beta {
  background-image: url(../images/logo-2022-black@2x.png);
}
.logo--inverse {
  background: url(../images/logo-2022-dark@2x.png) no-repeat 0 0/112px 59px;
  height: 59px;
  width: 112px;
}

.header--scroll .logo {
	background-image: url(../images/logo-2022-dark@2x.png);
}

.nav {
  color: #fff;
  letter-spacing: 1.78px;
  font-size: 14px;
}
.nav--inverse {
  color: #59544e;
}

.nav__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.nav__item {
  margin-left: 30px;
}
@media only screen and (max-width: 989px) {
  .nav__item {
    display: none;
  }
}
.nav__item:first-child {
  margin-left: 0;
}
.nav__item:last-child {
  margin-left: 50px;
}
@media only screen and (max-width: 989px) {
  .nav__item:last-child {
    display: block;
    margin-left: 0;
  }
}

.nav__link {
  color: inherit;
  text-decoration: none;
  position: relative;
}
.nav__link:not(.nav__link--more):before {
  height: 2px;
  background-color: #c79966;
  position: absolute;
  left: 0;
  width: 0%;
  bottom: -5px;
  content: "";
  transition: 0.3s width;
}
.nav__link:hover:before {
  width: 100%;
}

.nav__link--more {
  display: block;
  background: #fff;
  color: #3d3d3d;
  border-radius: 10em;
  text-transform: uppercase;
  padding: 18px 64px 18px 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nav__link--more {
    background-color: transparent;
    overflow: hidden;
    text-indent: -9999px;
    width: 53px;
    height: 53px;
    padding: 0;
    display: block;
  }
}

.nav__more-svg {
  position: absolute;
  height: 14px;
  width: 17px;
  right: 32px;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .nav__more-svg {
    right: 20px;
  }
}

.nav__more-g {
  stroke: #ac7721;
}
@media screen and (max-width: 767px) {
  .nav__more-g {
    stroke: #fff;
  }
  .nav--inverse .nav__more-g {
    stroke: #ac7721;
  }
}

.list {
  font-size: 15px;
  line-height: 1.6;
  color: #605f5d;
}
.list__link {
  text-decoration: none;
  color: inherit;
}
.list__link:hover {
  text-decoration: underline;
}
.list--large {
  font-size: 24px;
  letter-spacing: 2px;
}

.price__label {
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 2px;
}

.price__value {
  font-weight: 300;
  font-size: 80px;
  margin-top: 25px;
}

.price__note {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.67px;
  margin-top: 25px;
}
.price__note > * {
  margin-top: 30px;
}
.price__note > *:first-child {
  margin-top: 0;
}
.price__note ul {
  margin-left: 20px;
  list-style: disc outside none;
}

.payment__label, .cancelation__label {
  letter-spacing: 3px;
  font-size: 12px;
  color: #3d3d3d;
  text-transform: uppercase;
  font-weight: 700;
}

.payment__value {
  font-size: 38px;
  color: #b7924e;
  margin-top: 30px;
}

.payment__total {
  font-size: 20px;
  margin-top: 15px;
}

.payment__note {
  font-size: 14px;
  letter-spacing: 0.47px;
  margin-top: 30px;
  font-style: italic;
}
.payment__note a {
  color: inherit;
  position: relative;
  text-decoration: none;
  background-color: #f3eedf;
  padding: 2px 4px 2px 2px;
  transition: 0.2s background-color;
}
.payment__note a:hover {
  background-color: #fff;
}

.cta-text {
  font-size: 20px;
  letter-spacing: 0.67px;
}

.cancelation__label {
  margin-top: 40px;
}
.cancelation__label:first-child {
  margin-top: 0;
}

.cancelation__text {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.47px;
  margin-top: 10px;
}
.cancelation__text:first-child {
  margin-top: 0;
}
.cancelation__text a {
  color: inherit;
  position: relative;
  text-decoration: none;
  background-color: #f3eedf;
  padding: 2px 4px 2px 2px;
  transition: 0.2s background-color;
}
.cancelation__text a:hover {
  background-color: #fff;
}

.title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
}
@media only screen and (max-width: 989px) {
  .title {
    font-size: 30px;
  }
}
.title.title--white {
  color: #fff;
}
.title.title--white strong {
  color: #fff;
}
.title.title--gray {
  color: #59544e;
}
.title.title--gray strong {
  color: #59544e;
}
.title strong {
  display: block;
  font-family: "Wilderness";
  color: #b7924e;
  font-weight: 400;
  line-height: 1;
  font-size: 100px;
  font-style: normal;
}
.single-post .title strong {
  font-size: 80px;
}
.title--alt strong {
  vertical-align: middle;
}
@media only screen and (max-width: 989px) {
  .title strong {
    position: relative;
    line-height: 0.75;
  }
}
.title .spacer {
  display: inline-block;
}
@media only screen and (min-width: 990px) {
  .title .spacer {
    width: 90px;
  }
}
@media only screen and (max-width: 989px) {
  .title .spacer {
    display: none;
  }
}
@media only screen and (min-width: 990px) {
  .title .spacer:nth-of-type(2) {
    width: 225px;
  }
}
@media only screen and (max-width: 989px) {
  .title br {
    display: none;
  }
}

.title--italic {
  font-style: italic;
}

.title--xsmall {
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #3d3d3d;
}

.title--small {
  font-size: 19px;
  line-height: 1.8461538462;
}
.title--small strong {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .title--small {
    font-size: 26px;
  }
}

.title--medium {
  font-size: 34px;
}

.title--large {
  font-size: 40px;
  line-height: 1.2857142857;
  letter-spacing: -1.63px;
}
.title--large strong {
  font-size: 64px;
}
@media screen and (min-width: 768px) {
  .title--large {
    font-size: 70px;
    line-height: 90px;
  }
  .title--large strong {
    font-size: 100px;
  }
}

.title--xlarge {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: -1.87px;
}
.title--xlarge strong {
  font-size: 90px !important;
  line-height: 0.6153846154 !important;
}
@media screen and (min-width: 768px) {
  .title--xlarge {
    font-size: 80px;
    line-height: 80px;
  }
  .title--xlarge strong {
    font-size: 130px !important;
  }
}

.title--xxlarge {
  font-size: 100px;
}
@media only screen and (max-width: 989px) {
  .title--xxlarge {
    font-size: 50px;
  }
}

.title--gold {
  color: #a77e34;
}

.title--gold-large, .block-title--gold-large .title {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  line-height: 1.2352941176;
  letter-spacing: 0;
  color: #b7924e;
  margin-bottom: 1.3em;
}
@media screen and (max-width: 767px) {
  .title--gold-large, .block-title--gold-large .title {
    font-size: 24px;
  }
}

.title--gold-xlarge, .block-two-columns--gold-large .block-two-columns__column p {
  font-size: 40px;
  line-height: 48px;
  color: #b7924e;
  margin-bottom: 1.6em;
}
@media only screen and (max-width: 989px) {
  .title--gold-xlarge, .block-two-columns--gold-large .block-two-columns__column p {
    font-size: 24px;
    line-height: 30px;
  }
}

.title--gold-large, .block-title--gold-large .title, .title--gold-xlarge, .block-two-columns--gold-large .block-two-columns__column p {
  font-family: "Playfair Display", serif;
  color: #b7924e;
  margin-bottom: 1.3em;
}

.title--alt {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
}
.title--alt strong {
  font-size: 100px;
  display: inline !important;
  text-transform: none;
  letter-spacing: 0;
  margin-right: 10px;
}

.title--light {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2.4px;
}
@media screen and (min-width: 768px) {
  .title--light {
    font-size: 24px;
  }
}

.title--emphasized {
  font-style: italic;
  font-size: 45px;
  line-height: 50px;
}

.title--special-1 {
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .title--special-1 {
    font-size: 70px;
  }
}

.title--special-2 {
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .title--special-2 {
    font-size: 80px;
  }
}

.title--special-3 {
  color: #a77e34;
  font-size: 34px;
  line-height: 42px;
  text-align: left;
}
@media only screen and (max-width: 989px) {
  .title--special-3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.6;
  }
}

.title--sans {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #59544e;
}
@media only screen and (max-width: 989px) {
  .title--sans {
    font-size: 21px;
    line-height: 33px;
    text-align: left;
  }
}

.subtitle, .quote__author {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.5;
}
.subtitle--xlarge {
  font-size: 16px;
  letter-spacing: 2.5px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .subtitle--xlarge {
    font-size: 20px;
  }
}
.subtitle--special-1 {
  font-style: italic;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.6px;
}
@media screen and (min-width: 768px) {
  .subtitle--special-1 {
    letter-spacing: 0;
    font-size: 36px;
  }
}
.subtitle--special-2 {
  text-transform: none;
  font-size: 19px;
  letter-spacing: 2.4px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .subtitle--special-2 {
    font-size: 24px;
  }
}
.subtitle--events {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: 0.27px;
  color: #e2bf81;
  text-transform: none;
}

.subtitle-alt {
  font-style: italic;
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: 400;
}

.subtitle-alt--small {
  font-size: 24px;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .subtitle-alt--small {
    font-size: 34px;
  }
}

.heading--small {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.heading--emphasized, .block-two-columns__column h2 + h3, .link--emphasized:link {
  color: #b7924e;
  font-size: 16px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 1.14px;
  margin-bottom: 28px;
  text-transform: uppercase;
  text-decoration: none;
}

.heading--large-gold, .block-two-columns--title-gold .block-two-columns__column h1, .block-two-columns--title-gold .block-two-columns__column h2, .block-text--gray-narrow h2 {
  font-style: normal;
  font-size: 40px;
  font-family: "Playfair Display", serif;
  line-height: 48px;
  color: #b7924e;
  margin-bottom: 1.1em;
}
@media only screen and (max-width: 989px) {
  .heading--large-gold, .block-two-columns--title-gold .block-two-columns__column h1, .block-two-columns--title-gold .block-two-columns__column h2, .block-text--gray-narrow h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

.link--emphasized:visited {
  color: #b7924e;
}

.text p, .text li {
  font-size: 20px;
  line-height: 37px;
  letter-spacing: 0.27px;
}
@media only screen and (max-width: 989px) {
  .text p, .text li {
    font-size: 17px;
    line-height: 35px;
    letter-spacing: 0.23px;
  }
}
.text p a, .text li a {
  color: #b7924e;
  text-decoration: none;
}
.text p a:hover, .text li a:hover {
  text-decoration: underline;
}
.text li {
  position: relative;
  padding-left: 40px;
}
.text li:before {
  border-radius: 50%;
  height: 7px;
  width: 7px;
  background-color: #59544e;
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
}
.text blockquote {
  border-bottom: 1px solid rgba(89, 84, 78, 0.17);
  border-top: 1px solid rgba(89, 84, 78, 0.17);
  text-align: center;
  padding: 70px 0;
  margin-top: 42px;
}
.text blockquote p {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-style: italic;
}
.text .blockquote-author {
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-top: 36px;
  font-weight: 700;
  font-size: 12px;
}
.text--large p {
  font-size: 28px;
  font-weight: 300;
}
.text--large-bold p {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 400;
}
.text--medium p, .text--medium li {
  font-size: 24px;
  line-height: 1.75;
}
.text--medium p {
  margin-top: 42px;
}
.text--medium p:first-child {
  margin-top: 0;
}
.text--medium ul {
  margin-top: 42px;
}
.text--medium h2 {
  margin-top: 68px;
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-weight: 700;
}
.text--medium h3 {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 2.4px;
  font-weight: 400;
  margin-top: 54px;
}
.text--small p, .text--small li {
  font-size: 18px;
  line-height: 32px;
  margin-top: 32px;
}
.text--small p:first-child, .text--small li:first-child {
  margin-top: 0;
}
.text--intro + .text {
  margin-top: 72px;
}
.text--intro p {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  line-height: 1.2352941176;
}
.text--serif p {
  font-family: "Playfair Display", serif;
  font-size: 21px;
  line-height: 1.5714285714;
}

.sentence-part--enlarged {
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  line-height: 30px;
  position: relative;
  top: 10px;
  margin-left: 3px;
}
@media only screen and (min-width: 990px) {
  .sentence-part--enlarged {
    margin-bottom: 60px;
    display: inline-block;
  }
}
@media only screen and (max-width: 989px) {
  .sentence-part--enlarged {
    font-size: 30px;
    top: 7px;
  }
}

.bubble {
  width: 120px;
  height: 120px;
  background-image: linear-gradient(to right, #dcb368 -11%, #c79966 100%);
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 989px) {
  .bubble {
    width: 76px;
    height: 76px;
  }
}
.bubble span {
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 0px 20px;
  display: inline-block;
}
@media only screen and (max-width: 989px) {
  .bubble span {
    font-size: 7.6px;
    line-height: 9px;
    letter-spacing: 1.8px;
    padding: 25px 7px;
  }
}
.bubble span:after {
  content: "";
  width: 35px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: relative;
  top: -3px;
  left: -2px;
  margin: 8px auto 0;
}
@media only screen and (max-width: 989px) {
  .bubble span:after {
    width: 25px;
    top: -2px;
  }
}

.play {
  width: 106px;
  height: 106px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.play:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #78623a;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -7px;
}
.play--small {
  height: 60px;
  width: 60px;
}
.play--small:after {
  border-width: 4px 0 5px 8px;
  margin: -4px 0 0 -3px;
}
.play--inverse {
  background-color: #f3edce;
}
.play--inverse:after {
  border-color: transparent transparent transparent #59544e;
}
@media screen and (max-width: 767px) {
  .play {
    width: 44px;
    height: 44px;
  }
  .play:after {
    border-width: 5px 0 5px 9px;
    margin: -5px 0 0 -3px;
  }
}

a:hover .play--inverse {
  background-color: #fff;
}
a:hover .play--inverse:after {
  border-color: transparent transparent transparent #78623a;
}

.poster {
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  text-align: center;
  color: #fff;
  position: relative;
}
.poster__inner {
  margin: auto;
  max-width: 820px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .poster__play:before {
    content: "Watch video";
    display: block;
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.poster__title {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .poster__title {
    display: none;
  }
}
.poster__subtitle {
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .poster__subtitle {
    display: none;
  }
}
.poster__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(13, 13, 13, 0.39);
}

.block-gallery {
  background-color: #faf7f4;
  padding: 60px 0;
}
.block-gallery + .block-gallery {
  margin-top: -60px;
}
.block-gallery__inner {
  position: relative;
}

.gallery--default {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -40px;
}
.gallery--default .gallery__item {
  -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
  padding: 0 40px;
}
.gallery--default .gallery__image {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  display: block;
}
.gallery--default .gallery__image:after {
  background: rgba(183, 146, 78, 0.88) url(../images/plus.svg) 50% 50% no-repeat;
  opacity: 0;
  transition: opacity 0.3s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.gallery--default .gallery__image:hover:after {
  opacity: 1;
}

.gallery--slider {
  border-radius: 4px;
  overflow: hidden;
}
.gallery--slider .gallery__item {
  display: none;
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  width: 100%;
}
.gallery--slider .gallery__item:first-child {
  display: block;
}
.gallery--slider.flickity-enabled .gallery__item {
  display: block;
}
.gallery--slider .gallery__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefee;
}

.image img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
.image--circle img {
  border-radius: 50%;
}
.image--rounded img {
  border-radius: 4px;
}
.image--center img {
  margin: 0 auto;
}
.image--full img {
  width: 100%;
  max-width: none;
}

.block-upcoming {
  padding-top: 135px;
}
@media only screen and (max-width: 989px) {
  .block-upcoming {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 990px) {
  .block-upcoming__inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    left: 60px;
  }
}
.block-upcoming__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-top: 40px;
  padding: 0 100px;
}

.block-events {
  background-color: #faf7f4;
  padding-bottom: 100px;
}
.block-events__title {
  margin-top: 100px;
}
.block-events__title:first-child {
  margin-top: 0;
}
.block-events__events {
  margin-top: 30px;
}
.block-events__events:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .block-events__events {
    margin-right: -20px;
  }
}

.block-video__inner {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.block-video__player {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-video__poster {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.block-logos + .block-video {
  position: relative;
}

.block-logos + .block-video:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #f4f4f4;
  height: 40%;
}

@media only screen and (max-width: 989px) {
  .block-two-columns.block-two-columns--colored-background-rightcd + .block-video {
    margin-top: 50px;
  }
}

.block-cta {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.17) -14%, rgba(0, 0, 0, 0.2) 123%), radial-gradient(circle at 54% -14%, #ffa65c, #6a0051 86%);
  color: #fff;
  padding: 130px 0 110px 0;
  position: relative;
}
.block-cta__inner {
  padding: 0 200px;
}
.block-cta__title {
  max-width: 860px;
}
.block-cta__text {
  max-width: 412px;
}
.block-cta__image {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.block-cta--special {
  padding: 180px 0 320px 0;
  margin-top: 100px;
}
.block-cta--special .block-cta__inner,
.block-cta--special .block-cta__title {
  max-width: 965px !important;
}
.block-cta__bottom {
  margin-top: 68px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.block-social {
  padding: 140px 0;
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .block-social {
    background-position: 40%;
    padding-bottom: 340px;
  }
}
.block-social__subtitle {
  margin-top: 20px;
}
.block-social__profiles {
  margin-top: 60px;
}
.block-social__image {
  position: absolute;
  left: 10%;
  bottom: -30px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .block-social__image {
    top: -70px;
    left: 50%;
    bottom: auto;
    margin-left: 320px;
    width: auto;
  }
}

.block-prices {
  overflow: hidden;
  padding: 100px 0;
}
.block-prices--overlap {
  margin-top: -260px;
  position: relative;
  padding-right: 135px;
  padding-bottom: 200px;
}
.block-prices--overlap:before {
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 135px;
  bottom: 100px;
}
.block-prices--overlap:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background: #f8f6f4;
  z-index: -1;
  top: 260px;
}

.block-prices__row {
  margin-top: 100px;
}
.block-prices__row:first-child {
  margin-top: 0;
}

.block-prices__row--flex {
  margin-left: 20px;
  margin-right: -20px;
}

/*.block-prices__row--white {
  position: relative;

  &:before {
    background-color: #fff;
    content: '';
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: 0;
    bottom: 0;
  }

  > * {
    position: relative;
  }
}*/
.block-prices__row--bg {
  position: relative;
  margin-top: 60px !important;
  padding-top: 100px;
}
.block-prices__row--bg:before {
  z-index: -1;
  background-color: #f8f6f4;
  position: absolute;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  top: 0;
  content: "";
}

.block-prices__row--alt {
  padding-top: 45px;
}

.block-prices__group {
  width: 50%;
  padding: 0 20px;
}
.block-prices__group--main {
  float: right;
  width: 50%;
  background: #fff;
  padding: 0 80px 60px;
  position: relative;
  z-index: 999;
}

.block-prices__title {
  text-align: center;
}

.block-prices__payment {
  padding-top: 15px;
  margin-top: 45px;
  border-top: 1px solid #ddd;
}

.block-prices__cancelation {
  max-width: 430px;
}

.block-prices__cta-text {
  margin-top: 50px;
}

.block-prices__button {
  margin-top: 45px;
}

.block-phases {
  background-color: #faf7f4;
  padding: 100px 0;
}
.block-phases__title {
  text-align: center;
}
.block-phases__subtitle {
  text-align: center;
  margin-top: 20px;
}
.block-phases__phases {
  margin-top: 100px;
}

.block-text {
  padding: 100px 0;
}
@media only screen and (max-width: 989px) {
  .block-text {
    padding: 40px 0;
  }
}
.block-text--medium p {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
  margin-bottom: 55px;
}
.block-text--large-serif p {
  font-size: 31px;
  font-family: "Playfair Display", serif;
  line-height: 45px;
  max-width: 910px;
}
@media only screen and (max-width: 989px) {
  .block-text--large-serif p {
    text-align: center;
  }
}
.block-text--gray-narrow {
  background-color: #faf7f4;
}
.block-text--gray-narrow h2 {
  font-weight: 400;
  text-align: center;
}
.block-text--has-intro-image {
  position: relative;
  padding-top: 200px;
}
@media only screen and (max-width: 989px) {
  .block-text--has-intro-image {
    margin-top: 120px;
    padding-top: 140px;
  }
}
.block-text--has-intro-image .u-inner-intro-image {
  position: absolute;
  top: -115px;
  width: 100%;
  text-align: center;
}
.block-text--has-intro-image .u-inner-intro-image img {
  max-width: 220px;
  height: auto;
  border-radius: 50%;
}
.block-text--no-top-padding {
  padding-top: 0;
}
.block-text--no-bottom-padding {
  padding-bottom: 0;
}
.block-text--no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.block-text p, .block-text li {
  margin: 0 auto 1em;
  max-width: 682px;
}
.block-text li {
  font-size: 20px;
  line-height: 33px;
}
@media only screen and (max-width: 989px) {
  .block-text li {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.23px;
  }
}

@media only screen and (max-width: 989px) {
  .block-image + .block-text--has-intro-image {
    margin-top: 0;
  }
}

.block-text .list--play, .block-two-columns .list--play {
  list-style: none;
}
.block-text .list--play li, .block-two-columns .list--play li {
  padding-left: 55px;
  position: relative;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.27px;
  color: #605f5d;
  margin-bottom: 25px;
}
.block-text .list--play li:before, .block-two-columns .list--play li:before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../images/circle-triangle.svg);
  background-size: contain;
  background-color: transparent;
  position: absolute;
  top: 4px;
  left: 0;
}
.block-text .list--big, .block-two-columns .list--big {
  list-style-type: disc;
  padding-left: 90px;
}
@media only screen and (max-width: 989px) {
  .block-text .list--big, .block-two-columns .list--big {
    padding-left: 40px;
    margin-bottom: 25px;
  }
}
.block-text .list--big li, .block-two-columns .list--big li {
  font-size: 50px;
  font-weight: 300;
  line-height: 100px;
  letter-spacing: -1.17px;
  color: #59544e;
  padding-left: 5px;
}
@media only screen and (max-width: 989px) {
  .block-text .list--big li, .block-two-columns .list--big li {
    font-size: 32px;
    line-height: 1.3125;
  }
}
.block-text .list--big + p, .block-two-columns .list--big + p {
  font-weight: 900;
  font-size: 20px;
  line-height: 33px;
  margin-top: 15px;
}

.block-two-columns {
  padding: 100px 0;
}
@media only screen and (max-width: 989px) {
  .block-two-columns {
    padding: 60px 0 !important;
  }
}
@media only screen and (min-width: 990px) {
  .block-two-columns--pushed .block-two-columns__column:nth-child(2) {
    padding-top: 150px;
  }
}
.block-two-columns--first-letter {
  padding-top: 160px;
}
.block-two-columns--first-letter-alt {
  padding-top: 40px;
  background-size: cover;
  margin-top: 115px;
}
.block-two-columns--first-letter-alt .block-two-columns__column:nth-child(1) {
  background-color: #fff;
  padding: 0 60px;
}
@media only screen and (min-width: 990px) {
  .block-two-columns--first-letter-alt .block-two-columns__column:nth-child(1) {
    padding: 0 140px;
    position: relative;
    top: -115px;
    left: 60px;
    width: 62%;
  }
}
@media only screen and (min-width: 990px) {
  .block-two-columns--first-letter-alt .block-two-columns__column:nth-child(2) {
    padding-left: 0;
    width: 38%;
  }
}
.block-two-columns--first-letter-alt .block-two-columns__column p {
  margin-bottom: 0;
}
@media only screen and (min-width: 990px) {
  .block-two-columns--first-letter .block-two-columns__column:nth-child(2) {
    padding-left: 80px;
  }
}
.block-two-columns--first-letter .paragraph--first-enlarged {
  padding-top: 0;
}
.block-two-columns--first-letter .paragraph--first-enlarged .spacer {
  width: 70px;
  height: 110px;
  float: left;
}
.block-two-columns--first-letter .letter--enlarged {
  position: absolute;
  left: -40px;
  top: -20px;
}
.block-two-columns--wide-left-contained {
  margin-top: 40px;
  min-height: 467px;
  background-position-x: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 989px) {
  .block-two-columns--wide-left-contained {
    background-image: none !important;
    padding-top: 0px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 989px) {
  .block-two-columns--wide-left-contained > div:nth-child(1) {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1199px) {
  .block-two-columns--wide-left-contained .block-two-columns__column:nth-child(1) {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .block-two-columns--wide-left-contained .block-two-columns__column:nth-child(1) {
    padding-left: 120px;
  }
}
@media only screen and (min-width: 1600px) {
  .block-two-columns--wide-left-contained .block-two-columns__column:nth-child(1) {
    width: 60%;
  }
}
@media only screen and (min-width: 1900px) {
  .block-two-columns--wide-left-contained .block-two-columns__column:nth-child(1) {
    width: 70%;
  }
}
.block-two-columns--wide-left-contained .block-two-columns__column:nth-child(1) p {
  padding-left: 0;
  float: none;
}
@media only screen and (min-width: 1400px) {
  .block-two-columns--wide-left-contained .block-two-columns__column:nth-child(1) p {
    max-width: 800px;
  }
}
@media only screen and (min-width: 1600px) {
  .block-two-columns--wide-left-contained .block-two-columns__column:nth-child(2) {
    width: 40%;
  }
}
@media only screen and (min-width: 1900px) {
  .block-two-columns--wide-left-contained .block-two-columns__column:nth-child(2) {
    width: 30%;
  }
}
.block-two-columns--wide-left-contained .block-two-columns__background-image-mobile {
  display: none;
}
@media only screen and (max-width: 989px) {
  .block-two-columns--wide-left-contained .block-two-columns__background-image-mobile {
    display: block;
    position: relative;
    right: -24px;
    text-align: right;
    max-width: 380px;
  }
}
@media only screen and (max-width: 600px) {
  .block-two-columns--wide-left-contained .block-two-columns__background-image-mobile img {
    max-width: 330px;
  }
}
@media only screen and (min-width: 990px) {
  .block-two-columns--gold-large .block-two-columns__column p {
    max-width: 600px;
  }
}
.block-two-columns--colored-background-right .u-inner {
  position: relative;
}
.block-two-columns--colored-background-right-reverse {
  background-color: #faf7f4;
}
.block-two-columns--colored-background-right .block-two-columns__column {
  z-index: 2;
}
@media only screen and (max-width: 989px) {
  .block-two-columns--colored-background-right .block-two-columns__column:nth-child(1) p {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 989px) {
  .block-two-columns--colored-background-right .block-two-columns__column:nth-child(1) img {
    margin-bottom: 15px;
  }
}
.block-two-columns--colored-background-right .block-two-columns__column:nth-child(2) {
  padding: 0px 125px 125px;
}
@media only screen and (max-width: 989px) {
  .block-two-columns--colored-background-right .block-two-columns__column:nth-child(2) {
    padding: 0 0 24px;
  }
}
.block-two-columns--colored-background-right .background {
  position: absolute;
  top: -100px;
  left: 40%;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 989px) {
  .block-two-columns--small-column-padding .block-two-columns__column:nth-child(1) .block-two-columns__button, .block-two-columns--small-column-padding .block-two-columns__column:nth-child(2) .block-two-columns__button {
    display: none;
  }
}
@media only screen and (min-width: 990px) {
  .block-two-columns--small-column-padding .block-two-columns__column:nth-child(1) .block-two-columns__button-mobile, .block-two-columns--small-column-padding .block-two-columns__column:nth-child(2) .block-two-columns__button-mobile {
    display: none;
  }
}
@media only screen and (max-width: 989px) {
  .block-two-columns--small-column-padding .block-two-columns__column:nth-child(1) .block-two-columns__button-mobile, .block-two-columns--small-column-padding .block-two-columns__column:nth-child(2) .block-two-columns__button-mobile {
    display: block;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 989px) {
  .block-two-columns--small-column-padding .block-two-columns__column:nth-child(1) p:last-of-type {
    margin-bottom: 0;
  }
}
.block-two-columns--small-column-padding .block-two-columns__column:nth-child(2) {
  padding-left: 10px;
  padding-right: 10px;
}
.block-two-columns--small-column-padding .block-two-columns__column img {
  max-width: 100%;
}
.block-two-columns--title-gray-bold .block-two-columns__column .title-ordinal-number {
  margin-top: 40px;
}
.block-two-columns--title-gray-bold .block-two-columns__column .title-ordinal-number:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 989px) {
  .block-two-columns--title-gray-bold .block-two-columns__column .title-ordinal-number {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
.block-two-columns--title-gray-bold .block-two-columns__column .title-ordinal-number h2 {
  padding-left: 80px;
  font-weight: 700;
  font-style: normal;
  font-size: 45px;
  line-height: 48px;
  margin-top: 0;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 989px) {
  .block-two-columns--title-gray-bold .block-two-columns__column .title-ordinal-number h2 {
    font-size: 24px;
    line-height: 30px;
    padding-left: 25px;
  }
}
.block-two-columns--title-gray-bold .block-two-columns__column .title-ordinal-number + h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 2.4px;
  color: #59544e;
  margin-top: 36px;
  margin-bottom: 36px;
  text-transform: uppercase;
}
@media only screen and (min-width: 990px) {
  .block-two-columns--title-gray-bold .block-two-columns__column .title-ordinal-number + h3 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 989px) {
  .block-two-columns--title-gray-bold .block-two-columns__column .title-ordinal-number + h3 {
    font-size: 18px;
    line-height: 30px;
  }
}
.block-two-columns--title-gray-bold .block-two-columns__column .title-ordinal-number .ordinal-number {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #b7924e;
  color: white;
  padding: 13px;
  box-sizing: border-box;
  line-height: 1em;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  position: relative;
  top: 6px;
  float: left;
}
@media only screen and (max-width: 989px) {
  .block-two-columns--title-gray-bold .block-two-columns__column .title-ordinal-number .ordinal-number {
    width: 25px;
    height: 25px;
    font-size: 10.8px;
    padding: 9px;
    top: 0;
    margin-bottom: 21px;
  }
}
@media only screen and (min-width: 990px) {
  .block-two-columns--title-gray-bold .block-two-columns__column p, .block-two-columns--title-gray-bold .block-two-columns__column ul {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 990px) {
  .block-two-columns--title-gray-bold .block-two-columns__column img {
    margin-top: 80px;
  }
}
.block-two-columns--big-title-indented-content .u-inner {
  position: relative;
}
@media only screen and (min-width: 990px) {
  .block-two-columns--big-title-indented-content .block-two-columns__column:nth-child(2) {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 8%;
  }
}
@media only screen and (min-width: 990px) {
  .block-two-columns--big-title-indented-content .block-two-columns__column:nth-child(2) h3, .block-two-columns--big-title-indented-content .block-two-columns__column:nth-child(2) p, .block-two-columns--big-title-indented-content .block-two-columns__column:nth-child(2) .block-two-columns__button {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.block-two-columns--big-title-indented-content .block-two-columns__column h2 {
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 37px;
  margin-top: 0;
  margin-bottom: 1.3em;
}
@media only screen and (max-width: 989px) {
  .block-two-columns--big-title-indented-content .block-two-columns__column h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.block-two-columns--big-title-indented-content .block-two-columns__column h3 {
  margin-bottom: 1em;
}
.block-two-columns--big-title-indented-content .block-two-columns__column h3 a:link {
  text-decoration: none;
}
.block-two-columns--big-title-indented-content .background {
  position: absolute;
  top: -100px;
  left: 40%;
  right: 0;
  bottom: -40px;
  z-index: -1;
}
@media only screen and (max-width: 989px) {
  .block-two-columns--big-title-indented-content .background {
    bottom: -80px;
  }
}
.block-two-columns--special-1-no-bullets {
  padding-bottom: 40px;
}
.block-two-columns--special-1-no-bullets .block-two-columns__column:nth-child(1) {
  text-align: center;
}
@media only screen and (min-width: 990px) {
  .block-two-columns--special-1-no-bullets .block-two-columns__column:nth-child(1) {
    padding-top: 40px;
  }
}
.block-two-columns--special-1-no-bullets .block-two-columns__column:nth-child(1) p {
  padding-left: 0;
}
.block-two-columns--special-1-no-bullets .block-two-columns__column:nth-child(1) img {
  max-width: 100%;
}
.block-two-columns--special-1-no-bullets .block-two-columns__column:nth-child(2) {
  padding-left: 30px;
  padding-right: 30px;
}
.block-two-columns--special-1-no-bullets .block-two-columns__column ul {
  border-bottom: 1px solid #d0a351;
  margin-bottom: 33px;
  max-width: 514px;
}
.block-two-columns--special-1-no-bullets .block-two-columns__column ul li {
  list-style-type: none;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.67px;
  margin-bottom: 30px;
  color: #6c6153;
}
.block-two-columns--special-1-no-bullets .block-two-columns__column p {
  margin-bottom: 14px;
}
.block-two-columns--special-1-no-bullets .block-two-columns__column em {
  font-size: 16px;
  font-style: italic;
  font-family: "Playfair Display", serif;
  line-height: 25px;
}
@media only screen and (min-width: 990px) {
  .block-two-columns--special-1-no-bullets .block-two-columns__column .block-two-columns__button {
    position: relative;
    left: -35%;
  }
}
@media only screen and (min-width: 990px) {
  .block-two-columns--special-2-notes .u-inner {
    max-width: none;
    padding-right: 0;
  }
}
.block-two-columns--special-2-notes .u-inner .block-two-columns__column {
  width: 50%;
}
.block-two-columns--special-2-notes .u-inner .block-two-columns__column:nth-child(1) {
  padding-left: calc(50% - 720px);
}
@media only screen and (min-width: 990px) {
  .block-two-columns--special-2-notes .u-inner .block-two-columns__column:nth-child(1) {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 989px) {
  .block-two-columns--special-2-notes .u-inner .block-two-columns__column:nth-child(1) {
    width: 100%;
  }
}
.block-two-columns--special-2-notes .u-inner .block-two-columns__column:nth-child(1) h2 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 36px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  padding-bottom: 46px;
  margin-bottom: 58px;
  max-width: 400px;
}
@media only screen and (min-width: 990px) {
  .block-two-columns--special-2-notes .u-inner .block-two-columns__column:nth-child(1) h2 {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 989px) {
  .block-two-columns--special-2-notes .u-inner .block-two-columns__column:nth-child(1) h2 {
    padding-bottom: 28px;
    margin-bottom: 44px;
  }
}
.block-two-columns--special-2-notes .u-inner .block-two-columns__column:nth-child(1) h2:after {
  content: "";
  width: 124px;
  height: 1px;
  background: #d0a351;
  background: linear-gradient(to right, #d0a351 0%, #ead089 100%);
  position: relative;
  top: 46px;
  left: -41px;
  display: block;
}
@media only screen and (max-width: 989px) {
  .block-two-columns--special-2-notes .u-inner .block-two-columns__column:nth-child(1) h2:after {
    top: 33px;
  }
}
.block-two-columns--special-2-notes .u-inner .block-two-columns__column:nth-child(2) {
  padding-top: 0;
  padding-right: 0;
}
@media only screen and (min-width: 990px) {
  .block-two-columns--special-2-notes .u-inner .block-two-columns__column:nth-child(2) {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 989px) {
  .block-two-columns--special-2-notes .u-inner .block-two-columns__column:nth-child(2) {
    width: 100%;
  }
}
.block-two-columns--special-2-notes .u-inner .block-two-columns__column:nth-child(2) p {
  margin-bottom: 0;
}
.block-two-columns--special-2-notes .u-inner .block-two-columns__column:nth-child(2) img {
  float: right;
  width: 100%;
}
@media only screen and (min-width: 990px) {
  .block-two-columns--special-2-notes .u-inner .block-two-columns__column:nth-child(2) img {
    max-width: 800px;
    position: relative;
    right: -4px;
  }
}
@media only screen and (max-width: 989px) {
  .block-two-columns--special-2-notes .u-inner .block-two-columns__column:nth-child(2) img {
    max-width: none;
    margin-right: -20px;
    width: calc(100% + 41px);
  }
}
.block-two-columns--special-2-notes .u-inner .block-two-columns__column .list-play {
  clear: both;
}
@media only screen and (min-width: 990px) {
  .block-two-columns--special-2-notes .u-inner .block-two-columns__column .list-play {
    padding-left: 20px;
  }
}
.block-two-columns--special-2-notes .u-inner .block-two-columns__column .list-play li:before {
  background-image: url(../images/circle-triangle-white.svg);
}
.block-two-columns--first-p-uppercase .block-two-columns__column:nth-child(1) h2 {
  padding-left: 90px;
}
@media only screen and (max-width: 989px) {
  .block-two-columns--first-p-uppercase .block-two-columns__column:nth-child(1) h2 {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .block-two-columns--first-p-uppercase .block-two-columns__column:nth-child(1) p {
    text-align: left;
  }
}
.block-two-columns--first-p-uppercase .block-two-columns__column p {
  width: 100%;
}
.block-two-columns--first-p-uppercase .block-two-columns__column p:nth-of-type(1) {
  text-transform: uppercase;
}
.block-two-columns--first-p-uppercase .block-two-columns__column p:not(:nth-of-type(1)) {
  padding-left: 135px;
}
@media only screen and (max-width: 989px) {
  .block-two-columns--first-p-uppercase .block-two-columns__column p:not(:nth-of-type(1)) {
    padding-left: 0;
  }
}
.block-two-columns--right-wider {
  position: relative;
}
@media only screen and (max-width: 989px) {
  .block-two-columns--right-wider {
    padding-top: 20px !important;
  }
}
.block-two-columns--right-wider .block-two-columns__column {
  position: unset;
}
.block-two-columns--right-wider .block-two-columns__column:nth-child(1) {
  width: 38%;
  padding-right: 60px;
}
@media only screen and (min-width: 990px) {
  .block-two-columns--right-wider .block-two-columns__column:nth-child(1) {
    padding-top: 40vw;
  }
}
@media only screen and (max-width: 989px) {
  .block-two-columns--right-wider .block-two-columns__column:nth-child(1) {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
  }
}
.block-two-columns--right-wider .block-two-columns__column:nth-child(1) h3, .block-two-columns--right-wider .block-two-columns__column:nth-child(1) h5, .block-two-columns--right-wider .block-two-columns__column:nth-child(1) p {
  padding-left: 25%;
}
@media only screen and (max-width: 989px) {
  .block-two-columns--right-wider .block-two-columns__column:nth-child(1) h3, .block-two-columns--right-wider .block-two-columns__column:nth-child(1) h5, .block-two-columns--right-wider .block-two-columns__column:nth-child(1) p {
    padding-left: 0;
  }
}
.block-two-columns--right-wider .block-two-columns__column:nth-child(2) {
  width: 62%;
}
@media only screen and (max-width: 989px) {
  .block-two-columns--right-wider .block-two-columns__column:nth-child(2) {
    width: 100%;
  }
}
.block-two-columns--right-wider .block-two-columns__column h3 {
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  line-height: 48px;
  margin-bottom: 1em;
}
@media only screen and (max-width: 989px) {
  .block-two-columns--right-wider .block-two-columns__column h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.block-two-columns--right-wider .block-two-columns__column p {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  line-height: 33px;
}
.block-two-columns--right-wider .block-two-columns__left-image {
  position: absolute;
  top: 60px;
  left: 0;
  width: 40%;
  text-align: left;
}
@media only screen and (max-width: 989px) {
  .block-two-columns--right-wider .block-two-columns__left-image {
    position: relative;
    top: 0;
    left: -24px;
    width: 100%;
  }
}
.block-two-columns--right-wider .block-two-columns__left-image img {
  max-width: 850px;
  width: 100%;
  float: none;
  display: inline-block;
  position: relative;
  left: -2px;
}
.block-two-columns--default-gray-background {
  background-color: #faf7f4;
}
.block-two-columns--no-top-padding {
  padding-top: 0;
}
@media only screen and (max-width: 989px) {
  .block-two-columns--no-top-padding {
    padding-top: 0 !important;
  }
}
.block-two-columns--no-top-padding .block-two-columns__column:nth-child(2) {
  padding-top: 0;
}
.block-two-columns--no-bottom-padding {
  padding-bottom: 0;
}
.block-two-columns--no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 989px) {
  .block-two-columns.block-two-columns--offcenter-image .block-two-columns__column:nth-child(1) img, .block-two-columns.block-two-columns--offcenter-image .block-two-columns__column:nth-child(2) img {
    width: 100% !important;
    max-width: none !important;
    max-height: none !important;
    margin-left: -8.1vw !important;
  }
}
@media only screen and (max-width: 989px) {
  .block-two-columns__column:nth-child(1) {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }
}
.block-two-columns__column:nth-child(1) p, .block-two-columns__column:nth-child(1) img {
  float: right;
}
@media only screen and (max-width: 989px) {
  .block-two-columns__column:nth-child(1) p, .block-two-columns__column:nth-child(1) img {
    float: none;
  }
}
@media only screen and (max-width: 989px) {
  .block-two-columns__column:nth-child(1) img {
    width: auto;
    height: auto;
    max-width: 100%;
    /*max-height: 485px;*/
    margin: 0 auto 40px;
    display: block;
  }
}
.block-two-columns__column:nth-child(1) h2, .block-two-columns__column:nth-child(1) p {
  padding-left: 50px;
}
@media only screen and (max-width: 989px) {
  .block-two-columns__column:nth-child(1) h2, .block-two-columns__column:nth-child(1) p {
    padding-left: 0;
  }
}
@media only screen and (min-width: 990px) {
  .block-two-columns__column:nth-child(2) {
    padding-top: 50px;
    padding-left: 133px;
    padding-right: 7%;
  }
}
@media only screen and (min-width: 1200px) {
  .block-two-columns__column:nth-child(2) {
    padding-right: 12%;
  }
}
@media only screen and (max-width: 989px) {
  .block-two-columns__column:nth-child(2) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.block-two-columns__column:nth-child(2) p.has-emphasized-link {
  margin-bottom: 1em;
}
.block-two-columns__column:nth-child(2) .block-two-columns__button {
  margin-top: 60px;
}
.block-two-columns__column h2 {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 48px;
  margin-top: 40px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 989px) {
  .block-two-columns__column h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.block-two-columns__column h2:first-child {
  margin-top: 0;
}
.block-two-columns__column h2 + h3 a:link {
  color: #b7924e;
  text-decoration: underline;
}
.block-two-columns__column h2 + h3 a:visited {
  color: #b7924e;
}
.block-two-columns__column p {
  font-size: 18px;
  line-height: 32px;
  color: #6c6153;
  margin-bottom: 2em;
}
@media only screen and (max-width: 989px) {
  .block-two-columns__column p {
    font-size: 16px;
    line-height: 27px;
  }
}
.block-two-columns__column p:last-child {
  margin-bottom: 0;
}
.block-two-columns__column ul:last-child {
  margin-bottom: 0;
}
.block-two-columns__column ul li {
  font-size: 18px;
  line-height: 32px;
}
@media only screen and (max-width: 989px) {
  .block-two-columns__column ul li {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.23px;
  }
}
.block-two-columns img {
  max-width: 442px;
}
@media only screen and (max-width: 600px) {
  .block-two-columns img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.block-two-columns .switch__button {
  color: #232323;
}
.block-two-columns--image-caption {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  clear: both;
  text-transform: uppercase;
}
@media only screen and (min-width: 990px) {
  .block-two-columns--image-caption {
    margin-left: 36%;
  }
}
.block-two-columns--image-caption:after {
  content: "";
  width: 100%;
  max-width: 417px;
  height: 1px;
  background-color: #979797;
  margin-top: 20px;
  display: inline-block;
}
.block-two-columns .wp-caption {
  margin-bottom: 20px;
}
@media only screen and (max-width: 989px) {
  .block-two-columns .wp-caption {
    margin: 0 auto;
    width: auto !important;
  }
}
@media only screen and (min-width: 990px) {
  .block-two-columns .wp-caption.alignright {
    float: right;
  }
}
.block-two-columns .wp-caption img + .wp-caption-text {
  font-size: 14px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  line-height: 18px;
  clear: both;
  padding-top: 23px;
  padding-left: 0;
  margin-top: 47px;
  margin-left: 20px;
  border-top: 1px solid #d5d2d0;
  max-width: 192px;
}
@media only screen and (min-width: 990px) {
  .block-two-columns .wp-caption img + .wp-caption-text {
    float: left;
  }
}
@media only screen and (max-width: 600px) {
  .block-two-columns .wp-caption img + .wp-caption-text {
    margin: 30px auto;
    max-width: 205px;
  }
}
.block-two-columns .wp-caption + .block-two-columns__button {
  margin-top: 5px;
  clear: both;
}
@media only screen and (min-width: 990px) {
  .block-two-columns .wp-caption + .block-two-columns__button {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .block-two-columns .wp-caption + .block-two-columns__button {
    width: 215px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .block-two-columns .wp-caption + .block-two-columns__button .button {
    width: 100%;
  }
}

body.home .block-two-columns__column:nth-child(2) {
  position: relative;
  padding-top: 80px;
  margin-top: 70px;
}

body.home .block-two-columns--colored-background-right .background {
  top: 70px;
}

@media only screen and (max-width: 989px) {
  .block-two-columns--big-title-indented-content .block-two-columns__column:nth-child(1) img,
body.page-id-6 .block-two-columns__column:nth-child(1) img,
body.home .block-two-columns__column:nth-child(1) img {
    margin-left: -32px !important;
    max-width: calc(100% + 32px) !important;
    max-height: none;
  }

  body.home .block-two-columns__column:nth-child(2) {
    padding-top: 0;
    margin-top: 0;
  }

  .block-two-columns--big-title-indented-content .background,
.block-two-columns--colored-background-right .background,
body.home .block-two-columns--colored-background-right .background {
    left: 0;
    top: 240px;
    bottom: -40px;
  }
}
@media only screen and (max-width: 989px) and (max-width: 989px) {
  .block-two-columns--big-title-indented-content .background,
.block-two-columns--colored-background-right .background,
body.home .block-two-columns--colored-background-right .background {
    top: 180px;
    bottom: -60px;
  }
}
.link-container--gold a:link {
  font-size: 16px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 1.14px;
  color: #a77e34;
  text-transform: uppercase;
  text-decoration: none;
}
.link-container--gold .switch__button {
  color: #979797;
}

.fancybox-bg {
  background-color: #fff;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-image {
  border-radius: 3px;
}

.fancybox-button {
  background-image: linear-gradient(to right, #dcb368 -11%, #c79966 100%);
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #fff;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: rgba(255, 255, 255, 0.6);
}

.fancybox-infobar {
  color: inherit;
  mix-blend-mode: normal;
}

.fancybox-navigation .fancybox-button {
  top: calc(50% - 25px);
  padding: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 20px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 20px;
}

.fancybox-navigation .fancybox-button div {
  padding: 10px;
}

.phases {
  display: -ms-flexbox;
  display: flex;
  margin: -40px;
}
.phases__item {
  padding: 40px;
  width: 33.3333333333%;
}

.phase {
  position: relative;
  background-size: cover;
  height: 0;
  padding-top: 137.25%;
  position: relative;
}
.phase__inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 50px;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.3s;
}
.phase__inner:hover {
  background-color: rgba(183, 146, 78, 0.88);
}
.phase__step {
  position: relative;
  font-family: "Playfair Display", serif;
  font-size: 84px;
  line-height: 42px;
}
.phase__step strong {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  padding-left: 6px;
  margin-right: 6px;
  border-left: 1px solid #59544e;
}
.phase__title {
  font-weight: 300;
  font-size: 40px;
  line-height: 1.125;
  margin-top: 32px;
}
.phase__play {
  position: absolute;
  right: 50px;
  top: 50px;
}

.events__item {
  margin-top: 18px;
}
.events__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .events__item {
    margin-top: 120px;
  }
}

.event {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: start;
      align-items: flex-start;
  color: inherit;
  text-decoration: none;
}
.event__text {
  background-color: #fff;
  padding: 37px 27px;
}
.event__type {
  font-weight: 700;
  font-size: 10px;
  line-height: 1.625;
  letter-spacing: 2.5px;
  color: #b7924e;
  text-transform: uppercase;
}
.event__date {
  font-size: 14px;
  line-height: 1.45;
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
}
.event__date:before {
  border-radius: 50%;
  height: 6px;
  width: 6px;
  background-color: #59544e;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -3px 0 0 -3px;
}
.event__title {
  margin-top: 20px;
}
.event__visual {
  display: none;
}
@media screen and (min-width: 990px) {
  .event__text {
    padding: 72px 320px 72px 72px;
    margin-right: -160px;
  }
  .event__type {
    letter-spacing: 3px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
  }
  .event__date {
    letter-spacing: 1px;
    font-size: 20px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
  }
  .event__visual {
    display: block;
    margin-top: -80px;
    position: relative;
    -ms-flex: 0 0 320px;
        flex: 0 0 320px;
  }
  .event--alt .event__visual {
    -ms-flex: 0 0 563px;
        flex: 0 0 563px;
  }
  .event--alt .event__text {
    padding-right: 240px;
  }
}
.event__badge {
  position: absolute;
  margin-top: -62px;
  left: -62px;
  top: 50%;
}
.event__image {
  transition: transform 0.3s;
}
.event:hover .event__image {
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
}
.event__button {
  margin: 20px 0 0 -36px;
}
.event__button .button {
  background: transparent;
  padding-right: 60px;
}

.badge {
  background-color: #ffe7de;
  height: 124px;
  width: 124px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
}
.badge__inner {
  margin: auto;
  max-width: 78px;
  position: relative;
  padding-bottom: 7px;
}
.badge__inner:after {
  background-color: #59544e;
  height: 1px;
  width: 34px;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -17px;
  bottom: 0;
}
.badge--men {
  background-color: #ceeef3;
}
.badge--couple {
  background-color: #f3edce;
}
.badge--alt {
  background-image: linear-gradient(to right, #dcb368 -11%, #c79966 100%);
  color: #fff;
}
.badge--alt .badge__inner {
  padding-bottom: 0;
  max-width: none;
}
.badge--alt .badge__inner:after {
  display: none;
}

.profiles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
.profiles__item {
  transition: 0.3s opacity;
}
.profiles__item a {
  padding: 0 15px;
  display: block;
}
@media screen and (max-width: 767px) {
  .profiles--text {
    display: block;
  }
}
.profiles--text .profiles__item a {
  padding: 0 35px;
}
@media screen and (max-width: 767px) {
  .profiles--text .profiles__item {
    margin-top: 15px;
  }
  .profiles--text .profiles__item:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .profiles:hover .profiles__item {
    opacity: 0.5;
  }
  .profiles:hover .profiles__item:hover {
    opacity: 1;
  }
}
.profiles--left {
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-left: -15px;
}
.profile {
  color: inherit;
  text-decoration: none;
}
.profile__name {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
}
.profile__icon {
  margin-top: 15px;
}
.profile__icon > i {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .profile__icon {
    display: none;
  }
}

.copyright {
  text-align: center;
  font-size: 11px;
  letter-spacing: 1px;
  margin-top: 28px;
}

.more-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
  display: none;
}
@media screen and (min-width: 768px) {
  .more-nav {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
body.admin-bar .more-nav {
  top: 32px;
}
.more-nav__inner {
  background-color: #fff;
  padding: 75px 30px;
  min-height: 100vh;
}
@media screen and (min-width: 768px) {
  .more-nav__inner {
    padding: 105px 140px;
    margin-left: auto;
    width: 66.666667%;
  }
}
.more-nav__row {
  margin-top: 30px;
}
.more-nav__row:first-child {
  margin-top: 0;
}
.more-nav__row--separator {
  border-bottom: solid 1px rgba(89, 84, 78, 0.17);
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .more-nav__row {
    margin-top: 100px;
  }
  .more-nav__row--mobile {
    display: none;
  }
  .more-nav__row--mobile + .more-nav__row {
    margin-top: 0;
  }
}
.more-nav__list {
  font-family: "Playfair Display", serif;
  font-size: 23px;
}
@media screen and (min-width: 768px) {
  .more-nav__list {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .more-nav__item {
    position: relative;
    z-index: 10;
    transition: color 0.3s;
  }
  .more-nav__item:hover {
    z-index: 20;
    color: #b7924e;
  }
  .more-nav__item:hover .more-nav__sub {
    visibility: visible;
    opacity: 1;
  }
}
.more-nav__link {
  padding: 10px 0;
  display: block;
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .more-nav__link {
    padding: 15px 50px 15px 0;
  }
}
.more-nav__sub {
  padding: 3px 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  display: none;
}
@media screen and (min-width: 768px) {
  .more-nav__sub {
    display: block;
    font-weight: 700;
    position: absolute;
    left: 50%;
    right: 0;
    top: 10px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s linear, opacity 0.3s linear;
  }
}
.more-nav__sub-item {
  color: #59544e;
  transition: color 0.3s;
  position: relative;
  padding-left: 20px;
}
.more-nav__sub-item:before {
  border-radius: 50%;
  background-color: #b7924e;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 4px;
  width: 4px;
  margin: -2px 0 0 -2px;
}
@media screen and (min-width: 768px) {
  .more-nav__sub-item:hover {
    color: #b7924e;
  }
  .more-nav__sub-item:before {
    height: 6px;
    width: 6px;
    margin: -3px 0 0 -3px;
    background-color: #59544e;
    display: none;
  }
  .more-nav__sub-item:hover:before {
    display: block;
  }
}
.more-nav__sub-link {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: inherit;
}
.more-nav__close {
  width: 36px;
  height: 36px;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  padding: 10px;
  top: 27px;
  right: 27px;
}
@media screen and (min-width: 768px) {
  .more-nav__close {
    top: 37px;
    right: 44px;
  }
}
.more-nav__close:before, .more-nav__close:after {
  background-color: #ac7721;
  height: 2px;
  border-radius: 2px;
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  top: 50%;
  left: 50%;
  margin-left: -8px;
}
.more-nav__close:before {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.more-nav__close:after {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

body.more-nav-visible {
  overflow: hidden;
}
body.more-nav-visible .more-nav {
  display: block;
}

.block-faq {
  padding: 100px 0;
}
.block-faq__title {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.block-faq__faq {
  margin-top: 52px;
}

.faq__item {
  padding-right: 100px;
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}
.faq__item.is-active .faq__answer {
  display: block;
}
.faq__item.is-active .faq__toggle:after {
  display: none;
}
.faq__question {
  font-size: 30px;
  font-weight: 400;
  border-bottom: 2px solid #f4f3e6;
  padding-top: 28px;
  padding-bottom: 28px;
}
.faq__answer {
  font-size: 20px;
  line-height: 1.85;
  padding-top: 28px;
  padding-bottom: 24px;
  display: none;
}
.faq__toggle {
  position: absolute;
  right: 0;
  top: 14px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f4f3e6;
  text-indent: -9999em;
  overflow: hidden;
}
.faq__toggle:before, .faq__toggle:after {
  content: "";
  background-color: #59544e;
  top: 50%;
  left: 50%;
  position: absolute;
}
.faq__toggle:before {
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
}
.faq__toggle:after {
  height: 14px;
  width: 2px;
  margin: -7px 0 0 -1px;
}

.block-curriculum {
  background-color: #f8f6f4;
  padding: 100px 0;
}
.block-curriculum__title {
  text-align: center;
}
.block-curriculum__title strong {
  color: #b7924e !important;
}
.block-curriculum__curriculum {
  margin-top: 100px;
}
.block-curriculum__button {
  text-align: center;
  margin-top: 60px;
}

.curriculum__group {
  margin-top: 100px;
}
.curriculum__group:first-child {
  margin-top: 0;
}
.curriculum__group.is-hidden {
  display: none;
}
.curriculum__title {
  position: relative;
  padding-left: 120px;
  font-family: "Playfair Display", serif;
  font-size: 45px;
  font-weight: 700;
}
.curriculum__title strong {
  font-family: "Lato", sans-serif;
  width: 42px;
  height: 42px;
  color: #fff;
  background-color: #b7924e;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  position: absolute;
  left: 32px;
  top: 50%;
  margin-top: -21px;
  padding-top: 3px;
}
.curriculum__list {
  margin-top: 30px;
}
.curriculum__item {
  margin-top: 2px;
  background-color: #fff;
  padding: 28px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.curriculum__item:first-child {
  border-radius: 4px 4px 0 0;
  margin-top: 0;
}
.curriculum__item:last-child {
  border-radius: 0 0 4px 4px;
}
.curriculum__icon {
  width: 76px;
  text-align: center;
  font-size: 18px;
}
.curriculum__item-title {
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-size: 28px;
  font-weight: 300;
}

.simple-button {
  border-radius: 10em;
  background-color: #b7924e;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  outline: none;
  border: 0;
  padding: 12px 28px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1.5px;
  position: relative;
}

.block-button__inner {
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0;
}
@media screen and (min-width: 768px) {
  .block-button__inner {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.block-button--regular-gray-background {
  background-color: #faf7f4;
}
.block-button--regular-gray-background .block-button__inner {
  padding-bottom: 100px;
}
.block-button--amazon .block-button__inner {
  border-top: 1px solid rgba(89, 84, 78, 0.17);
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.block-button--amazon-single .block-button__inner {
  -ms-flex-pack: center;
      justify-content: center;
}
.block-button__text {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.block-button--white {
  background-color: #faf7f4;
}

.block-book {
  background: no-repeat url(../images/gold@2x.png) #f4efec top right/305px 513px;
  margin-top: 100px;
}
.block-book__top {
  position: relative;
  padding: 80px 360px;
}
.block-book__badge {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.block-book__image {
  position: absolute;
  left: 0;
  top: -35px;
  pointer-events: none;
}
.block-book__title {
  text-align: center;
}
.block-book__text {
  text-align: center;
  margin-top: 20px;
}
.block-book__bottom {
  padding: 0 160px 60px;
}

.label--hidden {
  display: none;
}

.input {
  background: #fff;
  border: 0;
  padding: 20px;
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
  color: #59544e;
}
.input--light {
  background-color: #f8f6f4;
}
.input:-ms-input-placeholder {
  color: #59544e;
}
.input::placeholder {
  color: #59544e;
}

textarea.input {
  outline: none;
}

.note {
  font-style: italic;
}

.form__row + .form__row {
  margin-top: 30px;
}
.form__group {
  margin-top: 20px;
}
.form__group:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .form__row {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    -ms-flex-align: center;
        align-items: center;
  }

  .form__group {
    padding: 0 10px;
    margin-top: 0;
  }

  .form__group--grow {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }

  .form__group--text-right {
    text-align: right;
  }
}
.block-quote__inner {
  padding: 80px 0;
}
.block-quote--default .block-quote__wrap--pull {
  background-color: #fff;
  margin-top: -200px;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.block-quote--background_top {
  background-size: cover;
  color: #fff;
  position: relative;
}
.block-quote--background_top .block-quote__inner {
  padding: 160px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .block-quote--background_top .block-quote__inner {
    padding: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}
.block-quote--background_middle {
  background-size: cover;
  color: #fff;
  position: relative;
  min-height: 360px;
}
.block-quote--background_middle .block-quote__inner {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.block-quote__headline {
  text-align: center;
  margin-bottom: 60px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.block-quote__quote {
  max-width: 837px;
  margin: 0 auto;
}

.headline-ordinal {
  font-family: "Playfair Display", serif;
  font-size: 89px;
  font-weight: 300;
  margin-left: 10px;
}
.headline-ordinal-step {
  font-size: 12px;
  font-weight: 700;
  width: 10px;
  padding-right: 18px;
  word-wrap: break-word;
  display: inline-block;
  border-right: 1px solid #b9b6b4;
}

.headline-alt {
  background-color: #f8f6f4;
  color: #b7924e;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 22px 30px;
  min-width: 430px;
  display: inline-block;
  text-align: center;
  letter-spacing: 1.5px;
}

.quote {
  text-align: center;
}
.quote__text {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 989px) {
  .quote__text {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 990px) {
  .quote__text--small {
    font-size: 28px;
    line-height: 32px;
  }
}
.quote__author {
  margin-top: 40px;
}
.quote--left {
  text-align: left;
}

.block-title {
  padding: 80px 0;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 989px) {
  .block-title {
    padding: 40px 0;
  }
}
.block-title--default .block-title__title {
  max-width: 828px;
  margin-left: auto;
  margin-right: auto;
}
.block-title--xlarge .block-title__subtitle {
  max-width: 360px;
  margin: 80px auto 0;
}
@media only screen and (max-width: 989px) {
  .block-title--xlarge .block-title__subtitle {
    margin-top: 40px;
  }
}
.block-title--special-1 {
  padding: 90px 0;
  background-color: #faf7f4;
  text-align: left;
}
.block-title--special-2 {
  background-color: #faf7f4;
}
.block-title--serif-divider .block-title__headline, .block-title--serif-divider .block-title__title, .block-title--serif-divider .block-title__subtitle {
  font-family: "Playfair Display", serif;
}
.block-title--serif-divider .block-title__subtitle:before {
  content: "";
  display: block;
  background: linear-gradient(to right, #d0a351, #ead089);
  width: 124.7px;
  height: 1px;
  margin: 48px auto 16.7px;
}
.block-title--serif-divider .block-title__subtitle h3 {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 56px;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (min-width: 990px) {
  .block-title--gold-large.block-title--left .title--narrow {
    max-width: 850px;
    margin-bottom: 0.7em;
  }
}
.block-title--large-title-gold-subtitle {
  padding-bottom: 0;
}
.block-title--large-title-gold-subtitle .block-title__inner {
  max-width: 742px;
  margin-left: auto;
  margin-right: auto;
}
.block-title--large-title-gold-subtitle .block-title__title {
  margin-bottom: 32px;
}
.block-title--large-title-gold-subtitle .block-title__subtitle h3 {
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  line-height: 48px;
  color: #b7924e;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (max-width: 989px) {
  .block-title--large-title-gold-subtitle .block-title__subtitle h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.6px;
  }
}
.block-title--left {
  text-align: left;
}
.block-title--right {
  text-align: right;
}
@media only screen and (max-width: 989px) {
  .block-title--right {
    text-align: center;
  }
}
.block-title--center {
  text-align: center;
}
.block-title--center + .block-button .block-button__inner {
  -ms-flex-pack: center;
      justify-content: center;
}
.block-title--no-top-padding {
  padding-top: 0;
}
.block-title--no-bottom-padding {
  padding-bottom: 0;
}
.block-title--no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.block-title__subtitle {
  margin-top: 20px;
}
.block-title + .block-two-columns {
  padding-top: 60px;
}
@media only screen and (min-width: 990px) {
  .block-title + .block-two-columns--colored-background-right {
    padding-top: 130px;
  }
}
.block-title .title:not(.title--small) strong {
  color: #a77e34;
}
.block-title .title--narrow {
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 990px) {
  .block-hero + .block-title--gold-large {
    padding-top: 120px;
  }
}

.block--gray-background {
  background-color: #faf7f4;
}
@media only screen and (max-width: 600px) {
  .block--gray-background .block-two-columns__column:nth-child(1) p {
    text-align: center;
  }
}
.block--gray-background + .block-button--regular-gray-background .block-button__inner {
  padding-bottom: 90px;
}

.block-half {
  background-size: cover;
  background-position: center;
}
.block-half__inner {
  padding: 320px 0 80px;
}
.block-half__switch .title {
  position: relative;
  top: 25px;
}
.block-half .title strong {
  color: #e2bf81;
}
@media screen and (max-width: 767px) {
  .block-half .u-vertical {
    display: none;
  }
}

.switch {
  text-align: center;
}
.switch__item {
  color: inherit;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 767px) {
  .switch__item + .switch__item {
    margin-top: 60px;
  }
}
.switch__main {
  font-family: "Playfair Display", serif;
  font-size: 90px;
  color: #fff;
  font-weight: 700;
  line-height: 0.8823529412;
}
.switch__main--separator {
  position: relative;
}
.switch__main--separator:after {
  background-color: #b7924e;
  width: 2px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  -ms-transform: rotate(15deg);
      transform: rotate(15deg);
}
.switch__text {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
}
.switch__button {
  border: 1px solid #979797;
  color: #fff;
  font-size: 14px;
  border-radius: 10em;
  padding: 16px 60px 16px 35px;
  display: inline-block;
  letter-spacing: 1.53px;
  text-transform: uppercase;
  margin-top: 40px;
  transition: 0.3s all;
  position: relative;
}
.switch__button:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #f1c26a;
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -4px;
}

@media screen and (max-width: 767px) {
  /*.block-half {
    background-size: 300% auto;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #1d100b;
  }*/
  .block-half__inner {
    padding-top: 260px !important;
  }

  .switch__main--separator {
    display: inline-block;
  }

  .switch__main--separator:after {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .switch {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center;
  }

  .switch__main {
    font-size: 170px;
    color: rgba(255, 255, 255, 0.34);
    transition: 0.3s color;
  }

  .switch__item {
    padding: 0 70px;
  }

  .switch__title {
    opacity: 0;
    transition: 0.3s opacity;
  }

  .switch__main--separator:after {
    left: -70px;
  }

  .switch__item:hover .switch__title {
    opacity: 1;
  }
  .switch__item:hover .switch__main {
    color: #fff;
  }
  .switch__item:hover .switch__button {
    background-color: #fff;
    border-color: #fff;
    color: #232323;
  }
}
.top-nav__inner {
  background: #fff;
  padding: 14px 26px;
  position: relative;
}
.top-nav__categories {
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  margin-top: 10px;
}
.top-nav__link {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: inherit;
}
.top-nav__link:hover {
  color: #b7924e;
}
.top-nav__mobile {
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1.14px;
  color: inherit;
  padding: 10px;
  display: block;
  position: relative;
}
.top-nav__mobile:before {
  content: "";
  background: url(../images/arrow.svg) 0 0;
  width: 15px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .top-nav__categories, .top-nav__search {
    display: none;
  }
  .top-nav.is-visible .top-nav__categories {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .top-nav__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 24px 36px;
  }
  .top-nav__mobile {
    display: none;
  }
  .top-nav__categories {
    padding-right: 30px;
    margin-top: 0;
  }
  .top-nav__link {
    padding: 20px;
  }
}

form.search {
  width: 260px;
}
form.search--wide {
  width: 100%;
}

.search__input {
  background-color: #f8f6f4;
  border: 0;
  display: block;
  width: 100%;
  color: #b7924e;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 20px 30px;
}
@media screen and (min-width: 768px) {
  .search__input {
    font-size: 14px;
  }
}
.search__input:-ms-input-placeholder {
  color: inherit;
}
.search__input::placeholder {
  color: inherit;
}
.search--sidebar .search__input {
  background-color: #fff;
  font-weight: 700;
}

.single-blog__main, .blog-listing__main {
  background-color: #faf7f4;
  position: relative;
  padding: 170px 0;
}
.single-blog__top-nav, .blog-listing__top-nav {
  position: absolute;
  left: 0;
  top: -50px;
  right: 0;
  z-index: 1000;
}
.single-blog__inner, .blog-listing__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.single-blog__sidebar {
  -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
  padding: 0 40px;
}
.single-blog__blogs {
  margin-top: 100px;
}
.single-blog__content {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  border-bottom: 1px solid rgba(89, 84, 78, 0.17);
  padding-bottom: 64px;
}
.single-blog__content img.alignleft,
.single-blog__content img.alignright,
.single-blog__content img.alignmiddle {
  margin-top: 52px;
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.single-blog__content img.alignmiddle {
  margin-left: -45%;
  margin-right: -20%;
  max-width: none;
  width: 165%;
}
.single-blog__content img.alignleft {
  margin-left: -45%;
  max-width: 90%;
  float: left;
  margin-right: 42px;
  margin-bottom: 42px;
}
.single-blog__meta {
  margin-bottom: 80px;
}

.blogs__title {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 50px;
}
.blogs__list {
  display: -ms-flexbox;
  display: flex;
  margin: -40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blogs__list.is-hidden {
  display: none !important;
}
.blogs__item {
  -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
  padding: 40px;
}
.blogs__show-more {
  margin-top: 120px;
}
.blogs--special .blogs__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -36px;
}
.blogs--special .blogs__list + .blogs__list {
  margin-top: 36px;
}
.blogs--special .blogs__item {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  padding: 36px;
}
.blogs--special .blogs__item:nth-child(odd) {
  -ms-flex: 0 0 45%;
      flex: 0 0 45%;
}
.blogs--special .blogs__item:nth-child(even) {
  -ms-flex: 0 0 55%;
      flex: 0 0 55%;
}
.blogs--special .blogs__show-more {
  padding-right: 10%;
}

.article-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .article-card__link:hover .article-card__image {
    -ms-transform: translateY(-20px);
        transform: translateY(-20px);
  }
}
.article-card__image {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s;
  background-color: #fff;
  border-radius: 4px;
}
.article-card__image:before {
  padding-top: 100%;
  display: block;
  content: "";
}
.article-card__image img {
  border-radius: 4px;
  display: block;
  height: 100% !important;
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover !important;
  object-position: right top;
}
.article-card__text {
  margin-top: 45px;
}
.article-card__headline {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 3px;
  color: #b7924e;
  text-transform: uppercase;
}
.article-card__title {
  line-height: 1.1923076923;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  transition: 0.3s color;
  margin-top: 13px;
  font-size: 23px;
}
@media screen and (min-width: 768px) {
  .article-card__title {
    margin-top: 25px;
    font-size: 26px;
  }
}
.article-card__lead {
  font-size: 18px;
  line-height: 1.5555555556;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .article-card--text .article-card__link {
    display: -ms-flexbox;
    display: flex;
  }
}
.article-card--text .article-card__image {
  -ms-flex: 0 0 30%;
      flex: 0 0 30%;
  border-radius: 0;
}
.article-card--text .article-card__image img {
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .article-card--text .article-card__image {
    display: none;
  }
}
.article-card--text .article-card__text {
  margin-top: 0;
  padding-left: 20px;
}
.article-card--text .article-card__lead {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .article-card--text .article-card__lead {
    display: none;
  }
}
.article-card--text .article-card__link:hover .article-card__title {
  color: #b7924e;
}

.bottom-nav {
  padding: 60px 0 120px;
}
.bottom-nav__title {
  text-align: center;
}
.bottom-nav__categories {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: -12px;
  margin-top: 84px;
}
@media screen and (max-width: 767px) {
  .bottom-nav__categories {
    margin-top: 84px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bottom-nav__item {
  width: 16.6666666667%;
  max-width: 232px;
  padding: 12px;
  height: 338px;
}
@media screen and (max-width: 767px) {
  .bottom-nav__item {
    width: 50%;
  }
}
.bottom-nav__link {
  background-color: #d8d8d8;
  background-size: cover;
  border-radius: 4px;
  display: block;
  height: 100%;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.bottom-nav__link:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: linear-gradient(to top, #131313 0%, rgba(0, 0, 0, 0) 100%);
}
.bottom-nav__link:hover .bottom-nav__name {
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
}
.bottom-nav__name {
  padding: 30px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  letter-spacing: 1.6px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.3s;
}

.sidebar {
  max-width: 238px;
}
.sidebar__group {
  margin-top: 85px;
}
.sidebar__group--spearator {
  border-top: 1px solid rgba(89, 84, 78, 0.17);
  padding-top: 35px;
}
.sidebar__group:first-child {
  margin-top: 0;
}
.sidebar__group-title {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 3.5px;
  color: #b7924e;
  text-transform: uppercase;
}
.sidebar__vertical-categories {
  margin-top: 30px;
}
.sidebar__search {
  margin-top: 38px;
  margin-left: -10px;
}

.vertical-categories {
  font-size: 14px;
  letter-spacing: 1px;
}
.vertical-categories__item {
  margin-top: 10px;
}
.vertical-categories__item:first-child {
  margin-top: 0;
}
.vertical-categories__link {
  color: inherit;
  text-decoration: none;
}
.vertical-categories__link:hover {
  text-decoration: underline;
}

.author__media {
  position: relative;
  width: 174px;
}
.author__image {
  padding-top: 100%;
  position: relative;
}
.author__image img {
  border-radius: 50%;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.author__quote-mark, .author__more {
  position: absolute;
  top: 0;
  right: -20px;
}
.author__title {
  white-space: nowrap;
  margin-left: -35px;
}
.author__text {
  font-family: "Playfair Display", serif;
  font-size: 21px;
  line-height: 1.5714285714;
  max-width: 224px;
}
.author__name {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 4px;
  color: #3d3d3d;
  text-transform: uppercase;
}
.author--testimonials .author__media, .author--experts .author__media {
  width: 220px;
}
.author--testimonials .author__name, .author--experts .author__name {
  text-align: center;
  margin-top: 40px;
}
.author--experts .author__quote-mark {
  left: -20px;
  right: auto;
}
.author__label {
  font-size: 14px;
  line-height: 25px;
  color: #3d3d3d;
  margin-top: 10px;
}

.more {
  width: 67px;
  height: 67px;
  display: inline-block;
  background-image: linear-gradient(to right, #dcb368 -11%, #c79966 100%);
  border-radius: 50%;
  position: relative;
}
.more:before, .more:after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.more:before {
  width: 17px;
  height: 1px;
  margin-left: -8px;
}
.more:after {
  height: 17px;
  width: 1px;
  margin-top: -8px;
}
.more:not(.more--small):hover {
  background: none #c79966;
}
.more--small {
  width: 39px;
  height: 39px;
}
.more--small:before {
  width: 12px;
  height: 2px;
  margin-left: -6px;
  margin-top: -1px;
}
.more--small:after {
  height: 12px;
  width: 2px;
  margin-top: -6px;
  margin-left: -1px;
}

.quote-mark {
  width: 67px;
  height: 67px;
  display: inline-block;
  background-image: linear-gradient(to right, #dcb368 -11%, #c79966 100%);
  border-radius: 50%;
  position: relative;
}
.quote-mark svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.paragraph--first-enlarged {
  padding-top: 55px;
}
.paragraph--first-enlarged .spacer {
  width: 100%;
  height: 55px;
  display: block;
}

.letter--enlarged {
  font-family: "Playfair Display", serif;
  font-size: 115px;
  color: #78623a;
  padding: 52px 35px 24px;
  background-color: #f4efec;
  float: left;
  min-height: 160px;
  position: relative;
  left: -40px;
  top: -10px;
}
@media only screen and (max-width: 989px) {
  .letter--enlarged {
    left: -31px;
    font-size: 86px;
    padding: 38px 23px 9px;
    min-height: 113px;
  }
}

.meta {
  font-size: 12px;
  letter-spacing: 2px;
}

.blog-listing__inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 45px;
}
.blog-listing__title {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  margin-bottom: 35px;
}
.blog-listing__title .title:not(.title--small) strong {
  color: #b7924e;
}
.blog-listing__sidebar {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
}
.blog-listing__content {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
}
.blog-listing__content--full {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}
.block-trending {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .block-trending {
    background-color: #faf7f4;
  }
}
@media screen and (min-width: 768px) {
  .block-trending__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .block-trending__main {
    position: relative;
    z-index: 200;
    -ms-flex: 0 0 60%;
        flex: 0 0 60%;
  }
}
@media screen and (max-width: 767px) {
  .block-trending__title {
    text-align: center;
  }
}
.block-trending__side {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .block-trending__side {
    -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    position: relative;
    margin-top: 0;
  }
  .block-trending__side:before {
    background: #fff;
    content: "";
    position: absolute;
    left: -80px;
    top: 0;
    bottom: 0;
    right: -9999px;
  }
}
@media screen and (min-width: 768px) {
  .block-trending__latest {
    position: relative;
    padding: 304px 100px 160px 100px;
  }
  .block-trending__latest:before {
    position: absolute;
    top: 0;
    background: url(../images/symbol-1.png) 0 0/242px 205px;
    content: "";
    width: 242px;
    left: 100px;
    height: 205px;
  }
}
.block-trending__title strong {
  color: #b7924e;
}
.block-trending__image {
  padding-top: 100%;
  background-size: cover;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .block-trending__image {
    display: none;
  }
}
.block-trending__button {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .block-trending__button {
    margin-top: 120px;
  }
}

.latest__item {
  border-top: 1px solid rgba(89, 84, 78, 0.17);
  margin-top: 25px;
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  .latest__item {
    margin-top: 55px;
    padding-top: 55px;
  }
}
.latest__item:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.block-testimonials {
  padding: 120px 0;
  position: relative;
  z-index: 100;
}
.block-testimonials--experts {
  background-color: #fff;
}
.block-testimonials__title {
  padding-left: 360px;
}
.block-testimonials__testimonials {
  margin-top: 80px;
}
.block-testimonials__testimonials:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 989px) {
  .block-testimonials + .block-title.block-title--center {
    padding-top: 60px;
  }
}

.testimonials {
  position: relative;
  padding: 0 60px;
  margin: -20px;
}
.testimonials__item {
  display: none;
  padding: 20px;
  width: 100%;
}
.testimonials__item:first-child {
  display: block;
}
.testimonials__nav-prev, .hero-slider__nav-prev, .gallery-nav__prev, .testimonials__nav-next, .hero-slider__nav-next, .gallery-nav__next {
  position: absolute;
  top: 100px;
  text-decoration: none;
  text-transform: uppercase;
  color: inherit;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  width: 20px;
  word-wrap: break-word;
}
.testimonials__nav-prev, .hero-slider__nav-prev, .gallery-nav__prev {
  left: 0;
  border-right: 1px solid #3d3d3d;
  padding-right: 10px;
}
.testimonials__nav-next, .hero-slider__nav-next, .gallery-nav__next {
  right: 0;
  padding-left: 10px;
  border-left: 1px solid #3d3d3d;
}
.testimonials--video {
  padding: 0;
}
.testimonials--video .testimonials__nav {
  display: none;
}
.testimonials--video .flickity-viewport {
  overflow: visible;
}
.testimonials__inner.flickity-enabled .testimonials__item {
  display: block;
}
.testimonials--experts {
  padding: 0;
}
.testimonials--experts .testimonials__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .testimonials--experts .testimonials__inner {
    padding-left: 33.3333333333%;
  }
}
.testimonials--experts .testimonials__item {
  display: block;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .testimonials--experts .testimonials__item {
    padding: 20px;
  }
  .testimonials--experts .testimonials__item:first-child {
    bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 33.3333333333%;
  }
}

.testimonial {
  display: -ms-flexbox;
  display: flex;
}
.testimonial__author {
  -ms-flex: 0 0 300px;
      flex: 0 0 300px;
}
.testimonial__content {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.testimonial__title .title {
  font-size: 34px;
  line-height: 1.2352941176;
}
.testimonial__text {
  margin-top: 30px;
}
.testimonial__text p {
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0;
}
.testimonial--experts {
  background-color: #faf7f4;
  border-radius: 4px;
  height: 100%;
  padding: 60px;
}
.testimonial--experts .testimonial__thumb {
  -ms-flex: 0 0 300px;
      flex: 0 0 300px;
}
.testimonial--experts .testimonial__author {
  margin-top: 50px;
}
.testimonial--vertical {
  display: block;
  overflow: hidden;
}
.testimonial--vertical .testimonial__thumb {
  max-width: 220px;
  margin: 0 auto;
}
.testimonial--vertical .testimonial__content {
  margin-top: 85px;
}

.gallery-nav__prev {
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: -60px;
}

.gallery-nav__next {
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  right: -60px;
}

.block-testimonials--video + .block-cta {
  margin-top: -300px;
  padding-top: 300px;
}

.block-cta + .block-quote--default {
  background-color: #faf7f4;
}

.block-courses {
  padding: 30px 0 130px 0;
}
.courses__item {
  margin-top: 90px;
}
.courses__item:first-child {
  margin-top: 0;
}

.course {
  background-size: cover;
  padding: 118px 80px 0;
  border-radius: 4px;
}
.course__content {
  background-color: #fff;
  width: 54%;
  padding: 80px 70px 40px 80px;
  position: relative;
}
.course__headline {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 3px;
  color: #3d3d3d;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.course__title {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  line-height: 1.2352941176;
  font-weight: 700;
}
.course__title em {
  font-weight: 400;
}
.course__title em:before {
  font-style: normal;
  content: "|";
  margin-right: 4px;
  display: inline-block;
  color: #b7924e;
}
.course__text {
  margin-top: 40px;
}
.course__button {
  margin-top: 40px;
}
.course__badge {
  position: absolute;
  top: 0;
  right: 0;
  margin: -62px -62px 0 0;
}
.course--right .course__content {
  margin-left: auto;
}
.course--right .course__badge {
  right: auto;
  left: 0;
  margin: -62px 0 0 -62px;
}

.block-buy {
  padding: 75px 0;
}
.block-buy__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.block-buy__group {
  padding: 0 20px;
}
.block-buy__image {
  max-width: 203px;
  margin-left: auto;
}
.block-buy__button {
  margin-top: 100px;
}

.block-contact {
  background-color: #faf7f4;
  padding: 100px 0 70px;
}
.block-contact__inner {
  padding: 0 100px;
}
.block-contact__title {
  max-width: 900px;
}
.block-contact__row {
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
}
.block-contact__text {
  background-color: #fff;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  padding: 110px;
}
.block-contact__form {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  padding: 20px 60px;
}

.block-details {
  padding: 150px 0;
}
.block-details--bg {
  background-size: cover;
  color: #fff;
}
.block-details__inner {
  padding: 0 120px;
}
.block-details__title {
  text-align: center;
}
.block-details__details {
  margin-top: 80px;
}

.details__item {
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
}
.details__item:first-child {
  margin-top: 0;
}
.details__title {
  -ms-flex: 0 0 200px;
      flex: 0 0 200px;
}
.details__text {
  margin-top: 4px;
}

.home .block-hero.block-hero--default {
  background: #3a3a3a;
  background: linear-gradient(180deg, #3a3a3a 0%, black 100%);
  background-position-y: 100%;
}
.home .block-hero__title .title:not(.title--small) strong {
  color: #b7924e;
}

body.blog .block-hero__inner > div,
body.category .block-hero__inner > div {
  margin-left: auto;
  max-width: 720px;
}
body.blog .block-hero__title .title:not(.title--small),
body.category .block-hero__title .title:not(.title--small) {
  font-size: 56px;
  line-height: 50px;
  letter-spacing: 0;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid {
  box-shadow: 0 0 0 1px #b41f25;
  color: #b41f25;
}
.wpcf7-not-valid:-ms-input-placeholder {
  color: #b41f25;
}
.wpcf7-not-valid::placeholder {
  color: #b41f25;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-response-output {
  display: none;
  margin-top: 20px;
  background: #c79966;
  color: #fff;
  font-weight: bold;
  padding: 20px;
}

.show-more {
  margin-top: 120px;
  text-align: center;
}
.show-more__button {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1.33px;
  padding-top: 60px;
}
.show-more__more {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.vertical-title {
  letter-spacing: 3px;
  color: #a77e34;
  text-transform: uppercase;
}
.vertical-title--inverse {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .vertical-title {
    -ms-transform: rotate(-90deg) translateX(-50%);
        transform: rotate(-90deg) translateX(-50%);
    -ms-transform-origin: top left;
        transform-origin: top left;
    white-space: nowrap;
    position: absolute;
    top: 20px;
    left: 10px;
    padding: 8px 0;
  }
  .vertical-title:before {
    height: 10px;
    width: 2px;
    background-color: rgba(167, 126, 52, 0.1);
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
  }
  .vertical-title:after {
    height: 32px;
    width: 2px;
    background-color: rgba(167, 126, 52, 0.1);
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
  }
  .vertical-title--inverse:before, .vertical-title--inverse:after {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.background--gray {
  background-color: #f8f6f4;
}

.background--white {
  background-color: #fff;
}

.instafeed {
  padding: 35px 0;
}
@media screen and (min-width: 768px) {
  .instafeed {
    padding: 70px 0;
  }
}
.instafeed__wrapper {
  height: 0;
  padding-top: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .instafeed__wrapper {
    padding-top: 25%;
  }
}
.instafeed__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
}
.instafeed__item {
  width: 50%;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .instafeed__item {
    width: 25%;
  }
}
.instafeed__holder {
  padding-top: 100%;
  height: 0;
  position: relative;
  background: #f8f6f4;
}
.instafeed__link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  overflow: hidden;
}
.instafeed__link:hover .instafeed__caption {
  opacity: 1;
}
.instafeed__image img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  min-height: 101%;
  min-width: 101%;
  height: auto;
  max-width: 101%;
}
.instafeed__caption {
  color: #fff;
  padding: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.3s opacity;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .instafeed__caption {
    display: none;
  }
}
.instafeed__caption-text {
  margin: auto;
}

.block-video + .block-button {
  margin-top: 60px;
}

.categories-temp {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  margin-bottom: 30px;
}
.categories-temp a {
  color: inherit;
  text-decoration: none;
}

.hero-slider__item {
  display: none;
  width: 100%;
}
.hero-slider__item:first-child {
  display: block;
}
.hero-slider.flickity-enabled .hero-slider__item {
  display: block;
}
.hero-slider__nav-prev {
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 40px;
  color: #fff;
  border-color: #fff;
}
.hero-slider__nav-next {
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  right: 40px;
  color: #fff;
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .hero-slider__nav {
    display: none;
  }
}

h2:last-child, p:last-child, ul:last-child {
  margin-bottom: 0;
}

.mobile-main-nav {
  font-size: 21px;
}
.mobile-main-nav__item {
  margin-top: 21px;
}
.mobile-main-nav__item:first-child {
  margin-top: 0;
}
.mobile-main-nav__link {
  color: inherit;
  text-decoration: none;
}

.small-list {
  font-size: 14px;
}
.small-list__item {
  margin-top: 14px;
}
.small-list__item:first-child {
  margin-top: 0;
}
.small-list__link {
  color: inherit;
  text-decoration: none;
}

.gallery--default {
  margin: -40px;
}

.gallery--default .gallery__item {
  padding: 40px;
}

.author--mobile .author__media {
  width: 79px;
}

@media screen and (max-width: 1679px) {
  .block-gallery--slider .block-gallery__inner {
    padding: 0 40px;
  }

  .gallery-nav__prev {
    left: -5px;
  }

  .gallery-nav__next {
    right: -5px;
  }
}
@media screen and (min-width: 768px) {
  .single-blog__author-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .single-blog__content-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }

  .block-contact .u-vertical,
.block-faq .u-vertical,
.blog-listing__main .u-vertical {
    display: none;
  }

  .single-blog__sidebar,
.blog-listing__sidebar {
    display: none;
  }

  .single-blog__inner,
.blog-listing__inner {
    display: block;
    padding: 0;
  }

  .single-blog__main,
.blog-listing__main {
    padding: 70px 0;
  }

  .blogs--default .blogs__list,
.blogs--special .blogs__list {
    margin: -10px;
  }

  .blogs--default .blogs__item,
.blogs--special .blogs__item {
    padding: 10px;
  }

  .blogs__show-more,
.show-more {
    margin-top: 60px;
  }

  .text--medium p, .text--medium li {
    font-size: 16px;
  }

  .single-blog__blogs {
    margin-top: 40px;
  }

  .blogs__title {
    text-align: center;
    font-size: 30px;
  }

  .single-blog__meta {
    margin-bottom: 0;
  }

  .single-blog__content-top {
    margin-bottom: 40px;
  }

  .block-contact__inner {
    padding: 0;
  }

  .block-contact__text {
    padding: 50px 30px;
    margin-right: -20px;
  }

  .text--small p, .text--small li {
    font-size: 16px;
  }

  .block-contact {
    padding: 60px 0 0 0;
  }

  .block-contact__row {
    display: block;
    margin-top: 40px;
  }

  .block-contact__form {
    padding: 50px 20px;
  }

  .block-curriculum {
    padding: 40px 0;
  }

  .block-curriculum__curriculum {
    margin-top: 30px;
  }

  .block-curriculum__inner {
    margin: 0 -20px;
  }

  .block-curriculum__button {
    margin-top: 30px;
  }

  .curriculum__group {
    margin-top: 60px;
  }

  .curriculum__item {
    padding: 20px;
  }

  .curriculum__title {
    font-size: 24px;
    padding-left: 65px;
  }

  .curriculum__title strong {
    width: 25px;
    height: 25px;
    font-size: 11px;
    line-height: 20px;
    left: 20px;
    margin-top: -12px;
  }

  .curriculum__item-title {
    font-size: 18px;
    padding-right: 15px;
  }

  .simple-button {
    padding: 10px 15px;
    font-weight: 700;
    font-size: 12px;
  }

  .block-faq {
    padding: 60px 0;
  }

  .faq__question {
    font-size: 23px;
  }

  .faq__answer {
    font-size: 17px;
  }

  .faq__toggle {
    width: 30px;
    height: 30px;
    top: 28px;
  }
  .faq__toggle:before {
    width: 11px;
    height: 1px;
    margin: 0 0 0 -5px;
  }
  .faq__toggle:after {
    width: 1px;
    height: 11px;
    margin: -5px 0 0 0;
  }

  .faq__item {
    padding-right: 40px;
  }

  .gallery--default {
    margin: -10px;
  }

  .gallery--default .gallery__item {
    padding: 10px;
  }

  .block-gallery--slider .block-gallery__inner {
    padding: 0 25px;
  }

  .testimonials__nav-prev, .hero-slider__nav-prev,
.testimonials__nav-next,
.hero-slider__nav-next,
.gallery-nav__prev,
.gallery-nav__next {
    font-size: 9px;
    width: 15px;
  }

  .testimonials__nav-prev, .hero-slider__nav-prev,
.gallery-nav__prev {
    padding-right: 5px;
  }

  .testimonials__nav-next, .hero-slider__nav-next,
.gallery-nav__next {
    padding-left: 5px;
  }

  .testimonials__nav-prev, .gallery-nav__prev, .hero-slider__nav-prev {
    left: 0;
  }

  .testimonials__nav-next, .gallery-nav__next, .hero-slider__nav-next {
    right: 0;
  }

  .block-testimonials--video {
    padding: 40px 0;
  }

  .block-cta__bottom {
    display: block;
    margin-top: 48px;
  }

  .block-cta__button {
    margin-top: 20px;
  }

  .block-cta:not(.block-cta--special) {
    padding: 60px 0 40px 0;
  }

  .block-testimonials--video + .block-cta {
    margin-top: -130px;
    padding-top: 130px;
  }

  .block-book {
    background-position: 400% 0;
  }

  .block-book__top {
    padding: 80px 0 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .block-book__title,
.block-book__text {
    text-align: left;
  }

  .block-book__bottom {
    padding: 0 0 60px;
  }

  .block-book__image {
    max-width: 280px;
    margin: 20px auto;
    position: static;
  }
  .block-book__image .image {
    margin-left: -20px;
  }
  .block-book__image + .block-book__title {
    -ms-flex-order: -1;
        order: -1;
  }

  .testimonial--experts {
    display: block;
  }

  .block-details {
    padding: 60px 0;
  }

  .block-details__inner {
    padding: 0;
  }

  .block-details__details {
    margin-top: 60px;
  }

  .details__item {
    display: block;
    margin-top: 40px;
  }
  .details__item:first-child {
    margin-top: 0;
  }

  .details__text {
    margin-top: 10px;
  }

  .text--large-bold p {
    font-size: 18px;
  }

  .block-newsletter--events .block-newsletter__inner {
    padding: 60px 0 !important;
  }

  .block-newsletter--events .block-newsletter__media {
    position: relative !important;
    top: auto;
    right: auto;
    margin-top: 70px;
  }

  .block-newsletter--events .block-newsletter__subtitle {
    padding-left: 0 !important;
    text-align: center;
  }

  .block-two-columns--wide-left-contained .block-two-columns__column:first-child {
    padding: 0 !important;
  }

  .block-courses {
    padding: 30px 0;
  }

  .block-courses__inner {
    margin: 0 -20px;
  }

  .course {
    padding: 300px 25px 0;
    border-radius: 0;
  }

  .course__content {
    padding: 60px 40px 20px;
    width: 100%;
  }

  .course__title {
    font-size: 24px;
  }

  .course__badge {
    left: 30px !important;
    right: auto !important;
    margin-left: 0 !important;
    margin-top: -45px !important;
  }
  .course__badge .badge {
    height: 91px;
    width: 91px;
    font-size: 8px;
    letter-spacing: 2px;
  }

  .block-upcoming {
    padding-top: 40px;
  }

  .block-upcoming__body {
    padding: 0;
    display: block;
    margin-top: 20px;
  }

  .block-upcoming__button {
    margin-top: 20px;
  }

  .title--medium {
    font-size: 24px;
  }

  .list--large {
    font-size: 20px;
  }

  .paragraph--first-enlarged {
    padding-top: 0;
  }

  .block-quote--background_top {
    min-height: 360px;
  }

  .block-two-columns--special-1-no-bullets .block-two-columns__column:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }

  .block-prices:not(.block-prices--overlap) {
    padding: 60px 0;
  }

  .block-prices--overlap {
    padding-right: 40px;
  }
  .block-prices--overlap:before {
    right: 40px;
  }

  .block-prices__row--bg {
    padding-top: 60px;
  }

  .block-prices__row--flex {
    margin-left: 0;
    margin-right: 0;
  }

  .block-prices__group {
    width: 100%;
    float: none;
    padding: 0;
  }
  .block-prices__group + .block-prices__group {
    margin-top: 40px;
  }

  .block-testimonials--text {
    padding: 60px 0;
  }

  .block-testimonials__title {
    padding: 0 20px;
    text-align: center;
  }

  .testimonials--text {
    padding: 0 20px;
  }
  .testimonials--text .testimonials__nav-prev, .testimonials--text .gallery-nav__prev, .testimonials--text .hero-slider__nav-prev,
.testimonials--text .testimonials__nav-next,
.testimonials--text .gallery-nav__next,
.testimonials--text .hero-slider__nav-next {
    top: auto;
    bottom: 180px;
  }

  .testimonial:not(.testimonial--experts) {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .testimonial:not(.testimonial--experts) .testimonial__author {
    -ms-flex-order: 2;
        order: 2;
    margin-top: 40px;
  }

  .author--testimonials .author__media {
    margin: 0 auto;
  }

  .testimonials__item {
    padding: 0 20px;
  }

  .testimonial__title .title {
    font-size: 21px;
  }

  .testimonial__text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 475px) {
  .blogs--default .blogs__list,
.blogs--special .blogs__list {
    display: block;
    margin: 0;
  }

  .blogs--default .blogs__item,
.blogs--special .blogs__item {
    padding: 0 0 30px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(89, 84, 78, 0.17);
  }

  .blogs--default .article-card__image,
.blogs--special .blogs__item:nth-child(2n+2) .article-card__image {
    float: left;
    width: 30%;
    margin-right: 30px;
    margin-bottom: 30px;
  }

  .blogs--default .article-card__link {
    overflow: hidden;
  }

  .blogs--default .article-card__image {
    margin-bottom: 0;
  }

  .blogs--special .blogs__item:nth-child(2n+2) .article-card__lead {
    clear: both;
  }

  .blogs--default .article-card__text {
    margin-top: 0;
    overflow: hidden;
  }

  .blogs--default .article-card__lead {
    display: none;
  }

  /* .blogs--special */
  .article-card__lead {
    font-size: 16px;
    margin-top: 20px;
  }

  .gallery--default {
    margin: 0;
    display: block;
  }

  .gallery--default .gallery__item {
    padding: 0;
    margin-top: 20px;
  }
  .gallery--default .gallery__item:first-child {
    margin-top: 0;
  }
}
.testimonials--text .flickity-viewport {
  transition: height 0.2s;
}

.block-button--extra-bottom-padding .block-button__inner {
  padding-bottom: 95px;
}

.form {
  position: relative;
}

.form__spinner {
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 48px;
  position: absolute;
  display: none;
}

.form.is-loading .wpcf7 {
  opacity: 0.2;
}

.form.is-loading .form__spinner {
  display: -ms-flexbox;
  display: flex;
}

.lds-ellipsis, .lds-ellipsis-dark {
  display: block;
  position: relative;
  width: 80px;
  height: 60px;
  margin: auto;
}

.lds-ellipsis div {
  position: absolute;
  top: 23px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.lds-ellipsis-dark div {
  position: absolute;
  top: 23px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #c79966;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis-dark div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis-dark-1 0.6s infinite;
}

.lds-ellipsis-dark div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis-dark-2 0.6s infinite;
}

.lds-ellipsis-dark div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis-dark-2 0.6s infinite;
}

.lds-ellipsis-dark div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis-dark-3 0.6s infinite;
}

@keyframes lds-ellipsis-dark-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis-dark-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis-dark-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.block-hero {
  color: #fff;
  padding: 200px 0 100px 0;
}
/* START TEMP COLOUR TEXT CHANGE SUNDARI MEMBERSHIP PAGE */
.page-id-9009 .block-hero {
    color: #59544e;
}
/* END TEMP COLOUR TEXT CHANGE SUNDARI MEMBERSHIP PAGE */
@media only screen and (min-width: 990px) {
  .block-hero {
    min-height: 736px;
  }
}
@media only screen and (max-width: 989px) {
  .block-hero {
    padding: 117px 30px;
    height: 570px;
    position: relative;
  }
}
.block-hero:not(.block-hero--text) {
  background-size: cover;
  background-position: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 100vh;
}

/* ALIGN TO MIDDLE */
.block-hero:not(.block-hero--text) > * {
  margin: auto;
  width: 100%;
  display:flex;
}
.block-hero.block-hero--default .title strong {
  display: inline-block;
}
.block-hero.block-hero--default .title strong, .block-hero.block-hero--narrow .title strong {
  display: inline-block;
}
.block-hero.block-hero--two-columns {
  padding-bottom: 200px;
}

@media only screen and (max-width: 989px) {
  .block-hero.block-hero--two-columns {
    height: auto;
  }
}
.block-hero.block-hero--two-columns-light {
  color: #59544e;
}
.block-hero.block-hero--two-columns-light .block-hero__title .title {
  color: #59544e;
}
@media only screen and (max-width: 989px) {
  .block-hero.block-hero--two-columns-light .block-hero__image {
    max-width: 500px;
  }
}
@media only screen and (max-width: 989px) {
  .block-hero.block-hero--two-columns-light .block-hero__image img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 989px) {
  .block-hero.block-hero--two-columns .u-inner {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
.block-hero.block-hero--two-columns .u-inner:nth-child(1) > div:nth-child(1) {
  width: 40%;
}
@media only screen and (max-width: 989px) {
  .block-hero.block-hero--two-columns .u-inner:nth-child(1) > div:nth-child(1) {
    width: 100%;
  }
}
.block-hero.block-hero--two-columns .u-inner:nth-child(1) > div:nth-child(2) {
  width: 60%;
  text-align: center;
}
@media only screen and (min-width: 990px) {
  .block-hero.block-hero--two-columns .u-inner:nth-child(1) > div:nth-child(2) {
    padding-left: 36px;
  }
}
@media only screen and (max-width: 989px) {
  .block-hero.block-hero--two-columns .u-inner:nth-child(1) > div:nth-child(2) {
    width: 100%;
  }
}
.block-hero.block-hero--two-columns .block-hero__title {
  width: 100%;
}
@media only screen and (max-width: 989px) {
  .block-hero.block-hero--two-columns .block-hero__title {
    margin-bottom: 60px;
  }
}
.block-hero.block-hero--two-columns .block-hero__headline .headline {
  font-size: 80px;
  font-family: "Wilderness";
  font-weight: normal;
  color: #b7924e;
  text-transform: unset;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 989px) {
  .block-hero.block-hero--two-columns .block-hero__headline .headline {
    font-size: 50px;
    line-height: 72px;
    margin-bottom: 0;
    text-align: center;
  }
}
.block-hero.block-hero--has-footer {
  padding-bottom: 0;
}
@media only screen and (min-width: 990px) {
  .block-hero.block-hero--has-indented-text .block-hero__text, .block-hero.block-hero--has-indented-text .block-hero__event, .block-hero.block-hero--has-indented-text .block-hero__button {
    padding-left: 110px;
  }
}
@media only screen and (max-width: 989px) {
  .block-hero.block-hero--has-indented-text .block-hero__text {
    max-width: 560px;
  }
}



.block-hero.block-hero--light {
  color: #59544e;
}
.block-hero.block-hero--light .heading--small {
  color: #59544e;
}
@media only screen and (min-width: 990px) {
  .block-hero.block-hero--narrow .block-hero__text {
    max-width: 528px;
  }
}
.block-hero.block-hero--short {
  background-color: #fff !important;
  text-align: center;
}
.block-hero.block-hero--short .block-hero__headline {
  margin-bottom: 37.6px;
}
.block-hero.block-hero--short .block-hero__headline a:link {
  color: #b7924e;
  font-size: 14px;
  text-decoration: none;
}
.block-hero.block-hero--short .block-hero__headline a:visited {
  color: #b7924e;
}
.block-hero.block-hero--short .block-hero__title {
  margin-left: auto;
  margin-right: auto;
}
.block-hero.block-hero--short .block-hero__title .title {
  font-size: 100px;
  line-height: 100px;
  letter-spacing: 2.33px;
  color: #59544e;
}
@media only screen and (max-width: 989px) {
  .block-hero.block-hero--short .block-hero__title .title {
    font-size: 52px;
    line-height: 52px;
  }
}
.block-hero.block-hero--short .block-hero__text {
  margin: 50px auto 20px auto;
}
.block-hero.block-hero--short .block-hero__text p {
  font-size: 14px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 30px;
  letter-spacing: 3px;
  color: #b7924e;
}
.block-hero.block-hero--short .block-hero__small-graphic {
  margin-left: auto;
  margin-right: auto;
  max-width: 260px;
}
.block-hero.block-hero--blog .block-hero__title .meta {
  margin-top: 30px;
  color: #fff;
}
.block-hero.block-hero--blog .block-hero__title .button {
  margin-top: 30px;
}
@media only screen and (max-width: 989px) {
  .block-hero .u-inner {
    position: relative;
    z-index: 3;
  }
}
@media only screen and (max-width: 989px) {
  .block-hero .u-inner {
    padding: 0;
  }
}
.block-hero .block-hero__image {
  position: relative;
  max-width: 412px;
}
@media only screen and (max-width: 989px) {
  .block-hero .block-hero__image {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .block-hero .block-hero__image {
    margin-bottom: 30px;
    max-width: 183px;
  }
}
.block-hero .block-hero__image--rounded img {
  border-radius: 50%;
}
@media only screen and (min-width: 990px) {
  .block-hero .block-hero__image-mobile {
    display: none;
  }
}
@media only screen and (max-width: 989px) {
  .block-hero .block-hero__image-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.block-hero .block-hero__image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .block-hero .block-hero__image img {
    max-width: 183px;
  }
}
.block-hero .block-hero__image .bubble {
  position: absolute;
  top: 0;
  left: 300px;
}
@media only screen and (max-width: 989px) {
  .block-hero .block-hero__image .bubble {
    left: auto;
    right: 10%;
  }
}
@media only screen and (max-width: 600px) {
  .block-hero .block-hero__image .bubble {
    left: auto;
    right: -20px;
    top: -20px;
  }
}
.block-hero .block-hero__headline .headline {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  /*line-height: 36px;*/
  margin-bottom: 24px;
}
@media only screen and (max-width: 989px) {
  .block-hero .block-hero__headline .headline {
    text-align: center;
    margin-bottom: 20px;
  }
}
.block-hero .block-hero__title, .block-hero .block-hero__text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .block-hero .block-hero__title, .block-hero .block-hero__text {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .block-hero .block-hero__title, .block-hero .block-hero__text {
    text-align: center;
  }
}
.block-hero .title {
  font-size: 100px;
  letter-spacing: -2.33px;
  line-height: 1.1em;
  margin-bottom: 0.38em;
}
@media only screen and (max-width: 989px) {
  .block-hero .title {
    font-size: 52px;
    line-height: 52px;
  }
}
.block-hero .title--narrow {
  line-height: 1em;
}
@media only screen and (min-width: 990px) {
  .block-hero .title--narrow {
    max-width: 503px;
  }
}
.block-hero .block-hero__text p {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 1.2em;
}
@media only screen and (max-width: 989px) {
  .block-hero .block-hero__text p {
    font-size: 22px;
    line-height: 30px;
  }
}
.block-hero .block-hero__event {
  margin-top: 48px;
}
.block-hero .block-hero__event a:link {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625em;
  letter-spacing: 1.33px;
  text-decoration: none;
  max-width: 280px;
}
.block-hero .block-hero__event a:visited {
  color: #fff;
}
.block-hero .block-hero__event a:hover::before {
  content: "+";
  color: #fff;
  border: 1px solid transparent;
  background: linear-gradient(to right, #dcb368 -11%, #c79966 100%);
}
.block-hero .block-hero__event a::before {
  content: "+";
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 11px 14px;
  box-sizing: border-box;
  line-height: 1em;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-top: 7px;
  margin-right: 23px;
  transition: all 0.1s ease-in-out;
}
.block-hero .block-hero__button {
  margin-top: 60px;
}
.block-hero--large-central-image {
  min-height: 0;
  padding-bottom: 60px;
}
.block-hero--large-central-image .block-hero__inner {
  text-align: center;
}
.block-hero--large-central-image .block-hero__title {
  max-width: none;
  margin: 0 auto;
}
.block-hero--large-central-image .block-hero__title h1 {
  font-size: 120px;
  margin-bottom: 0;
  letter-spacing: -5px;
}

@media only screen and (max-width: 767px) {
    .block-hero--aligned-spacing .block-hero__text {
        margin-top: 320px; 
    }
    .block-hero--aligned-spacing .block-hero__button {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 990px) {
  .block-hero--large-central-image .block-hero__title h1 {
    font-size: 340px;
  }
}
.block-hero--large-central-image .block-hero__text {
  max-width: none;
}
.block-hero--large-central-image .block-hero__text p {
  color: #b7924e;
  font-family: "Wilderness";
  font-size: 130px;
  margin-bottom: 0;
}
.block-hero--large-central-image .block-hero__image img {
  max-width: 1200px;
}
.block-hero--text {
  background: #faf7f4;
  text-align: center;
  padding: 200px 0 20px 0;
}
.block-hero--text .block-hero__title {
  width: auto;
}
.block-hero--text .title {
  font-size: 300px;
  font-weight: 700;
  margin-bottom: 0;
}
.block-hero--text .title strong {
  font-size: 130px;
}
@media only screen and (max-width: 989px) {
  .block-hero--has-mobile-background .block-hero__background-image-mobile {
    background-position-x: 50%;
    background-position-y: 76%;
  }
}
@media only screen and (max-width: 989px) {
  .block-hero--has-mobile-background .u-inner {
    top: -95px;
  }
}
.block-hero__small-graphic {
  max-width: 98px;
  margin-left: 60px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 989px) {
  .block-hero__small-graphic {
    margin-left: auto;
    margin-right: auto;
    max-width: 84px;
  }
}
.block-hero__small-graphic-below {
  margin-left: 0;
}
@media only screen and (max-width: 989px) {
  .block-hero__small-graphic-below {
    position: absolute;
    left: -75px;
  }
}
.block-hero__small-graphic img {
  width: 100%;
  height: auto;
}
.block-hero__footer {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 0;
  margin-top: 86px;
  border-top: 1px solid #59544e;
}
@media only screen and (max-width: 989px) {
  .block-hero__footer {
    margin-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 13.5px 0 48px;
  }
}
.block-hero__footer > div {
  width: 50%;
}
@media only screen and (max-width: 989px) {
  .block-hero__footer > div {
    width: 100%;
    text-align: center;
  }
}
.block-hero__footer > div:nth-child(1) {
  padding-top: 20px;
}
@media only screen and (max-width: 989px) {
  .block-hero__footer > div:nth-child(1) {
    padding-top: 0;
  }
}
.block-hero__footer > div:nth-child(2) {
  text-align: right;
}
@media only screen and (max-width: 989px) {
  .block-hero__footer > div:nth-child(2) {
    margin-top: 30.5px;
    text-align: center;
  }
}
.block-hero__footer .heading--small {
  margin-right: 60px;
}
@media only screen and (max-width: 989px) {
  .block-hero__footer .heading--small {
    margin: 12px auto 17px;
    display: block;
  }
}
.block-hero__footer .block-hero__button {
  margin-top: 0;
}
.block-hero__social {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 989px) {
  .block-hero__social {
    display: block;
    margin-bottom: 5px;
  }
}
.block-hero__social .heading--small {
  display: block;
}
@media only screen and (min-width: 990px) {
  .block-hero__overlay {
    display: none;
  }
}
@media only screen and (max-width: 989px) {
  .block-hero__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0.6;
  }
}
.block-hero .block-hero__title .title strong {
  font-size: 164px;
  display: inline-block;
}
@media only screen and (max-width: 989px) {
  .block-hero .block-hero__title .title strong {
    font-size: 84px;
  }
}
@media only screen and (min-width: 990px) {
  .block-hero .block-hero__background-image-mobile {
    display: none;
  }
}
@media only screen and (max-width: 989px) {
  .block-hero .block-hero__background-image-mobile {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
}

body.home .block-hero {
  padding-bottom: 45px;
}
body.home .block-hero__title {
  text-align: left;
}
@media only screen and (min-width: 990px) {
  body.home .block-hero__title .title {
    line-height: 0.9em;
  }
}
body.home .block-hero__title .title:not(.title--small) strong {
  line-height: 40px;
  -ms-transform: rotate(-1deg);
      transform: rotate(-1deg);
  color: #e2bf81;
}
@media screen and (max-width: 767px) {
  body.home .block-hero__title .title:not(.title--small) strong {
    font-size: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 989px) {
  body.home .block-hero__title .title:not(.title--small) strong {
    font-size: 125px;
    display: inline;
  }
}
body.home .block-hero__button {
  margin-top: 45px;
}
body.home .block-hero.block-hero--default {
  background-color: #f5f1e8;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 989px) {
  body.home .block-hero.block-hero--default {
    background-position-x: 64%;
  }
}
@media screen and (max-width: 767px) {
  body.home .block-hero.block-hero--default {
    background-position-x: 70%;
  }
}
body.home .block-hero .block-hero__title,
body.home .block-hero .block-hero__text {
  max-width: none;
}
@media only screen and (max-width: 989px) {
  body.home .button--amazon {
    -ms-transform: scale(0.8);
        transform: scale(0.8);
  }
}

.block-hero .block-hero__title + .block-hero__button {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .block-hero .block-hero__title + .block-hero__button {
    margin-top: 100px;
  }
}

/* BUTTON ONLY STYLE START */


@media only screen and (max-width: 767px) {
    .block-hero--button-only .block-hero__title {
  display: none;
}

  .block-hero--button-only .block-hero__text {
  display: none;
}

  .block-hero--button-only .block-hero__headline {
       display: none; 
  }
  
.block-hero--button-only .block-hero__button {
     margin-top: 73vh !important;
  }
}

.block-hero.block-hero--button-only .block-hero__headline .headline {
  font-size: 80px;
  font-family: "Wilderness";
  font-weight: normal;
  color: #b7924e;
  text-transform: unset;
  margin-bottom: 0;
}

.block-hero.block-hero--button-only .block-hero__text{
	margin-bottom: 100px;
}

.block-hero.block-hero--button-only .u-inner {
	    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    padding-left: 45vw;
}

@media only screen and (max-width: 767px) {
	.block-hero.block-hero--button-only .u-inner {
    padding-left: 0;
	}}

@media only screen and (max-width: 767px) {
.block-hero.block-hero--button-only .block-hero__button .button{
	width: 90vw;
	margin: 0 15px;
	}}

@media only screen and (min-width: 767px) {
    .block-hero.block-hero--button-only .block-hero__title h1 {
  margin-bottom: 0.9em;
	}}
	
	
/* BUTTON ONLY STYLE END */
	

	
/* Mobile homepage hero overlay */
/*.home .block-hero .block-hero__overlay,
.page-id-6 .block-hero .block-hero__overlay {
    @include media-mobile {
        background-color: rgba(68, 55, 34, 0.66);
    }
}*/
/* Mystery school page hero overlay */
/*.page-id-1312 .block-hero .block-hero__overlay,
.page-id-1321 .block-hero .block-hero__overlay,
.page-id-1064 .block-hero .block-hero__overlay {
    @include media-mobile {
        background-color: rgba(30, 25, 31, 0.85);
    }
}*/
/* Homepage hero */
@media only screen and (max-width: 989px) {
  .home .block-hero .block-hero__button, .page-id-6 .block-hero .block-hero__button {
    position: relative;
    top: 20px;
  }
}

/* About page hero */
@media only screen and (max-width: 989px) {
  .page-id-6 .block-hero {
    background-position-x: 62%;
  }
}
/*@media only screen and (max-width: 989px) {
  .page-id-6 .block-hero .block-hero__title .title:not(.title--small) strong {
    font-size: 100px;
  }
}*/
@media only screen and (max-width: 989px) {
  .page-id-6 .block-hero .block-hero__title, .page-id-6 .block-hero .block-hero__text {
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  .page-id-6 .block-hero .block-hero__title, .page-id-6 .block-hero .block-hero__text {
    max-width: 250px;
  }
}

.block-hero--blog .block-hero__title,
.block-hero--blog .block-hero__text {
  text-align: left;
}

.block-hero--large-central-image .block-hero__image {
  max-width: none;
}

@media only screen and (max-width: 989px) {
  .block-hero--short,
.block-hero--large-central-image {
    height: auto;
    padding-bottom: 20px;
  }
}

/* Contact page */
@media only screen and (max-width: 989px) {
  .page-id-13 .block-hero {
    background-position-y: 10%;
  }
}

.block-logos {
  background-color: #f4f4f4;
  text-align: center;
}
.block-logos__title {
  padding: 66px 0 40px;
}
.block-logos__logos {
  padding: 40px 0;
  border-top: 1px solid rgba(89, 84, 78, 0.16);
}
@media screen and (min-width: 768px) {
  .block-logos__logos {
    padding: 94px 0;
  }
}

.logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px;
}
.logos__item {
  width: 50%;
  text-align: center;
  padding: 5px 20px;
}
.logos__item img {
  max-width: 258px;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .logos__item {
    width: 25%;
    padding: 20px;
  }
}

body.home .block-logos {
  background-color: inherit;
}

.block-newsletter {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.17) -14%, rgba(0, 0, 0, 0.2) 123%), linear-gradient(268deg, #c08557 99%, #c49748 -21%);
  color: #fff;
  background-size: cover;
}
.block-newsletter__title {
  margin-bottom: 51px;
}
.block-newsletter__title .title strong {
  color: #fff;
}
.block-newsletter__text p {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  line-height: 1.2352941176;
}
.block-newsletter__title, .block-newsletter__text {
  max-width: 547px;
}
.block-newsletter__form {
  margin-top: 100px;
  max-width: 1000px;
}
.block-newsletter__form:first-child {
  margin-top: 0;
}
.block-newsletter--simple {
  background: none transparent;
  color: inherit;
  text-align: center;
  padding: 0;
}
.block-newsletter--simple .block-newsletter__inner {
  background-color: #fff;
  margin-top: -90px;
  border-radius: 4px 4px 0 0;
  padding: 120px 0px;
  position: relative;
}
.block-newsletter--simple .block-newsletter__title {
  max-width: none;
}
.block-newsletter--simple .block-newsletter__form {
  margin-left: auto;
  margin-right: auto;
}
.block-newsletter--simple .block-newsletter__badge {
  top: 0;
  left: 50%;
  position: absolute;
  margin: -62px 0 0 -62px;
}
.block-newsletter--events {
  background: linear-gradient(to bottom, #A17A3B 0%, #996944 100%);
  /*&:before {
      background: no-repeat url(../images/gold@2x.png) $color-pampas top right / 305px 513px;
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      height: 513px;
      width: 305px;
      pointer-events: none;
  }*/
}
.block-newsletter--events .block-newsletter__inner {
  position: relative;
  padding-right: 344px;
}
.block-newsletter--events .block-newsletter__title,
.block-newsletter--events .block-newsletter__subtitle {
  max-width: 650px;
}
.block-newsletter--events .block-newsletter__subtitle {
  padding-left: 100px;
}
.block-newsletter--events .block-newsletter__media {
  position: absolute;
  top: 60px;
  right: 0;
}
.block-newsletter--events .block-newsletter__badge {
  position: absolute;
  top: -30px;
  left: -15px;
}
.block-newsletter--form {
  background: none #faf7f4;
  color: inherit;
}
.block-newsletter--form .block-newsletter__form {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .block-newsletter .block-newsletter__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 990px) {
  .block-newsletter .block-newsletter__inner {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.block-newsletter {
  background-position: top center;
}
.block-newsletter__inner {
  padding: 119px 0 56px;
}

@media screen and (max-width: 767px) {
  .block-newsletter__title {
    margin-bottom: 40px;
  }

  .block-newsletter__title,
.block-newsletter__text {
    text-align: center;
  }

  .block-newsletter__text p {
    font-size: 23px;
  }

  .block-newsletter__form {
    margin-top: 35px;
  }
}



/**
 * =============================================================================
 * Grid
 * =============================================================================
 */
.g-wrapper {
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: x-em(1024, 16)), screen and (max-width: x-em(479, 16)) {
  .g-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.g-container {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  width: 100%;
}
.g-container.g-container--narrow {
  max-width: 960px;
}

.g {
  display: block;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-rendering: optimizespeed;
  width: 100%;
}
.g.g--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.g-1, .g-2, .g-3, .g-4, .g-5, .g-6, .g-7, .g-8, .g-9, .g-10, .g-11, .g-12, .g-13, .g-14, .g-15 .g-16, .g-inner, .g-full {
  display: inline-block;
  zoom: 1;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  position: relative;
  text-align: left;
  margin-right: -4px;
  *display: inline;
}


/**
 * Generate top level classes
 * ----------------------
 * .g-1
 * .g-2
 * .g-3
 */
.g-1 {
  width: 8.3333333333%;
}

.g-2 {
  width: 16.6666666667%;
}

.g-3 {
  width: 25%;
}

.g-4 {
  width: 33.3333333333%;
}

.g-5 {
  width: 41.6666666667%;
}

.g-6 {
  width: 50%;
}

.g-7 {
  width: 58.3333333333%;
}

.g-8 {
  width: 66.6666666667%;
}

.g-9 {
  width: 75%;
}

.g-10 {
  width: 83.3333333333%;
}

.g-11 {
  width: 91.6666666667%;
}

.g-12 {
  width: 100%;
  clear: both;
  display: block;
}

.g-full {
  clear: both;
  display: block;
  margin: 0;
  width: 100%;
}

/**
 * RWD for top level classes
 * ----------------------
 *
 */
@media screen and (max-width: x-em(799, 16)) {
  .g-1 {
    width: 11.1111111111%;
  }

  .g-2 {
    width: 22.2222222222%;
  }

  .g-3 {
    width: 33.3333333333%;
  }

  .g-4 {
    width: 44.4444444444%;
  }

  .g-5 {
    width: 55.5555555556%;
  }

  .g-6 {
    width: 66.6666666667%;
    width: 100%;
  }

  .g-7 {
    width: 77.7777777778%;
    width: 100%;
  }

  .g-8 {
    width: 88.8888888889%;
    width: 100%;
  }

  .g-9 {
    width: 100%;
    width: 100%;
  }

  .g-10 {
    width: 111.1111111111%;
    width: 100%;
  }

  .g-11 {
    width: 122.2222222222%;
    width: 100%;
  }
}
@media screen and (max-width: x-em(599, 16)) {
  .g-1 {
    width: 16.6666666667%;
  }

  .g-2 {
    width: 33.3333333333%;
  }

  .g-3 {
    width: 50%;
  }

  .g-4 {
    width: 66.6666666667%;
    width: 100%;
  }

  .g-5 {
    width: 83.3333333333%;
    width: 100%;
  }

  .g-6 {
    width: 100%;
    width: 100%;
  }

  .g-7 {
    width: 116.6666666667%;
    width: 100%;
  }

  .g-8 {
    width: 133.3333333333%;
    width: 100%;
  }

  .g-9 {
    width: 150%;
    width: 100%;
  }

  .g-10 {
    width: 166.6666666667%;
    width: 100%;
  }

  .g-11 {
    width: 183.3333333333%;
    width: 100%;
  }
}
/**
 * Generate child classes
 * ----------------------
 * .g-2 .g-1
 * .g-2 .g-2
 * .g-1 .g-1
 */
.g-11 .g-1 {
  width: 9.0909090909%;
}
.g-11 .g-2 {
  width: 18.1818181818%;
}
.g-11 .g-3 {
  width: 27.2727272727%;
}
.g-11 .g-4 {
  width: 36.3636363636%;
}
.g-11 .g-5 {
  width: 45.4545454545%;
}
.g-11 .g-6 {
  width: 54.5454545455%;
}
.g-11 .g-7 {
  width: 63.6363636364%;
}
.g-11 .g-8 {
  width: 72.7272727273%;
}
.g-11 .g-9 {
  width: 81.8181818182%;
}
.g-11 .g-10 {
  width: 90.9090909091%;
}
.g-11 .g-11 {
  width: 100%;
  clear: both;
  display: block;
}

.g-10 .g-1 {
  width: 10%;
}
.g-10 .g-2 {
  width: 20%;
}
.g-10 .g-3 {
  width: 30%;
}
.g-10 .g-4 {
  width: 40%;
}
.g-10 .g-5 {
  width: 50%;
}
.g-10 .g-6 {
  width: 60%;
}
.g-10 .g-7 {
  width: 70%;
}
.g-10 .g-8 {
  width: 80%;
}
.g-10 .g-9 {
  width: 90%;
}
.g-10 .g-10 {
  width: 100%;
  clear: both;
  display: block;
}

.g-9 .g-1 {
  width: 11.1111111111%;
}
.g-9 .g-2 {
  width: 22.2222222222%;
}
.g-9 .g-3 {
  width: 33.3333333333%;
}
.g-9 .g-4 {
  width: 44.4444444444%;
}
.g-9 .g-5 {
  width: 55.5555555556%;
}
.g-9 .g-6 {
  width: 66.6666666667%;
}
.g-9 .g-7 {
  width: 77.7777777778%;
}
.g-9 .g-8 {
  width: 88.8888888889%;
}
.g-9 .g-9 {
  width: 100%;
  clear: both;
  display: block;
}

.g-8 .g-1 {
  width: 12.5%;
}
.g-8 .g-2 {
  width: 25%;
}
.g-8 .g-3 {
  width: 37.5%;
}
.g-8 .g-4 {
  width: 50%;
}
.g-8 .g-5 {
  width: 62.5%;
}
.g-8 .g-6 {
  width: 75%;
}
.g-8 .g-7 {
  width: 87.5%;
}
.g-8 .g-8 {
  width: 100%;
  clear: both;
  display: block;
}

.g-7 .g-1 {
  width: 14.2857142857%;
}
.g-7 .g-2 {
  width: 28.5714285714%;
}
.g-7 .g-3 {
  width: 42.8571428571%;
}
.g-7 .g-4 {
  width: 57.1428571429%;
}
.g-7 .g-5 {
  width: 71.4285714286%;
}
.g-7 .g-6 {
  width: 85.7142857143%;
}
.g-7 .g-7 {
  width: 100%;
  clear: both;
  display: block;
}

.g-6 .g-1 {
  width: 16.6666666667%;
}
.g-6 .g-2 {
  width: 33.3333333333%;
}
.g-6 .g-3 {
  width: 50%;
}
.g-6 .g-4 {
  width: 66.6666666667%;
}
.g-6 .g-5 {
  width: 83.3333333333%;
}
.g-6 .g-6 {
  width: 100%;
  clear: both;
  display: block;
}

.g-5 .g-1 {
  width: 20%;
}
.g-5 .g-2 {
  width: 40%;
}
.g-5 .g-3 {
  width: 60%;
}
.g-5 .g-4 {
  width: 80%;
}
.g-5 .g-5 {
  width: 100%;
  clear: both;
  display: block;
}

.g-4 .g-1 {
  width: 25%;
}
.g-4 .g-2 {
  width: 50%;
}
.g-4 .g-3 {
  width: 75%;
}
.g-4 .g-4 {
  width: 100%;
  clear: both;
  display: block;
}

.g-3 .g-1 {
  width: 33.3333333333%;
}
.g-3 .g-2 {
  width: 66.6666666667%;
}
.g-3 .g-3 {
  width: 100%;
  clear: both;
  display: block;
}

.g-2 .g-1 {
  width: 50%;
}
.g-2 .g-2 {
  width: 100%;
  clear: both;
  display: block;
}

.g-1 .g-1 {
  width: 100%;
  clear: both;
  display: block;
}

/**
 * RWD for child classes
 * ----------------------
 *
 */
@media screen and (max-width: x-em(799, 16)) {
  .g-11 .g-1 {
    width: 18.1818181818%;
  }
  .g-11 .g-2 {
    width: 36.3636363636%;
  }
  .g-11 .g-3 {
    width: 54.5454545455%;
  }
  .g-11 .g-4 {
    width: 72.7272727273%;
  }
  .g-11 .g-5 {
    width: 90.9090909091%;
  }
  .g-11 .g-6 {
    width: 109.0909090909%;
    width: 100%;
  }
  .g-11 .g-7 {
    width: 127.2727272727%;
    width: 100%;
  }
  .g-11 .g-8 {
    width: 145.4545454545%;
    width: 100%;
  }
  .g-11 .g-9 {
    width: 163.6363636364%;
    width: 100%;
  }
  .g-11 .g-10 {
    width: 181.8181818182%;
    width: 100%;
  }
  .g-11 .g-11 {
    width: 200%;
    width: 100%;
  }

  .g-10 .g-1 {
    width: 20%;
  }
  .g-10 .g-2 {
    width: 40%;
  }
  .g-10 .g-3 {
    width: 60%;
  }
  .g-10 .g-4 {
    width: 80%;
  }
  .g-10 .g-5 {
    width: 100%;
    width: 100%;
  }
  .g-10 .g-6 {
    width: 120%;
    width: 100%;
  }
  .g-10 .g-7 {
    width: 140%;
    width: 100%;
  }
  .g-10 .g-8 {
    width: 160%;
    width: 100%;
  }
  .g-10 .g-9 {
    width: 180%;
    width: 100%;
  }
  .g-10 .g-10 {
    width: 200%;
    width: 100%;
  }

  .g-9 .g-1 {
    width: 22.2222222222%;
  }
  .g-9 .g-2 {
    width: 44.4444444444%;
  }
  .g-9 .g-3 {
    width: 66.6666666667%;
  }
  .g-9 .g-4 {
    width: 88.8888888889%;
  }
  .g-9 .g-5 {
    width: 111.1111111111%;
    width: 100%;
  }
  .g-9 .g-6 {
    width: 133.3333333333%;
    width: 100%;
  }
  .g-9 .g-7 {
    width: 155.5555555556%;
    width: 100%;
  }
  .g-9 .g-8 {
    width: 177.7777777778%;
    width: 100%;
  }
  .g-9 .g-9 {
    width: 200%;
    width: 100%;
  }

  .g-8 .g-1 {
    width: 25%;
  }
  .g-8 .g-2 {
    width: 50%;
  }
  .g-8 .g-3 {
    width: 75%;
  }
  .g-8 .g-4 {
    width: 100%;
    width: 100%;
  }
  .g-8 .g-5 {
    width: 125%;
    width: 100%;
  }
  .g-8 .g-6 {
    width: 150%;
    width: 100%;
  }
  .g-8 .g-7 {
    width: 175%;
    width: 100%;
  }
  .g-8 .g-8 {
    width: 200%;
    width: 100%;
  }

  .g-7 .g-1 {
    width: 28.5714285714%;
  }
  .g-7 .g-2 {
    width: 57.1428571429%;
  }
  .g-7 .g-3 {
    width: 85.7142857143%;
  }
  .g-7 .g-4 {
    width: 114.2857142857%;
    width: 100%;
  }
  .g-7 .g-5 {
    width: 142.8571428571%;
    width: 100%;
  }
  .g-7 .g-6 {
    width: 171.4285714286%;
    width: 100%;
  }
  .g-7 .g-7 {
    width: 200%;
    width: 100%;
  }

  .g-6 .g-1 {
    width: 33.3333333333%;
  }
  .g-6 .g-2 {
    width: 66.6666666667%;
  }
  .g-6 .g-3 {
    width: 100%;
    width: 100%;
  }
  .g-6 .g-4 {
    width: 133.3333333333%;
    width: 100%;
  }
  .g-6 .g-5 {
    width: 166.6666666667%;
    width: 100%;
  }
  .g-6 .g-6 {
    width: 200%;
    width: 100%;
  }

  .g-5 .g-1 {
    width: 40%;
  }
  .g-5 .g-2 {
    width: 80%;
  }
  .g-5 .g-3 {
    width: 120%;
    width: 100%;
  }
  .g-5 .g-4 {
    width: 160%;
    width: 100%;
  }
  .g-5 .g-5 {
    width: 200%;
    width: 100%;
  }

  .g-4 .g-1 {
    width: 50%;
  }
  .g-4 .g-2 {
    width: 100%;
    width: 100%;
  }
  .g-4 .g-3 {
    width: 150%;
    width: 100%;
  }
  .g-4 .g-4 {
    width: 200%;
    width: 100%;
  }

  .g-3 .g-1 {
    width: 66.6666666667%;
  }
  .g-3 .g-2 {
    width: 133.3333333333%;
    width: 100%;
  }
  .g-3 .g-3 {
    width: 200%;
    width: 100%;
  }

  .g-2 .g-1 {
    width: 100%;
    width: 100%;
  }
  .g-2 .g-2 {
    width: 200%;
    width: 100%;
  }

  .g-1 .g-1 {
    width: 200%;
    width: 100%;
  }
}
/**
 * Generate child offset classes
 * ----------------------
 * .g-3 .g-offset-1
 * .g-3 .g-offset-2
 * .g-2 .g-offset-1
 */
.g-12 .g-offset-1 {
  margin-left: 8.3333333333%;
}
.g-12 .g-offset-2 {
  margin-left: 16.6666666667%;
}
.g-12 .g-offset-3 {
  margin-left: 25%;
}
.g-12 .g-offset-4 {
  margin-left: 33.3333333333%;
}
.g-12 .g-offset-5 {
  margin-left: 41.6666666667%;
}
.g-12 .g-offset-6 {
  margin-left: 50%;
}
.g-12 .g-offset-7 {
  margin-left: 58.3333333333%;
}
.g-12 .g-offset-8 {
  margin-left: 66.6666666667%;
}
.g-12 .g-offset-9 {
  margin-left: 75%;
}
.g-12 .g-offset-10 {
  margin-left: 83.3333333333%;
}
.g-12 .g-offset-11 {
  margin-left: 91.6666666667%;
}

.g-11 .g-offset-1 {
  margin-left: 9.0909090909%;
}
.g-11 .g-offset-2 {
  margin-left: 18.1818181818%;
}
.g-11 .g-offset-3 {
  margin-left: 27.2727272727%;
}
.g-11 .g-offset-4 {
  margin-left: 36.3636363636%;
}
.g-11 .g-offset-5 {
  margin-left: 45.4545454545%;
}
.g-11 .g-offset-6 {
  margin-left: 54.5454545455%;
}
.g-11 .g-offset-7 {
  margin-left: 63.6363636364%;
}
.g-11 .g-offset-8 {
  margin-left: 72.7272727273%;
}
.g-11 .g-offset-9 {
  margin-left: 81.8181818182%;
}
.g-11 .g-offset-10 {
  margin-left: 90.9090909091%;
}

.g-10 .g-offset-1 {
  margin-left: 10%;
}
.g-10 .g-offset-2 {
  margin-left: 20%;
}
.g-10 .g-offset-3 {
  margin-left: 30%;
}
.g-10 .g-offset-4 {
  margin-left: 40%;
}
.g-10 .g-offset-5 {
  margin-left: 50%;
}
.g-10 .g-offset-6 {
  margin-left: 60%;
}
.g-10 .g-offset-7 {
  margin-left: 70%;
}
.g-10 .g-offset-8 {
  margin-left: 80%;
}
.g-10 .g-offset-9 {
  margin-left: 90%;
}

.g-9 .g-offset-1 {
  margin-left: 11.1111111111%;
}
.g-9 .g-offset-2 {
  margin-left: 22.2222222222%;
}
.g-9 .g-offset-3 {
  margin-left: 33.3333333333%;
}
.g-9 .g-offset-4 {
  margin-left: 44.4444444444%;
}
.g-9 .g-offset-5 {
  margin-left: 55.5555555556%;
}
.g-9 .g-offset-6 {
  margin-left: 66.6666666667%;
}
.g-9 .g-offset-7 {
  margin-left: 77.7777777778%;
}
.g-9 .g-offset-8 {
  margin-left: 88.8888888889%;
}

.g-8 .g-offset-1 {
  margin-left: 12.5%;
}
.g-8 .g-offset-2 {
  margin-left: 25%;
}
.g-8 .g-offset-3 {
  margin-left: 37.5%;
}
.g-8 .g-offset-4 {
  margin-left: 50%;
}
.g-8 .g-offset-5 {
  margin-left: 62.5%;
}
.g-8 .g-offset-6 {
  margin-left: 75%;
}
.g-8 .g-offset-7 {
  margin-left: 87.5%;
}

.g-7 .g-offset-1 {
  margin-left: 14.2857142857%;
}
.g-7 .g-offset-2 {
  margin-left: 28.5714285714%;
}
.g-7 .g-offset-3 {
  margin-left: 42.8571428571%;
}
.g-7 .g-offset-4 {
  margin-left: 57.1428571429%;
}
.g-7 .g-offset-5 {
  margin-left: 71.4285714286%;
}
.g-7 .g-offset-6 {
  margin-left: 85.7142857143%;
}

.g-6 .g-offset-1 {
  margin-left: 16.6666666667%;
}
.g-6 .g-offset-2 {
  margin-left: 33.3333333333%;
}
.g-6 .g-offset-3 {
  margin-left: 50%;
}
.g-6 .g-offset-4 {
  margin-left: 66.6666666667%;
}
.g-6 .g-offset-5 {
  margin-left: 83.3333333333%;
}

.g-5 .g-offset-1 {
  margin-left: 20%;
}
.g-5 .g-offset-2 {
  margin-left: 40%;
}
.g-5 .g-offset-3 {
  margin-left: 60%;
}
.g-5 .g-offset-4 {
  margin-left: 80%;
}

.g-4 .g-offset-1 {
  margin-left: 25%;
}
.g-4 .g-offset-2 {
  margin-left: 50%;
}
.g-4 .g-offset-3 {
  margin-left: 75%;
}

.g-3 .g-offset-1 {
  margin-left: 33.3333333333%;
}
.g-3 .g-offset-2 {
  margin-left: 66.6666666667%;
}

.g-2 .g-offset-1 {
  margin-left: 50%;
}

/**
 * RWD for child offset classes
 * ----------------------
 *
 */
@media screen and (max-width: x-em(799, 16)) {
  [class*=g-offset-] {
    margin-left: 0 !important;
  }
}

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

/* LINKTREE */

.page-id-4902 #block-1.block-html {
  background: url(/wp-content/uploads/2024/03/links-circle-2024-bg.jpg) no-repeat 50% / cover;
  position: relative;
}

.page-id-4902 #block-1.block-html:before,
.page-id-4902 #block-1.block-html:after {
  transform: rotate(-90deg) translateX(-50%);
  transform-origin: top left;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 20px;
  padding: 8px 0;
  content: 'Sofia Sundari';
  opacity: 0.58;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 10.29px;
  color: #fff;
  text-transform: uppercase;
}

.page-id-4902 #block-1.block-html:after {
  transform: rotate(90deg) translateX(50%);
  left: auto;
  right: 20px;
  transform-origin: top right;
}

#block-2.block-html {
  background-image: linear-gradient(to right, #25221e 15%, #4d4840 111%);
}

.linktree-hero {
  text-align: center;
  color: #fff;
  padding-bottom: 164px;
}

.linktree-hero__image {
  max-width: 366px;
  padding: 0 40px;
  margin: 0 auto;
}

.linktree-hero__image img {
  margin-top:50px;
  width: 100%;
  height: auto;
}

.linktree-hero__title {
  margin-top: 10px;
}

.linktree-hero__title,
.linktree-hero__button {
 margin-top: 30px;
}

.linktree-hero__text {
    max-width: 392px;
    margin: 0 auto;
}

.linktree-special {
  text-align: center;
  padding: 80px 0 50px 0;
  display: flex;
  flex-direction: column;
  position: relative;
}

.linktree-special--dark {
  text-align: left;
}

.linktree-special__group {
  padding: 0 10px;
}

.linktree-special__badge {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 0;
  left: 50%;
}

.linktree-special__badge img {
  width: 114px;
  height: 114px;
}

@media screen and (max-width: 767px) {
  .linktree-special__group:first-child {
    order: 10;
  }
  .linktree-special__image-title {
    padding: 20px 0;
  }
  .linktree-special--1 .linktree-special__image {
    margin: 0 auto;
  }
  .linktree-special--1 .linktree-special__image-title {
    margin-top: -30px;
  }
  .link-list {
    margin: 0 -30px;
    max-width: none !important;
  }
  .linktree-special--dark .linktree-special__group:first-child {
    display: none;
  }
  .page-id-4902 #block-1.block-html {
    background-image: url(/wp-content/uploads/2024/03/links-circle-2024-bg.jpg);
  }
  .page-id-4902 #block-1.block-html:before,
  .page-id-4902 #block-1.block-html:after {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .linktree-special {
    display: flex;
    justify-content: flex-end;
    padding: 130px 0 100px 0;
    text-align: left;
    flex-direction: row;
  }

  .linktree-special__group {
    width: 50%;
    padding: 0 20px;
  }

  .linktree-special__group:first-child {
    max-width: 360px;
    margin-right: 120px;
  }

  .linktree-special__title + .linktree-special__title {
    margin-top: 20px;
  }

  .linktree-special__image-title {
    position: absolute;
    left: 50%;
    bottom: -50px;
    white-space: nowrap;
   }

  /*.linktree-special--1 .linktree-special__image-title {
    z-index: -1;
  }*/

  .linktree-special--2 .linktree-special__image-title {
    left: 70%;
    bottom: -85px;
  }
}

.linktree-special__title + .linktree-special__subtitle {
  margin-top: 10px;
}

.linktree-special__subtitle + .linktree-special__title {
  margin-top: 20px;
}

.linktree-special__text,
.linktree-special__button {
  margin-top: 32px;
}

.linktree-special__image {
  max-width: 268px;
  position: relative;
}

.linktree-special--2 .linktree-special__image {
  max-width: 378px;
}

.linktree-special--dark .linktree-special__image {
  max-width: 312px;
}

.linktree-special__image img {
  width: 100%;
  height: auto;
}

.subtitle--linktree {
  letter-spacing: 3.5px;
  color: #b7924e;
  font-size: 14px;
}

.text--xsmall p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1.56px;
}

.text--upper {
    text-transform: uppercase;
}

.page-id-4902 .block-kv--community {
  padding: 0;
}

.page-id-4902 .block-kv--community .block-kv__background {
  padding-bottom: 80px;
}

.page-id-4902 .block-kv--community .block-kv__visual {
  margin-bottom: 0;
}

.page-id-4902 .header {
    display: none;
}

@media screen and (max-width: 767px) {
  .page-id-4902 .block-kv--community {
    text-align: center;
  }
  .page-id-4902 .block-kv--community .block-kv__image {
    margin: 0 -80px;
    padding-top: 40px;
  }
  .page-id-4902 .block-kv--community .block-kv__badge {
    left: 50%;
    bottom: 0;
    top: auto;
    right: auto;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) {
  .page-id-4902 .block-kv--community .block-kv__visual {
    margin-top: -80px;
  }
}

.link-list {
  max-width: 320px;
}

.link-list__item {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.56px;
  line-height: 1.25;
  color: #fff;
  text-transform: uppercase;
  border-top: solid 1px #59544e;
}

.link-list__item:first-child {
  border-top: 0;
}

.link-list__link {
  color: inherit;
  padding: 20px 60px 20px 20px;
  display: block;
  text-decoration: none;
  position: relative;
}

.link-list__link:before {
  background-image: linear-gradient(to right, #dcb368 -10%, #c79966 100%);
  width: 20px;
  height: 20px;
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  border-radius: 50%;
}

.link-list__link:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
  content: '';
  top: 50%;
  margin-top: -3px;
  position: absolute;
  right: 27px;
}

.link-list__link strong {
  color: #9b723f;
  display: block;
}

.badge__line {
  width: 49px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 5px;
}

.block-agenda {
  padding: 150px 0;
}

.block-agenda--bg {
  background-size: cover;
  background-position: bottom center;
  color: #fff;
}

.block-agenda__inner {
  padding: 0 120px;
}

.block-agenda__title,
.block-agenda__subtitle {
  text-align: center;
}

.block-agenda__subtitle {
    margin-top: 40px;
}

.block-agenda__agenda {
  margin-top: 80px;
  max-width: 768px;
}


.agenda__item {
    font-size: 28px;
    display: flex;
}

.agenda__item + .agenda__item {
    margin-top: 65px;
}

.agenda__nr {
    flex: 0 0 118px;
    margin-right: 60px;
    font-family: "Playfair Display", serif;
    font-size: 40px;
    font-weight: 400;
    text-align: right;
    color: #b7924e;
    line-height: 28px;
}

@media screen and (max-width: 1023px) {

  .block-agenda {
    padding: 60px 0;
  }

  .block-agenda--bg {
    background-position: 80% 100%;
  }

  .block-agenda .u-vertical {
    display: none;
  }

  .block-agenda__inner {
    padding: 0;
  }

  .block-agenda__subtitle {
    margin-top: 20px;
  }

  .block-agenda__agenda {
    margin-top: 60px;
    max-width: 600px;
    padding-right: 60px;
  }

  .agenda__item {
    font-size: 20px;
  }

  .agenda__item + .agenda__item {
    margin-top: 25px;
  }

  .agenda__nr {
    font-size: 32px;
    flex: 0 0 30px;
    margin-right: 20px;
  }
}