html {
  font-family: sans-serif;
  /* 1 */
}

body {
  margin: 0;
  font-size: 100%;
}

body.menu-active {
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

/* Embedded content
   ========================================================================== */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.agent-single__contact .cta,
.agent-single__content .agent-load-more,
.gform_footer input {
  background: #AACDE6;
  color: #101010;
  text-align: center;
  padding: 18px 12px;
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 0;
}

body {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  font-family: "BwModelica", helvetica;
  font-weight: normal;
  -webkit-font-smoothing: antialiased !important;
}

:root {
  --outer-gutter: 72px;
  --gutter: 36px;
}

@media (max-width: 1350px) {
  :root {
    --outer-gutter: 36px;
  }
}

@media (max-width: 600px) {
  :root {
    --outer-gutter: 24px;
    --gutter: 24px;
  }
}

.wrapper {
  margin: 0 72px;
}

@media (max-width: 1350px) {
  .wrapper {
    margin: 0 36px;
  }
}

@media (max-width: 600px) {
  .wrapper {
    margin: 0 24px;
  }
}

.wrapper--right {
  margin: 0 72px 0 0;
}

@media (max-width: 1350px) {
  .wrapper--right {
    margin: 0 36px 0 0;
  }
}

@media (max-width: 600px) {
  .wrapper--right {
    margin: 0 24px 0 0;
  }
}

.wrapper--left {
  margin: 0 0 0 72px;
}

@media (max-width: 1350px) {
  .wrapper--left {
    margin: 0 0 0 36px;
  }
}

@media (max-width: 600px) {
  .wrapper--left {
    margin: 0 0 0 24px;
  }
}

.wrapper--padding {
  padding: 0 72px;
}

@media (max-width: 1350px) {
  .wrapper--padding {
    padding: 0 36px;
  }
}

@media (max-width: 600px) {
  .wrapper--padding {
    padding: 0 24px;
  }
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

pre {
  margin: 24px;
  padding: 24px;
  background: #DCDEE0;
}

.fourohfour {
  text-align: center;
  margin-top: 192px;
  margin-bottom: 192px;
}

@media (max-width: 600px) {
  .fourohfour {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.fourohfour h2 {
  font-size: 60px;
  line-height: 1;
  margin: 0 0 48px;
}

@media (max-width: 600px) {
  .fourohfour h2 {
    font-size: 36px;
  }
}

.fourohfour p a {
  color: #101010;
  border-bottom: solid 1px #101010;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fourohfour p a:hover {
  border-bottom: solid 1px #AACDE6;
}

svg.chev-left,
svg.chev-right {
  stroke: #101010;
}

.accessible {
  border: none;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden;
  word-wrap: normal !important;
}

@font-face {
  font-family: "Canela";
  src: url("../fonts/Canela-Thin-Web.woff") format("woff"), url("../fonts/Canela-Thin-Web.woff2") format("woff2");
}

@font-face {
  font-family: 'BwModelica';
  src: url("../fonts/BwModelica-Regular.eot"), url("../fonts/BwModelica-Regular.woff") format("woff"), url("../fonts/BwModelica-Regular.woff2") format("woff2");
}

@font-face {
  font-family: 'BwModelica';
  src: url("../fonts/BwModelica-Bold.eot"), url("../fonts/BwModelica-Bold.woff") format("woff"), url("../fonts/BwModelica-Bold.woff2") format("woff2");
  font-weight: bold;
}

@font-face {
  font-family: 'BwModelica-Expanded';
  src: url("../fonts/BwModelica-MediumExpanded.eot"), url("../fonts/BwModelica-MediumExpanded.woff") format("woff"), url("../fonts/BwModelica-MediumExpanded.woff2") format("woff2");
}

@font-face {
  font-family: 'BwModelica-Expanded';
  src: url("../fonts/BwModelica-MediumExpanded.eot"), url("../fonts/BwModelica-MediumExpanded.woff") format("woff"), url("../fonts/BwModelica-MediumExpanded.woff2") format("woff2");
  font-weight: bold;
}

.article-content {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  font-family: "BwModelica", helvetica;
  font-size: 0.875em;
  line-height: 1.5625em;
}

@media (max-width: 660px) {
  .article-content {
    font-size: 1em;
  }
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content .article-single__main article .gform_wrapper fieldset legend,
.article-single__main article .gform_wrapper fieldset .article-content legend,
.article-content h5,
.article-content h6 {
  clear: both;
  margin: 0 0 24px;
  text-align: left;
  font-family: "BwModelica", helvetica;
  color: #101010;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 660px) {

  .article-content h1,
  .article-content h2,
  .article-content h3,
  .article-content .article-single__main article .gform_wrapper fieldset legend,
  .article-single__main article .gform_wrapper fieldset .article-content legend,
  .article-content h5,
  .article-content h6 {
    line-height: 1em;
  }
}

.article-content h1 {
  font-size: 1.5em;
}

.article-content h2 {
  font-size: 1em;
}


.article-content h3,
.article-content .article-single__main article .gform_wrapper fieldset legend,
.article-single__main article .gform_wrapper fieldset .article-content legend {
  font-size: 0.75em;
}

.article-content h5 {
  font-size: 0.625em;
}

.article-content h6 {
  font-size: 0.5em;
}

.article-content h4 {
  font-size: 0.625em;
  font-family: "BwModelica", helvetica;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}

.article-content h4:before,
.article-content h4:after {
  content: '';
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: inherit;
  width: 50%;
  bottom: .3em;
}

.article-content h4:before {
  right: 2em;
  margin-left: -50%;
}

.article-content h4:after {
  left: 2em;
  margin-right: -50%;
}

.article-content b,
.article-content strong {
  font-family: "BwModelica", helvetica;
}

.article-content address {
  font-family: "BwModelica", helvetica;
  font-style: italic;
  font-weight: normal;
}

.article-content a {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 50%);
  text-decoration: none;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 1em;
  font-weight: bold;
  text-shadow: 2px 1px rgba(255, 255, 255, 0.1), -1px 1px rgba(255, 255, 255, 0.1);
}

.article-content abbr[title],
.article-content acronym {
  border-bottom: 1px dotted #101010;
  cursor: help;
}

.article-content cite {
  color: #DCDEE0;
  font-size: 0.875em;
  padding-left: .5em;
}

.article-content code,
.article-content kbd,
.article-content tt,
.article-content var,
.article-content samp,
.article-content pre {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-family: monospace, serif;
}

.article-content dfn,
.article-content em,
.article-content i {
  font-style: italic;
}

.article-content pre {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  padding: 1em 2em;
  margin-bottom: 24px;
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.article-content p {
  margin-bottom: 1.5em;
}

.article-content small {
  font-size: smaller;
}

.article-content big {
  font-size: 125%;
}

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

.article-content sup {
  bottom: 1ex;
}

.article-content sub {
  top: .5ex;
}

.article-content img {
  image-rendering: optimizeSpeed;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.article-content figure {
  margin: 0;
}

.article-content fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 11px 12px 0;
}

.article-content legend {
  white-space: normal;
}

.article-content hr {
  background-color: #DCDEE0;
  border: 0;
  height: 1px;
  margin-bottom: 23px;
}

.article-content embed,
.article-content iframe,
.article-content object,
.article-content video {
  margin-bottom: 2em;
  width: 100%;
}

.article-content p>embed,
.article-content p>iframe,
.article-content p>object,
.article-content span>embed,
.article-content span>iframe,
.article-content span>object {
  margin-bottom: 0;
}

.article-content blockquote,
.article-content q {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
  text-align: center;
  font-size: 1.875em;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 1em 2em;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 2px;
}

.article-content blockquote cite,
.article-content blockquote small,
.article-content q cite,
.article-content q small {
  font-size: 0.625em;
  display: block;
  margin-top: .5em;
  padding: 0;
}

.article-content blockquote em,
.article-content blockquote i,
.article-content blockquote cite,
.article-content q em,
.article-content q i,
.article-content q cite {
  font-style: normal;
}

.article-content blockquote strong,
.article-content blockquote b,
.article-content q strong,
.article-content q b {
  font-weight: 400;
}

.article-content table {
  margin-bottom: 2em;
  width: 100%;
  border: 1px solid white;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
}

.article-content th,
.article-content td {
  border: 1px solid white;
  font-size: 1em;
}

.article-content caption,
.article-content th,
.article-content td {
  font-weight: normal;
  text-align: left;
  padding: .5em .8em;
}

.article-content th {
  border-width: 0 1px 1px 0;
}

.article-content td {
  border-width: 0 1px 1px 0;
}

.article-content thead th {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.6em;
  text-align: center;
}

.article-content tbody th {
  font-size: 1em;
  text-align: right;
}

.article-content tbody tr:nth-of-type(even) {
  background-color: white;
}

.article-content dl {
  margin-bottom: 48px;
}

.article-content dt {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.6em;
}

.article-content dd {
  margin-bottom: 1em;
}

.article-content ul {
  margin: 0;
  padding: 0;
  list-style: square inside;
  font-size: 1em;
  margin-bottom: 48px;
}

.article-content ul li {
  margin: 0 0 .2em;
}

.article-content ul ul {
  margin: 0 0 .5em 3em;
  list-style: disc;
}

.article-content ul ul ul {
  list-style: circle;
}

.article-content ol {
  margin: 0;
  padding: 0;
  list-style: decimal-leading-zero inside;
  font-size: 1em;
  margin-bottom: 48px;
}

.article-content ol li {
  margin: 0 0 .2em;
}

.article-content ol ol {
  margin: 0 0 .5em 3em;
  list-style: lower-roman;
}

.article-content ol ol ol {
  list-style: lower-alpha;
}

.article-content .alignnone {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.article-content .alignleft {
  float: left;
  margin: 0 1.5em 0 0;
  max-width: 50%;
}

@media (max-width: 660px) {
  .article-content .alignleft {
    max-width: 40%;
  }
}

.article-content .alignright {
  float: right;
  margin: 0 0 0 1.5em;
  max-width: 50%;
}

@media (max-width: 660px) {
  .article-content .alignright {
    max-width: 40%;
  }
}

.article-content .aligncenter {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: auto;
  margin-right: auto;
}

.article-content .wp-caption-text {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
  color: rgba(105, 105, 103, 0.44);
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.6em;
  margin: .5em 0 1em;
  display: block;
}

.article-content .double-img {
  vertical-align: top;
  text-align: justify;
  font-size: 0;
  display: block;
  overflow: auto;
}

.article-content .double-img::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.article-content .double-img .col {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin-bottom: 4%;
}

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 20px;
  height: 15px;
  position: relative;
}

.hamburger-inner {
  top: 50%;
  margin-top: -0.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 20px;
  height: 1px;
  background-color: #AACDE6;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

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

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

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

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -14px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -14px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -7px, 0) rotate(45deg);
  transform: translate3d(0, -7px, 0) rotate(45deg);
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 7px;
  -webkit-transition: opacity 0.15s 0.4s ease;
  transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 14px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(135deg);
  transform: translate3d(0, 7px, 0) rotate(135deg);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(-270deg);
  transform: translate3d(0, -14px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 7px;
  -webkit-transition: opacity 0.15s 0.4s ease;
  transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 14px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(-135deg);
  transform: translate3d(0, 7px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(270deg);
  transform: translate3d(0, -14px, 0) rotate(270deg);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.2s 0.25s ease-in;
  transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner::after {
  top: 7px;
  right: 0;
  -webkit-transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -40px;
  top: -40px;
  -webkit-transform: translate3d(40px, 40px, 0) rotate(45deg);
  transform: translate3d(40px, 40px, 0) rotate(45deg);
  -webkit-transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -40px;
  top: -40px;
  -webkit-transform: translate3d(-40px, 40px, 0) rotate(-45deg);
  transform: translate3d(-40px, 40px, 0) rotate(-45deg);
  -webkit-transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.2s 0.25s ease-in;
  transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 7px;
  right: 0;
  -webkit-transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -40px;
  top: 40px;
  -webkit-transform: translate3d(40px, -40px, 0) rotate(-45deg);
  transform: translate3d(40px, -40px, 0) rotate(-45deg);
  -webkit-transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -40px;
  top: 40px;
  -webkit-transform: translate3d(-40px, -40px, 0) rotate(45deg);
  transform: translate3d(-40px, -40px, 0) rotate(45deg);
  -webkit-transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 0;
}

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

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

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

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

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

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 0;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 7px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

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

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

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

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

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
  transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
  transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

header.header {
  background: #101010;
  padding: 52px 0 0;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

header.header.hideheader .header-main {
  pointer-events: none;
  opacity: 0;
}

@media (max-width: 1080px) {
  header.header {
    padding: 45px 0 22px;
  }
}

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

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

.header-main__left button {
  width: 28px;
  height: 18px;
  position: relative;
  padding: 0;
  background: none;
  margin: 0;
  border: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header-main__left button:hover {
  opacity: .7;
}

.header-main__left button span {
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
}

.header-main__left button::before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.header-main__left button::after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.header-main__left .logo-main {
  width: 180px;
  height: auto;
  /*   margin-left: 76px; */
  margin-left: 40px;
}

@media (max-width: 1350px) {
  .header-main__left .logo-main {
    margin-left: 37px;
  }
}

@media (max-width: 1080px) {
  .header-main__left .logo-main {
    width: 20px;
    height: 28px;
  }
}

.header-main__left .logo-main img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1080px) {
  .header-main__left .logo-main img {
    display: none;
  }
}

.header-main__left .logo-main img:hover {
  opacity: .7;
}

.header-main__left .logo-main svg {
  display: none;
  width: 100%;
  height: 100%;
  fill: #fff;
}

@media (max-width: 1080px) {
  .header-main__left .logo-main svg {
    display: block;
  }
}

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

.header-main__right .menu-header-menu-container {
  margin-right: 32px;
}

.header-main__right ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
}

.header-main__right ul li {
  height: 88px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

@media (max-width: 1080px) {
  .header-main__right ul li {
    height: auto;
  }
}

@media (max-width: 1080px) {
  .header-main__right ul li:not(.mob) {
    display: none;
  }
}

.header-main__right ul li span {
  font-family: "BwModelica-Expanded", helvetica;
  font-weight: normal;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.header-main__right ul li a {
  font-family: "BwModelica-Expanded", helvetica;
  font-weight: normal;
  font-size: 11px;
  line-height: 17px;
  /*   letter-spacing: 2px; */
  text-transform: uppercase;
  color: #fff;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-bottom: solid 1px transparent;
}

.header-main__right ul li a:hover {
  border-bottom: solid 1px #fff;
}

.header-main__right ul li a.button {
  padding: 8px 20px;
  border: solid 1px #fff;
}

.header-main__right ul li a.button:hover {
  background: #fff;
  color: #101010;
}

.header-main__right ul li+li {
  /*   margin-left: 32px; */
  margin-left: 12px;
}

.header-main__right ul li ul {
  position: absolute;
  top: 100%;
  left: -32px;
  padding: 0 32px 32px;
  white-space: nowrap;
  background: #101010;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.header-main__right ul li ul li {
  display: block;
  height: auto;
}

.header-main__right ul li ul li+li {
  margin-left: 0;
  margin-top: 32px;
}

.header-main__right ul li:hover ul {
  opacity: 1;
  pointer-events: all;
}

.header-main__right button {
  width: 29px;
  height: 24px;
  /*   margin: 0 0 0 72px; */
  margin: 0 0 0 22px !important;
  padding: 0;
  background: none;
  border: 0;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1350px) {
  .header-main__right button {
    margin-left: 48px;
  }
}

@media (max-width: 1080px) {
  .header-main__right button {
    display: none;
  }
}

.header-main__right button:hover {
  opacity: .7;
}

.header-main__right button svg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  fill: transparent;
}

.header-main__right button svg.close {
  opacity: 0;
  stroke: #fff;
}

.header-main__right button.active svg.close {
  opacity: 1;
}

.header-main__right button.active svg.search {
  opacity: 0;
}

.header-search {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 4;
  background: #101010;
  padding: 80px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header-search.active {
  opacity: 1;
  pointer-events: all;
}

.header-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 14px;
}

.header-search form svg.search {
  width: 34px;
  height: 28px;
  margin-right: 24px;
  fill: transparent;
}

.header-search form input {
  width: calc(100% - 118px);
  font-family: "Canela", serif;
  font-size: 44px;
  line-height: 48px;
  color: #fff;
  background: none;
  border: 0;
}

.header-search form button {
  width: 36px;
  height: 23px;
  margin-left: 24px;
  background: none;
  border: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header-search form button:hover {
  opacity: .7;
}

.header-search form button svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #101010;
  z-index: 998;
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1080px) {
  .header-fixed {
    height: 80px;
  }
}

.header-fixed .header-search {
  pointer-events: none;
  opacity: 0;
}

.header-fixed.show {
  -webkit-transform: none;
  transform: none;
  display: flex !important;
}

.header-fixed.show .header-search.active {
  pointer-events: all;
  opacity: 1;
}

.header-fixed .header-main {
  width: 100%;
}

.header-fixed a.logo-icon {
  width: 23px;
  height: 31px;
  margin-left: 60px;
}

@media (max-width: 1350px) {
  .header-fixed a.logo-icon {
    margin-left: 37px;
  }
}

@media (max-width: 1080px) {
  .header-fixed a.logo-icon {
    width: 20px;
    height: 28px;
  }
}

.header-fixed a.logo-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #fff;
}

.header-fixed .contact-cta {
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 36px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #fff;
}

.footer {
  margin-top: 72px;
  margin-bottom: 148px;
}

@media (max-width: 960px) {
  .footer {
    margin-top: 0;
    margin-bottom: 72px;
  }
}

.footer__newsletter {
  background: #AACDE6;
  margin-bottom: 90px;
}

.footer__newsletter {
  background: #AACDE6;
  margin-bottom: 90px;
  margin-right: 0;
}

@media (max-width: 960px) {
  .footer__newsletter {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .footer__newsletter {
    margin-bottom: 54px;
  }
}

.footer__newsletter .inner {
  padding: 90px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 113px;
}

@media (max-width: 1170px) {
  .footer__newsletter .inner {
    padding-right: 36px;
  }
}

@media (max-width: 960px) {
  .footer__newsletter .inner {
    display: block;
  }
}

@media (max-width: 600px) {
  .footer__newsletter .inner {
    padding: 56px 24px 64px 0;
  }
}

.footer__newsletter .inner .content {
  width: calc(57% - 56px);
}

@media (max-width: 960px) {
  .footer__newsletter .inner .content {
    width: 100%;
  }
}

.footer__newsletter .inner .content h3,
.footer__newsletter .inner .content .article-single__main article .gform_wrapper fieldset legend,
.article-single__main article .gform_wrapper fieldset .footer__newsletter .inner .content legend {
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 32px;
}

.footer__newsletter .inner .content h2 {
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
  margin: 0;
}

@media (max-width: 600px) {
  .footer__newsletter .inner .content h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

.footer__newsletter .inner form {
  width: calc(43%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

@media (max-width: 960px) {
  .footer__newsletter .inner form {
    width: 100%;
    margin-top: 36px;
  }
}

@media (max-width: 600px) {
  .footer__newsletter .inner form {
    display: block;
  }
}

.footer__newsletter .inner form input {
  width: 100%;
  font-family: "BwModelica", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 8px;
  border: 0;
  border-bottom: solid 1px #101010;
  background: transparent;
}

.footer__newsletter .inner form input::-webkit-input-placeholder {
  color: #101010;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.footer__newsletter .inner form input::-moz-placeholder {
  color: #101010;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.footer__newsletter .inner form input:-moz-placeholder {
  color: #101010;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.footer__newsletter .inner form input:-ms-input-placeholder {
  color: #101010;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.footer__newsletter .inner form button {
  width: 137px;
  margin-left: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: none;
  border: solid 1px #101010;
  background: transparent;
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  height: 48px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 600px) {
  .footer__newsletter .inner form button {
    margin-top: 36px;
    width: 100%;
    margin-left: 0;
  }
}

.footer__newsletter .inner form button:hover {
  background: #fff;
}

.footer__newsletter .inner form .message {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 6px;
  font-size: 12px;
}

.footer__newsletter .inner label {
  font-family: "BwModelica", helvetica !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

.footer__newsletter .inner .ctct-gdpr-text {
  font-family: "BwModelica", helvetica !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 11px !important;
  line-height: 1.5 !important;
}

.footer__newsletter .inner .ctct-form-defaults {
  padding: 0 !important;
}

.footer__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 56px;
}

@media (max-width: 800px) {
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 0;
  }
}

@media (max-width: 800px) {
  .footer__top .col {
    width: calc(50% - 6px);
    margin-bottom: 44px;
  }

  .footer__top .col:first-child {
    width: 100%;
  }

  .footer__top .col:last-child {
    width: 100%;
  }
}

.footer__top .logo-main {
  width: 57px;
  height: 79px;
  display: block;
  margin: 0 0 30px;
}

@media (max-width: 600px) {
  .footer__top .logo-main {
    width: 38px;
    height: 52px;
    margin: 0 0 18px;
  }
}

.footer__top .logo-main svg {
  display: block;
  width: 100%;
  height: 100%;
}

.footer__top p {
  font-family: "BwModelica", helvetica;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.footer__top p+p {
  margin-top: 12px;
}

.footer__top h4 {
  margin: 0 0 40px;
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .footer__top h4 {
    margin: 0 0 20px;
  }
}

.footer__top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__top ul li {
  font-family: "BwModelica", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 600px) {
  .footer__top ul li {
    font-size: 13px;
    line-height: 20px;
  }
}

.footer__top ul li+li {
  margin-top: 24px;
}

@media (max-width: 600px) {
  .footer__top ul li+li {
    margin-top: 20px;
  }
}

.footer__top ul li a {
  color: #101010;
}

.footer__top .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 225px;
}

.footer__top .socials svg {
  height: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer__top .socials svg.yt {
  width: 26px;
}

.footer__top .socials svg.ig {
  width: 20px;
}

.footer__top .socials svg.fb {
  width: 10px;
}

.footer__top .socials svg.tw,
.footer__top .socials svg.twx {
  width: 25px;
}

.footer__top .socials svg.in {
  width: 20px;
}

.footer__bottom {
  margin-top: 64px;
  padding-top: 40px;
  border-top: solid 1px #DCDEE0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 56px;
}

@media (max-width: 800px) {
  .footer__bottom {
    margin-top: 0;
    display: block;
    grid-column-gap: 0;
  }
}

.footer__bottom .legal-col {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
}

@media (max-width: 800px) {
  .footer__bottom .legal-col {
    margin: 36px 0;
  }
}

.footer__bottom .copyright {
  font-family: "BwModelica", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
}

.footer__bottom .legal {
  font-family: "BwModelica", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #101010;
}

.footer__bottom .legal+a {
  margin-left: 56px;
}

.footer__bottom .credit svg {
  width: 162px;
  height: 9px;
}

.footer__bottom .col:last-child {
  display: none;
}

#VG_ROOT_INNER {
  display: none;
}

.fixed-menu {
  position: fixed;
  background: #AACDE6;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 83px 0;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
}

@media (max-width: 960px) {
  .fixed-menu {
    padding: 50px 0;
  }
}

.fixed-menu__top {
  margin-bottom: 66px;
}

@media (max-width: 960px) {
  .fixed-menu__top {
    margin-bottom: 48px;
  }
}

.fixed-menu__top button {
  width: 22px;
  height: 22px;
  margin-right: 91px;
  display: inline-block;
  border: 0;
  padding: 0;
  background: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1350px) {
  .fixed-menu__top button {
    margin-right: 37px;
  }
}

.fixed-menu__top button:hover {
  opacity: .7;
}

.fixed-menu__top button svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #101010;
  opacity: 1;
}

.fixed-menu__top a {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  height: auto;
  margin-left: -14px;
}

@media (max-width: 600px) {
  .fixed-menu__top a {
    display: block;
    margin-top: 24px;
  }
}

.fixed-menu__top a svg {
  display: block;
  width: 100%;
  height: 100%;
}

.fixed-menu__top a img {
  display: block;
  width: 100%;
  height: auto;
}

.fixed-menu__main {
  padding-left: 113px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1350px) {
  .fixed-menu__main {
    padding-left: 63px;
  }
}

@media (max-width: 960px) {
  .fixed-menu__main {
    display: block;
    padding-right: 36px;
  }
}

@media (max-width: 600px) {
  .fixed-menu__main {
    padding-right: 24px;
    padding-left: 0;
  }
}

.fixed-menu__menus {
  width: 32%;
}

@media (max-width: 960px) {
  .fixed-menu__menus {
    width: 100%;
    margin-bottom: 48px;
  }
}

.fixed-menu__menus ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fixed-menu__menus ul li a {
  font-family: "Canela", serif;
  font-size: 36px;
  line-height: 100%;
  color: #101010;
  border-bottom: solid 1px transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1170px) {
  .fixed-menu__menus ul li a {
    font-size: 32px;
  }
}

.fixed-menu__menus ul li a:hover {
  border-bottom: solid 1px #101010;
}

.fixed-menu__menus ul li+li {
  margin-top: 32px;
}

@media (max-width: 1170px) {
  .fixed-menu__menus ul li+li {
    margin-top: 24px;
  }
}

.fixed-menu__menus ul+ul {
  margin-top: 32px;
  padding: 32px 0;
  border-top: solid 1px rgba(16, 16, 16, 0.2);
  border-bottom: solid 1px rgba(16, 16, 16, 0.2);
}

@media (max-width: 1170px) {
  .fixed-menu__menus ul+ul {
    margin-top: 24px;
    padding: 24px 0;
  }
}

.fixed-menu__menus ul+ul li a {
  font-family: "BwModelica", helvetica;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}

.fixed-menu__extras {
  width: 56%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 960px) {
  .fixed-menu__extras {
    width: 100%;
  }
}

.fixed-menu__ig h3,
.fixed-menu__ig .article-single__main article .gform_wrapper fieldset legend,
.article-single__main article .gform_wrapper fieldset .fixed-menu__ig legend {
  font-family: "BwModelica-Expanded", helvetica;
  font-weight: normal;
  font-size: 11px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 36px;
}

.fixed-menu__ig h3 a,
.fixed-menu__ig .article-single__main article .gform_wrapper fieldset legend a,
.article-single__main article .gform_wrapper fieldset .fixed-menu__ig legend a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #101010;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fixed-menu__ig h3 a:hover,
.fixed-menu__ig .article-single__main article .gform_wrapper fieldset legend a:hover,
.article-single__main article .gform_wrapper fieldset .fixed-menu__ig legend a:hover {
  -webkit-text-decoration-color: #101010;
  text-decoration-color: #101010;
}

.fixed-menu__ig h3 svg,
.fixed-menu__ig .article-single__main article .gform_wrapper fieldset legend svg,
.article-single__main article .gform_wrapper fieldset .fixed-menu__ig legend svg {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  fill: #101010;
}

.fixed-menu__ig .ig-posts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 3px;
}

#breadcrumbs {
  font-size: 16px;
  margin: 0 0 40px;
}

@media (max-width: 600px) {
  .fixed-menu__ig .ig-posts {
    margin-left: -24px;
    margin-right: -21px;
  }
}

.fixed-menu__ig .ig-posts a {
  display: block;
  padding-top: 100%;
  position: relative;
  border: solid 1px #101010;
}

.fixed-menu__ig .ig-posts a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fixed-menu__ig .ig-posts a img:hover {
  opacity: .8;
}

.fixed-menu__contact {
  margin-top: 36px;
}

.fixed-menu__contact ul {
  margin: 0;
  padding: 0;
}

.fixed-menu__contact ul li {
  display: inline-block;
}

@media (max-width: 1170px) {
  .fixed-menu__contact ul li {
    display: block;
  }
}

.fixed-menu__contact ul li+li {
  margin-left: 56px;
}

@media (max-width: 1170px) {
  .fixed-menu__contact ul li+li {
    margin-left: 0;
    margin-top: 24px;
  }
}

.fixed-menu__contact ul li a {
  font-family: "Canela", serif;
  font-size: 32px;
  line-height: 32px;
  color: #101010;
  border-bottom: solid 1px transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 960px) {
  .fixed-menu__contact ul li a {
    font-size: 26px;
  }
}

.fixed-menu__contact ul li a:hover {
  border-bottom: solid 1px #101010;
}

.fixed-menu__contact ul+ul {
  margin: 40px 0 0;
  font-size: 0;
  line-height: 0;
}

@media (max-width: 1170px) {
  .fixed-menu__contact ul+ul {
    margin: 24px 0 0;
  }
}

@media (max-width: 1170px) {
  .fixed-menu__contact ul+ul li {
    display: inline-block;
  }
}

.fixed-menu__contact ul+ul li+li {
  margin-left: 48px;
}

@media (max-width: 1170px) {
  .fixed-menu__contact ul+ul li+li {
    margin-top: 0;
    margin-left: 32px;
  }
}

.fixed-menu__contact ul+ul a:hover svg {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.fixed-menu__contact ul+ul svg {
  display: block;
  height: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fixed-menu__contact ul+ul svg.yt {
  width: 26px;
}

.fixed-menu__contact ul+ul svg.ig {
  width: 20px;
}

.fixed-menu__contact ul+ul svg.fb {
  width: 10px;
}

.fixed-menu__contact ul+ul svg.tw,
.fixed-menu__contact ul+ul svg.twx {
  width: 25px;
}

.fixed-menu__contact ul+ul svg.in {
  width: 20px;
}

.homepage {
  overflow: hidden;
}

.homepage-hero {
  position: relative;
  margin-bottom: 123px;
}

@media (max-width: 1170px) {
  .homepage-hero {
    margin-bottom: 80px;
  }
}

@media (max-width: 960px) {
  .homepage-hero {
    margin-right: 0;
    margin-bottom: 64px;
  }
}

.homepage-hero::before {
  content: ' ';
  display: block;
  width: 72px;
  background: #101010;
  height: calc(100% - 116px);
  position: absolute;
  top: 0;
  left: 100%;
}

.homepage-hero__bg {
  padding-top: 47%;
  position: relative;
  background: #101010;
}

@media (max-width: 960px) {
  .homepage-hero__bg {
    padding-top: 0;
    height: calc(100vh - 102px);
  }
}

.homepage-hero__bg img,
.homepage-hero__bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .6;
}

.homepage-hero__content {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 13.3%;
  max-width: 670px;
  width: 73.4%;
  font-size: 0;
}

@media (max-width: 960px) {
  .homepage-hero__content {
    margin-left: 0;
    padding: 0 36px;
    top: auto;
    bottom: 36px;
    -webkit-transform: none;
    transform: none;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .homepage-hero__content {
    padding: 0 24px;
    bottom: 58px;
  }
}

.homepage-hero__content h1 {
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 100%;
  color: #fff;
  margin: 0;
}

@media (max-width: 960px) {
  .homepage-hero__content h1 {
    font-size: 64px;
  }
}

@media (max-width: 600px) {
  .homepage-hero__content h1 {
    font-size: 48px;
  }
}

.homepage-hero__content a {
  display: inline-block;
  margin-top: 40px;
  background: #AACDE6;
  padding: 18px 36px;
  font-family: "BwModelica-Expanded", helvetica;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #101010;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: solid 1px #AACDE6;
}

@media (max-width: 600px) {
  .homepage-hero__content a {
    width: 100%;
    text-align: center;
    margin-top: 38px;
    max-width: 200px;
  }
}

.homepage-hero__content a.alt {
  background: transparent;
  border: solid 1px #fff;
  color: #fff;
}

.homepage-hero__content a.alt:hover {
  color: #101010;
}

.homepage-hero__content a:hover {
  background: #fff;
  border: solid 1px #fff;
}

.homepage-hero__content a+a {
  margin-left: 48px;
}

@media (max-width: 600px) {
  .homepage-hero__content a+a {
    margin-left: 0;
    margin-top: 16px;
  }
}

.homepage-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "BwModelica-Expanded", helvetica;
  font-size: 11px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 73px;
}

@media (max-width: 960px) {
  .homepage-header {
    margin-bottom: 36px;
  }
}

@media (max-width: 600px) {
  .homepage-header {
    padding-bottom: 8px;
    border-bottom: solid 1px #DCDEE0;
  }
}

.homepage-header>h3,
.article-single__main article .gform_wrapper fieldset .homepage-header>legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 28px;
  font-size: 100%;
}

.homepage-header>h3 svg,
.article-single__main article .gform_wrapper fieldset .homepage-header>legend svg {
  width: 23px;
  height: 31px;
  margin-right: 23px;
}

@media (max-width: 600px) {

  .homepage-header>h3 svg,
  .article-single__main article .gform_wrapper fieldset .homepage-header>legend svg {
    display: none;
  }
}

.homepage-header::after {
  content: " ";
  height: 1px;
  width: 100%;
  background: #DCDEE0;
}

@media (max-width: 600px) {
  .homepage-header::after {
    display: none;
  }
}

.homepage-header a {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 24px;
  color: #101010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 600px) {
  .homepage-header a {
    display: none;
  }
}

.homepage-header a:hover {
  -webkit-text-decoration-color: #101010;
  text-decoration-color: #101010;
}

.homepage-header a::after {
  content: ' ';
  display: block;
  width: 28px;
  height: 1px;
  background: #101010;
  margin-left: 8px;
}

.homepage-footer {
  display: none;
  margin-top: 35px;
}

@media (max-width: 600px) {
  .homepage-footer {
    display: block;
  }
}

.homepage-footer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "BwModelica-Expanded", helvetica;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #101010;
}

.homepage-footer a::after {
  content: ' ';
  width: 28px;
  height: 1px;
  background: #101010;
  margin-left: 8px;
}

.homepage-featured {
  margin-bottom: 80px;
}

@media (max-width: 600px) {
  .homepage-featured {
    margin-bottom: 70px;
  }
}

.listing-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 960px) {
  .listing-full {
    display: block;
  }
}

.listing-full+.listing-full {
  margin-top: 80px;
}

@media (max-width: 600px) {
  .listing-full+.listing-full {
    margin-top: 56px;
  }
}

.listing-full__content {
  width: 282px;
  margin-right: 56px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding-bottom: 57px;
  border-bottom: solid 1px #DCDEE0;
}

@media (max-width: 1170px) {
  .listing-full__content {
    padding-bottom: 36px;
    margin-right: 36px;
  }
}

@media (max-width: 960px) {
  .listing-full__content {
    width: 100%;
    margin-right: 0;
    padding-bottom: 40px;
    margin-top: 32px;
  }
}

.listing-full__content a:not(.tag) {
  color: #101010;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.listing-full__content a:not(.tag):hover {
  -webkit-text-decoration-color: #101010;
  text-decoration-color: #101010;
}

.listing-full__content .tag {
  font-family: "BwModelica", helvetica;
  font-size: 9px;
  font-weight: bold;
  line-height: 100%;
  /* 9px */
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  background: #101010;
  display: inline-block;
  padding: 12px 16px;
  margin: 0 0 24px;
}

.listing-full__content h2 {
  font-family: "Canela", serif;
  font-size: 40px;
  line-height: 120%;
  margin: 0;
  font-weight: normal;
}

@media (max-width: 1170px) {
  .listing-full__content h2 {
    font-size: 32px;
  }
}

.listing-full__content p {
  margin: 24px 0 0;
  font-family: "BwModelica", helvetica;
  font-size: 16px;
  line-height: 150%;
}

@media (max-width: 1170px) {
  .listing-full__content p {
    margin: 16px 0 0;
  }
}

.listing-full__content a.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "BwModelica-Expanded", helvetica;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 56px;
}

@media (max-width: 1170px) {
  .listing-full__content a.cta {
    margin-top: 40px;
  }
}

.listing-full__content a.cta::after {
  content: ' ';
  width: 28px;
  height: 1px;
  background: #101010;
  margin-left: 8px;
}

.listing-full__images {
  width: calc(100% - 282px - 56px);
  position: relative;
}

@media (max-width: 1170px) {
  .listing-full__images {
    width: calc(100% - 282px - 36px);
  }
}

@media (max-width: 960px) {
  .listing-full__images {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .listing-full__slideshow .slick-list {
    overflow: visible;
  }
}

@media (max-width: 600px) {
  .listing-full__slideshow .slide {
    margin: 0 6px;
    width: calc(100vw - 48px);
  }
}

.listing-full__slideshow .img-wrap {
  position: relative;
  height: 0;
  padding-top: 58%;
}

.listing-full__slideshow img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}

.listing-full__controls {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 600px) {
  .listing-full__controls {
    display: none;
  }
}

.listing-full__controls button {
  width: 48px;
  height: 48px;
  position: relative;
  background: none;
  border: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.listing-full__controls button:hover {
  background: #AACDE6;
}

.listing-full__controls button svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  fill: none;
}

.homepage-lifestyle {
  background: #101010;
  color: #fff;
  padding: 130px 0;
  margin-bottom: 130px;
}

@media (max-width: 960px) {
  .homepage-lifestyle {
    padding: 64px 0;
    margin-bottom: 64px;
  }
}

.homepage-lifestyle__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "BwModelica-Expanded", helvetica;
  font-weight: normal;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.homepage-lifestyle__nav-wrapper {
  height: 53px;
  overflow: hidden;
  margin-top: 73px;
}

@media (max-width: 1350px) {
  .homepage-lifestyle__nav-wrapper {
    height: 43px;
  }
}

@media (max-width: 960px) {
  .homepage-lifestyle__nav-wrapper {
    margin-top: 36px;
  }
}

@media (max-width: 600px) {
  .homepage-lifestyle__nav-wrapper {
    height: 38px;
  }
}

.homepage-lifestyle__nav {
  white-space: nowrap;
  overflow: scroll;
  padding-bottom: 50px;
}

.homepage-lifestyle__nav::after {
  display: block;
  content: ' ';
  width: 1px;
  height: 1px;
  display: inline-block;
}

.homepage-lifestyle__nav nav {
  white-space: nowrap;
  border-bottom: solid 1px #646566;
  float: left;
  display: inline-block;
}

.homepage-lifestyle__nav button {
  background: none;
  border: 0;
  padding: 0;
  font-family: "Canela", serif;
  font-size: 40px;
  line-height: 120%;
  border-bottom: solid 1px transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: .24;
  padding-bottom: 4px;
  margin-right: 76px;
  margin-bottom: -1px;
}

@media (max-width: 1350px) {
  .homepage-lifestyle__nav button {
    margin-right: 36px;
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .homepage-lifestyle__nav button {
    font-size: 28px;
  }
}

.homepage-lifestyle__nav button:last-child {
  margin-right: 0;
}

.homepage-lifestyle__nav button.active {
  border-bottom: solid 1px #fff;
  opacity: 1;
}

.homepage-lifestyle__sections {
  position: relative;
  margin-top: 40px;
}

.homepage-lifestyle__sections section {
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

.homepage-lifestyle__sections section.active {
  pointer-events: all;
  position: static;
  opacity: 1;
}

.homepage-lifestyle__sections .lifestyle-slider {
  white-space: nowrap;
  overflow-x: scroll;
  padding-bottom: 50px;
  margin-bottom: -50px;
}

.homepage-lifestyle__sections .lifestyle-slider .listing-third {
  display: inline-block;
  width: 27vw;
  vertical-align: top;
  white-space: wrap;
}

@media (max-width: 960px) {
  .homepage-lifestyle__sections .lifestyle-slider .listing-third {
    width: 75vw;
    margin-top: 0 !important;
  }
}

.homepage-lifestyle__sections .lifestyle-slider .listing-third+.listing-third {
  margin-left: 28px;
}

.homepage-lifestyle__sections .lifestyle-slider__controls {
  margin-top: 0 !important;
  padding-top: 50px;
  background: #101010;
  z-index: 3;
  position: relative;
}

.homepage-lifestyle__sections .lifestyle-slider__controls .bar {
  background: rgba(255, 255, 255, 0.2) !important;
}

.homepage-lifestyle__sections .lifestyle-slider__controls .bar span {
  background: #fff !important;
}

.homepage-lifestyle__sections .lifestyle-slider__controls button svg {
  stroke: #fff;
}

.homepage-lifestyle__sections .lifestyle-slider__controls button:hover {
  background: #fff !important;
}

.homepage-lifestyle__sections .lifestyle-slider__controls button:hover svg {
  stroke: black;
}

.homepage-lifestyle__sections .lifestyle-cta {
  background: #AACDE6;
  padding: 18px 36px;
  font-family: "BwModelica", helvetica;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  /* 109.091% */
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #101010;
  margin-top: 58px;
  display: inline-block;
}

@media (max-width: 960px) {
  .homepage-lifestyle__sections .lifestyle-cta {
    padding: 14px 24px;
    font-size: 10px;
    letter-spacing: 1.5px;
    margin-top: 38px;
  }
}

.listing-third a.feat-img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  position: relative;
  background: #fff;
  z-index: 0;
}

.listing-third a.feat-img img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.listing-third a.feat-img img:hover {
  opacity: .7;
}

.listing-third a.feat-img span {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 12px 20px;
  background: #101010;
  color: #fff;
  z-index: 1;
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .listing-third a.feat-img span {
    top: 12px;
    left: 12px;
  }
}

.listing-third p {
  margin: 0;
  font-family: "BwModelica", helvetica;
  font-size: 16px;
  line-height: 24px;
}

.listing-third p+p {
  margin: 8px 0 0;
}

.listing-third p a {
  color: #fff;
}

.listing-third a.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "BwModelica-Expanded", helvetica;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 24px;
}

.listing-third a.cta::after {
  content: ' ';
  display: block;
  width: 28px;
  height: 1px;
  background: #fff;
  margin-left: 8px;
}

@media (max-width: 960px) {
  .listing-third+.listing-third {
    margin-top: 36px;
  }
}

.homepage-quotes {
  position: relative;
  margin-bottom: 150px;
}

@media (max-width: 960px) {
  .homepage-quotes {
    margin-bottom: 64px;
  }
}

.homepage-quotes .slick-list {
  overflow: visible;
}

.homepage-quotes__inner {
  padding-left: 17.3%;
  padding-right: 7.4%;
  position: relative;
}

@media (max-width: 960px) {
  .homepage-quotes__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.homepage-quotes__inner>h2 {
  font-family: "BwModelica-Expanded", helvetica;
  font-size: 11px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.homepage-quotes__slider {
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.homepage-quotes blockquote {
  position: relative;
  font-family: "BwModelica", helvetica;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.75;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.homepage-quotes blockquote.active {
  position: relative;
  pointer-events: all;
  opacity: 1;
}

.homepage-quotes blockquote small {
  display: block;
  margin-top: 24px;
  font-family: "BwModelica", helvetica;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.homepage-quotes blockquote>svg {
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 24px;
  width: 50px;
  height: 48px;
}

@media (max-width: 960px) {
  .homepage-quotes blockquote>svg {
    position: static;
    display: block;
    width: 25px;
    height: 24px;
    margin-bottom: 8px;
  }
}

.homepage-quotes blockquote .full-quote {
  display: none;
}

.homepage-quotes blockquote button {
  border: 0;
  padding: 0;
  background: none;
  border-bottom: solid 1px #101010;
  line-height: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.homepage-quotes blockquote button:hover {
  border-bottom: solid 1px #AACDE6;
}

@media (max-width: 960px) {
  .homepage-quotes__controls {
    padding-top: 36px;
    border-top: solid 1px #DCDEE0;
    margin-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
}

.homepage-quotes__controls .progress-bar {
  display: none;
}

@media (max-width: 960px) {
  .homepage-quotes__controls .progress-bar {
    display: block;
    position: absolute;
    top: -1px;
    width: 0;
    height: 1px;
    background: #101010;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

.homepage-quotes__controls button {
  background: none;
  padding: 0;
  margin: auto 0;
  border: 0;
  width: 10px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 0;
}

@media (max-width: 960px) {
  .homepage-quotes__controls button {
    position: static;
    width: auto;
    height: auto;
    font-family: "BwModelica-Expanded", helvetica;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
}

.homepage-quotes__controls button.homepage-quotes-prev {
  left: 0;
}

@media (max-width: 960px) {
  .homepage-quotes__controls button.homepage-quotes-prev svg {
    margin-right: 16px;
  }
}

.homepage-quotes__controls button.homepage-quotes-next {
  right: 0;
}

@media (max-width: 960px) {
  .homepage-quotes__controls button.homepage-quotes-next svg {
    margin-left: 16px;
  }
}

.homepage-quotes__controls button svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: transparent;
}

@media (max-width: 960px) {
  .homepage-quotes__controls button svg {
    width: 10px;
    height: 18px;
  }
}

.homepage-about {
  padding-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 123px;
  position: relative;
}

@media (max-width: 960px) {
  .homepage-about {
    padding-top: 36px;
    margin-bottom: 65px;
    display: block;
    background: #AACDE6;
  }
}

.homepage-about::before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 17.3%;
  width: calc(82.7% + 72px);
  height: 130px;
  background: #AACDE6;
}

@media (max-width: 960px) {
  .homepage-about::before {
    display: none;
  }
}

.homepage-about>.img-wrap {
  width: calc(50% - 28px);
  padding-top: calc(50% - 28px);
  position: relative;
  height: auto;
  margin-bottom: 125px;
  margin-right: 50px;
}

@media (max-width: 960px) {
  .homepage-about>.img-wrap {
    margin-bottom: 36px;
    width: calc(100% + 36px);
    margin-left: -36px;
    padding-top: calc(100% + 36px);
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .homepage-about>.img-wrap {
    width: calc(100% + 24px);
    margin-left: -24px;
  }
}

.homepage-about>.img-wrap::before {
  content: ' ';
  width: calc(100vw - 72px);
  height: 100%;
  background: #AACDE6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 1350px) {
  .homepage-about>.img-wrap::before {
    width: calc(100vw - 36px);
  }
}

@media (max-width: 960px) {
  .homepage-about>.img-wrap::before {
    display: none;
  }
}

.homepage-about>.img-wrap img,
.homepage-about>.img-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
}

.homepage-about .content {
  width: calc(50% - 28px);
  padding-right: 113px;
  position: relative;
  z-index: 3;
}

@media (max-width: 1170px) {
  .homepage-about .content {
    padding-right: 0;
  }
}

@media (max-width: 960px) {
  .homepage-about .content {
    width: 100%;
  }
}

.homepage-about .content h3,
.homepage-about .content .article-single__main article .gform_wrapper fieldset legend,
.article-single__main article .gform_wrapper fieldset .homepage-about .content legend {
  margin: 0;
  font-family: "BwModelica-Expanded", helvetica;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.homepage-about .content h2 {
  margin: 24px 0 0;
  padding-bottom: 24px;
  border-bottom: solid 1px #101010;
  font-family: "Canela", serif;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
}

@media (max-width: 1350px) {
  .homepage-about .content h2 {
    font-size: 24px;
    line-height: 36px;
  }
}

.homepage-about .content p {
  margin: 24px 0 0;
  font-family: "BwModelica", helvetica;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
}

.homepage-about .content p a {
  color: #101010;
  text-decoration: underline;
}

.homepage-about .content a.cta {
  margin: 40px 0 0;
  font-family: "BwModelica-Expanded", helvetica;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #101010;
}

.homepage-about .content a.cta::after {
  content: ' ';
  display: block;
  width: 28px;
  height: 1px;
  background: #101010;
  margin-left: 8px;
}

.homepage-about .content .content-image {
  width: 158.382643%;
  float: right;
  margin-top: 56px;
}

@media (max-width: 960px) {
  .homepage-about .content .content-image {
    float: none;
    width: calc(100% + 36px);
    margin-right: -36px;
    margin-top: 34px;
  }
}

@media (max-width: 600px) {
  .homepage-about .content .content-image {
    width: calc(100% + 24px);
    margin-right: -24px;
  }
}

@media (max-width: 960px) {
  .homepage-about .content .content-image::after {
    display: block;
    content: ' ';
    width: 36px;
    height: 66px;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 100%;
  }
}

.homepage-about .content .content-image .img-wrap {
  width: 100%;
  padding-top: 48.6%;
  position: relative;
}

@media (max-width: 960px) {
  .homepage-about .content .content-image .img-wrap {
    padding-top: 70.4%;
  }
}

.homepage-about .content .content-image .img-wrap img,
.homepage-about .content .content-image .img-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
}

.homepage-about .content .content-image button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: rgba(170, 205, 230, 0.7);
  border-radius: 50%;
  z-index: 3;
  margin: auto;
  border: 0;
  border: solid 1px #AACDE6;
}

.homepage-about .content .content-image button::after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-left: solid 16px #101010;
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.homepage-communities {
  margin-bottom: 130px;
  counter-reset: communityCounter;
}

@media (max-width: 600px) {
  .homepage-communities {
    margin-bottom: 64px;
  }
}

.homepage-communities__wrap {
  overflow: hidden;
}

.homepage-communities__slider {
  white-space: nowrap;
  overflow-x: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  margin-bottom: -50px;
}

.homepage-communities__controls,
.homepage-lifestyle__sections .lifestyle-slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 56px;
}

@media (max-width: 600px) {

  .homepage-communities__controls,
  .homepage-lifestyle__sections .lifestyle-slider__controls {
    margin-top: 39px;
  }
}

.homepage-communities__controls .bar,
.homepage-lifestyle__sections .lifestyle-slider__controls .bar {
  width: 100%;
  height: 1px;
  background: #F3F3F5;
}

.homepage-communities__controls .bar span,
.homepage-lifestyle__sections .lifestyle-slider__controls .bar span {
  display: block;
  width: 0px;
  height: 1px;
  background: #101010;
}

.homepage-communities__controls .controls,
.homepage-lifestyle__sections .lifestyle-slider__controls .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -18px;
  margin-left: 24px;
}

@media (max-width: 960px) {

  .homepage-communities__controls .controls,
  .homepage-lifestyle__sections .lifestyle-slider__controls .controls {
    display: none;
  }
}

.homepage-communities__controls .controls button,
.homepage-lifestyle__sections .lifestyle-slider__controls .controls button {
  width: 48px;
  height: 48px;
  position: relative;
  background: none;
  border: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.homepage-communities__controls .controls button:hover,
.homepage-lifestyle__sections .lifestyle-slider__controls .controls button:hover {
  background: #AACDE6;
}

.homepage-communities__controls .controls button svg,
.homepage-lifestyle__sections .lifestyle-slider__controls .controls button svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  fill: none;
}

.community-card {
  white-space: normal;
  width: 21vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  counter-increment: communityCounter;
}

@media (max-width: 1170px) {
  .community-card {
    width: 24vw;
  }
}

@media (max-width: 960px) {
  .community-card {
    width: 33vw;
  }
}

@media (max-width: 600px) {
  .community-card {
    width: calc(100vw - 95px);
  }
}

.community-card+.community-card {
  margin-left: 113px;
}

@media (max-width: 1170px) {
  .community-card+.community-card {
    margin-left: 49px;
  }
}

.community-card+.community-card::before {
  content: ' ';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 56px;
  background: #DCDEE0;
}

@media (max-width: 1170px) {
  .community-card+.community-card::before {
    margin-right: 24px;
  }
}

.community-card h4 {
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
  margin: 27px 0 42px;
  padding-left: 76px;
  position: relative;
}

@media (max-width: 800px) {
  .community-card h4 {
    padding-left: 50px;
    margin: 16px 0 24px;
  }
}

.community-card h4::before {
  content: counter(communityCounter, decimal-leading-zero);
  color: #F3F3F5;
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 100px;
  line-height: 100px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

@media (max-width: 800px) {
  .community-card h4::before {
    font-size: 80px;
    line-height: 80px;
  }
}

.community-card h4 a {
  color: #101010;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.community-card h4 a:hover {
  -webkit-text-decoration-color: #101010;
  text-decoration-color: #101010;
}

.community-card p {
  font-family: "BwModelica", helvetica;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

.community-card__content {
  position: relative;
  margin: 0 0 24px;
  height: 108px;
  overflow: hidden;
}

@media (max-width: 600px) {
  .community-card__content {
    margin: 0 0 16px;
  }
}

.community-card__content .blocker {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background-image: linear-gradient(rgba(255, 255, 255, 0), white);
}

.community-card .img-wrap {
  padding-top: 100%;
  display: block;
  height: 0;
  position: relative;
}

.community-card .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.community-card .img-wrap img:hover {
  opacity: .7;
}

.community-card .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-size: 11px;
  line-height: 17px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  color: #101010;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 600px) {
  .community-card .cta {
    margin-top: 14px;
  }
}

.community-card .cta:hover {
  -webkit-text-decoration-color: #101010;
  text-decoration-color: #101010;
}

.community-card .cta::after {
  content: ' ';
  display: block;
  width: 28px;
  height: 1px;
  background: #101010;
  margin-left: 8px;
}

.homepage-news {
  background: #F3F3F5;
  padding: 123px 0 130px;
}

@media (max-width: 960px) {
  .homepage-news {
    padding: 50px 0 63px;
  }
}

.homepage-news__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 56px;
}

@media (max-width: 960px) {
  .homepage-news__grid {
    grid-column-gap: 30px;
  }
}

@media (max-width: 600px) {
  .homepage-news__grid {
    overflow-x: auto;
    margin: 0 !important;
    padding: 0 24px 31px;
    white-space: nowrap;
    display: block;
  }

  .homepage-news__grid .news-third {
    width: calc(100vw - 96px);
    display: inline-block;
    vertical-align: top;
    white-space: normal;
  }

  .homepage-news__grid .news-third+.news-third {
    margin-left: 48px;
  }
}

@media (max-width: 600px) {
  .homepage-news .homepage-footer {
    border-top: solid 1px #DCDEE0;
    padding-top: 35px;
    margin-top: 0;
  }
}

.news-third .img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.news-third .img-wrap img:hover {
  opacity: .7;
}

.news-third h4 {
  margin: 32px 0 16px;
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
}

.news-third h4 a {
  color: #101010;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.news-third h4 a:hover {
  -webkit-text-decoration-color: #101010;
  text-decoration-color: #101010;
}

.news-third p {
  margin: 0;
  font-family: "BwModelica", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 600px) {
  .news-third p {
    line-height: 28px;
  }
}

.news-third .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 17px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #101010;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.news-third .cta:hover {
  -webkit-text-decoration-color: #101010;
  text-decoration-color: #101010;
}

.news-third .cta::after {
  content: ' ';
  width: 28px;
  height: 1px;
  background: #101010;
  margin-left: 8px;
}

.archive-nav {
  padding: 45px 0 160px;
  background: #101010;
  text-align: center;
}

@media (max-width: 800px) {
  .archive-nav {
    padding: 0 0 20px;
  }
}

.archive-nav__main {
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  position: relative;
}

@media (max-width: 800px) {
  .archive-nav__main {
    font-size: 24px;
  }
}

@media (min-width: 801px) {
  .archive-nav__main:hover svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .archive-nav__main:hover ul {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    pointer-events: all;
  }
}

.archive-nav__main.active svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.archive-nav__main.active ul {
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: all;
}

.archive-nav__main svg {
  width: 18px;
  height: 10px;
  stroke: #fff;
  margin-left: 15px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.archive-nav__main ul {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-20px);
  transform: translateX(-50%) translateY(-20px);
  background: #101010;
  padding: 32px;
  width: 221px;
  text-align: left;
  list-style: none;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 800px) {
  .archive-nav__main ul {
    text-align: center;
  }
}

.archive-nav__main ul li {
  font-size: 24px;
  line-height: 17px;
}

.archive-nav__main ul li a {
  color: #fff;
  display: inline-block;
  border-bottom: solid 1px transparent;
  padding-bottom: 9px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.archive-nav__main ul li a:hover {
  border-bottom: solid 1px #fff;
}

.archive-nav__main ul li+li {
  margin-top: 24px;
}

.archive-nav+div {
  margin-top: -102px;
}

@media (max-width: 800px) {
  .archive-nav+div {
    margin-top: 0;
  }
}

.archive-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 124px;
}

@media (max-width: 1080px) {
  .archive-hero {
    margin-bottom: 80px;
  }
}

@media (max-width: 800px) {
  .archive-hero {
    display: block;
    margin-right: 0;
    margin-bottom: 58px;
  }
}

.archive-hero .featured-post {
  background: #101010;
  width: calc(67.65% - 19px);
  position: relative;
}

@media (max-width: 800px) {
  .archive-hero .featured-post {
    width: 100%;
    margin-bottom: 65px;
  }
}

.archive-hero .featured-post .img-wrap {
  width: 100%;
  display: block;
}

@media (max-width: 800px) {
  .archive-hero .featured-post .img-wrap {
    height: 595px;
    position: relative;
  }
}

.archive-hero .featured-post .img-wrap img {
  display: block;
  width: 100%;
  opacity: .6;
}

@media (max-width: 800px) {
  .archive-hero .featured-post .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.archive-hero .featured-post .content {
  position: absolute;
  bottom: 48px;
  left: 0;
  padding-right: 12%;
}

@media (max-width: 800px) {
  .archive-hero .featured-post .content {
    padding-right: 36px;
    bottom: 68px;
  }
}

@media (max-width: 600px) {
  .archive-hero .featured-post .content {
    padding-right: 24px;
  }
}

.archive-hero .featured-post .content h2 {
  margin: 0 0 47px;
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 5.55vw;
  line-height: 100%;
}

@media (max-width: 1080px) {
  .archive-hero .featured-post .content h2 {
    margin: 0 0 24px;
  }
}

@media (max-width: 800px) {
  .archive-hero .featured-post .content h2 {
    font-size: 42px;
    margin: 0 0 36px;
  }
}

.archive-hero .featured-post .content h2 a {
  color: #fff;
}

.archive-hero .featured-post .content .cta {
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 18px 36px;
  background: #AACDE6;
  color: #101010;
  display: inline-block;
}

@media (max-width: 800px) {
  .archive-hero .featured-post .content .cta {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.archive-hero .news-third {
  background: #fff;
  width: calc(32.35% - 37px);
}

@media (max-width: 800px) {
  .archive-hero .news-third {
    width: auto;
    margin: 0 36px;
  }
}

@media (max-width: 600px) {
  .archive-hero .news-third {
    margin: 0 24px;
  }
}

.archive-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 56px;
  grid-row-gap: 80px;
  margin-bottom: 80px;
}

@media (max-width: 800px) {
  .archive-grid {
    display: block;
    grid-column-gap: 0;
    grid-row-gap: 0;
    margin-bottom: 67px;
  }
}

.archive-grid .news-third {
  background: #fff;
}

@media (max-width: 800px) {
  .archive-grid .news-third+.news-third {
    margin-top: 58px;
  }
}

.archive-popular {
  background: #F3F3F5;
  padding: 74px 0;
  margin-bottom: 80px;
  position: relative;
}

@media (max-width: 800px) {
  .archive-popular {
    margin-bottom: 67px;
    padding-bottom: 96px;
    padding-top: 52px;
  }
}

.archive-popular h3,
.archive-popular .article-single__main article .gform_wrapper fieldset legend,
.article-single__main article .gform_wrapper fieldset .archive-popular legend {
  margin-top: 0;
  margin-bottom: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 800px) {

  .archive-popular h3,
  .archive-popular .article-single__main article .gform_wrapper fieldset legend,
  .article-single__main article .gform_wrapper fieldset .archive-popular legend {
    margin-bottom: 38px;
  }
}

.archive-popular h3 span,
.archive-popular .article-single__main article .gform_wrapper fieldset legend span,
.article-single__main article .gform_wrapper fieldset .archive-popular legend span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.archive-popular h3::after,
.archive-popular .article-single__main article .gform_wrapper fieldset legend::after,
.article-single__main article .gform_wrapper fieldset .archive-popular legend::after {
  content: ' ';
  display: block;
  width: 100%;
  margin-left: 30px;
  height: 1px;
  background: #DCDEE0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.archive-popular .archive-grid {
  margin-bottom: 0;
}

.archive-popular .archive-grid .news-third {
  background: transparent;
}

@media (max-width: 800px) {
  .archive-popular .archive-grid .news-third {
    margin-top: 0;
  }
}

.archive-popular__mob-controls {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: #fff;
  display: none;
}

@media (max-width: 800px) {
  .archive-popular__mob-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.archive-popular__mob-controls button {
  width: 48px;
  height: 48px;
  position: relative;
  background: none;
  border: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.archive-popular__mob-controls button:hover {
  background: #AACDE6;
}

.archive-popular__mob-controls button svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  fill: none;
}

.view-more-wrap {
  margin-bottom: 80px;
  text-align: center;
}

.view-more-wrap button {
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
}

.article-single {
  --offset: calc(50vw - 423px - var(--outer-gutter));
  margin-bottom: 67px;
  overflow: hidden;
}

@media (max-width: 918px) {
  .article-single {
    --offset: var(--outer-gutter);
  }
}

.article-single__hero {
  background: #101010;
  position: relative;
}

.article-single__hero::after {
  content: ' ';
  display: block;
  width: 72px;
  height: 155px;
  background: #fff;
  right: 0;
  bottom: 0;
  position: absolute;
}

@media (max-width: 1350px) {
  .article-single__hero::after {
    width: 36px;
  }
}

@media (max-width: 800px) {
  .article-single__hero::after {
    display: none;
  }
}

.article-single__hero .img-wrap {
  padding-top: 50%;
  position: relative;
}

@media (max-width: 800px) {
  .article-single__hero .img-wrap {
    height: 587px;
    margin-right: 0;
  }
}

.article-single__hero .img-wrap img,
.article-single__hero .img-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-single__hero .img-wrap::before {
  content: ' ';
  display: block;
  width: 100%;
  height: calc(50% + 72px);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 16, 16, 0)), to(rgba(16, 16, 16, 0.9)));
  background-image: linear-gradient(rgba(16, 16, 16, 0), rgba(16, 16, 16, 0.9));
}

.article-single__hero h1 {
  position: absolute;
  bottom: 72px;
  left: 0;
  max-width: 734px;
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 80px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 3;
}

@media (max-width: 1350px) {
  .article-single__hero h1 {
    bottom: 36px;
  }
}

@media (max-width: 1170px) {
  .article-single__hero h1 {
    font-size: 64px;
    line-height: 75px;
  }
}

@media (max-width: 600px) {
  .article-single__hero h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

.article-single__hero.alt {
  padding-bottom: 88px;
}

@media (max-width: 1170px) {
  .article-single__hero.alt {
    padding-bottom: 72px;
  }
}

@media (max-width: 800px) {
  .article-single__hero.alt {
    padding-bottom: 48px;
  }
}

.article-single__hero.alt::after {
  display: none;
}

.article-single__hero.alt .img-wrap {
  width: 56.5%;
  margin-left: auto;
  padding-top: 0;
  overflow: hidden;
}

@media (max-width: 1170px) {
  .article-single__hero.alt .img-wrap {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .article-single__hero.alt .img-wrap {
    height: auto;
    margin-left: -36px;
    margin-right: -36px;
    width: calc(100% + 72px);
  }
}

@media (max-width: 600px) {
  .article-single__hero.alt .img-wrap {
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
  }
}

.article-single__hero.alt .img-wrap img,
.article-single__hero.alt .img-wrap video {
  display: block;
  width: 100%;
  height: auto;
  position: static;
}

.article-single__hero.alt h1 {
  width: 70%;
  position: relative;
  bottom: 0;
  margin-top: -80px;
  max-width: 100%;
}

@media (max-width: 1170px) {
  .article-single__hero.alt h1 {
    margin-top: 36px;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .article-single__hero.alt h1 {
    margin-top: 24px;
  }
}

.article-single__hero .post-video-trigger {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  background: none;
  margin: auto;
  border: solid 2px #101010;
  border-radius: 50%;
  z-index: 3;
}

.article-single__hero .post-video-trigger::before {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-left: solid 18px #101010;
  border-top: solid 12px transparent;
  border-bottom: solid 12px transparent;
  position: absolute;
  top: 0;
  left: 5px;
  right: 0;
  bottom: 0;
  margin: auto;
}

.article-single__hero.video-playing .img-wrap {
  z-index: 4;
}

.article-single__hero.video-playing .img-wrap::before {
  display: none;
}

.article-single__info {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--offset);
  padding-right: 24px;
}

@media (max-width: 1170px) {
  .article-single__info {
    position: static;
    width: 100%;
    max-width: 846px;
    margin: 0 auto 76px;
  }
}

.article-single__info p {
  margin: 0;
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 1170px) {
  .article-single__info p {
    display: inline-block;
  }
}

.article-single__info p:first-child {
  font-weight: bold;
}

@media (max-width: 1170px) {
  .article-single__info p:last-child {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}

.article-single__info p+p {
  margin-top: 10px;
}

@media (max-width: 1170px) {
  .article-single__info p+p {
    margin-top: 0;
    margin-left: 8px;
  }
}

.article-single__main {
  margin-top: 67px;
  position: relative;
}

@media (max-width: 800px) {
  .article-single__main {
    margin-top: 50px;
  }
}

.article-single__main article {
  max-width: 846px;
  margin: 0 auto;
  font-family: "BwModelica", helvetica;
  font-size: 18px;
  line-height: 35px;
}

@media (max-width: 800px) {
  .article-single__main article {
    font-size: 16px;
    line-height: 33px;
  }
}

.article-single__main article h2 {
  margin: 67px 0 45px;
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
}

@media (max-width: 800px) {
  .article-single__main article h2 {
    margin: 50px 0 26px;
    font-size: 36px;
  }
}

.article-single__main article h3,
.article-single__main article .gform_wrapper fieldset legend {
  margin: 67px 0 25px;
  font-family: "BwModelica-Expanded", helvetica;
  font-weight: 500;
  font-size: 18px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 800px) {

  .article-single__main article h3,
  .article-single__main article .gform_wrapper fieldset legend {
    margin: 50px 0 26px;
  }
}

.article-single__main article p {
  margin: 0 0 45px;
}

.article-single__main article ul {
  margin: 45px 0;
  padding: 0;
  list-style: none;
}

.contact-info-section .info-block .label {
  font-size: 16px;
  padding: 0;
  color: #000000;
}

@media (max-width: 800px) {
  .article-single__main article ul {
    margin: 26px 0;
  }
}

.article-single__main article ul li {
  padding-left: 57px;
  position: relative;
}

@media (max-width: 600px) {
  .article-single__main article ul li {
    padding-left: 42px;
  }
}

.article-single__main article ul li::before {
  content: ' ';
  display: block;
  width: 28px;
  height: 1px;
  background: #AACDE6;
  position: absolute;
  top: 18px;
  left: 0;
}

@media (max-width: 600px) {
  .article-single__main article ul li::before {
    width: 20px;
  }
}

.article-single__main article ul li+li {
  margin-top: 12px;
}

.article-single__main article ol {
  margin: 45px 0;
  padding: 0;
  list-style: none;
  counter-reset: orderedList;
}

@media (max-width: 800px) {
  .article-single__main article ol {
    margin: 26px 0;
  }
}

.article-single__main article ol li {
  padding-left: 57px;
  position: relative;
  counter-increment: orderedList;
}

@media (max-width: 600px) {
  .article-single__main article ol li {
    padding-left: 42px;
  }
}

.article-single__main article ol li::before {
  content: counter(orderedList) ".";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  color: #AACDE6;
}

.article-single__main article ol li+li {
  margin-top: 12px;
}

.article-single__main article blockquote {
  margin: 45px 0;
  padding: 50px 0 50px 80px;
  position: relative;
  font-family: "BwModelica", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 194%;
  border-top: solid 1px #DCDEE0;
  border-bottom: solid 1px #DCDEE0;
}

@media (max-width: 800px) {
  .article-single__main article blockquote {
    padding: 36px 0 36px 50px;
  }
}

@media (max-width: 600px) {
  .article-single__main article blockquote {
    font-size: 14px;
  }
}

.article-single__main article blockquote::before {
  position: absolute;
  left: 0;
  top: 50px;
  display: block;
  content: ' ';
  width: 50px;
  height: 48px;
  background-image: url("../img/quotes.png");
  background-size: cover;
}

@media (max-width: 800px) {
  .article-single__main article blockquote::before {
    top: 36px;
    width: 30px;
    height: 29px;
  }
}

.article-single__main article blockquote cite {
  display: block;
  margin: 24px 0 0;
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  .article-single__main article blockquote cite {
    margin: 20px 0 0;
  }
}

@media (max-width: 600px) {
  .article-single__main article blockquote cite {
    font-size: 12px;
    letter-spacing: 1.4px;
  }
}

.article-single__main article blockquote p {
  margin: 0;
}

.article-single__main article .wp-block-image {
  margin: 67px 0;
  width: calc(100% + 50vw - 423px - 72px);
}

@media (max-width: 1350px) {
  .article-single__main article .wp-block-image {
    width: calc(100% + 50vw - 423px - 36px);
    min-width: 100%;
  }
}

@media (max-width: 800px) {
  .article-single__main article .wp-block-image {
    width: calc(100% + 36px);
    margin: 50px 0;
  }
}

@media (max-width: 600px) {
  .article-single__main article .wp-block-image {
    width: calc(100% + 24px);
  }
}

.article-single__main article .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
}

.article-single__main article .wp-block-columns {
  margin: 0 0 45px;
}

.article-single__main article .wp-block-columns p:only-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .article-single__main article .wp-block-column+.wp-block-column {
    margin-top: 24px;
  }
}

.article-single__main article .wp-block-column .wp-block-image {
  width: 100%;
  margin: 0;
}

.article-single__main article .wp-block-embed-youtube .wp-block-embed__wrapper {
  padding-top: 56.25%;
}

.article-single__main article .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-single__main article .gform_wrapper {
  margin-top: 67px !important;
  margin-bottom: 67px !important;
}

@media (max-width: 800px) {
  .article-single__main article .gform_wrapper {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}

.article-single__main article .gform_wrapper .gform_validation_errors>h2.hide_summary {
  font-size: 16px;
  font-family: "BwModelica", helvetica;
  font-weight: 700;
}

.article-single__main article .gform_wrapper .gform_heading {
  display: block;
  margin: 0 0 48px;
}

.article-single__main article .gform_wrapper .gform_heading h2 {
  margin: 0 0 12px;
}

.article-single__main article .gform_wrapper .gform_heading h3,
.article-single__main article .gform_wrapper .gform_heading fieldset legend,
.article-single__main article .gform_wrapper fieldset .gform_heading legend {
  letter-spacing: 2px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}

.article-single__main article .gform_wrapper .gform_heading .gform_description {
  font-size: 16px !important;
}

.article-single__main article .gform_wrapper fieldset {
  padding: 0 !important;
}

.article-single__main article .gform_wrapper fieldset legend {
  display: block !important;
  margin-bottom: 18px !important;
  margin: 0;
}

.article-single__main article .gform_wrapper fieldset .gchoice {
  position: relative;
  padding-left: 24px;
}

.article-single__main article .gform_wrapper fieldset .gchoice+.gchoice {
  margin-top: 12px;
}

.article-single__main article .gform_wrapper fieldset .gchoice input {
  position: absolute;
  top: 4px;
  left: 0;
  width: auto;
}

.article-single__main article .gform_wrapper .gsection {
  padding: 0 0 24px !important;
  border: 0;
  border-bottom: solid 1px #101010;
  margin-top: 48px !important;
}

.article-single__main article .gform_wrapper .gsection h3,
.article-single__main article .gform_wrapper .gsection fieldset legend,
.article-single__main article .gform_wrapper fieldset .gsection legend {
  margin: 0;
}

.article-single__main article .gform_wrapper .ginput_complex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article-single__main article .gform_wrapper .ginput_complex span {
  padding: 22px 36px !important;
  width: calc(50% - 6px);
  border: solid 1px #101010;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media (max-width: 600px) {
  .article-single__main article .gform_wrapper .ginput_complex span {
    width: 100%;
    padding: 12px 24px !important;
  }
}

.article-single__main article .gform_wrapper .ginput_complex span label {
  display: none;
}

.article-single__main article .gform_wrapper .ginput_complex .ginput_full:not(:last-of-type),
.article-single__main article .gform_wrapper .ginput_complex span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)) {
  margin-bottom: 12px;
}

.article-single__main article .gform_wrapper .ginput_complex .gf_clear {
  display: none;
}

.article-single__main article .gform_wrapper .ginput_container_date input {
  width: 100%;
}

.article-single--custom-landing h2 {
  max-width: 734px;
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 80px;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 1170px) {
  .article-single--custom-landing h2 {
    font-size: 64px;
    line-height: 75px;
  }
}

@media (max-width: 600px) {
  .article-single--custom-landing h2 {
    font-size: 50px;
    line-height: 60px;
  }
}

.article-single--custom-landing .article-single__hero__content {
  position: absolute;
  bottom: 72px;
  left: 0;
  width: 100%;
  z-index: 3;
  color: #fff;
}

@media (max-width: 1350px) {
  .article-single--custom-landing .article-single__hero__content {
    bottom: 36px;
  }
}

.article-single--custom-landing .article-single__hero__content .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: var(--outer-gutter);
}

@media (max-width: 800px) {
  .article-single--custom-landing .article-single__hero__content .wrapper {
    padding-right: 0;
  }
}

.article-single--custom-landing .article-single__hero__content .wrapper>*+* {
  margin-left: var(--gutter);
  margin-bottom: 5px;
}

@media (max-width: 960px) {
  .article-single--custom-landing .article-single__hero__content .primary-logo {
    width: 160px;
  }
}

.article-single--custom-landing .article-single__hero__content h2 {
  margin: 36px 0 24px;
}

@media (max-width: 960px) {
  .article-single--custom-landing .article-single__hero__content h2 {
    margin: 24px 0 16px;
  }
}

.article-single--custom-landing .article-single__hero__content p {
  margin-bottom: 0;
  font-family: "BwModelica-Expanded", helvetica;
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 700px;
}

@media (max-width: 960px) {
  .article-single--custom-landing .article-single__hero__content .secondary-logo {
    display: none;
  }
}

.article-single--custom-landing .article-single__info .simple-logo {
  margin-top: 10px;
}

@media (max-width: 800px) {
  .article-single--custom-landing .article-single__info .simple-logo {
    margin-top: 5px;
    width: 85px;
  }
}

.article-single--custom-landing .article-single__main {
  margin-bottom: 67px;
}

.article-single--custom-landing .article-single__main article>p:first-child {
  font-family: "Canela", serif;
  font-size: 40px;
  line-height: 120%;
}

@media (max-width: 600px) {
  .article-single--custom-landing .article-single__main article>p:first-child {
    font-size: 36px;
  }
}

.article-single--custom-landing .article-single__main article p:not(:first-child) {
  margin-bottom: 20px;
}

.article-single--custom-landing .article-single__form {
  background-color: #F3F3F5;
  padding: 128px 0 168px var(--offset);
}

@media (max-width: 1170px) {
  .article-single--custom-landing .article-single__form {
    padding-left: 0;
  }
}

@media (max-width: 960px) {
  .article-single--custom-landing .article-single__form {
    padding: 64px 0 84px;
  }
}

.article-single--custom-landing .article-single__form h2 {
  margin-bottom: 52px;
}

@media (max-width: 960px) {
  .article-single--custom-landing .article-single__form h2 {
    margin-bottom: 32px;
  }
}

.article-single--custom-landing .article-single__form .gform_fields {
  width: 100%;
  display: -ms-grid;
  display: grid;
  /* -ms-grid-columns: 1fr 32px [12]; */
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-column-gap: 32px;
  grid-row-gap: 28px;
}

.article-single--custom-landing .article-single__form .gfield+.gfield {
  margin-top: 0 !important;
}

.article-single--custom-landing .article-single__form .gfield--width-full {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}

.article-single--custom-landing .article-single__form .gfield--width-half {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}

@media (max-width: 600px) {
  .article-single--custom-landing .article-single__form .gfield--width-half {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}

.article-single--custom-landing .article-single__form .gform_footer {
  margin-top: 36px !important;
}

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

@media (max-width: 1170px) {
  .single-listing {
    display: block;
  }
}

.single-listing__details {
  width: 36%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
}

@media (max-width: 1170px) {
  .single-listing__details {
    display: none;
  }
}

.single-listing__details::before {
  content: ' ';
  display: block;
  width: 100%;
  height: calc(40vw - 48px);
  background: #101010;
  position: absolute;
  bottom: 100%;
  top: 0;
  z-index: -1;
}

.single-listing__details__inner {
  position: sticky;
  background: #101010;
  color: #fff;
  top: 87px;
  right: 0;
  z-index: 2;
  height: calc(40vw - 48px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-listing__details__inner .content {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 100%;
  padding: 0 86px 24px;
}

@media (max-width: 1300px) {
  .single-listing__details__inner .content {
    padding: 0 24px;
  }
}

.single-listing__details__inner h2 {
  margin: 0;
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 48px;
}

.single-listing__details__inner h3,
.single-listing__details__inner .article-single__main article .gform_wrapper fieldset legend,
.article-single__main article .gform_wrapper fieldset .single-listing__details__inner legend {
  margin: 8px 0 0;
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.single-listing__details__inner .broker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  margin-top: 20px;
  border-top: solid 1px #fff;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.single-listing__details__inner .broker>a {
  width: 35.4%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.single-listing__details__inner .broker img {
  display: block;
  width: 100%;
  height: auto;
}

.single-listing__details__inner .broker ul {
  margin: 0;
  padding: 0 0 0 40px;
  width: 100%;
  list-style: none;
}

.single-listing__details__inner .broker ul li+li {
  margin-top: 20px;
}

.single-listing__details__inner .broker small {
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.single-listing__details__inner .broker h4 {
  margin: 3px 0 0;
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.single-listing__details__inner .broker h4 a {
  color: #fff;
}

.single-listing__details__inner .multi-broker {
  padding: 0 24px 24px;
}

.single-listing__details__inner .multi-broker>h4 {
  font-family: Bw Modelica DEMO;
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  /* 188.889% */
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 32px 0;
  border-top: solid 1px #fff;
  padding-top: 32px;
}

@media (max-width: 1280px) {
  .single-listing__details__inner .multi-broker>h4 {
    margin-top: 16px;
    padding-top: 16px;
    margin-bottom: 16px;
  }
}

.single-listing__details__inner .multi-broker .broker {
  border-top: 0;
  padding-top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-listing__details__inner .multi-broker .broker+.broker {
  margin-top: 32px;
}

@media (max-width: 1280px) {
  .single-listing__details__inner .multi-broker .broker+.broker {
    margin-top: 16px;
  }
}

.single-listing__details__inner .multi-broker .broker>a {
  width: 67px;
}

.single-listing__details__inner .multi-broker .broker ul {
  padding: 0 0 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-listing__details__inner .multi-broker .broker ul li {
  width: 50%;
  padding-right: 12px;
  margin-top: 12px;
  line-height: 0;
}

.single-listing__details__inner .multi-broker .broker ul li:first-child {
  width: 100%;
  margin-top: 0;
}

.single-listing__details__inner .multi-broker .broker ul li:first-child small {
  display: none;
}

.single-listing__details__inner .multi-broker .broker ul li small {
  font-size: 9px;
}

.single-listing__details__inner .multi-broker .broker ul li h4 {
  font-size: 12px;
  margin: 0;
}

.single-listing__details__inner .cta {
  margin-top: 24px;
  display: block;
  background: #AACDE6;
  color: #101010;
  text-align: center;
  padding: 18px 12px;
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.single-listing__main {
  width: 64%;
}

@media (max-width: 1170px) {
  .single-listing__main {
    width: 100%;
    padding-bottom: 48px;
  }
}

.single-listing__slideshow {
  position: relative;
}

@media (max-width: 800px) {
  .single-listing__slideshow {
    margin-top: 27px;
  }
}

.single-listing__slideshow .listing-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px 20px;
  background: #101010;
  color: #fff;
  z-index: 1;
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  .single-listing__slideshow .listing-tag {
    left: 36px;
  }
}

@media (max-width: 600px) {
  .single-listing__slideshow .listing-tag {
    left: 24px;
  }
}

.single-listing__slideshow .single-listing-expand {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: #fff;
  z-index: 3;
  border: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 800px) {
  .single-listing__slideshow .single-listing-expand {
    right: 36px;
  }
}

@media (max-width: 600px) {
  .single-listing__slideshow .single-listing-expand {
    right: 24px;
  }
}

.single-listing__slideshow .single-listing-expand:hover {
  background: #AACDE6;
}

.single-listing__slideshow .single-listing-expand svg {
  position: absolute;
  width: 38px;
  height: 38px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  fill: transparent;
}

.single-listing__slideshow .img-wrap {
  padding-top: 40vw;
  position: relative;
}

@media (max-width: 1170px) {
  .single-listing__slideshow .img-wrap {
    padding-top: 62%;
  }
}

.single-listing__slideshow .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-listing__slideshow .controls {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 800px) {
  .single-listing__slideshow .controls {
    display: none;
  }
}

.single-listing__slideshow .controls button {
  width: 48px;
  height: 48px;
  position: relative;
  background: none;
  border: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-listing__slideshow .controls button:hover {
  background: #AACDE6;
}

.single-listing__slideshow .controls button svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  fill: none;
}

@media (max-width: 800px) {
  .single-listing__slideshow .slide {
    width: calc(100vw - 72px);
    margin: 0 6px;
  }
}

@media (max-width: 600px) {
  .single-listing__slideshow .slide {
    width: calc(100vw - 48px);
  }
}

.single-listing__title {
  border-bottom: solid 1px #DCDEE0;
  padding-bottom: 25px;
  display: none;
  margin-top: 25px;
}

@media (max-width: 1170px) {
  .single-listing__title {
    display: block;
  }
}

.single-listing__title h2 {
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 48px;
  margin: 0;
}

.single-listing__title h3,
.single-listing__title .article-single__main article .gform_wrapper fieldset legend,
.article-single__main article .gform_wrapper fieldset .single-listing__title legend {
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 12px 0 0;
}

.single-listing__info {
  margin: 40px 0 56px;
}

@media (max-width: 800px) {
  .single-listing__info {
    display: block;
    margin: 18px 0 54px;
  }
}

.single-listing__info .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 800px) {
  .single-listing__info .meta {
    display: block;
  }
}

.single-listing__info h2 {
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 48px;
  margin: 0 0 14px;
}

@media (max-width: 1170px) {
  .single-listing__info h2 {
    font-size: 30px;
  }
}

@media (max-width: 800px) {
  .single-listing__info h2 {
    margin-bottom: 18px;
  }
}

.single-listing__info span {
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 15.5px 0;
  text-align: left;
}

@media (max-width: 800px) {
  .single-listing__info span {
    display: block;
    text-align: left;
    border-left: 0;
    padding: 0;
  }
}

.single-listing__info span+span {
  border-left: solid 1px #DCDEE0;
  padding-left: 24px;
  margin-left: 24px;
}

@media (max-width: 800px) {
  .single-listing__info span+span {
    border: 0;
    margin-top: 18px;
    padding-left: 0;
    margin-left: 0;
  }
}

.single-listing__content {
  font-family: "BwModelica", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
}

.single-listing__content p {
  margin: 0;
}

.single-listing__content p:first-of-type {
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 48px;
}

@media (max-width: 1170px) {
  .single-listing__content p:first-of-type {
    font-size: 28px;
    line-height: 38px;
  }
}

.single-listing__content p+p {
  margin-top: 29px;
}

@media (max-width: 1170px) {
  .single-listing__content p+p {
    margin-top: 25px;
  }
}

.single-listing__ctas {
  margin-top: 29px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

@media (max-width: 800px) {
  .single-listing__ctas {
    margin-top: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media (max-width: 700px) {
  .single-listing__ctas {
    grid-column-gap: 0;
    grid-row-gap: 0;
    display: block;
  }
}

.single-listing__ctas a {
  display: inline-block;
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #101010;
  padding: 18px 12px;
  background: #AACDE6;
  border: solid 1px #AACDE6;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 700px) {
  .single-listing__ctas a {
    width: 100%;
    min-width: 100%;
  }
}

.single-listing__ctas a.alt {
  background: transparent;
  border: solid 1px #101010;
}

@media (max-width: 700px) {
  .single-listing__ctas a+a {
    margin-left: 0;
    margin-top: 20px;
  }
}

.single-listing__ctas a:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.single-listing__map {
  background: #DCDEE0;
  margin: 56px 0 0;
  height: 418px;
  position: relative;
}

@media (max-width: 600px) {
  .single-listing__map {
    height: 258px;
  }
}

.single-listing__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-listing__tables .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

@media (max-width: 600px) {
  .single-listing__tables .nav {
    margin-bottom: 33px;
  }
}

.single-listing__tables .nav button {
  width: 50%;
  border: 0;
  border-bottom: solid 1px #101010;
  padding: 0;
  padding-bottom: 4px;
  text-align: left;
  background: none;
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
  opacity: .24;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 600px) {
  .single-listing__tables .nav button {
    text-align: center;
    font-size: 30px;
  }
}

.single-listing__tables .nav button+button {
  padding-left: 6px;
}

.single-listing__tables .nav button.active {
  opacity: 1;
}

.single-listing__tables .tables-wrap {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}

@media (max-width: 600px) {
  .single-listing__tables .tables-wrap {
    max-width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
  }
}

.single-listing__tables table {
  width: 100%;
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: none;
}

@media (max-width: 600px) {
  .single-listing__tables table {
    font-size: 9px;
    margin: 0 24px;
    width: calc(100% - 48px);
  }
}

.single-listing__tables table.active {
  pointer-events: all;
  opacity: 1;
  position: static;
  display: table;
}

.single-listing__tables table tr:nth-child(even) {
  background: #F3F3F5;
}

.single-listing__tables table th {
  text-align: left;
  padding: 14px 24px;
}

@media (max-width: 600px) {
  .single-listing__tables table th {
    padding: 14px;
  }
}

.single-listing__tables table td {
  padding: 14px 24px;
}

@media (max-width: 600px) {
  .single-listing__tables table td {
    padding: 14px;
  }
}

.single-listing__tables table.alt td:last-child {
  max-width: 239px;
}

.single-listing__tables table.alt tr {
  background: #fff;
}

.single-listing__tables table.alt tr:nth-child(odd) {
  background: #F3F3F5;
}

.single-listing__tables table.alt tr:first-child {
  background: transparent;
}

.single-listing__tables table.alt .no-wrap {
  white-space: nowrap;
}

@media (max-width: 600px) {
  .single-listing__tables table.alt td:last-child {
    min-width: 217px;
  }
}

.listing-touch {
  display: none;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  z-index: 900;
}

@media (max-width: 1170px) {
  .listing-touch {
    display: block;
  }
}

.listing-touch__content {
  background: #AACDE6;
  padding: 30px 30px 20px;
  display: none;
}

@media (max-width: 440px) {
  .listing-touch__content {
    padding: 20px 20px 20px;
  }
}

.listing-touch__content .cta {
  display: block;
  border: solid 1px #101010;
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 18px 0;
  color: #101010;
}

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

.listing-touch__content .agents .agent {
  width: calc(50% - 12px);
}

.listing-touch__content .agents .agent:only-child {
  width: 100%;
}

.listing-touch__content h4 {
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 20px 0 0;
}

.listing-touch__content h4 span {
  display: block;
  font-size: 12px;
  text-transform: none;
}

.listing-touch__content h4 span a {
  color: #101010;
}

.listing-touch__cta {
  display: block;
  width: 100%;
  background: #AACDE6;
  border: 0;
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 18px 0;
}

.listing-touch__cta.active svg {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.listing-touch__cta svg {
  width: 16px;
  height: 8px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 12px;
  fill: transparent;
  stroke: #101010;
  stroke-width: 2;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ymal-listings {
  background: #101010;
  margin-top: 56px;
  padding-top: 130px;
  padding-bottom: 194px;
}

@media (max-width: 960px) {
  .ymal-listings {
    padding-top: 57px;
    padding-bottom: 71px;
  }
}

.ymal-listings>h2 {
  margin: 0 0 80px;
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 960px) {
  .ymal-listings>h2 {
    margin: 0 0 40px;
  }
}

.ymal-listings>h2 a {
  color: #fff;
  margin-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 600px) {
  .ymal-listings>h2 a {
    display: none;
  }
}

.ymal-listings>h2 a:hover {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.ymal-listings>h2 a::after {
  content: ' ';
  display: block;
  width: 28px;
  height: 1px;
  background: #fff;
  margin-left: 8px;
}

.ymal-listings section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 56px;
  color: #fff;
}

@media (max-width: 960px) {
  .ymal-listings section {
    display: block;
    grid-column-gap: 0;
  }
}

.fullscreen-slideshow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 16, 16, 0.8);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fullscreen-slideshow.active {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fullscreen-slideshow__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: #fff;
  z-index: 3;
  border: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fullscreen-slideshow__close:hover {
  background: #AACDE6;
}

.fullscreen-slideshow__close svg {
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  fill: transparent;
  stroke: #101010;
}

.fullscreen-slideshow .slides {
  margin-top: 48px;
}

.fullscreen-slideshow .img-wrap {
  height: calc(100vh - 96px);
  position: relative;
}

.fullscreen-slideshow .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.fullscreen-slideshow .controls {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fullscreen-slideshow .controls button {
  width: 48px;
  height: 48px;
  position: relative;
  background: none;
  border: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fullscreen-slideshow .controls button:hover {
  background: #AACDE6;
}

.fullscreen-slideshow .controls button svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  fill: none;
}

.generic-page__hero img {
  width: 100%;
  height: 524px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

@media (max-width: 600px) {
  .generic-page__hero img {
    height: 436px;
  }
}

.generic-page__hero h1 {
  margin: 65px auto;
  max-width: 846px;
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 80px;
}

@media (max-width: 918px) {
  .generic-page__hero h1 {
    margin: 65px 36px;
  }
}

@media (max-width: 600px) {
  .generic-page__hero h1 {
    margin: 65px 24px;
    font-size: 64px;
    line-height: 75px;
  }
}

.generic-page__hero h1:only-child {
  padding: 0 36px;
  max-width: 100%;
  margin: 0;
  height: 524px;
  background: #101010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 60px;
}

@media (max-width: 600px) {
  .generic-page__hero h1:only-child {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 24px 28px;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    height: 445px;
  }
}

.agent-single {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.agent-single__main {
  width: calc(100% - 450px);
}

@media (max-width: 1350px) {
  .agent-single__main {
    width: calc(100% - 430px);
  }
}

@media (max-width: 960px) {
  .agent-single__main {
    width: 100%;
  }
}

.agent-single__agent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 46px 0 121px;
  color: #fff;
  margin: 0 0 100px;
}

@media (max-width: 960px) {
  .agent-single__agent {
    margin: 0 0 48px;
    padding: 24px 0 72px;
    display: block;
  }
}

.agent-single__agent::before {
  content: ' ';
  display: block;
  width: 100vw;
  height: 100%;
  left: -72px;
  top: 0;
  background: #101010;
  position: absolute;
  z-index: -1;
}

@media (max-width: 1350px) {
  .agent-single__agent::before {
    left: -36px;
  }
}

@media (max-width: 600px) {
  .agent-single__agent::before {
    left: -24px;
  }
}

.agent-single__agent img {
  width: 280px;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 60px;
}

@media (max-width: 1350px) {
  .agent-single__agent img {
    margin-right: 36px;
    width: 240px;
    height: 240px;
  }
}

@media (max-width: 960px) {
  .agent-single__agent img {
    margin: 0 auto 24px;
    display: block;
  }
}

@media (max-width: 960px) {
  .agent-single__agent .content {
    text-align: center;
  }
}

.agent-single__agent .content h2 {
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 80px;
  line-height: 1;
  margin: 0;
}

@media (max-width: 1350px) {
  .agent-single__agent .content h2 {
    font-size: 60px;
  }
}

@media (max-width: 600px) {
  .agent-single__agent .content h2 {
    font-size: 42px;
  }
}

@media (max-width: 960px) {
  .agent-single__agent .content h2 br {
    display: none;
  }
}

.agent-single__agent .content h3,
.agent-single__agent .content .article-single__main article .gform_wrapper fieldset legend,
.article-single__main article .gform_wrapper fieldset .agent-single__agent .content legend {
  margin: 18px 0 0;
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 600px) {

  .agent-single__agent .content h3,
  .agent-single__agent .content .article-single__main article .gform_wrapper fieldset legend,
  .article-single__main article .gform_wrapper fieldset .agent-single__agent .content legend {
    font-size: 12px;
    margin: 12px 0 0;
  }
}

.agent-single__contact {
  background: #101010;
  color: #fff;
  padding: 44px 30px;
  width: 395px;
  height: 100%;
  margin-top: 46px;
  position: sticky;
  top: 87px;
}

@media (max-width: 960px) {
  .agent-single__contact {
    position: static;
    height: auto;
    margin: 0 0 48px;
    width: 100%;
  }
}

.agent-single__contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.agent-single__contact ul li {
  width: calc(50% - 25px);
  font-family: "BwModelica", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .agent-single__contact ul li {
    width: calc(50% - 10px);
  }
}

@media (max-width: 400px) {
  .agent-single__contact ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.agent-single__contact ul li:last-child {
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 400px) {
  .agent-single__contact ul li:last-child {
    margin-top: 0;
  }
}

.agent-single__contact ul li small {
  display: block;
  font-size: 9px;
  margin-bottom: 3px;
}

.agent-single__contact ul a {
  color: #fff;
  display: block;
}

.agent-single__contact .cta {
  display: block;
  margin-top: 38px;
}

@media (max-width: 400px) {
  .agent-single__contact .cta {
    margin-top: 24px;
  }
}

.agent-single__content {
  font-family: "BwModelica", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 194%;
}

@media (max-width: 600px) {
  .agent-single__content {
    font-size: 14px;
  }
}

.agent-single__content .main-content>p,
.agent-single__content .hidden-content>p {
  margin: 0;
}

.agent-single__content .main-content>p+p,
.agent-single__content .hidden-content>p+p {
  margin-top: 18px;
}

.agent-single__content .main-content>p:first-child {
  font-family: "Canela", serif;
  font-size: 40px;
  line-height: 120%;
  margin: 0 0 22px;
}

@media (max-width: 600px) {
  .agent-single__content .main-content>p:first-child {
    font-size: 28px;
  }
}

.agent-single__content .hidden-content {
  display: none;
}

.agent-single__content .hidden-content p:first-child {
  margin-top: 18px;
}

.agent-single__content .agent-load-more {
  display: block;
  width: 100%;
  margin: 36px 0 0;
  max-width: 336px;
}

.agent-single__testimonials {
  margin-top: 136px;
}

@media (max-width: 600px) {
  .agent-single__testimonials {
    margin-top: 100px;
  }
}

.agent-single__testimonials>h2 {
  margin: 0 0 60px;
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 120%;
}

@media (max-width: 600px) {
  .agent-single__testimonials>h2 {
    font-size: 32px;
  }
}

.agent-single__testimonials__testimonial {
  padding: 0 65px 60px 42px;
  background: #F3F3F5;
}

@media (max-width: 600px) {
  .agent-single__testimonials__testimonial {
    padding: 0 24px 36px;
  }
}

.agent-single__testimonials__testimonial+div {
  margin-top: 80px;
}

.agent-single__testimonials__testimonial svg {
  width: 78px;
  height: 71px;
  margin: -36px 0 16px;
  display: inline-block;
}

@media (max-width: 600px) {
  .agent-single__testimonials__testimonial svg {
    width: 52px;
    height: 48px;
    margin: -24px 0 12px;
  }
}

.agent-single__testimonials__testimonial p {
  margin: 0;
}

.agent-single__testimonials__testimonial p+p {
  margin-top: 18px;
}

.agent-single__testimonials__testimonial h3,
.agent-single__testimonials__testimonial .article-single__main article .gform_wrapper fieldset legend,
.article-single__main article .gform_wrapper fieldset .agent-single__testimonials__testimonial legend {
  margin: 22px 0 0;
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 600px) {

  .agent-single__testimonials__testimonial h3,
  .agent-single__testimonials__testimonial .article-single__main article .gform_wrapper fieldset legend,
  .article-single__main article .gform_wrapper fieldset .agent-single__testimonials__testimonial legend {
    font-size: 12px;
    letter-spacing: 1.4px;
  }
}

.agent-landing,
.listing-landing {
  margin-bottom: 150px;
}

.agent-landing__top,
.listing-landing__top {
  background: #101010;
  text-align: center;
  color: #fff;
  padding-top: 72px;
  padding-bottom: 246px;
}

@media (max-width: 960px) {

  .agent-landing__top,
  .listing-landing__top {
    padding-top: 50px;
    padding-bottom: 210px;
  }
}

@media (max-width: 600px) {

  .agent-landing__top,
  .listing-landing__top {
    padding-bottom: 178px;
  }
}

.agent-landing__top h1,
.listing-landing__top h1 {
  margin: 0;
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 80px;
  line-height: 100%;
}

@media (max-width: 960px) {

  .agent-landing__top h1,
  .listing-landing__top h1 {
    font-size: 60px;
  }
}

@media (max-width: 600px) {

  .agent-landing__top h1,
  .listing-landing__top h1 {
    font-size: 42px;
  }
}

.agent-landing__top h2,
.listing-landing__top h2 {
  margin: 0;
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 960px) {

  .agent-landing__top h2,
  .listing-landing__top h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.agent-landing__content,
.listing-landing__content {
  font-family: "BwModelica", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  max-width: 830px;
  margin: 12px auto 0;
}

@media (max-width: 600px) {

  .agent-landing__content,
  .listing-landing__content {
    font-size: 14px;
    line-height: 150%;
  }
}

.agent-landing__content p,
.listing-landing__content p {
  margin: 0;
}

.agent-landing__content p+p,
.listing-landing__content p+p {
  margin-top: 12px;
}

.agent-landing__content .read-more-information,
.listing-landing__content .read-more-information {
  margin-top: 30px;
  display: none;
}

.agent-landing__content .read-more-button,
.listing-landing__content .read-more-button,
.agent-landing__content .read-less-button,
.listing-landing__content .read-less-button {
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  margin-top: 30px;
}

.agent-landing__content .read-more-button>svg,
.listing-landing__content .read-more-button>svg,
.agent-landing__content .read-less-button>svg,
.listing-landing__content .read-less-button>svg {
  fill: none;
  width: 10px;
  height: 6px;
  margin-left: 8px;
}

.agent-landing__content .read-less-button,
.listing-landing__content .read-less-button {
  display: none;
}

.agent-landing__content .read-less-button>svg,
.listing-landing__content .read-less-button>svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.agent-landing__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  margin-top: -134px;
}

@media (max-width: 960px) {
  .agent-landing__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 60px;
  }
}

@media (max-width: 600px) {
  .agent-landing__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}

.agent-landing__agent {
  text-align: center;
}

.agent-landing__agent .agent-image {
  display: block;
  width: 100%;
  margin-bottom: 26px;
}

.agent-landing__agent .agent-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  max-width: 272px;
  margin: auto;
}

.agent-landing__agent h3,
.agent-landing__agent .article-single__main article .gform_wrapper fieldset legend,
.article-single__main article .gform_wrapper fieldset .agent-landing__agent legend {
  margin: 0;
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
}

@media (max-width: 600px) {

  .agent-landing__agent h3,
  .agent-landing__agent .article-single__main article .gform_wrapper fieldset legend,
  .article-single__main article .gform_wrapper fieldset .agent-landing__agent legend {
    font-size: 26px;
    line-height: 120%;
  }
}

.agent-landing__agent h3 a,
.agent-landing__agent .article-single__main article .gform_wrapper fieldset legend a,
.article-single__main article .gform_wrapper fieldset .agent-landing__agent legend a {
  color: #101010;
}

.agent-landing__agent h4 {
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 8px 0 0;
}

@media (max-width: 600px) {
  .agent-landing__agent h4 {
    font-size: 10px;
    margin: 4px 0 0;
  }
}

.listing-landing__top {
  padding-bottom: calc(9.7vw + 72px);
  position: relative;
}

@media (max-width: 960px) {
  .listing-landing__top {
    padding-bottom: calc(36.6vw + 48px);
  }
}

.listing-landing__top.short {
  padding-bottom: 72px;
}

.listing-landing__content {
  max-width: 580px;
}

.listing-landing__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 48px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.listing-landing__categories,
.listing-landing__sort {
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 1;
}

.listing-landing__categories {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right;
  margin-right: 30px;
  left: 72px;
}

@media (max-width: 600px) {
  .listing-landing__categories {
    margin-right: 0px;
    left: 36px;
  }
}

.listing-landing__sort {
  right: 72px;
}

@media (max-width: 1350px) {
  .listing-landing__sort {
    right: 36px;
  }
}

.listing-landing__sort>span {
  margin-right: 22px;
}

@media (max-width: 960px) {
  .listing-landing__sort>span {
    margin-right: 12px;
  }
}

@media (max-width: 600px) {
  .listing-landing__sort>span {
    display: none;
  }
}

.listing-landing .dropdown {
  display: inline-block;
  border: solid 1px #fff;
  background: #101010;
  vertical-align: middle;
  position: relative;
}

.listing-landing .dropdown__top {
  padding: 12px 20px;
  display: block;
  position: relative;
  z-index: 4;
}

@media (max-width: 600px) {
  .listing-landing .dropdown__top {
    padding: 12px;
  }
}

.listing-landing .dropdown__top>svg {
  fill: none;
  width: 10px;
  height: 6px;
  margin-left: 8px;
}

@media (max-width: 960px) {
  .listing-landing .dropdown__top.no-mob {
    display: none;
  }
}

.listing-landing .dropdown__top.mob {
  display: none;
  padding: 0;
  width: 36px;
  height: 36px;
}

@media (max-width: 960px) {
  .listing-landing .dropdown__top.mob {
    display: block;
  }
}

.listing-landing .dropdown__top.mob svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  margin: auto;
}

.listing-landing .dropdown__top::after {
  content: ' ';
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  background: #101010;
  height: 2px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 3;
}

.listing-landing .dropdown__content {
  position: absolute;
  top: 36px;
  left: -1px;
  width: auto;
  white-space: nowrap;
  padding: 20px;
  background: #101010;
  list-style: none;
  text-align: left;
  margin: 0;
  min-width: calc(100% + 2px);
  border: solid 1px #fff;
  border-top: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 3;
}

.listing-landing .dropdown__content::after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: #fff;
  height: 1px;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1;
}

.listing-landing .dropdown__content li+li {
  margin-top: 12px;
}

.listing-landing .dropdown__content li a {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 961px) {
  .listing-landing .dropdown__content li a:hover {
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff;
  }
}

.listing-landing .dropdown.alt .dropdown__content {
  left: auto;
  right: -1px;
  text-align: right;
}

@media (min-width: 961px) {
  .listing-landing .dropdown:hover .dropdown__top::after {
    opacity: 1;
  }

  .listing-landing .dropdown:hover .dropdown__content {
    pointer-events: all;
    opacity: 1;
  }
}

@media (max-width: 960px) {
  .listing-landing .dropdown.open .dropdown__top::after {
    opacity: 1;
  }

  .listing-landing .dropdown.open .dropdown__content {
    pointer-events: all;
    opacity: 1;
  }
}

.listing-landing__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 56px;
  grid-row-gap: 54px;
  margin-top: -9.7vw;
  margin-bottom: 80px;
}

@media (max-width: 960px) {
  .listing-landing__grid {
    display: block;
    grid-column-gap: 0;
    grid-row-gap: 0;
    margin-top: -36.6vw;
  }
}

.listing-landing__grid .listing-third p a {
  color: #101010;
}

.listing-landing__empty {
  text-align: center;
  margin-top: 72px;
}

.listing-landing__empty h2 {
  margin: 0;
  font-family: "BwModelica-Expanded", helvetica;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.contact-page {
  margin-bottom: 95px;
}

.contact-page__top {
  background: #101010;
  color: #fff;
  text-align: center;
  padding-top: 72px;
  padding-bottom: 85px;
  margin-bottom: 66px;
}

.contact-page__top h2 {
  margin: 0;
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 80px;
  line-height: 100%;
}

@media (max-width: 960px) {
  .contact-page__top h2 {
    font-size: 60px;
  }
}

@media (max-width: 600px) {
  .contact-page__top h2 {
    font-size: 42px;
  }
}

.contact-page__content {
  font-family: "BwModelica", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  max-width: 830px;
  margin: 36px auto 0;
}

@media (max-width: 600px) {
  .contact-page__content {
    font-size: 14px;
    line-height: 150%;
  }
}

.contact-page__content p {
  margin: 0;
}

.contact-page__content p+p {
  margin-top: 12px;
}

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

@media (max-width: 960px) {
  .contact-page__main {
    display: block;
  }
}

.contact-page__form {
  width: 100%;
}

.contact-page__form form {
  max-width: 684px;
  margin: 0 auto;
  width: 100%;
}

.contact-page__form h4 {
  margin: 0 0 22px;
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.contact-page__extras {
  width: 395px;
  margin-left: 72px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: sticky;
  height: 100%;
  top: 87px;
}

@media (max-width: 1350px) {
  .contact-page__extras {
    margin-left: 36px;
  }
}

@media (max-width: 960px) {
  .contact-page__extras {
    width: 100%;
    margin-top: 48px;
    margin-left: 0;
    position: static;
    height: auto;
  }
}

.contact-page__extras__main {
  padding: 44px 30px 50px;
  background: #AACDE6;
  color: #101010;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-page__extras__main li {
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 30px;
}

.contact-page__extras__main li.half {
  width: calc(50% - 25px);
  margin-top: 0;
}

@media (max-width: 600px) {
  .contact-page__extras__main li.half {
    width: calc(50% - 10px);
  }
}

@media (max-width: 400px) {
  .contact-page__extras__main li.half {
    width: 100%;
  }
}

.contact-page__extras__main li small {
  display: block;
  font-size: 9px;
  margin-bottom: 3px;
}

.contact-page__extras__main li span {
  font-family: "BwModelica", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  text-transform: none;
  letter-spacing: 0;
  display: block;
  margin-bottom: 9px;
}

.contact-page__extras__main a {
  color: #101010;
}

.contact-page__extras__main a+span {
  margin-top: 16px;
}

.contact-page__socials {
  margin-top: 45px;
}

.contact-page__socials h4 {
  margin: 0;
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.contact-page__socials ul {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
}

.contact-page__socials ul li {
  display: inline-block;
  vertical-align: middle;
}

.contact-page__socials ul li+li {
  margin-left: 48px;
}

.contact-page__socials ul li svg {
  width: 20px;
  height: 20px;
}

.contact-page__socials ul li svg.yt {
  width: 26px;
}

.contact-page__socials ul li svg.fb {
  width: 10px;
}

.contact-page__socials ul li svg.tw {
  width: 25px;
}

.gform_legacy_markup_wrapper.gform_validation_error form .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: none !important;
}

.gform_wrapper {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.gform_heading {
  display: none;
}

.gfield_label,
.gfield_required {
  display: none !important;
}

.validation_message {
  padding-top: 16px;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
  width: 100%;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 0 !important;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
  width: 100% !important;
}

.gform_validation_errors>h2 {
  font-family: "BwModelica", helvetica;
  line-height: normal;
  max-width: none;
}

.gform_footer {
  padding-bottom: 0 !important;
}

.gform_footer input {
  width: 336px !important;
  max-width: 100% !important;
  font-size: 11px !important;
}

.form-row,
.gfield {
  width: 100% !important;
  padding: 22px 36px !important;
  font-family: "BwModelica-Expanded", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  border: solid 1px #101010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0 !important;
}

@media (max-width: 600px) {

  .form-row,
  .gfield {
    padding: 12px 24px !important;
  }
}

.form-row+.form-row,
.form-row+.gfield,
.gfield+.form-row,
.gfield+.gfield {
  margin-top: 28px !important;
}

.form-row.w-button,
.gfield.w-button {
  padding: 0;
  border: 0;
}

.form-row.radio-field,
.gfield.radio-field {
  display: block !important;
  padding: 18px 0 0 !important;
  border: none !important;
}

.form-row.radio-field .gfield_label,
.gfield.radio-field .gfield_label {
  display: block !important;
}

.form-row.gfield_html,
.gfield.gfield_html {
  padding: 0 !important;
  border: none;
  font-size: 11px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-row.gfield_error,
.gfield.gfield_error {
  display: block;
  background-color: rgba(255, 223, 224, 0.25);
  margin-bottom: 6px !important;
  border: 1px solid #c89797;
  padding-bottom: 6px;
  padding-top: 8px;
}

.form-row .arrow-down,
.gfield .arrow-down {
  width: 16px;
  height: 8px;
}

.form-row input,
.form-row textarea,
.form-row select,
.gfield input,
.gfield textarea,
.gfield select {
  background-color: transparent;
  width: 100%;
  display: block;
  border: 0;
}

.form-row input::-webkit-input-placeholder,
.form-row textarea::-webkit-input-placeholder,
.form-row select::-webkit-input-placeholder,
.gfield input::-webkit-input-placeholder,
.gfield textarea::-webkit-input-placeholder,
.gfield select::-webkit-input-placeholder {
  color: rgba(16, 16, 16, 0.7);
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.form-row input::-moz-placeholder,
.form-row textarea::-moz-placeholder,
.form-row select::-moz-placeholder,
.gfield input::-moz-placeholder,
.gfield textarea::-moz-placeholder,
.gfield select::-moz-placeholder {
  color: rgba(16, 16, 16, 0.7);
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.form-row input:-moz-placeholder,
.form-row textarea:-moz-placeholder,
.form-row select:-moz-placeholder,
.gfield input:-moz-placeholder,
.gfield textarea:-moz-placeholder,
.gfield select:-moz-placeholder {
  color: rgba(16, 16, 16, 0.7);
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.form-row input:-ms-input-placeholder,
.form-row textarea:-ms-input-placeholder,
.form-row select:-ms-input-placeholder,
.gfield input:-ms-input-placeholder,
.gfield textarea:-ms-input-placeholder,
.gfield select:-ms-input-placeholder {
  color: rgba(16, 16, 16, 0.7);
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.form-row textarea,
.gfield textarea {
  padding: 0 !important;
}

.form-row select,
.gfield select {
  min-height: 19px;
  padding: 0 !important;
}

.form-row .gfield_radio,
.gfield .gfield_radio {
  margin: 16px 0 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 50px;
}

.form-row .gfield_radio .gchoice,
.gfield .gfield_radio .gchoice {
  margin: 0 !important;
}

.form-row .gfield_radio .gchoice label,
.gfield .gfield_radio .gchoice label {
  width: auto !important;
  margin: 0 !important;
}

.form-row input[type="radio"],
.gfield input[type="radio"] {
  border: none;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden;
  word-wrap: normal !important;
}

.form-row input[type="radio"]+label,
.gfield input[type="radio"]+label {
  position: relative;
  padding-left: 32px !important;
  font-size: 14px !important;
  max-width: none !important;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

.form-row input[type="radio"]+label:before,
.form-row input[type="radio"]+label:after,
.gfield input[type="radio"]+label:before,
.gfield input[type="radio"]+label:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}

.form-row input[type="radio"]+label:before,
.gfield input[type="radio"]+label:before {
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #101010;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.form-row input[type="radio"]+label:after,
.gfield input[type="radio"]+label:after {
  left: 4px;
  width: 11px;
  height: 11px;
  background-color: #101010;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.form-row input[type="radio"]:checked+label:after,
.gfield input[type="radio"]:checked+label:after {
  opacity: 1;
}

div.listings-widget {
  margin: 67px 0;
}

@media (max-width: 800px) {
  div.listings-widget {
    margin: 50px 0;
  }
}

div.listings-widget__top {
  text-align: center;
  margin-bottom: 48px;
}

div.listings-widget__top h2 {
  margin: 0;
  font-size: 56px;
}

@media (max-width: 800px) {
  div.listings-widget__top h2 {
    font-size: 42px;
  }
}

div.listings-widget__top h2+p {
  margin-top: 24px;
}

div.listings-widget__top p {
  font-family: "BwModelica", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  max-width: 830px;
  margin: 0 auto;
  max-width: 580px;
}

@media (max-width: 600px) {
  div.listings-widget__top p {
    font-size: 14px;
    line-height: 150%;
  }
}

div.listings-widget .listing-landing__grid {
  margin: 0;
  grid-column-gap: 32px;
}

div.listings-widget .listing-landing__grid .listing-third p {
  margin: 0;
}

div.listings-widget .listing-landing__grid .listing-third p+p {
  margin: 8px 0 0;
}

div.listings-widget .listing-landing__grid .listing-third a.cta {
  color: #101010;
}

div.listings-widget .view-more-wrap {
  margin-bottom: 0;
  margin-top: 48px;
}

.pdf-button a {
  background: #AACDE6;
  color: #101010;
  padding: 18px 36px;
  display: inline-block;
  font-family: "BwModelica", helvetica;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  /* 109.091% */
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #101010;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 600px) {
  .pdf-button a {
    padding: 14px 24px;
    font-size: 10px;
  }
}

.pdf-button a svg {
  width: 15px;
  height: 20px;
  margin-left: 22px;
}

@media (max-width: 600px) {
  .pdf-button a svg {
    width: 12px;
    height: 16px;
    margin-left: 15px;
  }
}

.image-slider-widget {
  position: relative;
  margin: 76px calc((var(--offset) + var(--outer-gutter) + 14px) * -1);
}

@media (max-width: 800px) {
  .image-slider-widget {
    margin: 50px calc((var(--offset) + var(--outer-gutter) + 14px) * -1);
  }
}

.image-slider-widget__slides {
  padding: 0 calc(var(--offset) + var(--outer-gutter));
}

.image-slider-widget__slides .slick-list {
  overflow: visible;
}

.image-slider-widget__slide {
  padding: 0 14px;
}

.image-slider-widget__slide .img-wrap {
  position: relative;
  padding-top: 73.758865248%;
}

.image-slider-widget__slide .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-slider-widget__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background-color: #101010;
  border: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1170px) {
  .image-slider-widget__arrow {
    display: none !important;
  }
}

.image-slider-widget__arrow:hover {
  background-color: #AACDE6;
}

.image-slider-widget__arrow:hover svg {
  stroke: #101010;
}

.image-slider-widget__arrow--prev {
  left: calc(var(--offset) / 2);
}

.image-slider-widget__arrow--next {
  right: calc(var(--offset) / 2);
}

.image-slider-widget__arrow svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  fill: none;
  stroke: #fff;
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}

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


/* new custom css start */
/* .btn{
    font-family: "BwModelica", helvetica;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    background: #101010;
    display: inline-block;
    padding: 12px 16px;
    margin-top: 35px;
} */


.btn-left {
  display: inline-flex !important;
  text-decoration: underline !important;
  margin-top: 0px !important;
}

.btn:hover {
  text-decoration: underline;
}

a.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "BwModelica-Expanded", helvetica;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 56px;
  justify-content: center;
}

.btn {
  color: #101010;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn::after {
  content: ' ';
  width: 28px;
  height: 1px;
  background: #101010;
  margin-left: 8px;
}

.cta_blue {
  background: #AACDE6;
  padding: 18px 36px;
  font-family: "BwModelica", helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #101010;
  margin-top: 10px;
  display: inline-block;
}


.find-neighbourhood-section {
  position: relative;
  background-image: url('https://cdn.phinneyrealestate.com/uploads/2024/05/14-web-or-mls-Photo-14-1440x1079.jpeg');
  /* Add your background image URL here */
  background-size: cover;
  /* Ensure the image covers the entire section */
  background-position: center;
  /* Center the image */
  padding: 80px 0;
  color: #fff;
  /* White text for contrast */
  text-align: center;
}

.find-neighbourhood-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  /* Semi-transparent black overlay */
  z-index: 1;
  /* Make sure the overlay stays on top of the image */
}

.find-neighbourhood-section .container {
  position: relative;
  z-index: 2;
  /* Ensure content stays above the overlay */
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.find-neighbourhood-section h2 {
  font-family: "Canela", serif;
  font-size: 2.8rem;
  /* Larger font size for the heading */
  font-weight: 700;
  /* Bold text */
  margin-bottom: 20px;
  text-transform: uppercase;
  /* Matches the theme's style */
  letter-spacing: 2px;
  /* Adds some letter spacing for style */
}

.find-neighbourhood-section p {
  font-family: "BwModelica", helvetica;
  font-size: 16px;
  /* A slightly larger font for readability */
  font-weight: 300;
  /* Lighter weight for the paragraph */
  margin-bottom: 40px;
  /* Increased spacing for balance */
}

.find-neighbourhood-section .cta_blue:hover {
  background-color: rgb(170 205 230 / 78%);
  /* Darker shade for the button on hover */
}

#ihf-main-container .modal-dialog {
  left: auto !important;
}

.header-search .bootstrap-select.btn-group {
  width: calc(100% - 118px);
}

.header-search .bootstrap-select.btn-group .dropdown-toggle {
  background: none;
  border: 0;
  padding: 12px;
  border-radius: 6px;
  height: 100%;
}

.header-search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: #fff;
  line-height: 48px;
  font-size: 44px;
  font-family: "Canela", serif;
}

.header-search .bs-searchbox .form-control {
  color: #333 !important;
}

.listings-filter-tab .btn::after {
  display: none !important;
}





/*MAP*/
.map-container {
  display: block;
  position: relative;
  z-index: 3;
  overflow: hidden;
  font-size: 0;
}

.map-wrapper {
  display: block;
  position: relative;
}

.map-main {
  position: relative;
  width: 1600px;
}

.map-transparent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

.map-title {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
}

.map-title h2 {
  font-family: "Canela", serif;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}

.map-content {
  position: absolute;
  top: 200px;
  left: 75px;
  z-index: 5;
  width: 100%;
  max-width: 320px;
}

.map-lists ul li {
  font-size: 15px;
  position: relative;
}

.map-list {
  position: relative;
  padding: 22px 0
}

.map-list:before {
  position: absolute;
  content: '';
  width: 320px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #ccc;
}

.map-list ul {
  padding-left: 35px;
}

.map-list ul li {
  padding-left: 13px;
  margin-top: 13px;
  list-style: none;
}

.map-list>a {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
  max-width: max-content;
}

.map-list>a>span {
  display: flex;
  align-items: center;
  color: #000;
}

.map-list>a>span i {
  display: inline-block;
  color: #aacde6;
  margin-top: 5px;
  margin-right: 5px;
  transition: 0.3s;
}

.map-lists>ul {
  padding-left: 35px;
}

.map-list>ul>li>a {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  color: #000;
}

.map-list>ul>li>a:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #aacde6;
  left: -13px;
  top: 7px;
}

.map-list>ul>li>p {
  font-size: 9px;
  text-transform: uppercase;
  width: 100%;
  max-width: 230px;
  line-height: 1.5;
  margin-top: 7px;
}

.map-list:hover>a>span i {
  color: #000;
}

.map-list ul li.active a,
.map-list ul li a:hover {
  color: #aacde6;
}

.map-hovers>div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.map-img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  pointer-events: auto;
  z-index: 4;
}

.map-pin {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  z-index: 5;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.map-pin span {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  white-space: nowrap;
  position: relative;
  width: 100%;
  display: inline-block;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-align: center;
  text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
  letter-spacing: 0.08em;
}

.map-pin span:before {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  top: 4px;
  left: auto;
  right: calc(100% + 6px);
}

.map-label {
  opacity: 1;
  visibility: visible;
}

.map-label span {
  font-size: 15px;
  display: flex;
  align-items: center
}

.map-label span i {
  font-size: 18px;
  text-shadow: none;
}

.map-label span:before {
  display: none;
}




.map-hovers>div.active .map-img,
.map-hovers>div.active .map-pin {
  opacity: 1;
  visibility: visible;
}


.map-hovers>div.aldershot .map-img {
  left: 744px;
  top: 956px;
}

.map-hovers>div.south-burlington .map-img {
  left: 873px;
  top: 864px;
}

.map-hovers>div.north-burlington .map-img {
  left: 824px;
  top: 804px;
}

.map-hovers>div.rural-burlington .map-img {
  left: 703px;
  top: 701px;
}

.map-hovers>div.rural-oakville .map-img {
  left: 900px;
  top: 621px;
}

.map-hovers>div.north-west-oakville .map-img {
  left: 931px;
  top: 745px;
}

.map-hovers>div.north-east-oakville .map-img {
  left: 973px;
  top: 634px;
}

.map-hovers>div.south-west-oakville .map-img {
  left: 977px;
  top: 762px;
}

.map-hovers>div.south-east-oakville .map-img {
  left: 1046px;
  top: 664px;
}

.map-hovers>div.port-credit .map-img {
  left: 1160px;
  top: 511px;
}

.map-hovers>div.clarkson .map-img {
  left: 1101px;
  top: 587px;
}

.map-hovers>div.erin .map-img {
  left: 1061px;
  top: 537px;
}

.map-hovers>div.creditview .map-img {
  left: 1091px;
  top: 468px;
}

.map-hovers>div.lisgar .map-img {
  left: 989px;
  top: 526px;
}

.map-hovers>div.meadowvale .map-img {
  left: 975px;
  top: 363px;
}

.map-hovers>div.w06 .map-img {
  left: 1216px;
  top: 422px;
}

.map-hovers>div.w07 .map-img {
  left: 1263px;
  top: 386px;
}

.map-hovers>div.w08 .map-img {
  left: 1142px;
  top: 319px;
}

.map-hovers>div.aldershot .map-pin {
  left: 800px;
  top: 1028px;
}

.map-hovers>div.south-burlington .map-pin {
  left: 938px;
  top: 925px;
}

.map-hovers>div.north-burlington .map-pin {
  left: 901px;
  top: 872px;
}

.map-hovers>div.rural-burlington .map-pin {
  left: 775px;
  top: 800px;
}

.map-hovers>div.rural-oakville .map-pin {
  left: 810px;
  top: 703px;
}

.map-hovers>div.rural-oakville .map-pin span:before {
  right: auto;
  left: calc(100% + 5px);
}

.map-hovers>div.north-west-oakville .map-pin {
  left: 980px;
  top: 774px;
}

.map-hovers>div.north-east-oakville .map-pin {
  left: 1049px;
  top: 692px;
}

.map-hovers>div.south-west-oakville .map-pin {
  left: 1039px;
  top: 821px;
}

.map-hovers>div.south-east-oakville .map-pin {
  left: 1092px;
  top: 723px;
}

.map-hovers>div.port-credit .map-pin {
  left: 1204px;
  top: 535px;
}

.map-hovers>div.clarkson .map-pin {
  left: 1147px;
  top: 623px;
}

.map-hovers>div.erin .map-pin {
  left: 1132px;
  top: 570px;
}

.map-hovers>div.creditview .map-pin {
  left: 690px;
  top: 507px;
  text-align: right;
}

.map-hovers>div.creditview .map-pin span:before {
  right: auto;
  left: calc(100% + 5px);
  top: 10px;
}

.map-hovers>div.lisgar .map-pin {
  left: 700px;
  top: 570px;
}

.map-hovers>div.lisgar .map-pin span {
  text-align: right;
}

.map-hovers>div.lisgar .map-pin span:before {
  right: auto;
  left: calc(100% + 5px);
  top: 10px;
}

.map-hovers>div.meadowvale .map-pin {
  left: 793px;
  top: 457px;
}

.map-hovers>div.meadowvale .map-pin span {
  text-align: right;
}

.map-hovers>div.meadowvale .map-pin span:before {
  right: auto;
  left: calc(100% + 5px);
  top: 10px;
}

.map-hovers>div.w06 .map-pin {
  left: 1290px;
  top: 471px;
}

.map-hovers>div.w07 .map-pin {
  left: 1311px;
  top: 412px;
}

.map-hovers>div.w08 .map-pin {
  left: 1226px;
  top: 426px;
}

.map-hovers>div.burlington .map-pin {
  left: 812px;
  top: 988px;
}

.map-hovers>div.oakville .map-pin {
  left: 950px;
  top: 794px;
}

.map-hovers>div.mississauga .map-pin {
  left: 1095px;
  top: 472px;
}

.map-hovers>div.etobicoke .map-pin {
  left: 1218px;
  top: 379px;
}

.map-boat {
  position: absolute;
  top: 0;
  left: 0;
}

.map-boat img {
  display: block;
}

.map-boat-1 {
  left: 1339px;
  top: 674px;
}

.map-boat-2 {
  left: 1155px;
  top: 952px;
  z-index: 2;
}

.map-boat-3 {
  left: 1065px;
  top: 886px;
}

.map-boat img:not(.main-boat) {
  position: absolute;
}

.map-boat-1 img.main-boat {
  position: relative;
  animation: moveSideways 2s infinite alternate ease-in-out;
}

@keyframes moveSideways {
  0% {
    left: -10px;
  }

  100% {
    left: 20px;
    /* change to whatever distance you want */
  }
}

.map-boat img.boat1-w1 {
  bottom: -8px;
  left: 5px;
  animation: moveSideways2 1.5s infinite alternate ease-in-out;
}

@keyframes moveSideways2 {
  0% {
    left: -10px;
  }

  100% {
    left: 10px;
    /* change to whatever distance you want */
  }
}

.map-boat img.boat1-w2 {
  opacity: 1;
  left: 28px;
  bottom: 1px;
  animation: moveSideways3 1.5s infinite alternate ease-in-out;
}

@keyframes moveSideways3 {
  0% {
    left: -10px;
  }

  100% {
    left: 10px;
    /* change to whatever distance you want */
  }
}

.map-boat img.boat1-w3 {
  opacity: 1;
  bottom: 4px;
  left: -13px;
  animation: moveSideways4 3s infinite alternate ease-in-out;

}

@keyframes moveSideways4 {
  0% {
    left: -10px;
  }

  100% {
    left: 20px;
    /* change to whatever distance you want */
  }
}


.map-boat-2 img.main-boat {
  position: relative;
  animation: moveSideways5 1.5s infinite alternate ease-in-out;

}

@keyframes moveSideways5 {
  0% {
    left: -10px;
  }

  100% {
    left: 25px;
    /* change to whatever distance you want */
  }
}

.map-boat-2 img.boat2-w1 {
  position: relative;
  animation: moveSideways6 2s infinite alternate ease-in-out;
}

@keyframes moveSideways6 {
  0% {
    left: -10px;
  }

  100% {
    left: 15px;
    /* change to whatever distance you want */
  }
}


.map-boat-3 img.main-boat {
  position: relative;
  animation: moveSideways7 2s infinite alternate ease-in-out;
}

@keyframes moveSideways7 {
  0% {
    left: -10px;
  }

  100% {
    left: 15px;
    /* change to whatever distance you want */
  }
}

img.boat3-w1 {
  position: relative;
  bottom: -22px;
  animation: moveSideways8 1.5s infinite alternate ease-in-out;
}

@keyframes moveSideways8 {
  0% {
    left: -10px;
  }

  100% {
    left: 15px;
    /* change to whatever distance you want */
  }
}

img.boat3-w2 {
  position: relative;
  bottom: -8px;
  animation: moveSideways9 2.5s infinite alternate ease-in-out;
}

@keyframes moveSideways9 {
  0% {
    left: -10px;
  }

  100% {
    left: 15px;
    /* change to whatever distance you want */
  }
}


.header-section h1 {
  margin: 50px 0 26px;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 48px;
}

.header-section p {
  font-size: 18px !important;
  line-height: 35px;
}

.form-group label {
  font-size: 12px;
}

.page-container {
  padding: unset;
}

@media (max-width: 991px) {
  .map-mobile-inner {
    padding: 50px 15px;
  }

  .map-title {
    position: relative;
    top: auto;
  }

  .map-content {
    position: relative;
    top: auto;
    left: auto;
    max-width: 100%;
  }

  .map-list ul {
    display: block !important;
    padding: 0;
  }

  .map-list ul li {
    padding-left: 0;
  }

  .map-list>ul>li>p {
    max-width: 100%;
    text-align: center;
  }

  .map-list>a>span {
    justify-content: center;
  }

  .map-list>ul>li>a {
    width: fit-content;
    display: block;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    line-height: 1.3;
  }

  .map-list:before {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
}


/*MAP*/

.search-wrapper {
  margin-top: 36px;
}

/* Lazy YouTube Container */
.lazy-youtube {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  margin-bottom: 1.5rem;
  cursor: pointer;
  background-color: #000;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Play Button Icon */
.lazy-youtube i.ai-font-play-button-a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 64px;
  color: #fff;
  pointer-events: none;
  transition: transform 0.2s ease;
}

#listings-results~#listings-results {
  /*    display: none; !important;*/
}

.contact-form-section textarea {
  height: unset !important;
}

.social-icons-div .social-icons a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.social-icons-div .social-icons a:hover {
  /* color: #AACDE6 !important; */
  opacity: 0.7;
}

.footer__top .socials a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer__top .socials a:hover {
  opacity: 0.5;
}

.footer__top .socials a:hover svg {
  /* stroke: #AACDE6; */
}

#content .community-main .community-title {
  font-size: 40px;
  line-height: 1.1;
}

body:has(ihf-search) .article-single__main article {
  max-width: 100%;
}

.ihf-eureka.ihf-search-bar-location>.ihf-input-group {
  flex-wrap: unset !important;
}

.ihf-eureka ul {
  margin: 0 !important;
  list-style-type: none !important;
}

.ihf-eureka ul li {
  padding-left: 0 !important;
  margin-top: 0 !important;
}

.ihf-eureka ul li::before {
  display: none !important;
}

.ihf-eureka i {
  font-style: normal !important;
}

.header-search .ihf-select-input,
.header-search .ihf-select-input .ihf-select-selected-option {
  color: #fff !important;
}



.community-main {
    font-size: 14px;
}


#content .community-main h3  , #content .community-main h2{
    font-size: 30px;
    text-transform: uppercase;
}

#content .community-main .community-title {
    text-transform: uppercase;    font-size: 30px;
}
