/*
 * Theme Name:   Clay
 * Theme URI:    https://fiasco.design
 * Version:      4.0
 * Author:       Fiasco Design
 * Author URI:   https://fiasco.design
 * Tags:         design, animation, bristol
 * Run:          stylus -w -u nib wp-content/themes/clay/stylus/style.styl -o wp-content/themes/clay
 */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadownone: !important;
    text-shadow: none !important;
    filternone: !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@-moz-keyframes animateUp {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, -120%, 0);
    -moz-transform: translate3d(-50%, -120%, 0);
    -o-transform: translate3d(-50%, -120%, 0);
    -ms-transform: translate3d(-50%, -120%, 0);
    transform: translate3d(-50%, -120%, 0);
  }
}
@-webkit-keyframes animateUp {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, -120%, 0);
    -moz-transform: translate3d(-50%, -120%, 0);
    -o-transform: translate3d(-50%, -120%, 0);
    -ms-transform: translate3d(-50%, -120%, 0);
    transform: translate3d(-50%, -120%, 0);
  }
}
@-o-keyframes animateUp {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, -120%, 0);
    -moz-transform: translate3d(-50%, -120%, 0);
    -o-transform: translate3d(-50%, -120%, 0);
    -ms-transform: translate3d(-50%, -120%, 0);
    transform: translate3d(-50%, -120%, 0);
  }
}
@keyframes animateUp {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, -120%, 0);
    -moz-transform: translate3d(-50%, -120%, 0);
    -o-transform: translate3d(-50%, -120%, 0);
    -ms-transform: translate3d(-50%, -120%, 0);
    transform: translate3d(-50%, -120%, 0);
  }
}
@-moz-keyframes animateUpLarge {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, -180%, 0);
    -moz-transform: translate3d(-50%, -180%, 0);
    -o-transform: translate3d(-50%, -180%, 0);
    -ms-transform: translate3d(-50%, -180%, 0);
    transform: translate3d(-50%, -180%, 0);
  }
}
@-webkit-keyframes animateUpLarge {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, -180%, 0);
    -moz-transform: translate3d(-50%, -180%, 0);
    -o-transform: translate3d(-50%, -180%, 0);
    -ms-transform: translate3d(-50%, -180%, 0);
    transform: translate3d(-50%, -180%, 0);
  }
}
@-o-keyframes animateUpLarge {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, -180%, 0);
    -moz-transform: translate3d(-50%, -180%, 0);
    -o-transform: translate3d(-50%, -180%, 0);
    -ms-transform: translate3d(-50%, -180%, 0);
    transform: translate3d(-50%, -180%, 0);
  }
}
@keyframes animateUpLarge {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, -180%, 0);
    -moz-transform: translate3d(-50%, -180%, 0);
    -o-transform: translate3d(-50%, -180%, 0);
    -ms-transform: translate3d(-50%, -180%, 0);
    transform: translate3d(-50%, -180%, 0);
  }
}
@-moz-keyframes animateUpMedium {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, -150%, 0);
    -moz-transform: translate3d(-50%, -150%, 0);
    -o-transform: translate3d(-50%, -150%, 0);
    -ms-transform: translate3d(-50%, -150%, 0);
    transform: translate3d(-50%, -150%, 0);
  }
}
@-webkit-keyframes animateUpMedium {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, -150%, 0);
    -moz-transform: translate3d(-50%, -150%, 0);
    -o-transform: translate3d(-50%, -150%, 0);
    -ms-transform: translate3d(-50%, -150%, 0);
    transform: translate3d(-50%, -150%, 0);
  }
}
@-o-keyframes animateUpMedium {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, -150%, 0);
    -moz-transform: translate3d(-50%, -150%, 0);
    -o-transform: translate3d(-50%, -150%, 0);
    -ms-transform: translate3d(-50%, -150%, 0);
    transform: translate3d(-50%, -150%, 0);
  }
}
@keyframes animateUpMedium {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, -150%, 0);
    -moz-transform: translate3d(-50%, -150%, 0);
    -o-transform: translate3d(-50%, -150%, 0);
    -ms-transform: translate3d(-50%, -150%, 0);
    transform: translate3d(-50%, -150%, 0);
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes bounce {
  0% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  60% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  70% {
    -webkit-transform: translateY(-0.5em);
    -moz-transform: translateY(-0.5em);
    -o-transform: translateY(-0.5em);
    -ms-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
    -webkit-transform: translateY(-0.5em);
  }
  80% {
    -webkit-transform: translateY(0.5em);
    -moz-transform: translateY(0.5em);
    -o-transform: translateY(0.5em);
    -ms-transform: translateY(0.5em);
    transform: translateY(0.5em);
    -webkit-transform: translateY(0.5em);
  }
  100% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  60% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  70% {
    -webkit-transform: translateY(-0.5em);
    -moz-transform: translateY(-0.5em);
    -o-transform: translateY(-0.5em);
    -ms-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
    -webkit-transform: translateY(-0.5em);
  }
  80% {
    -webkit-transform: translateY(0.5em);
    -moz-transform: translateY(0.5em);
    -o-transform: translateY(0.5em);
    -ms-transform: translateY(0.5em);
    transform: translateY(0.5em);
    -webkit-transform: translateY(0.5em);
  }
  100% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
}
@-o-keyframes bounce {
  0% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  60% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  70% {
    -webkit-transform: translateY(-0.5em);
    -moz-transform: translateY(-0.5em);
    -o-transform: translateY(-0.5em);
    -ms-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
    -webkit-transform: translateY(-0.5em);
  }
  80% {
    -webkit-transform: translateY(0.5em);
    -moz-transform: translateY(0.5em);
    -o-transform: translateY(0.5em);
    -ms-transform: translateY(0.5em);
    transform: translateY(0.5em);
    -webkit-transform: translateY(0.5em);
  }
  100% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  60% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  70% {
    -webkit-transform: translateY(-0.5em);
    -moz-transform: translateY(-0.5em);
    -o-transform: translateY(-0.5em);
    -ms-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
    -webkit-transform: translateY(-0.5em);
  }
  80% {
    -webkit-transform: translateY(0.5em);
    -moz-transform: translateY(0.5em);
    -o-transform: translateY(0.5em);
    -ms-transform: translateY(0.5em);
    transform: translateY(0.5em);
    -webkit-transform: translateY(0.5em);
  }
  100% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
}
@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes fadeinSlow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes fadeinSlow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-o-keyframes fadeinSlow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeinSlow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes fadeoutSlow {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes fadeoutSlow {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-o-keyframes fadeoutSlow {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeoutSlow {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@font-face {
  font-family: 'fiascons';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/fiascons.woff2") format('woff2'), url("./fonts/fiascons.woff") format('woff');
}
@font-face {
  font-family: 'Moderat';
  font-weight: 300;
  font-style: normal;
  src: url("./fonts/Moderat-Light.ttf") format('truetype');
}
@font-face {
  font-family: 'Moderat';
  font-weight: 400;
  font-style: normal;
  src: url("./fonts/Moderat-Regular.ttf") format('truetype');
}
@font-face {
  font-family: 'Pangea';
  font-weight: 300;
  font-style: normal;
  src: url("./fonts/Pangea-Light.woff2") format('woff2'), url("./fonts/Pangea-Light.woff") format('woff');
}
@font-face {
  font-family: 'Pangea';
  font-weight: 600;
  font-style: normal;
  src: url("./fonts/Pangea-SemiBold.woff2") format('woff2'), url("./fonts/Pangea-SemiBold.woff") format('woff');
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: 'Pangea', 'Helvetica', sans-serif;
  color: inherit;
  font-weight: 600;
  text-align: inherit;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'Moderat', 'Helvetica', sans-serif;
  font-size: 1rem;
  line-height: 1.4em;
  font-weight: 400;
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  margin: 0 0 1.25rem 0;
  color: inherit;
}
a {
  color: inherit;
  outline: none;
  font-weight: inherit;
  text-decoration: underline;
}
a:visited {
  color: inherit;
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
}
b,
strong {
  display: inline;
  font-family: 'Moderat', 'Helvetica', sans-serif;
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
}
.strong {
  font-weight: 600;
}
.caps {
  text-transform: uppercase;
}
.center {
  text-align: center;
}
.white {
  color: #fff;
}
.white p,
.white ul {
  color: inherit;
}
i,
em,
mark {
  display: inline;
}
mark {
  color: #000;
  background: #f4f41e;
  padding: 0 0.3rem;
}
u {
  display: inline;
}
ul,
ol {
  margin: 0;
  color: inherit;
}
li {
  font-size: 1rem;
  line-height: 1.2em;
  margin: 1rem 0;
}
ul.arrows {
  text-align: left;
  margin: 3em 0 2em;
  padding: 0;
}
ul.arrows li {
  margin: 0 0 2.5em 0;
  padding-left: 3em;
  list-style: none;
  position: relative;
  font-weight: 500;
}
ul.arrows li:before {
  content: '';
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url("img/rounded-arrow.svg") no-repeat center center transparent;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -0.2em;
}
ul.arrows li span {
  font-weight: 300;
}
ul.icons {
  text-align: center;
  margin: 2em 0;
  padding: 2rem 0;
  width: 100%;
  border-top: 1px solid #f8bf95;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-weight: 400;
}
@media (min-width: 1024px) {
  ul.icons {
    padding: 4rem 0;
    margin: 4rem 0 0 0;
  }
}
ul.icons li {
  list-style: none;
  display: block;
  width: 50%;
  overflow: hidden;
  margin: 2rem 0;
}
@media (min-width: $mobile) {
  ul.icons li {
    width: 33%;
  }
}
@media (min-width: 1024px) {
  ul.icons li {
    width: 25%;
  }
}
ul.icons li:nth-child(odd) .icons__circle:before {
  color: #f60;
}
ul.icons span.caps {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.2rem;
  margin: 1em 0;
  display: block;
}
blockquote {
  width: 100%;
  max-width: 1000px;
  margin: 1.25rem auto;
  padding-left: 0;
  position: relative;
  font-family: 'Pangea', 'Helvetica', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 1.3em;
}
@media (min-width: 768px) {
  blockquote {
    font-size: 2.1rem;
  }
}
blockquote p {
  max-width: 1000px;
  font-family: 'Pangea', 'Helvetica', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 1.3em;
}
@media (min-width: 768px) {
  blockquote p {
    font-size: 2.1rem;
  }
}
blockquote cite {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.375em;
}
:root {
  font-size: 16px;
}
*,
html,
body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
html {
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fffef5;
  scroll-behavior: smooth;
  scroll-padding-top: 4rem;
}
body {
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin: 0;
  position: relative;
  background-color: #fffef5;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: hidden;
  scroll-behavior: smooth;
}
main {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.site-main {
  display: block;
  width: 100%;
  overflow-x: hidden;
}
.site-main:before,
.site-main:after {
  content: "";
  display: table;
}
.site-main:after {
  clear: both;
}
.contained {
  max-width: calc(100% - 2.5rem);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .contained {
    max-width: calc(100% - 4rem);
  }
}
@media (min-width: 1024px) {
  .contained {
    max-width: calc(100% - 6rem);
  }
}
@media (min-width: 1240px) {
  .contained {
    max-width: calc(100% - 6rem);
  }
}
@media (min-width: 1600px) {
  .contained {
    max-width: 1460px;
  }
}
.max-width,
.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;
}
.alignwide {
  margin-left: calc(-10vw);
  margin-right: calc(-10vw);
  max-width: 100vw;
}
section {
  width: 100%;
  position: relative;
}
section h1,
section h2 {
  margin-top: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.w-10 {
  width: 100%;
}
.w-20 {
  width: 100%;
}
.w-25 {
  width: 100%;
}
.w-30 {
  width: 100%;
}
.w-33 {
  width: 100%;
}
.w-34 {
  width: 100%;
}
.w-40 {
  width: 100%;
}
.w-50 {
  width: 100%;
}
.w-60 {
  width: 100%;
}
.w-70 {
  width: 100%;
}
.w-75 {
  width: 100%;
}
.w-80 {
  width: 100%;
}
.w-90 {
  width: 100%;
}
.w-100 {
  width: 100%;
}
@media (min-width: 600px) {
  .w-10 {
    width: 10%;
  }
}
@media (min-width: 600px) {
  .w-20 {
    width: 20%;
  }
}
@media (min-width: 600px) {
  .w-25 {
    width: 25%;
  }
}
@media (min-width: 600px) {
  .w-30 {
    width: 30%;
  }
}
@media (min-width: 600px) {
  .w-33 {
    width: 33%;
  }
}
@media (min-width: 600px) {
  .w-34 {
    width: 34%;
  }
}
@media (min-width: 600px) {
  .w-40 {
    width: 40%;
  }
}
@media (min-width: 600px) {
  .w-50 {
    width: 50%;
  }
}
@media (min-width: 600px) {
  .w-60 {
    width: 60%;
  }
}
@media (min-width: 600px) {
  .w-70 {
    width: 70%;
  }
}
@media (min-width: 600px) {
  .w-75 {
    width: 75%;
  }
}
@media (min-width: 600px) {
  .w-80 {
    width: 80%;
  }
}
@media (min-width: 600px) {
  .w-90 {
    width: 90%;
  }
}
@media (min-width: 600px) {
  .w-100 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .w-10-tb {
    width: 10%;
  }
}
@media (min-width: 768px) {
  .w-20-tb {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .w-25-tb {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .w-30-tb {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .w-33-tb {
    width: 33%;
  }
}
@media (min-width: 768px) {
  .w-34-tb {
    width: 34%;
  }
}
@media (min-width: 768px) {
  .w-40-tb {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .w-50-tb {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .w-60-tb {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .w-70-tb {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .w-75-tb {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .w-80-tb {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .w-90-tb {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .w-100-tb {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .w-10-lp {
    width: 10%;
  }
}
@media (min-width: 1024px) {
  .w-20-lp {
    width: 20%;
  }
}
@media (min-width: 1024px) {
  .w-25-lp {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .w-30-lp {
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .w-33-lp {
    width: 33%;
  }
}
@media (min-width: 1024px) {
  .w-34-lp {
    width: 34%;
  }
}
@media (min-width: 1024px) {
  .w-40-lp {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .w-50-lp {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .w-60-lp {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .w-70-lp {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .w-75-lp {
    width: 75%;
  }
}
@media (min-width: 1024px) {
  .w-80-lp {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .w-90-lp {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .w-100-lp {
    width: 100%;
  }
}
@media (min-width: 1240px) {
  .w-10-dp {
    width: 10%;
  }
}
@media (min-width: 1240px) {
  .w-20-dp {
    width: 20%;
  }
}
@media (min-width: 1240px) {
  .w-25-dp {
    width: 25%;
  }
}
@media (min-width: 1240px) {
  .w-30-dp {
    width: 30%;
  }
}
@media (min-width: 1240px) {
  .w-33-dp {
    width: 33%;
  }
}
@media (min-width: 1240px) {
  .w-34-dp {
    width: 34%;
  }
}
@media (min-width: 1240px) {
  .w-40-dp {
    width: 40%;
  }
}
@media (min-width: 1240px) {
  .w-50-dp {
    width: 50%;
  }
}
@media (min-width: 1240px) {
  .w-60-dp {
    width: 60%;
  }
}
@media (min-width: 1240px) {
  .w-70-dp {
    width: 70%;
  }
}
@media (min-width: 1240px) {
  .w-75-dp {
    width: 75%;
  }
}
@media (min-width: 1240px) {
  .w-80-dp {
    width: 80%;
  }
}
@media (min-width: 1240px) {
  .w-90-dp {
    width: 90%;
  }
}
@media (min-width: 1240px) {
  .w-100-dp {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .w-10-ld {
    width: 10%;
  }
}
@media (min-width: 1600px) {
  .w-20-ld {
    width: 20%;
  }
}
@media (min-width: 1600px) {
  .w-25-ld {
    width: 25%;
  }
}
@media (min-width: 1600px) {
  .w-30-ld {
    width: 30%;
  }
}
@media (min-width: 1600px) {
  .w-33-ld {
    width: 33%;
  }
}
@media (min-width: 1600px) {
  .w-34-ld {
    width: 34%;
  }
}
@media (min-width: 1600px) {
  .w-40-ld {
    width: 40%;
  }
}
@media (min-width: 1600px) {
  .w-50-ld {
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .w-60-ld {
    width: 60%;
  }
}
@media (min-width: 1600px) {
  .w-70-ld {
    width: 70%;
  }
}
@media (min-width: 1600px) {
  .w-75-ld {
    width: 75%;
  }
}
@media (min-width: 1600px) {
  .w-80-ld {
    width: 80%;
  }
}
@media (min-width: 1600px) {
  .w-90-ld {
    width: 90%;
  }
}
@media (min-width: 1600px) {
  .w-100-ld {
    width: 100%;
  }
}
.flex__row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-flex-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  -webkit-box-pack: inherit;
  -moz-box-pack: inherit;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
  width: 100%;
}
.flex--no-wrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.flex--reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-direction: reverse;
  -moz-box-orient: horizontal;
}
.flex--justified {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex--justified-left:after {
  content: '';
  display: block;
  margin-right: auto;
}
.flex--justified-left .flex__row:after {
  content: '';
  display: block;
  margin-right: auto;
}
.flex--aligncenter {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex--alignbottom {
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.scroll-down {
  color: #033;
  position: relative;
  text-decoration: none;
  font-size: 0.8rem;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  margin: 2rem auto;
  display: block;
}
.scroll-down:after {
  content: '';
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  height: 36px;
  width: 36px;
  font-size: 2.3em;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 130%;
  background: url("img/icon-chevron-down.svg") no-repeat center center transparent;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
p.icon {
  background: #fdeadc;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 20px;
  position: relative;
  display: block;
  overflow: hidden;
}
@media (min-width: 768px) {
  p.icon {
    width: 90px;
    height: 90px;
  }
}
p.icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60% !important;
  width: auto !important;
  padding: 5px;
  object-fit: contain;
  margin: 0 !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.no-m {
  margin: 0;
}
.wysiwyg {
  text-align: left;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg p,
.wysiwyg blockquote,
.wysiwyg ul,
.wysiwyg ol {
  margin: 1em auto 1em 0;
}
.wysiwyg.center h1,
.wysiwyg.center h2,
.wysiwyg.center h3,
.wysiwyg.center h4,
.wysiwyg.center h5,
.wysiwyg.center p,
.wysiwyg.center blockquote,
.wysiwyg.center ul,
.wysiwyg.center ol {
  text-align: center;
}
.wysiwyg.right {
  text-align: right;
}
.wysiwyg.right h1,
.wysiwyg.right h2,
.wysiwyg.right h3,
.wysiwyg.right h4,
.wysiwyg.right h5,
.wysiwyg.right p,
.wysiwyg.right blockquote,
.wysiwyg.right ul,
.wysiwyg.right ol {
  margin: 1em 0 1em auto;
}
.wysiwyg h1:first-child,
.wysiwyg h2:first-child,
.wysiwyg h3:first-child,
.wysiwyg h4:first-child,
.wysiwyg h5:first-child,
.wysiwyg p:first-child {
  margin-top: 0;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5 {
  letter-spacing: -0.01em;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1em;
}
.wysiwyg b,
.wysiwyg strong {
  color: inherit;
}
.wysiwyg blockquote {
  margin: 60px auto;
}
.wysiwyg blockquote p {
  text-align: center;
  padding: 0 30px;
  color: inherit;
}
.wysiwyg blockquote p .last-word:after {
  display: none;
}
.wysiwyg p a,
.wysiwyg ul a,
.wysiwyg ol a {
  border-bottom: 1px solid #f60;
  -o-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  text-decoration: none;
}
.wysiwyg p a:hover,
.wysiwyg ul a:hover,
.wysiwyg ol a:hover {
  -o-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
}
.wysiwyg p a.button,
.wysiwyg ul a.button,
.wysiwyg ol a.button {
  border: none;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.wysiwyg p .last-word,
.wysiwyg ul .last-word,
.wysiwyg ol .last-word {
  position: relative;
}
.wysiwyg p .last-word:after,
.wysiwyg ul .last-word:after,
.wysiwyg ol .last-word:after {
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  margin-top: 2px;
}
.wysiwyg p:last-of-type {
  margin-bottom: 2em;
}
.wysiwyg a.pill-button {
  border: 1px solid $purple;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  padding: 0.6em 1.4em 0.8em 1.8em;
  text-decoration: none;
  color: $purple;
  display: inline-block;
  -o-transition: border 0.3s ease-in-out, background 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out, background 0.3s ease-in-out;
  -webkit-transition: border 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: border 0.3s ease-in-out, background 0.3s ease-in-out;
  margin-top: 1.5em;
  font-size: 17px;
}
.wysiwyg a.pill-button:after {
  content: 'a';
  font-family: 'fiascons' !important;
  display: inline-block;
  margin-left: 1em;
  font-size: 1.3em;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -o-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.wysiwyg a.pill-button:hover {
  background-color: $purple;
  color: #fff;
  -o-transition: border 0.3s ease-in-out, background 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out, background 0.3s ease-in-out;
  -webkit-transition: border 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: border 0.3s ease-in-out, background 0.3s ease-in-out;
}
.wysiwyg a.pill-button:hover:after {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
  -o-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.wysiwyg a.pill-button:focus:after {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -o-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.wysiwyg a.pill-button.email:after {
  content: 'x';
  font-size: 0.9em;
}
.wysiwyg ul {
  text-align: left;
  margin: 2em 0;
  padding: 0;
}
.wysiwyg ul li {
  margin: 0 0 1.5em 0;
  padding-left: 2.5em;
  list-style: none;
  position: relative;
}
.wysiwyg ul li:before {
  content: '';
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url("img/rounded-arrow.svg") no-repeat center center transparent;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -0.2em;
}
.wysiwyg img.aligncenter,
.wysiwyg img.alignnone {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
}
.wysiwyg .wp-caption,
.wysiwyg .wp-caption.alignright,
.wysiwyg .wp-caption.alignleft,
.wysiwyg img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 1.6em 0;
}
.wysiwyg .wp-caption img,
.wysiwyg .wp-caption.alignright img,
.wysiwyg .wp-caption.alignleft img {
  margin: 0;
}
.wysiwyg .wp-caption {
  position: relative;
}
.wysiwyg .wp-caption .wp-caption-text {
  z-index: 1;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 80%;
  margin: 0;
  color: inherit;
  opacity: 0.7;
  font-size: 0.8em;
  line-height: 1.3em;
  font-family: 'Pangea', 'Helvetica', sans-serif;
  padding: 6px 12px 8px 0px;
  vertical-align: middle;
}
.wysiwyg .gallery .gallery-item,
.wysiwyg .gallery .gallery__item {
  position: relative;
  margin: 0 !important;
}
.wysiwyg .gallery .gallery-item img,
.wysiwyg .gallery .gallery__item img {
  border: 3px solid #fff !important;
  margin: 0;
}
.wysiwyg .gallery .gallery-item:hover .gallery-caption,
.wysiwyg .gallery .gallery__item:hover .gallery-caption {
  bottom: 3px;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.wysiwyg .gallery .gallery-caption {
  position: absolute;
  bottom: 0;
  left: 3px;
  max-width: 90%;
  background: $med-grey;
  padding: 0.2em 0.5em 0.4em 0.5em;
  line-height: 1em;
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.02em;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.wysiwyg .gallery.swiper-container-horizontal .gallery__item {
  width: 100%;
}
.wysiwyg video {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .wysiwyg-section .wp-caption .wp-caption-text {
    font-size: 0.65em;
    line-height: 1.3em;
  }
  .wysiwyg-section .wp-caption.alignright,
  .wysiwyg-section img.alignright,
  .wysiwyg-section .wp-caption.alignleft,
  .wysiwyg-section img.alignleft {
    display: inline-block;
    float: right;
    margin: 40px 60px;
    margin-right: -60px;
    word-wrap: normal;
  }
  .wysiwyg-section .wp-caption.alignleft,
  .wysiwyg-section img.alignleft {
    margin-right: 60px;
    margin-left: -60px;
  }
  .wysiwyg-section a.pill-button {
    font-size: 20px;
  }
}
.nav {
  display: block;
  width: 100%;
  height: auto;
  z-index: 99;
  background-color: transparent;
  color: #000;
  padding: 39px 0;
}
@media (min-width: 1024px) {
  .nav {
    padding: 58px 0;
  }
}
.nav__content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.button.button-sign-up {
  width: 83px;
  height: 35px;
  padding: 6px 16px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (min-width: 1024px) {
  .button.button-sign-up {
    font-size: 28px;
    width: 198px;
    height: 70px;
    padding: 21px 46px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
  }
}
.site-logo {
  display: block;
  top: 0;
  left: 0;
  width: 133px;
  margin: 0;
}
.site-logo svg {
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .site-logo {
    width: 201px;
  }
}
footer {
  display: block;
  width: 100%;
  background: #00de6f;
  color: #033;
  clear: both;
}
footer a {
  text-decoration: none;
}
footer a:link,
footer a:visited {
  color: inherit;
}
footer p {
  margin: 0;
  color: inherit;
}
.social-icons a {
  display: inline-block;
  margin: 0 0.4em;
  width: 30px;
  height: 30px;
  line-height: 26px;
  background: #fff;
  color: #000;
  font-family: 'fiascons' !important;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
@media (min-width: 1024px) {
  .social-icons a {
    width: 43px;
    height: 43px;
    line-height: 40px;
    font-size: 18px;
    margin: 0 0.8em;
  }
}
.back-to-top {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-transform: uppercase;
  line-height: 30px;
  vertical-align: middle;
  color: #fff !important;
  font-weight: 500 !important;
  font-family: 'fiascons' !important;
  font-size: 2rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .back-to-top {
    line-height: 40px;
    bottom: 58px;
    right: 40px;
  }
}
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
a.button,
.button,
input[type='button'],
input[type='submit'],
button[type='submit'],
div.wpforms-container-full .wpforms-form button[type=submit] {
  display: inline-block;
  cursor: pointer;
  outline: none;
  color: #000;
  background-color: #f60;
  font-family: 'Moderat', 'Helvetica', sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 12px;
  width: auto;
  text-decoration: none;
  padding: 0.6rem 1.6rem;
  border: none;
  -o-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
}
a.button:hover,
.button:hover,
input[type='button']:hover,
input[type='submit']:hover,
button[type='submit']:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover {
  background-color: #ff3154;
  color: #fff !important;
  -o-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}
a.button.disabled,
.button.disabled,
input[type='button'].disabled,
input[type='submit'].disabled,
button[type='submit'].disabled,
div.wpforms-container-full .wpforms-form button[type=submit].disabled,
a.button:disabled,
.button:disabled,
input[type='button']:disabled,
input[type='submit']:disabled,
button[type='submit']:disabled,
div.wpforms-container-full .wpforms-form button[type=submit]:disabled {
  opacity: 0.5;
  pointer-events: none;
}
a.button.pink,
.button.pink,
input[type='button'].pink,
input[type='submit'].pink,
button[type='submit'].pink,
div.wpforms-container-full .wpforms-form button[type=submit].pink {
  background-color: #ff3154;
  color: #fff;
}
a.button.pink:hover,
.button.pink:hover,
input[type='button'].pink:hover,
input[type='submit'].pink:hover,
button[type='submit'].pink:hover,
div.wpforms-container-full .wpforms-form button[type=submit].pink:hover {
  background-color: #f60;
}
a.button.white,
.button.white,
input[type='button'].white,
input[type='submit'].white,
button[type='submit'].white,
div.wpforms-container-full .wpforms-form button[type=submit].white {
  background-color: #fff;
  color: #033;
}
a.button.white:hover,
.button.white:hover,
input[type='button'].white:hover,
input[type='submit'].white:hover,
button[type='submit'].white:hover,
div.wpforms-container-full .wpforms-form button[type=submit].white:hover {
  color: #fff;
  background-color: #f60;
}
.button-outline {
  display: inline-block;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  font-family: 'Moderat', 'Helvetica', sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  width: auto;
  text-decoration: none;
  padding: 0.6rem 1.6rem;
  letter-spacing: 0.05em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #00de6f;
  -moz-box-shadow: inset 0px 0px 0px 1px #00de6f;
  box-shadow: inset 0px 0px 0px 1px #00de6f;
  text-transform: uppercase;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.button-outline:hover {
  background-color: #00de6f;
  color: #fff !important;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: inset 0px 0px 0px 2px #033;
  -moz-box-shadow: inset 0px 0px 0px 2px #033;
  box-shadow: inset 0px 0px 0px 2px #033;
}
@media (min-width: 768px) {
  .button-outline {
    font-size: 16px;
  }
}
.link {
  display: inline-block;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: transparent;
  font-family: 'Moderat', 'Helvetica', sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 1rem;
  width: auto;
  text-decoration: none;
  padding: 0.6rem 1rem;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
@media (max-width: 768px) {
  .link.link--fill {
    background: #fdeadc;
  }
}
.link.link--arrow:not(.link--right):before {
  content: '<';
  color: #00de6f;
  font-family: 'fiascons' !important;
  margin-right: 0.3em;
  font-size: 2em;
  line-height: 0.5em;
  margin-bottom: 0.2em;
}
.link.link--arrow.link--right {
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
}
.link.link--arrow.link--right:before {
  display: none;
}
.link.link--arrow.link--right:after {
  content: '>';
  color: inherit;
  font-family: 'fiascons' !important;
  margin-left: 0.3em;
  font-size: 2em;
  line-height: 0.5em;
  margin-bottom: 0.2em;
}
.expand {
  display: inline-block;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: transparent;
  font-family: 'Moderat', 'Helvetica', sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  width: auto;
  text-decoration: none;
  padding: 0.6rem 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.expand.expand--plus,
.expand.expand--minus {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.expand.expand--plus:hover:before,
.expand.expand--minus:hover:before {
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.expand.expand--plus:before,
.expand.expand--minus:before {
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  content: '+';
  display: inline-block;
  height: 0.6em;
  width: 0.6em;
  color: #fff;
  font-family: 'fiascons' !important;
  background: #033;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 0.3em;
  font-size: 2.3em;
  line-height: 0.5em;
  letter-spacing: 0;
  text-align: center;
}
.expand.expand--minus:before {
  color: #ccdfde;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.expand.expand--close:before {
  content: 'x';
  text-transform: none;
  color: #ccdfde;
}
.expand.expand--white:before {
  background: #ccdfde;
  color: #033;
}
.custom-select-wrapper {
  position: relative;
  -webkit-touch-callout: none;
  touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 100%;
  max-width: 420px;
}
.custom-select {
  position: relative;
  display: flex;
  flex-direction: column;
}
.custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.custom-select.open .custom-select__trigger {
  border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
}
.custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #55575b;
  height: auto;
  line-height: 60px;
  background: #fff;
  cursor: pointer;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 0 1rem;
}
.custom-select__trigger .arrow {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (min-width: 1024px) {
  .custom-select__trigger {
    padding: 0 1.4rem;
  }
}
.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  -o-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  padding-bottom: 1em;
  border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 1rem;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 60px;
  cursor: pointer;
  color: #00de6f;
  -o-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.custom-option:before {
  content: '- ';
  display: inline;
}
@media (min-width: 1024px) {
  .custom-option {
    font-size: 1.3em;
    padding: 0.5rem 1.4rem;
  }
}
.custom-option:hover {
  cursor: pointer;
  background-color: #ccdfde;
}
.custom-option.selected {
  background-color: #99bfbe;
}
.arrow {
  position: relative;
  height: 15px;
  width: 15px;
}
.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0.15rem;
  height: 100%;
  -o-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.arrow::before {
  left: -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #394a6d;
}
.arrow::after {
  left: 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #394a6d;
}
.open .arrow::before {
  left: -5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.open .arrow::after {
  left: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
label,
.label {
  font-family: 'Moderat', 'Helvetica', sans-serif;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  color: inherit;
  line-height: 1rem;
}
input.show {
  display: inline-block !important;
}
input[type='button'] {
  width: 100%;
  max-width: 300px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
}
input[type='submit'] {
  width: auto;
  min-width: 120px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type='text'],
input[type='email'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='password'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  border: none;
  text-align: left;
  width: 100%;
  background: #fff;
  outline: none;
  font-size: 16px;
  height: 50px;
  font-weight: 400;
  font-family: 'Moderat', 'Helvetica', sans-serif;
  line-height: 50px;
  padding: 0 1rem;
  margin: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  display: inline-block !important;
  margin-left: 0;
  background-color: transparent;
  border: 1px solid #262626;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
input[type='checkbox']:checked {
  position: relative;
}
input[type='checkbox']:checked:after {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  background-image: url("./img/check-mark.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  vertical-align: middle;
  position: absolute;
  top: 1px;
  left: 1px;
}
input[type='checkbox']:checked ~.sf-label-checkbox {
  color: #000;
}
input:focus {
  border-color: #262626;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
input.not-empty {
  border-color: #00de6f;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
input.empty {
  border-color: #ff3154;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d8d8d8;
  text-align: left;
  width: 100%;
  background: #fff;
  outline: none;
  font-size: 18px;
  color: #262626;
  height: 240px;
  font-weight: 400;
  font-family: 'Moderat', 'Helvetica', sans-serif;
  line-height: 1.25em;
  padding: 20px 20px;
  margin: 0;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
}
textarea:focus {
  border-color: #262626;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
textarea.not-empty {
  border-color: #00de6f;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
textarea.empty {
  border-color: #ff3154;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
*::-webkit-input-placeholder {
  color: #d8d8d8;
  font-size: inherit;
}
*input:-moz-placeholder {
  color: #d8d8d8 !important;
  font-size: inherit;
}
input::-webkit-input-placeholder {
  color: #d8d8d8;
  font-size: inherit;
}
input:-moz-placeholder {
  color: #d8d8d8;
  font-size: inherit;
}
select {
  display: inline-block;
  font-family: 'Moderat', 'Helvetica', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #f2f2f2;
  width: 100%;
  outline: none;
  font-size: 20px;
  color: #262626;
  height: auto;
  font-weight: 400;
  font-family: 'Moderat', 'Helvetica', sans-serif;
  line-height: 60px;
  padding: 0 30px;
  margin: 0;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
  display: none !important;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #f8bf95;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 400 !important;
  z-index: 2;
  padding: 0.8rem 1rem !important;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
  font-weight: 300 !important;
  font-size: 12px !important;
  line-height: 14px !important;
  vertical-align: middle !important;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  text-align: right;
  width: 150px;
  position: absolute !important;
  bottom: 0;
  right: 0;
}
div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  display: inline-block;
  cursor: pointer;
  outline: none;
  color: #fff !important;
  background-color: #ff3154 !important;
  font-family: 'Pangea', 'Helvetica', sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 1rem !important;
  width: auto;
  text-decoration: none;
  padding: 0.6rem 1.6rem !important;
  border: none !important;
  letter-spacing: 0.03em;
  -o-transition: background-color 0.25s, color 0.25s !important;
  -moz-transition: background-color 0.25s, color 0.25s !important;
  -webkit-transition: background-color 0.25s, color 0.25s !important;
  transition: background-color 0.25s, color 0.25s !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
}
div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
  background-color: #00de6f !important;
  color: #fff !important;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-spinner {
  display: none !important;
}
.wpforms-confirmation-container-full,
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background-color: transparent !important;
  border: none !important;
  color: #fff !important;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
/* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper,
.swiper-container .gallery {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide,
.swiper-container .gallery-item {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  bottom: 0;
  width: 280px;
  height: 52px;
  margin-bottom: 0;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("./img/swiper-prev.svg");
  left: 0;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("./img/swiper-next.svg");
  right: 0;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  -o-transition: 300ms, opacity;
  -moz-transition: 300ms, opacity;
  -webkit-transition: 300ms, opacity;
  transition: 300ms, opacity;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -webkit-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -o-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -webkit-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -o-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -webkit-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -o-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -webkit-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -o-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -webkit-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -o-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate3d(0px, -50%, 0);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms top, 200ms -webkit-transform;
  -moz-transition: 200ms top, 200ms -webkit-transform;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  -o-transition: 200ms transform, 200ms top;
  -moz-transition: 200ms transform, 200ms top;
  -webkit-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  -o-transition: 200ms transform, 200ms top, 200ms -webkit-transform;
  -moz-transition: 200ms transform, 200ms top, 200ms -webkit-transform;
  -webkit-transition: 200ms transform, 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms left, 200ms -webkit-transform;
  -moz-transition: 200ms left, 200ms -webkit-transform;
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  -o-transition: 200ms transform, 200ms left;
  -moz-transition: 200ms transform, 200ms left;
  -webkit-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  -o-transition: 200ms transform, 200ms left, 200ms -webkit-transform;
  -moz-transition: 200ms transform, 200ms left, 200ms -webkit-transform;
  -webkit-transition: 200ms transform, 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms right, 200ms -webkit-transform;
  -moz-transition: 200ms right, 200ms -webkit-transform;
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  -o-transition: 200ms transform, 200ms right;
  -moz-transition: 200ms transform, 200ms right;
  -webkit-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  -o-transition: 200ms transform, 200ms right, 200ms -webkit-transform;
  -moz-transition: 200ms transform, 200ms right, 200ms -webkit-transform;
  -webkit-transition: 200ms transform, 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
.swiper-pagination-progressbar {
  background: #fdeadc;
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ed7133;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 200px;
  height: 8px;
  left: 0;
  bottom: 0;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
  pointer-events: none;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 8px;
  height: 100%;
  left: 0;
  bottom: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255,255,255,0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0,0,0,0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -ms-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
/* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
@-moz-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.header {
  margin: 100px 0;
}
.header .inner-wrapper {
  margin: 0 auto;
  max-width: none;
  position: relative;
}
.header__image-wrapper {
  display: block;
  width: 100%;
  height: 80vw;
  max-height: 90vh;
  overflow: hidden;
}
.header__image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.header__content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  background: url("img/pattern-two-green.svg") no-repeat center center #0a3f3d;
  -webkit-background-size: cover;
  background-size: cover;
  color: #ccdfde;
  padding: 30px;
  margin-left: 3rem;
  position: absolute;
  bottom: -50px;
  right: 0;
}
.header__content h3,
.header__content h2 {
  margin-top: 0;
}
.header-button-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 0;
  text-align: left;
}
.header-button {
  display: inline-block;
  width: auto;
  margin: 30px 0 0;
  letter-spacing: 0.01em;
  background: #ff0 url("./i/flexible-template/arrow-black-right.png") no-repeat scroll calc(100% - 25px) center/18px 14px;
  font-size: 20px;
  line-height: 100%;
  color: #d8d8d8 !important;
  padding: 15px 60px 20px 30px;
  -o-transition: background, 0.25s;
  -moz-transition: background, 0.25s;
  -webkit-transition: background, 0.25s;
  transition: background, 0.25s;
  text-decoration: none;
}
.header-button:hover {
  background: #008000 url("./i/flexible-template/arrow-black-right.png") no-repeat scroll calc(100% - 25px) center/18px 14px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .header {
    margin: 132px 0;
  }
  .header.header--flip .inner-wrapper {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .header__content {
    padding: 50px 5vw 50px 50px;
    align-self: flex-end;
    width: 50%;
    margin-left: auto;
    margin-right: 0;
    bottom: 0;
  }
  .header__image-wrapper {
    width: auto;
    margin-right: 5vw;
    height: 50vw;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 1350px) {
  .header .inner-wrapper {
    padding: 0;
  }
  .header__content {
    padding: 60px 11vw 60px 100px;
  }
}
#cookie-law-info-bar {
  background-color: #033 !important;
  position: fixed;
  bottom: 0 !important;
  left: 0;
  width: 100%;
  color: #fff !important;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 1rem;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#cookie-law-info-bar span {
  display: block;
  position: relative;
  line-height: 1.4em;
  max-width: 1410px;
  margin: 0 auto;
}
#cookie-law-info-bar .cli_action_button {
  line-height: 1rem;
  margin: 1rem 0 0 0 !important;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  background-color: #fff !important;
  text-align: center;
  vertical-align: middle;
  color: #033 !important;
  padding: 0.5rem 1.5rem;
}
#cookie-law-info-bar .cli_action_button:hover {
  background-color: #ff3154 !important;
  color: #fff !important;
}
@media (min-width: 1296px) {
  #cookie-law-info-bar .cli_action_button {
    margin: 0 0 0 3rem !important;
  }
}
@media (min-width: 1296px) {
  #cookie-law-info-bar br {
    display: none;
  }
}
#cookie-law-info-bar .cli_settings_button {
  color: #cab1fd !important;
  text-decoration: underline;
  margin: 0 !important;
}
#cookie-law-info-bar .cli-plugin-main-link {
  font-weight: 500 !important;
}
.cli-bar-container {
  display: block;
}
body.loaded {
  -webkit-animation: fadein 1s ease-in 1;
  -moz-animation: fadein 1s ease-in 1;
  -o-animation: fadein 1s ease-in 1;
  -ms-animation: fadein 1s ease-in 1;
  animation: fadein 1s ease-in 1;
}
.js img.lazy {
  opacity: 0;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.js img.lazy--loaded {
  opacity: 1;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.tiles {
  width: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tile {
  margin-bottom: 2rem;
  width: 100%;
}
.tile a {
  width: 100%;
  height: auto;
  display: inline-block;
  text-decoration: none;
}
.tile:hover .tile__content h2 {
  color: #f4f41e;
}
@media (min-width: 768px) {
  .tile {
    width: calc(33.333% - 1rem);
  }
}
@media (min-width: 1024px) {
  .tile {
    width: calc(25% - 1rem);
  }
}
.tile__image {
  width: 100%;
  height: auto;
  position: relative;
  background: rgba(0,0,0,0.1);
}
.tile__image img {
  display: block;
  width: 100%;
  height: auto;
}
.tile__placeholder {
  padding-bottom: 67%;
}
.tile__content {
  display: block;
  padding-top: 1rem;
}
.hero {
  display: block;
  width: auto;
  height: auto;
  overflow: hidden;
}
.hero img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.hero--halfscreen {
  height: 50vh;
}
.hero--fullscreen {
  height: 100vh;
  position: relative;
}
.hero--fullscreen img {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.two-columns {
  margin: 30px 0;
}
.two-columns .inner-wrapper {
  margin: 0 auto;
  max-width: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.two-columns.two-columns-nopadding {
  margin-top: 0;
  margin-bottom: 0;
}
.two-columns__image-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
}
.two-columns__image-wrapper .two-columns-image-one {
  width: 100%;
  height: auto;
}
.two-columns__image-wrapper img {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  max-width: 100%;
  height: auto;
}
.two-columns__content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .two-columns__content {
    padding: 40px;
    max-width: 770px;
  }
}
.two-columns__content img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 15px auto 15px 0;
}
.two-columns-button-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 0;
  text-align: left;
}
.two-columns-button {
  display: inline-block;
  width: auto;
  margin: 30px 0 0;
  letter-spacing: 0.01em;
  background: #ff0 url("./i/flexible-template/arrow-black-right.png") no-repeat scroll calc(100% - 25px) center/18px 14px;
  font-size: 20px;
  line-height: 100%;
  color: #d8d8d8 !important;
  padding: 15px 60px 20px 30px;
  -o-transition: background, 0.25s;
  -moz-transition: background, 0.25s;
  -webkit-transition: background, 0.25s;
  transition: background, 0.25s;
  text-decoration: none;
}
.two-columns-button:hover {
  background: #008000 url("./i/flexible-template/arrow-black-right.png") no-repeat scroll calc(100% - 25px) center/18px 14px;
  text-decoration: none;
}
.two-columns.two-columns--first {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .two-columns.two-columns--first .inner-wrapper {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-direction: reverse;
    -moz-box-orient: vertical;
  }
}
.two-columns:not(.two-columns--portrait):not(.two-columns--square) .two-columns__image-wrapper {
  max-height: 50vw;
}
.two-columns:not(.two-columns--portrait):not(.two-columns--square) .two-columns__image-wrapper img {
  max-width: none;
}
.two-columns:not(.two-columns--portrait):not(.two-columns--square) .two-columns__image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .two-columns .inner-wrapper {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .two-columns {
    margin: 50px 0;
  }
  .two-columns .inner-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .two-columns.two-columns--flip .inner-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .two-columns.two-columns--square .inner-wrapper {
    margin-left: 0;
    max-width: none;
  }
  .two-columns.two-columns--square .two-columns__image-wrapper {
    width: 40%;
    max-width: 768px;
  }
  .two-columns.two-columns--square .two-columns__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 770px;
  }
  .two-columns.two-columns--portrait img {
    margin: 0 auto;
  }
  .two-columns__content {
    padding: 20px 50px;
  }
  .two-columns__image-wrapper,
  .two-columns__content {
    width: 50%;
  }
  .two-columns__image-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .two-columns.two-columns--first .two-columns__content {
    padding-top: 100px;
  }
  .two-columns.two-columns--first .two-columns__image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1350px) {
  .two-columns {
    margin: 100px 0;
  }
  .two-columns .inner-wrapper {
    padding: 0;
  }
  .two-columns__content {
    padding: 20px 150px;
  }
}
.image-header {
  margin: 30px 0;
}
.image-header .inner-wrapper {
  margin: 0 auto;
  max-width: none;
}
.image-header.image-header--first {
  margin-top: -50px;
}
@media (min-width: 768px) {
  .image-header.image-header--first {
    margin-top: -100px;
  }
}
.image-header__image-wrapper {
  display: block;
  width: 100%;
  height: 80vw;
  margin-bottom: -30px;
  overflow: hidden;
}
.image-header__image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.image-header__content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  background: url("img/pattern-two-green.svg") no-repeat center center #0a3f3d;
  -webkit-background-size: cover;
  background-size: cover;
  color: #ccdfde;
  padding: 30px;
  margin-left: 3rem;
  position: relative;
}
.image-header__content p,
.image-header__content ul {
  color: inherit;
}
.image-header__content h3,
.image-header__content h2 {
  margin-top: 0;
}
.image-header-button-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 0;
  text-align: left;
}
.image-header-button {
  display: inline-block;
  width: auto;
  margin: 30px 0 0;
  letter-spacing: 0.01em;
  background: #ff0 url("./i/flexible-template/arrow-black-right.png") no-repeat scroll calc(100% - 25px) center/18px 14px;
  font-size: 20px;
  line-height: 100%;
  color: #d8d8d8 !important;
  padding: 15px 60px 20px 30px;
  -o-transition: background, 0.25s;
  -moz-transition: background, 0.25s;
  -webkit-transition: background, 0.25s;
  transition: background, 0.25s;
  text-decoration: none;
}
.image-header-button:hover {
  background: #008000 url("./i/flexible-template/arrow-black-right.png") no-repeat scroll calc(100% - 25px) center/18px 14px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .image-header {
    margin: 50px 0;
  }
  .image-header .inner-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: no-wrap;
    -moz-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
  }
  .image-header.image-header--flip .inner-wrapper {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .image-header__content {
    padding: 50px;
    align-self: flex-end;
    width: 50%;
    margin-left: 0;
  }
  .image-header__image-wrapper {
    width: 60%;
    height: 50vw;
    max-height: 90vh;
    margin-right: -10%;
    margin-bottom: 5%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 1350px) {
  .image-header .inner-wrapper {
    padding: 0;
  }
  .image-header__content {
    padding: 60px 8% 60px 100px;
  }
}
.accordions {
  width: calc(100% - 40px);
  max-width: 1170px;
  margin: 4rem auto;
}
.accordions .center h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .accordions {
    width: calc(100% - 60px);
  }
}
@media (min-width: 1024px) {
  .accordions {
    width: calc(100% - 80px);
  }
}
.accordion__tab {
  cursor: pointer;
  padding: 20px 40px 20px 0;
  position: relative;
  font-weight: 600;
}
.accordion__tab:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 20px;
  line-height: 0;
  font-weight: 500;
}
.accordion__tab h3 {
  margin-top: 0.2em;
}
.accordion__panel {
  border-bottom: 1px solid #f8bf95;
}
.accordion__content {
  display: none;
  padding-right: 5%;
}
@media (min-width: 1240px) {
  .accordion__content {
    padding-right: 450px;
  }
}
.accordion__panel--open .accordion__tab:after {
  content: '-';
}
.accordion__panel--open .accordion__content {
  display: block;
}
.hero {
  width: 100%;
  position: relative;
}
.hero__content {
  background: url("img/pattern-two-green.svg") no-repeat center center #0a3f3d;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 50vw;
  padding: 150px 40px 40px 40px;
  color: #ccdfde;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.hero__content:before,
.hero__content:after {
  content: "";
  display: table;
}
.hero__content:after {
  clear: both;
}
.hero__content h1 {
  max-width: 600px;
  margin-bottom: 2rem;
}
.hero__content p {
  max-width: 600px;
}
@media (max-width: 767px) {
  .hero__content h1,
  .hero__content p {
    max-width: 500px;
  }
}
@media (min-width: 1024px) {
  .hero__content {
    width: 55%;
    padding: 150px 100px 80px 80px;
    height: 60vh;
  }
}
@media (min-width: 1240px) {
  .hero__content {
    min-height: 40vw;
    max-height: 50vh;
    padding: 10vw 5vw 10vw 15vw;
  }
}
@media (min-width: 1400px) {
  .hero__content {
    min-height: 70vh;
    height: 40vw;
    max-height: 80vh;
  }
}
.hero__image-wrapper {
  width: 100%;
  height: auto;
  z-index: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .hero__image-wrapper {
    position: absolute;
    right: 0;
    top: 6%;
    bottom: -6%;
    width: 50%;
  }
}
.hero__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.image-header {
  margin: 30px 0;
}
.image-header .inner-wrapper {
  margin: 0 auto;
  max-width: none;
}
.image-header.image-header--first {
  margin-top: -50px;
}
@media (min-width: 768px) {
  .image-header.image-header--first {
    margin-top: -100px;
  }
}
.image-header__image-wrapper {
  display: block;
  width: 100%;
  margin-bottom: -30px;
}
.image-header__image-wrapper .image-header-image-one {
  width: 100%;
  height: auto;
}
.image-header__image-wrapper img {
  width: 100%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.image-header__content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  background: url("img/pattern-two-green.svg") no-repeat center center #0a3f3d;
  -webkit-background-size: cover;
  background-size: cover;
  color: #ccdfde;
  padding: 30px;
  margin-left: 3rem;
  position: relative;
}
.image-header__content h3,
.image-header__content h2 {
  margin-top: 0;
}
.image-header-button-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 0;
  text-align: left;
}
.image-header-button {
  display: inline-block;
  width: auto;
  margin: 30px 0 0;
  letter-spacing: 0.01em;
  background: #ff0 url("./i/flexible-template/arrow-black-right.png") no-repeat scroll calc(100% - 25px) center/18px 14px;
  font-size: 20px;
  line-height: 100%;
  color: #d8d8d8 !important;
  padding: 15px 60px 20px 30px;
  -o-transition: background, 0.25s;
  -moz-transition: background, 0.25s;
  -webkit-transition: background, 0.25s;
  transition: background, 0.25s;
  text-decoration: none;
}
.image-header-button:hover {
  background: #008000 url("./i/flexible-template/arrow-black-right.png") no-repeat scroll calc(100% - 25px) center/18px 14px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .image-header {
    margin: 50px 0;
  }
  .image-header .inner-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: no-wrap;
    -moz-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
  }
  .image-header.image-header--flip .inner-wrapper {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .image-header__content {
    padding: 50px;
    align-self: flex-end;
    width: 50%;
    margin-left: 0;
  }
  .image-header__image-wrapper {
    width: 60%;
    margin-right: -10%;
    margin-bottom: 5%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 1350px) {
  .image-header .inner-wrapper {
    padding: 0;
  }
  .image-header__content {
    padding: 60px 8% 60px 100px;
  }
}
.section1 {
  width: 100%;
  position: relative;
}
.section1__content {
  background: url("img/pattern-one-green.svg") no-repeat center center #99bfbe;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 50vw;
  padding: 150px 40px 40px 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.section1__content:before,
.section1__content:after {
  content: "";
  display: table;
}
.section1__content:after {
  clear: both;
}
.section1__content h1 {
  max-width: 600px;
}
.section1__content p {
  max-width: 600px;
}
.section1__content .button {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .section1__content h1,
  .section1__content p {
    max-width: 500px;
  }
}
@media (min-width: 1024px) {
  .section1__content {
    width: 55%;
    min-height: 90vh;
    padding: 150px 100px 80px 80px;
  }
}
@media (min-width: 1240px) {
  .section1__content {
    padding: 10vw;
  }
}
.section1__wrapper {
  width: 100%;
  height: 70%;
  max-height: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0px 20px 40px rgba(79,79,79,0.25);
  -moz-box-shadow: 0px 20px 40px rgba(79,79,79,0.25);
  box-shadow: 0px 20px 40px rgba(79,79,79,0.25);
}
@media (min-width: 1024px) {
  .section1__wrapper {
    position: absolute;
    right: 0;
    top: 50%;
    width: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.section1__image {
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 0px 20px 40px rgba(79,79,79,0.25);
  -moz-box-shadow: 0px 20px 40px rgba(79,79,79,0.25);
  box-shadow: 0px 20px 40px rgba(79,79,79,0.25);
}
@media (min-width: 1024px) {
  .section2 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.section2__content {
  min-height: 50vw;
  padding: 100px 40px 0px 40px;
}
.section2__content:before,
.section2__content:after {
  content: "";
  display: table;
}
.section2__content:after {
  clear: both;
}
.section2__content p {
  max-width: 570px;
}
@media (min-width: 1024px) {
  .section2__content {
    width: 50%;
    padding: 80px 0 80px 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 1240px) {
  .section2__content {
    padding: 10vw 3vw 10vw 10vw;
  }
}
.section2__image {
  width: auto;
  height: auto;
  max-height: 80vh;
  margin: 50px 50px 80px;
}
@media (min-width: 768px) {
  .section2__image {
    margin: 80px;
  }
}
@media (min-width: 1240px) {
  .section2__image {
    margin: 150px 80px;
  }
}
@media (min-width: 1600px) {
  .section2__image {
    margin: 150px;
  }
}
.section3 {
  background: url("img/light-bg.svg") no-repeat center center #f6aa72;
  -webkit-background-size: cover;
  background-size: cover;
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
@media (min-width: 1024px) {
  .section3 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
  }
}
@media (min-width: 1240px) {
  .section3 {
    padding-top: 150px;
  }
}
.section3__content {
  width: 80%;
  padding: 80px 40px 50px;
  z-index: 1;
}
.section3__content:before,
.section3__content:after {
  content: "";
  display: table;
}
.section3__content:after {
  clear: both;
}
.section3__content h2,
.section3__content p {
  max-width: 400px;
}
@media (min-width: 600px) {
  .section3__content {
    padding: 200px 40px 50px;
  }
}
@media (min-width: 768px) {
  .section3__content {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .section3__content {
    padding: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 1240px) {
  .section3__content {
    padding: 10vw;
  }
}
.section3__backgroundtitle {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #fad4b8;
  font-weight: 600;
  font-size: 150px;
  font-size: 15.4vw;
  line-height: 1;
  z-index: -1;
  white-space: nowrap;
  pointer-events: none;
}
@media (min-width: 1440px) {
  .section3__backgroundtitle {
    font-size: 300px;
    font-size: 15.4vw;
    left: 40px;
  }
}
.slideshow {
  width: 100%;
  padding: 0 40px;
  margin: 0 0 100px;
}
@media (min-width: 1024px) {
  .slideshow {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
    margin: 0;
  }
}
.slideshow .swiper-container {
  overflow: visible;
  padding-bottom: 3rem;
}
.slideshow .swiper-wrapper {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  .slideshow .swiper-pagination {
    display: none;
  }
}
@media (min-width: 768px) {
  .slideshow .swiper-pagination {
    bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .slideshow .swiper-button-next {
    left: 300px;
  }
}
.slideshow .content-wrapper {
  width: 100%;
}
.slideshow ul {
  margin: 0;
  padding: 0;
}
.slideshow ul li {
  list-style: none;
}
.slideshow ul li img {
  width: 100%;
  height: auto;
}
.section4 {
  background: url("img/blue-triangles.svg") no-repeat center center #ccdfde;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section4 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
  }
}
.section4__content {
  min-height: 50vw;
  padding: 80px 40px 20px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.section4__content:before,
.section4__content:after {
  content: "";
  display: table;
}
.section4__content:after {
  clear: both;
}
.section4__content p {
  max-width: 570px;
}
@media (min-width: 768px) {
  .section4__content {
    width: 50%;
    padding: 80px;
  }
}
@media (min-width: 1240px) {
  .section4__content {
    padding: 10vw;
  }
}
@media (min-width: 1640px) {
  .section4__content {
    width: 40%;
  }
  .section4__content.location__slider_content {
    width: 50%;
  }
}
.section4__tiles {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 40px 40px 80px;
}
@media (min-width: 768px) {
  .section4__tiles {
    width: 50%;
    padding: 0;
    margin: 80px 0;
  }
}
@media (min-width: 1024px) {
  .section4__tiles {
    margin: 150px 0;
  }
}
@media (min-width: 1640px) {
  .section4__tiles {
    width: 60%;
  }
}
.section4__tile {
  background: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  width: calc(33.333% + 15px);
  overflow: hidden;
  float: left;
}
.section4__tile img {
  margin: 0;
}
.section4__tile p {
  margin: 0;
  font-weight: 600;
  padding: 0.6rem 1.5rem;
  text-align: left;
}
.section4__tile:nth-child(1) {
  align-self: flex-start;
}
.section4__tile:nth-child(2) {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: -30px;
  margin-right: -30px;
}
.section4__tile:nth-child(3) {
  margin-top: 4rem;
  align-self: flex-end;
}
@media (min-width: 768px) {
  .section4__tile {
    width: 43%;
  }
  .section4__tile:nth-child(2) {
    margin-left: -80px;
    margin-right: -80px;
  }
}
@media (min-width: 1024px) {
  .section4__tile {
    width: 33%;
  }
}
.section4__image {
  background: url("img/looking-in-mirror.png") no-repeat center center #ccdfde;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  padding-bottom: 100%;
}
.location__slider {
  width: 100%;
}
@media (min-width: 768px) {
  .location__slider {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 50%;
  }
}
.location__slider .swiper-container {
  width: 100%;
  overflow: visible;
  padding: 50px 0;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .location__slider .swiper-container {
    padding: 100px 0;
    margin-bottom: 0;
  }
}
.location__slider .swiper-wrapper {
  overflow: visible;
}
.location__slider .swiper-button-next,
.location__slider .swiper-button-prev {
  width: 43px;
  height: 43px;
  top: 50%;
  margin-top: -21px;
  background-color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-background-size: 50% 50%;
  background-size: 50% 50%;
}
.location__slider .swiper-button-prev {
  left: 1rem;
}
@media (min-width: 768px) {
  .location__slider .swiper-button-prev {
    left: 1.5rem;
  }
}
.location__slider .swiper-button-next {
  right: 1rem;
}
@media (min-width: 768px) {
  .location__slider .swiper-button-next {
    right: 1.5rem;
  }
}
.location__slider .swiper-slide {
  width: 330px;
  background-color: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
  pointer-events: none;
}
.location__slider .swiper-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -o-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.location__slider .swiper-slide.swiper-slide-next:after,
.location__slider .swiper-slide.swiper-slide-prev:after {
  background-color: rgba(0,0,0,0.15);
}
.location__slider .swiper-slide.swiper-slide-active {
  pointer-events: all;
}
.location__slider .swiper-slide.swiper-slide-active:after {
  background-color: rgba(0,0,0,0);
}
.location__slider p {
  padding: 0.5rem 1rem;
  margin: 0;
}
.location__slider .location_tile__image {
  width: 100%;
  height: 0;
  padding-top: 140%;
  position: relative;
  overflow: hidden;
}
.location__slider .location_tile__image > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.section5 {
  background-color: #fffef5;
  margin-bottom: 10vw;
}
.section5__content {
  padding: 80px 40px 40px;
  padding-bottom: 0;
  text-align: center;
}
.section5__content h2,
.section5__content p {
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .section5__content {
    padding: 80px 80px 0 80px;
  }
}
@media (min-width: 1024px) {
  .section5__content {
    padding: 150px 80px 0 80px;
  }
}
.section5__icons {
  width: calc(100% - 40px);
  max-width: 1120px;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.section5__icons p {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.2rem;
}
.section5__icon {
  width: 50%;
  overflow: hidden;
  margin: 2rem 0;
}
.section5__icon img {
  margin: 0;
}
.section5__icon p {
  font-size: 0.8rem;
  margin: 1.5rem 0 0 0;
  padding: 0.6rem 1.5rem;
}
@media (min-width: 600px) {
  .section5__icon {
    width: 33%;
  }
}
.section5__circle {
  background: #fdeadc;
  font-family: 'fiascons' !important;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 55px;
  margin: 0 auto;
  font-size: 40px;
}
.section5__circle:before {
  content: '1';
  display: inline;
  line-height: 0;
  color: #337f7d;
}
@media (min-width: 768px) {
  .section5__circle {
    width: 90px;
    height: 90px;
    line-height: 85px;
    font-size: 60px;
  }
}
.section5__circle.two:before {
  content: '2';
  color: #f60;
}
.section5__circle.three:before {
  content: '3';
}
.section5__circle.four:before {
  content: '5';
  color: #f60;
}
.section5__circle.five:before {
  content: '4';
}
.section5__circle.six:before {
  content: '6';
  padding-left: 0.05em;
  color: #f60;
}
.section6 {
  max-width: 1120px;
  text-align: center;
  margin: 0 auto 10vw auto;
  background: url("img/peach-bg.svg") no-repeat center center #fffef5;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  width: calc(100% - 60px);
}
.section6__content {
  text-align: center;
  max-width: 690px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.section6__content ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.section6__content ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: auto;
  margin: 1rem 0.5rem;
}
.section6__content button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  font-family: 'Pangea', 'Helvetica', sans-serif;
  font-weight: 600;
  color: #fff;
  padding: 0.25rem 0;
  margin: 1rem;
}
.section6__content button:focus {
  outline: none;
}
.section6__content button.active {
  border-color: #fff;
}
.section6__title {
  padding: 40px;
  padding-bottom: 0;
}
.section6__title h2,
.section6__title p {
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .section6__title {
    padding: 80px 80px 0 80px;
  }
}
.section6__form {
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .section6__form {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
}
body.home {
  color: #033;
}
body.home .what-is-shop_st {
  position: relative;
}
body.home .what-is-shop_st .intro {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 9.25rem;
}
@media (min-width: 768px) {
  body.home .what-is-shop_st .intro {
    font-size: 1.75rem;
    line-height: 2.375rem;
    margin-top: 9.25rem;
  }
}
body.home .what-is-shop_st .intro p {
  margin: 0;
}
body.home .what-is-shop_st .intro h1 {
  font-size: 3rem;
  line-height: 1;
}
@media (min-width: 768px) {
  body.home .what-is-shop_st .intro h1 {
    font-size: 6.25rem;
  }
}
body.home .what-is-shop_st .intro h1 span {
  display: none;
}
body.home .what-is-shop_st .intro .logo-wrapper {
  width: 260px;
  margin-bottom: 1.75rem;
}
@media (min-width: 768px) {
  body.home .what-is-shop_st .intro .logo-wrapper {
    width: 100%;
    max-width: 672px;
    margin-bottom: 3.875rem;
  }
}
body.home .what-is-shop_st .flex-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
body.home .what-is-shop_st .flex-wrapper .text-container {
  width: 56.25%;
  min-width: 180px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex: 0;
  flex-shrink: 0;
  padding-bottom: 5.5625rem;
  margin-bottom: auto;
}
@media (min-width: 768px) {
  body.home .what-is-shop_st .flex-wrapper .text-container {
    width: 70%;
    padding-bottom: 7.25rem;
  }
}
@media (min-width: 1024px) {
  body.home .what-is-shop_st .flex-wrapper .text-container {
    width: 65%;
  }
}
body.home .what-is-shop_st .flex-wrapper .illustration {
  position: relative;
  bottom: -1px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43.75%;
  margin-right: -1.25rem;
  padding-left: 0.6875rem;
}
@media (min-width: 768px) {
  body.home .what-is-shop_st .flex-wrapper .illustration {
    margin-right: -2rem;
  }
}
@media (min-width: 1024px) {
  body.home .what-is-shop_st .flex-wrapper .illustration {
    margin-right: -3rem;
  }
}
@media (min-width: 1240px) {
  body.home .what-is-shop_st .flex-wrapper .illustration {
    display: none;
  }
}
body.home .what-is-shop_st .flex-wrapper .illustration svg {
  width: auto;
  max-width: 120px;
  margin-left: auto;
}
@media (min-width: 768px) {
  body.home .what-is-shop_st .flex-wrapper .illustration svg {
    max-width: 160px;
  }
}
@media (min-width: 1024px) {
  body.home .what-is-shop_st .flex-wrapper .illustration svg {
    max-width: 180px;
  }
}
body.home .who-is-shop_st {
  position: relative;
  font-family: 'Pangea';
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  background: #00de6f;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1240px) {
  body.home .who-is-shop_st .contained {
    padding-right: 370px;
  }
}
@media (min-width: 1380px) {
  body.home .who-is-shop_st .contained {
    padding-right: 480px;
  }
}
@media (min-width: 1600px) {
  body.home .who-is-shop_st .contained {
    padding-right: 600px;
  }
}
body.home .who-is-shop_st p {
  margin-bottom: 1rem;
}
body.home .who-is-shop_st p :last-child {
  margin-bottom: 0;
}
body.home .who-is-shop_st .illustration {
  display: none;
}
@media (min-width: 1240px) {
  body.home .who-is-shop_st .illustration {
    display: flex;
    width: 480px;
    position: absolute;
    bottom: -2px;
    right: 0;
  }
}
@media (min-width: 1600px) {
  body.home .who-is-shop_st .illustration {
    width: 500px;
  }
}
@media (min-width: 1024px) {
  body.home .who-is-shop_st {
    padding-top: 8.1875rem;
    padding-bottom: 8.1875rem;
  }
  body.home .who-is-shop_st p {
    font-size: 3rem;
    line-height: 3.3125rem;
    margin-bottom: 1.3125rem;
  }
}
body.home .what-makes-shop_st-different {
  background: #033;
  color: #fffef5;
  padding-top: 3.625rem;
}
@media (min-width: 768px) {
  body.home .what-makes-shop_st-different {
    padding-top: 0;
    min-height: 462px;
  }
  body.home .what-makes-shop_st-different .flex-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.home .what-makes-shop_st-different .flex-wrapper .text-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
    width: 70%;
    padding-left: 7rem;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
    flex-shrink: 0;
  }
  body.home .what-makes-shop_st-different .flex-wrapper .illustration {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
@media (min-width: 1024px) {
  body.home .what-makes-shop_st-different .flex-wrapper .text-container {
    width: 65%;
    padding-left: 0;
  }
}
@media (min-width: 1240px) {
  body.home .what-makes-shop_st-different .flex-wrapper .text-container {
    width: 65%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
body.home .what-makes-shop_st-different .illustration-small {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) {
  body.home .what-makes-shop_st-different .illustration-small {
    display: none;
  }
}
body.home .what-makes-shop_st-different .illustration-large {
  display: none;
}
@media (min-width: 768px) {
  body.home .what-makes-shop_st-different .illustration-large {
    display: flex;
    margin-left: -2rem;
    margin-top: -45px;
  }
  body.home .what-makes-shop_st-different .illustration-large svg {
    width: 248px;
  }
}
@media (min-width: 1024px) {
  body.home .what-makes-shop_st-different .illustration-large {
    margin-left: -10rem;
    margin-top: -83px;
    width: 450px;
  }
  body.home .what-makes-shop_st-different .illustration-large svg {
    width: 100%;
  }
}
@media (min-width: 1240px) {
  body.home .what-makes-shop_st-different .illustration-large {
    margin-left: -3rem;
  }
}
@media (min-width: 1600px) {
  body.home .what-makes-shop_st-different .illustration-large {
    margin-left: calc(-50vw + 50%);
  }
}
body.home .what-makes-shop_st-different h2 {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  margin-bottom: 2.75rem;
}
@media (min-width: 1024px) {
  body.home .what-makes-shop_st-different h2 {
    font-size: 4.5rem;
    line-height: 4.8125rem;
  }
}
body.home .what-makes-shop_st-different ul {
  margin: 0 0 1.8125rem 0;
  padding: 0;
}
@media (min-width: 768px) {
  body.home .what-makes-shop_st-different ul {
    margin: 0;
  }
}
body.home .what-makes-shop_st-different ul li {
  position: relative;
  list-style: none;
  margin: 0 0 1.125rem 0;
  padding-left: 78px;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
body.home .what-makes-shop_st-different ul li:before {
  content: "";
  display: block;
  background-color: #f60;
  width: 45px;
  height: 6px;
  position: absolute;
  top: 7px;
  left: 0;
}
body.home .what-makes-shop_st-different ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  body.home .what-makes-shop_st-different ul li {
    font-size: 1.75rem;
    line-height: 2.375rem;
    padding-left: 105px;
    margin: 0 0 2.5rem 0;
  }
  body.home .what-makes-shop_st-different ul li:before {
    width: 62px;
    height: 8px;
    top: 16px;
  }
}
body.home .selection-of-our-brands {
  padding: 3.75rem 0 11.735rem;
}
@media (min-width: 1024px) {
  body.home .selection-of-our-brands {
    padding: 10rem 0 20rem;
  }
}
body.home .selection-of-our-brands h2 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  margin-bottom: 4.125rem;
}
body.home .selection-of-our-brands h2 span {
  position: relative;
  display: inline-block;
}
body.home .selection-of-our-brands h2 span::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #00de6f;
}
body.home .selection-of-our-brands .slider-wrapper {
  margin-bottom: -15px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (min-width: 1024px) {
  body.home .selection-of-our-brands .slider-wrapper {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }
}
@media (min-width: 1180px) {
  body.home .selection-of-our-brands .slider-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
body.home .selection-of-our-brands .slider-wrapper .swiper-container {
  overflow: visible;
}
body.home .selection-of-our-brands .slider-wrapper .swiper-pagination {
  bottom: -7.625rem;
}
@media (min-width: 1024px) {
  body.home .selection-of-our-brands .slider-wrapper .swiper-pagination {
    bottom: -10rem;
  }
}
body.home .selection-of-our-brands .slider-wrapper .swiper-pagination .swiper-pagination-bullet {
  background: #033;
  height: 4px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  opacity: 1;
  width: 30px;
  margin: 0 6px;
}
@media (min-width: 1024px) {
  body.home .selection-of-our-brands .slider-wrapper .swiper-pagination .swiper-pagination-bullet {
    height: 8px;
    width: 56px;
    margin: 0 11px;
  }
}
body.home .selection-of-our-brands .slider-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: #f60;
}
body.home .selection-of-our-brands .slider-wrapper .swiper-pagination .swiper-pagination-bullet-active-next,
body.home .selection-of-our-brands .slider-wrapper .swiper-pagination .swiper-pagination-bullet-active-next-next,
body.home .selection-of-our-brands .slider-wrapper .swiper-pagination .swiper-pagination-bullet-active-prev,
body.home .selection-of-our-brands .slider-wrapper .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
body.home .selection-of-our-brands .slider-wrapper .swiper-pagination .swiper-pagination-bullet-active-next-next,
body.home .selection-of-our-brands .slider-wrapper .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  opacity: 0;
}
body.home .selection-of-our-brands .slider-wrapper .swiper-slide {
  width: 106px;
}
@media (min-width: 1024px) {
  body.home .selection-of-our-brands .slider-wrapper .swiper-slide {
    width: 266px;
    height: 266px;
  }
}
body.home .selection-of-our-brands .slider-wrapper .card {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 106px;
  height: 106px;
  padding: 1rem;
  background: #fff;
  margin-bottom: 15px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-box-shadow: 0px 37.6314px 33.0744px rgba(0,0,0,0.07), 0px 15.7215px 13.8177px rgba(0,0,0,0.049), 0px 8.40546px 7.38761px rgba(0,0,0,0.039), 0px 4.71203px 4.14143px rgba(0,0,0,0.033), 0px 2.50252px 2.19948px rgba(0,0,0,0.027), 0px 1.04136px 0.915255px rgba(0,0,0,0.019);
  -moz-box-shadow: 0px 37.6314px 33.0744px rgba(0,0,0,0.07), 0px 15.7215px 13.8177px rgba(0,0,0,0.049), 0px 8.40546px 7.38761px rgba(0,0,0,0.039), 0px 4.71203px 4.14143px rgba(0,0,0,0.033), 0px 2.50252px 2.19948px rgba(0,0,0,0.027), 0px 1.04136px 0.915255px rgba(0,0,0,0.019);
  box-shadow: 0px 37.6314px 33.0744px rgba(0,0,0,0.07), 0px 15.7215px 13.8177px rgba(0,0,0,0.049), 0px 8.40546px 7.38761px rgba(0,0,0,0.039), 0px 4.71203px 4.14143px rgba(0,0,0,0.033), 0px 2.50252px 2.19948px rgba(0,0,0,0.027), 0px 1.04136px 0.915255px rgba(0,0,0,0.019);
}
@media (min-width: 1024px) {
  body.home .selection-of-our-brands .slider-wrapper .card {
    width: 266px;
    height: 266px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
  }
}
@media (min-width: 1024px) {
  body.home .selection-of-our-brands {
    padding-top: 10rem;
    padding-top: 6.25rem;
  }
  body.home .selection-of-our-brands h2 {
    font-size: 3rem;
    line-height: 3.3125rem;
    margin-bottom: 7.25rem;
  }
  body.home .selection-of-our-brands h2 span {
    top: -17px;
  }
  body.home .selection-of-our-brands h2 span::after {
    height: 8px;
    bottom: -17px;
  }
}
body.home .how-we-can-help {
  padding-top: 4.75rem;
  color: #fff;
  background-color: #033;
}
body.home .how-we-can-help h2 {
  font-size: 2.375rem;
  line-height: 2.5625rem;
  margin-bottom: 2.5rem;
  color: #00de6f;
}
body.home .how-we-can-help p {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  margin-bottom: 1.875rem;
}
body.home .how-we-can-help .text-container {
  width: 80%;
}
@media (min-width: 1024px) {
  body.home .how-we-can-help .text-container {
    width: 64%;
  }
}
body.home .how-we-can-help .illustrations {
  margin-top: 3.0625rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  body.home .how-we-can-help .illustrations {
    margin-top: -110px;
  }
}
body.home .how-we-can-help .illustrations .illustration {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
body.home .how-we-can-help .illustrations .illustration-left {
  width: 46%;
}
body.home .how-we-can-help .illustrations .illustration-left svg {
  width: auto;
  position: absolute;
  right: -60px;
  left: -65px;
  bottom: 0;
}
body.home .how-we-can-help .illustrations .illustration-right {
  width: 54%;
}
body.home .how-we-can-help .illustrations .illustration-right svg {
  min-width: 110%;
}
body.home .how-we-can-help button {
  margin-bottom: 3.0625rem;
}
@media (min-width: 1024px) {
  body.home .how-we-can-help {
    padding-top: 4.625rem;
  }
  body.home .how-we-can-help h2 {
    font-size: 6rem;
    line-height: 6.3125rem;
    margin-bottom: 1.875rem;
  }
  body.home .how-we-can-help p {
    font-size: 1.75rem;
    line-height: 2.375rem;
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 1240px) {
  body.home .how-we-can-help .flex-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.home .how-we-can-help .flex-wrapper .text-container {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
    flex-shrink: 0;
    padding-bottom: 11.625rem;
    width: 685px;
  }
  body.home .how-we-can-help .flex-wrapper .text-container p {
    max-width: 85%;
  }
  body.home .how-we-can-help .flex-wrapper .illustrations {
    margin-left: -180px;
    margin-top: 0;
    width: 100%;
    max-width: 860px;
  }
  body.home .how-we-can-help .flex-wrapper .illustrations .illustration-right {
    width: 50%;
  }
  body.home .how-we-can-help .flex-wrapper .illustrations .illustration-right svg {
    min-width: auto;
  }
  body.home .how-we-can-help .flex-wrapper .illustrations .illustration-left {
    width: 50%;
  }
  body.home .how-we-can-help .flex-wrapper .illustrations .illustration-left svg {
    right: -20px;
  }
}
@media (min-width: 1380px) {
  body.home .how-we-can-help .flex-wrapper .illustrations .illustration-right svg {
    min-width: auto;
  }
}
.footer {
  padding-top: 2.6875rem;
  padding-bottom: 2rem;
}
.footer ul,
.footer ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .footer {
    padding-top: 4.125rem;
    padding-bottom: 4.125rem;
  }
  .footer .contained {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer .site-logo-square-wrapper {
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
  padding-bottom: 1.625rem;
}
.footer .site-logo-square-wrapper > div {
  width: 88px;
  height: 88px;
}
@media (min-width: 1024px) {
  .footer .site-logo-square-wrapper {
    padding: 0;
    width: 180px;
    margin-right: 4rem;
  }
  .footer .site-logo-square-wrapper > div {
    width: 180px;
    height: 180px;
  }
}
@media (min-width: 1600px) {
  .footer .site-logo-square-wrapper {
    margin-right: 9.375rem;
  }
}
.footer .social-links {
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
  border-top: 8px solid #033;
}
.footer .social-links p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin: 0 0 1.625rem 0;
}
.footer .social-links ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer .social-links ul > li {
  margin-right: 2.75rem;
}
.footer .social-links ul > li:last-child {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .footer .social-links {
    width: 310px;
    padding: 0.75rem 0 0;
    margin-right: 1.25rem;
  }
  .footer .social-links p {
    margin-bottom: 2.0625rem;
  }
}
@media (min-width: 1600px) {
  .footer .social-links {
    width: 33.33%;
  }
}
.footer .site-links {
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
  border-top: 8px solid #033;
  line-height: 1.625rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer .site-links > div {
  height: 100%;
}
@media (min-width: 1024px) {
  .footer .site-links ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    min-height: 60px;
  }
}
.footer .site-links ul > li {
  font-size: 0.875rem;
  line-height: 1.625rem;
}
.footer .site-links ul > li.site-credit-large {
  display: none;
}
@media (min-width: 1024px) {
  .footer .site-links ul > li {
    font-size: 1.125rem;
  }
  .footer .site-links ul > li.site-credit-large {
    display: block;
    margin-top: auto;
  }
}
.footer .site-links .column--left {
  margin-right: 3.875rem;
}
@media (min-width: 1024px) {
  .footer .site-links {
    width: calc(100% - 460px);
    padding: 0;
    border-top: 0;
  }
  .footer .site-links > div {
    flex: 1;
    padding: 0.75rem 0 0;
    border-top: 8px solid #033;
  }
  .footer .site-links > div.column--left {
    margin-right: 1.25rem;
  }
}
@media (min-width: $large-laptop) {
  .footer .site-links {
    width: 66.667%;
  }
}
.footer .site-credit {
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .footer .site-credit {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .footer .site-credit-small {
    display: none;
  }
}
.properties-map-popup {
  width: 330px;
  overflow-y: auto;
  font-size: 12px;
  background: #fff;
  border: 0;
}
@media (min-width: 1024px) {
  .properties-map-popup {
    width: 600px;
    max-height: 0;
  }
}
.properties-map-popup.leaflet {
  border: 0;
  width: 300px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
}
.properties-map-popup,
.title-box__map .properties-map-popup {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  background: #fffef5;
  border: 0;
  max-height: 600px;
  -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 20px 40px rgba(0,0,0,0.3);
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}
.properties-map-popup .title-close,
.title-box__map .properties-map-popup .title-close {
  position: absolute;
  right: 0;
  padding: 4px 13px;
  background: transparent;
  font-family: 'fiascons' !important;
  text-transform: lowercase;
}
.properties-map-popup .title-close .close,
.title-box__map .properties-map-popup .title-close .close {
  float: right;
  font-size: 24px;
}
.properties-map-popup .title-close .close a,
.title-box__map .properties-map-popup .title-close .close a {
  text-decoration: none;
  color: #fff;
}
.properties-map-popup .properties .property,
.title-box__map .properties-map-popup .properties .property {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.properties-map-popup .properties .property .details,
.title-box__map .properties-map-popup .properties .property .details {
  color: #000;
  font-family: 'Moderat', 'Helvetica', sans-serif;
  width: auto;
  float: left;
  padding: 1rem;
  max-width: calc(100% - 110px);
}
.properties-map-popup .properties .property .image,
.title-box__map .properties-map-popup .properties .property .image {
  float: none;
  width: 100%;
  background: url("img/placeholder.svg") center center no-repeat #fdeadc;
  -webkit-background-size: contain;
  background-size: contain;
  min-height: 130px;
  color: #fdeadc;
}
.properties-map-popup .properties .property .image img,
.title-box__map .properties-map-popup .properties .property .image img {
  border: 0;
  padding: 0;
}
.properties-map-popup .properties .property .summary,
.title-box__map .properties-map-popup .properties .property .summary {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  background: #fffef5;
  padding: 0.5em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.properties-map-popup .properties .property .price span,
.title-box__map .properties-map-popup .properties .property .price span {
  display: inline;
}
.properties-map-popup .properties .property .price span:before,
.title-box__map .properties-map-popup .properties .property .price span:before {
  content: '· ';
}
.properties-map-popup .properties .property .price span:first-child:before,
.title-box__map .properties-map-popup .properties .property .price span:first-child:before {
  display: none;
}
.properties-map-popup .properties .property .property-link,
.title-box__map .properties-map-popup .properties .property .property-link {
  margin: 1rem 1rem 1rem 0;
  display: inline-block;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  font-family: 'Moderat', 'Helvetica', sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 13px;
  width: auto;
  text-decoration: none;
  padding: 0.6rem 1.2rem;
  letter-spacing: 0.05em;
  flex-shrink: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #00de6f;
  -moz-box-shadow: inset 0px 0px 0px 1px #00de6f;
  box-shadow: inset 0px 0px 0px 1px #00de6f;
  text-transform: uppercase;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: right;
  color: #000;
}
.properties-map-popup .properties .property .property-link:hover,
.title-box__map .properties-map-popup .properties .property .property-link:hover {
  background-color: #00de6f;
  color: #fff !important;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: inset 0px 0px 0px 2px #033;
  -moz-box-shadow: inset 0px 0px 0px 2px #033;
  box-shadow: inset 0px 0px 0px 2px #033;
}
.properties-map-popup.leaflet .properties .property {
  padding-left: 0;
  padding-right: 0;
}
.properties-map-popup .properties .property .details .address {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}
.properties-map-popup .properties .property .details .price {
  margin-bottom: 5px;
  font-size: 13px;
}
.alert {
  margin-bottom: 2rem;
  display: none;
}
.property--offmarket .property_meta .available-date {
  display: none;
}
@media (min-width: 1600px) {
  #container {
    max-width: 1410px;
  }
}
.property-images--show {
  overflow: hidden;
}
.property-images--show .property-images {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.property-images--show .nav {
  z-index: 0;
}
.property-images {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fffef5;
  z-index: 100;
  overflow: scroll;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.property-images .slides {
  max-width: 1240px;
  margin: 0 auto;
}
@media (min-width: 1240px) {
  .property-images .slides {
    margin: 150px auto;
  }
}
.property-images img {
  width: 100%;
  height: auto;
}
.property-images .property-image__wrapper {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
}
.property-images .property-image__wrapper img {
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .property-images .quick-links {
    display: block;
  }
}
.property-images__wrapper {
  max-width: 1240px;
  margin: 50px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 1600px) {
  .property-images__wrapper {
    max-width: 1410px;
  }
}
@media (min-width: 650px) {
  .property-images__triple {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px 20px;
    grid-template-areas: "Main .";
    justify-items: stretch;
    height: 80vh;
  }
  .property-images__triple .property-image__wrapper {
    overflow: hidden;
  }
  .property-images__triple .property-image__wrapper:nth-child(1) {
    grid-area: Main;
    grid-column: 1;
    grid-row: 1/3;
    margin-bottom: 0;
  }
  .property-images__triple .property-image__wrapper:nth-child(2),
  .property-images__triple .property-image__wrapper:nth-child(3) {
    align-self: stretch;
    margin-bottom: 0;
  }
}
@media (min-width: 650px) {
  .property-images .property-image__wrapper--half {
    width: calc(50% - 10px);
  }
}
.property-image-gallery {
  display: block;
  position: relative;
  margin-top: 0.8rem;
  cursor: zoom-in;
}
.property-image-gallery .property-image__wrapper {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
  align-self: stretch;
}
.property-image-gallery .property-image__wrapper:nth-child(1) {
  grid-area: Main;
  grid-column: 1;
  grid-row: 1/3;
}
.property-image-gallery img {
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
  cursor: zoom-in;
}
@media (max-width: 767px) {
  .property-image-gallery .property-image__wrapper:nth-child(n+2) {
    display: none;
  }
}
@media (min-width: 768px) {
  .property-image-gallery {
    display: grid;
    grid-template-columns: 1.4fr 0.6fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px 20px;
    grid-template-areas: "Main .";
    justify-items: stretch;
  }
}
.property-image-gallery--offmarket .property-image__wrapper {
  position: relative;
}
.property-image-gallery--offmarket .property-image__wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.property-image-gallery--offmarket .property-image__notice {
  display: block;
}
.property-image__notice {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 700px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
  margin: 0;
  display: none;
}
.photo-label {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fffef5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 5px 0.4rem 5px 0.6rem;
  font-size: 15px;
}
.photo-label:after {
  content: 'g';
  color: #f60;
  font-family: 'fiascons' !important;
  font-size: 33px;
  line-height: 0;
  margin-left: 0.3em;
  position: relative;
  top: 5px;
}
.single-property #container,
.single-property .property-images {
  padding: 0 30px;
}
.single-property h4 {
  color: #337f7d;
  margin-bottom: 2rem;
  margin-top: 0;
}
.single-property .type-property {
  padding-top: 100px;
}
@media (min-width: 1024px) {
  .single-property .type-property {
    padding-top: 150px;
  }
}
.single-property div.property .images .flexslider {
  background: transparent;
  border: none;
}
.property_title {
  font-size: 1.8rem;
  color: #337f7d;
  margin-bottom: 0;
}
.summary:not(.entry-summary) .summary-contents {
  max-width: 570px;
}
.entry-summary {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.entry-summary .property_title {
  width: 60%;
  margin-top: 0;
}
.entry-summary .price {
  width: 40%;
  text-align: right;
  color: #337f7d;
  font-weight: 600;
  font-size: 1.8rem;
}
.entry-summary #mobile-enquiry {
  margin: 1rem auto 0 auto;
}
@media (min-width: 1024px) {
  .entry-summary #mobile-enquiry {
    display: none;
  }
}
.property_meta {
  margin: 2rem 0;
  border-top: 1px solid #f8bf95;
  border-bottom: 1px solid #f8bf95;
  width: 100%;
}
@media (min-width: 1024px) {
  .property_meta {
    margin: 4rem 0 5rem;
  }
}
.property_meta ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  width: 100%;
}
.property_meta li {
  list-style: none;
  display: block;
  overflow: hidden;
  width: 50%;
  text-align: center;
}
.property_meta li:before {
  content: 'c';
  display: block;
  background: #fdeadc;
  -webkit-background-size: contain;
  background-size: contain;
  font-family: 'fiascons' !important;
  color: #f60;
  font-size: 1.5em;
  width: 42px;
  height: 42px;
  margin: 0 auto 1rem auto;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (min-width: 600px) {
  .property_meta li {
    width: 50%;
    text-align: left;
  }
  .property_meta li:before {
    float: left;
    margin: 0 1.5rem 0 0;
    width: 70px;
    height: 70px;
    font-size: 2em;
    line-height: 70px;
  }
}
.property_meta a {
  text-decoration: underline;
}
.property_meta span {
  color: #337f7d;
  font-weight: 600;
  display: block;
  margin: 0.25em 0 0.5em;
}
.property_meta .property-type:before {
  content: 'd';
}
.property_meta .deposit:before {
  content: 'a';
}
.property_meta .available-date {
  order: -1;
}
.property_meta .available-date:before {
  content: 'c';
}
.property_meta .furnished:before {
  content: 'b';
}
.property_meta .bathrooms:before {
  content: 'f';
}
.property_meta .bedrooms:before {
  content: 'e';
}
.property_meta .not-available {
  order: -1;
}
.property_meta .not-available:before {
  content: '';
  background: url("img/icon-cross.svg") no-repeat center center #fdeadc;
}
@media (max-width: 600px) {
  .property_meta .not-available:before {
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
  }
}
.property_meta .parking,
.property_meta .outside-space,
.property_meta .reception-rooms,
.property_meta .availability,
.property_meta .reference-number {
  display: none;
}
.property_meta--let .available-date {
  display: none;
}
.floorplan {
  margin: 2rem 0;
  border-top: 1px solid #f8bf95;
  border-bottom: 1px solid #f8bf95;
  width: 100%;
  padding: 2rem 0;
}
.floorplan h4 {
  width: 100%;
}
.floorplan img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (min-width: 1024px) {
  .floorplan {
    margin: 3rem 0 4rem 0;
    padding: 4rem 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .floorplan img {
    width: 100%;
    max-width: 570px;
    height: auto;
  }
  .floorplan .floorplan-image-wrapper,
  .floorplan .arrows {
    width: 50%;
  }
  .floorplan .arrows {
    padding: 0px 30px 0px 0px;
    max-width: 45%;
    margin-top: 1rem;
  }
}
@media (min-width: 1024px) {
  .summary:not(.entry-summary),
  .sidebar {
    width: 45%;
  }
}
.quick-links {
  background: #fffef5;
  position: fixed;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 2rem 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .quick-links {
    display: none;
  }
}
.quick-links ul {
  margin: 0;
  padding: 20px 0;
}
.quick-links li {
  list-style: none;
  display: inline-block;
}
.quick-links li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1em;
  margin-right: 3em;
  display: block;
}
.quick-links li a:before {
  content: '~';
  display: inline-block;
  font-family: 'fiascons' !important;
  font-size: 2em;
  vertical-align: baseline;
  color: #337f7d;
  margin-right: 0.4em;
  line-height: 0;
  text-transform: none;
  position: relative;
  top: 5px;
}
.quick-links .map:before {
  top: 2px;
}
.quick-links .save {
  font-family: 'Moderat', 'Helvetica', sans-serif !important;
  color: #000;
}
.quick-links .save:before {
  content: 'h';
}
.quick-links .save.saved:before {
  content: 'H';
}
.quick-links .save.liked:before {
  content: 'H';
}
.quick-links .share:before {
  content: '&';
}
.quick-links .floor:before {
  content: '*';
}
.quick-links .tour:before {
  content: '(';
}
.quick-links .back:before {
  content: '<';
}
.quick-links .button {
  margin: 0 0 0 auto;
}
.quick-links--right {
  text-align: right;
  bottom: auto;
  top: 0;
}
.quick-links--right .left {
  margin-right: auto;
  float: left;
}
.quick-links--right .left a {
  margin-left: 0;
}
.quick-links--right ul {
  width: 100%;
}
.quick-links--right li a {
  margin-right: 0;
  margin-left: 3em;
}
.property_actions,
.features h4 {
  display: none !important;
}
.features ul {
  padding: 0;
  font-weight: 300;
  margin: 0.5rem 0;
}
.features li {
  display: inline;
}
.features li:before {
  content: '· ';
}
.features li:first-child:before {
  display: none;
}
.features-custom {
  padding: 0;
  font-weight: 300;
  margin: 0.5rem 0;
  width: 100%;
  font-size: 1.2rem;
}
.features-custom span {
  display: block;
  line-height: 1.5;
  margin: 0.2em 0;
}
.features-custom span:before {
  content: '· ';
}
@media (min-width: 768px) {
  .features-custom span {
    display: inline;
  }
  .features-custom span:first-child:before {
    display: none;
  }
}
.quick-links__wrapper {
  max-width: 1240px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 1600px) {
  .quick-links__wrapper {
    max-width: 1410px;
  }
}
.property__content {
  margin-top: 2rem;
  margin-bottom: 5rem;
}
@media (min-width: 1240px) {
  .property__content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
#property_map_canvas {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
}
html.js .page-title {
  opacity: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -o-transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
}
html.js .loaded .page-title {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -o-transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
}
html.js .text .content-wrapper {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -o-transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
}
html.js .text.animateIn .content-wrapper {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -o-transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
}
html.js h3,
html.js .spacer,
html.js .large-list li,
html.js .single-post--pullquote {
  opacity: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -o-transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
}
html.js .animateIn h3,
html.js .animateIn .spacer,
html.js .animateIn.spacer,
html.js .animateIn.single-post--pullquote {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -o-transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
}
html.js .animateIn .large-list li {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -o-transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
}
html.js .animateIn .large-list li:nth-child(1) {
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
}
html.js .animateIn .large-list li:nth-child(2) {
  transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
}
html.js .animateIn .large-list li:nth-child(3) {
  transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
}
html.js .animateIn .large-list li:nth-child(4) {
  transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
}
html.js .animateIn .large-list li:nth-child(5) {
  transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
}
html.js .animateIn .large-list li:nth-child(6) {
  transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
}
html.js .animateIn .large-list li:nth-child(7) {
  transition-delay: 1.600000000000001s;
  -moz-transition-delay: 1.600000000000001s;
  -webkit-transition-delay: 1.600000000000001s;
  -o-transition-delay: 1.600000000000001s;
}
html.js .animateIn .large-list li:nth-child(8) {
  transition-delay: 1.700000000000001s;
  -moz-transition-delay: 1.700000000000001s;
  -webkit-transition-delay: 1.700000000000001s;
  -o-transition-delay: 1.700000000000001s;
}
html.js .animateIn .large-list li:nth-child(9) {
  transition-delay: 1.800000000000001s;
  -moz-transition-delay: 1.800000000000001s;
  -webkit-transition-delay: 1.800000000000001s;
  -o-transition-delay: 1.800000000000001s;
}
html.js .animateIn .large-list li:nth-child(10) {
  transition-delay: 1.900000000000001s;
  -moz-transition-delay: 1.900000000000001s;
  -webkit-transition-delay: 1.900000000000001s;
  -o-transition-delay: 1.900000000000001s;
}
html.js .animateIn .large-list li:nth-child(11) {
  transition-delay: 2.000000000000001s;
  -moz-transition-delay: 2.000000000000001s;
  -webkit-transition-delay: 2.000000000000001s;
  -o-transition-delay: 2.000000000000001s;
}
html.js .animateIn .large-list li:nth-child(12) {
  transition-delay: 2.100000000000001s;
  -moz-transition-delay: 2.100000000000001s;
  -webkit-transition-delay: 2.100000000000001s;
  -o-transition-delay: 2.100000000000001s;
}
html.js .animateIn .large-list li:nth-child(13) {
  transition-delay: 2.200000000000001s;
  -moz-transition-delay: 2.200000000000001s;
  -webkit-transition-delay: 2.200000000000001s;
  -o-transition-delay: 2.200000000000001s;
}
html.js .animateIn .large-list li:nth-child(14) {
  transition-delay: 2.300000000000001s;
  -moz-transition-delay: 2.300000000000001s;
  -webkit-transition-delay: 2.300000000000001s;
  -o-transition-delay: 2.300000000000001s;
}
html.js .animateIn .large-list li:nth-child(15) {
  transition-delay: 2.400000000000001s;
  -moz-transition-delay: 2.400000000000001s;
  -webkit-transition-delay: 2.400000000000001s;
  -o-transition-delay: 2.400000000000001s;
}
.page h1 {
  max-width: 950px;
}
.page h3.center {
  text-align: center;
}
.page ul.large-list {
  max-width: 900px;
  margin: 2rem auto;
  font-family: 'Pangea', 'Helvetica', sans-serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: left;
  padding-left: 55px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page ul.large-list li {
  font-size: 1.4rem;
  line-height: 1.2em;
  margin-bottom: 3rem;
  list-style: none;
  position: relative;
}
.page ul.large-list li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -45px;
  background: url("img/arrow-yellow.svg") no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 30px;
  height: 22px;
}
@media (min-width: 768px) {
  .page ul.large-list li {
    font-size: 1.8rem;
  }
  .page ul.large-list li:before {
    top: 0.2em;
  }
}
@media (min-width: 1024px) {
  .page ul.large-list li:before {
    left: -60px;
    width: 40px;
    height: 35px;
  }
}
.page ul.large-list li span {
  display: block;
  font-weight: 400;
  font-size: 1rem;
}
.page .single-post--pullquote blockquote {
  max-width: 910px;
}
@media (min-width: 1024px) {
  .page .single-post--pullquote blockquote:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    left: 100%;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODEiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCA4MSA0MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYyLjM5MDYgOC42MTg5NUM2NC40OTA2IDcuODE4OTUgNjYuNTkwNiA3LjExODk1IDY4LjY5MDYgNi41MTg5NUM3MC42OTA2IDYuMDE4OTUgNzIuNjkwNiA1LjcxODk1IDc0Ljc5MDYgNS41MTg5NUM3NS42OTA2IDUuNTE4OTUgNzYuNTkwNiA1LjUxODk1IDc3LjM5MDYgNS42MTg5NUM3OC4yOTA2IDUuNzE4OTUgNzkuMDkwNiA1LjkxODk1IDc5Ljg5MDYgNi4yMTg5NUM4MC4xOTA2IDYuMzE4OTUgODAuMjkwNiA2LjIxODk1IDgwLjE5MDYgNS45MTg5NUM4MC4wOTA2IDUuNzE4OTUgODAuMDkwNiA1LjYxODk1IDc5Ljk5MDYgNS40MTg5NUM3OS42OTA2IDQuOTE4OTUgNzkuMzkwNiA0LjQxODk1IDc4Ljk5MDYgMy45MTg5NUM3OC40OTA2IDMuMzE4OTUgNzcuOTkwNiAyLjcxODk1IDc3LjM5MDYgMi4yMTg5NUM3Ni43OTA2IDEuNzE4OTUgNzYuMTkwNiAxLjExODk1IDc1LjQ5MDYgMC44MTg5NUM3My43OTA2IDAuMjE4OTUgNzEuODkwNiAtMC4wODEwNSA3MC4wOTA2IDAuMDE4OTVDNjcuOTkwNiAwLjExODk1IDY1Ljg5MDYgMC4zMTg5NSA2My44OTA2IDAuODE4OTVDNjEuODkwNiAxLjMxODk1IDU5Ljg5MDYgMS44MTg5NSA1Ny44OTA2IDIuNjE4OTVDNTUuNjkwNiAzLjQxODk1IDUzLjQ5MDYgNC4zMTg5NSA1MS4yOTA2IDUuMzE4OTVDNDcuMjkwNiA3LjAxODk1IDQzLjM5MDYgOC44MTg5NSAzOS4zOTA2IDEwLjYxODlDMzUuNDkwNiAxMi40MTkgMzEuNTkwNiAxNC41MTg5IDI3Ljc5MDYgMTYuNTE4OUMyNi4xOTA2IDE3LjMxODkgMjQuNTkwNiAxOC4zMTg5IDIzLjA5MDYgMTkuMjE4OUMyNC42OTA2IDE2LjcxODkgMjYuMjkwNiAxNC4yMTkgMjcuODkwNiAxMS43MTlDMjcuOTkwNiAxMS40MTkgMjcuODkwNiAxMS4xMTg5IDI3LjY5MDYgMTAuODE4OUMyNy4xOTA2IDkuOTE4OTUgMjYuNDkwNiA5LjAxODk1IDI1Ljc5MDYgOC4yMTg5NUMyNS4yOTA2IDcuNjE4OTUgMjQuNjkwNiA3LjExODk1IDI0LjA5MDYgNi42MTg5NUMyMy45OTA2IDYuNjE4OTUgMjIuNzkwNiA1LjUxODk1IDIyLjQ5MDYgNS44MTg5NUMyMC43OTA2IDguMTE4OTUgMTkuMDkwNiAxMC41MTg5IDE3LjQ5MDYgMTIuOTE5QzE1Ljc5MDYgMTUuMjE5IDE0LjA5MDYgMTcuNTE4OSAxMi4yOTA2IDE5LjgxODlDMTAuNjkwNiAyMS45MTg5IDguOTkwNjMgMjMuOTE4OSA3LjM5MDYyIDI1LjkxODlDNi4zOTA2MiAyNi44MTg5IDUuNDkwNjIgMjcuODE4OSA0LjU5MDYyIDI4LjkxODlDMy4wOTA2MiAzMC43MTg5IDEuNDkwNjMgMzIuNDE4OSAwLjQ5MDYyNSAzNC41MTg5QzAuNDkwNjI1IDM0LjYxODkgMC40OTA2MjUgMzQuNzE5IDAuMzkwNjI1IDM0LjgxOUMwLjM5MDYyNSAzNS4wMTkgMC40OTA2MjUgMzUuMzE4OSAwLjU5MDYyNSAzNS41MTg5QzAuNTkwNjI1IDM1LjYxODkgMC42OTA2MjUgMzUuNzE4OSAwLjY5MDYyNSAzNS43MTg5QzAuNjkwNjI1IDM1LjgxODkgMC43OTA2MjUgMzYuMDE5IDAuODkwNjI1IDM2LjExODlDMS4wOTA2MiAzNi42MTg5IDEuNDkwNjIgMzcuMTE4OSAxLjc5MDYyIDM3LjUxODlDMi4xOTA2MiAzOC4xMTg5IDIuNzkwNjIgMzguNzE4OSAzLjE5MDYyIDM5LjIxODlDMy43OTA2MyAzOS45MTg5IDQuNDkwNjMgNDAuNTE5IDUuMTkwNjMgNDEuMTE4OUM1LjU5MDYzIDQxLjQxODkgNi4zOTA2MiA0Mi4xMTg5IDYuOTkwNjIgNDIuMDE4OUMxMi45OTA2IDQwLjUxODkgMTguNjkwNiAzNy45MTg5IDI0LjU5MDYgMzYuMzE5QzI3Ljk5MDYgMzUuNDE4OSAzMS4yOTA2IDM0LjUxOSAzNC42OTA2IDMzLjYxODlDMzcuNTkwNiAzMi44MTkgNDAuNTkwNiAzMi4xMTg5IDQzLjM5MDYgMzEuMjE4OUM0My40OTA2IDMwLjkxODkgNDMuMzkwNiAzMC42MTg5IDQzLjE5MDYgMzAuMzE4OUM0Mi42OTA2IDI5LjMxODkgNDEuODkwNiAyOC41MTg5IDQxLjE5MDYgMjcuNzE4OUM0MC42OTA2IDI3LjExODkgNDAuMDkwNiAyNi42MTg5IDM5LjQ5MDYgMjYuMTE4OUMzOS4wOTA2IDI1LjgxOSAzOC40OTA2IDI1LjIxODkgMzcuODkwNiAyNS4zMTg5QzM0Ljc5MDYgMjUuODE4OSAzMS43OTA2IDI2LjUxODkgMjguNzkwNiAyNy4yMTg5QzI2Ljc5MDYgMjcuNjE4OSAyNC44OTA2IDI4LjExODkgMjIuODkwNiAyOC42MTg5QzI0LjE5MDYgMjcuODE5IDI1LjQ5MDYgMjYuOTE4OSAyNi43OTA2IDI2LjIxODlDMjguNzkwNiAyNS4xMTg5IDMwLjc5MDYgMjMuOTE4OSAzMi42OTA2IDIyLjgxODlDMzQuNTkwNiAyMS43MTg5IDM2LjU5MDYgMjAuNzE4OSAzOC41OTA2IDE5LjcxODlDNDIuMjkwNiAxNy43MTg5IDQ2LjA5MDYgMTUuOTE5IDQ5Ljc5MDYgMTQuMjE5QzU0LjA5MDYgMTIuMjE5IDU4LjE5MDYgMTAuMzE4OSA2Mi4zOTA2IDguNjE4OTVaIiBmaWxsPSIjRjRGNDFFIi8+Cjwvc3ZnPgo=");
    width: 80px;
    height: 42px;
  }
}
.text {
  padding-left: 2rem;
  padding-right: 2rem;
}
.text .inner-wrapper {
  max-width: 1067px;
}
.text .content-wrapper {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.text .content-wrapper *:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .text .inner-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .text .content-wrapper {
    width: 50%;
    margin-bottom: 2rem;
  }
  .text .content-wrapper:first-child {
    margin-right: 2rem;
  }
  .text .content-wrapper:last-child {
    margin-left: 2rem;
  }
}
.four-o-four {
  height: auto;
}
@media (min-width: 768px) {
  .four-o-four h1 {
    font-size: 3.5rem;
  }
}
.no-js {
  display: block;
}
