/* Container covering its entire parent */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, td, th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

blockquote, q {
  quotes: none;
}

blockquote::after, blockquote:before, q::after, q:before {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  position: relative;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.vbox-overlay {
  --vbox-tools-color:#fff;
  --vbox-title-background:#101010;
  --vbox-title-width:"auto";
  --vbox-title-radius:0;
  --vbox-share-background:#101010;
  --vbox-share-width:"auto";
  --vbox-share-radius:0;
  --vbox-padding:0;
  --vbox-max-width:100%;
}

.vbox-overlay *, .vbox-overlay :after, .vbox-overlay :before {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

.vbox-overlay * {
  backface-visibility: visible;
}

.vbox-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

.vbox-share, .vbox-title {
  line-height: 1;
  position: fixed;
  z-index: 98;
  text-align: center;
  margin: 0 auto;
  color: var(--vbox-tools-color);
}

.vbox-title {
  font-size: 12px;
  background-color: var(--vbox-title-background);
  width: var(--vbox-title-width);
  border-radius: var(--vbox-title-radius);
  padding: 12px 54px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.vbox-share {
  font-size: 24px;
  padding: 0 0.35em;
  background-color: var(--vbox-share-background);
  width: var(--vbox-share-width);
  border-radius: var(--vbox-share-radius);
}

.vbox-link-btn, button.vbox-link-btn, button.vbox-link-btn:active, button.vbox-link-btn:focus, button.vbox-link-btn:hover {
  border: none !important;
  background: 0 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  padding: 6px 12px;
  outline: 0;
  display: inline-block;
  cursor: pointer;
}

.vbox-share a {
  color: inherit !important;
  padding: 6px 12px;
  display: inline-block;
}

.vbox-share svg {
  z-index: 10;
  vertical-align: middle;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 6px 15px;
  color: #000;
  color: var(--vbox-tools-color);
  border: 0;
  font-size: 24px;
  display: flex;
  align-items: center;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.vbox-close:hover {
  opacity: 1;
}

.vbox-left-corner {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  line-height: 1;
  font-size: 12px;
  z-index: 99;
  display: flex;
  align-items: center;
  color: var(--vbox-tools-color);
}

.vbox-num {
  display: inline-block;
  padding: 12px 15px;
}

.vbox-left {
  left: 0;
}

.vbox-right {
  right: 0;
}

.vbox-top {
  top: 0;
}

.vbox-bottom {
  bottom: 0;
}

.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.vbox-next:hover, .vbox-prev:hover {
  opacity: 1;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: var(--vbox-tools-color);
  border-right-color: var(--vbox-tools-color);
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  transform: rotate(-135deg);
}

.vbox-next span {
  transform: rotate(45deg);
  right: 10px;
}

.vbox-inline, .venoratio {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.venoratio::before {
  display: block;
  padding-top: var(--vb-aspect-ratio);
  content: "";
}

.venoratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--vbox-padding);
}

.venoratio-1x1 {
  --vb-aspect-ratio:100%;
  max-width: min(var(--vbox-max-width), 100vh - 60px);
}

.venoratio-4x3.vbox-child.venoratio {
  --vb-aspect-ratio:calc(3 / 4 * 100%);
  max-width: min(var(--vbox-max-width), (100vh - 60px) * 4 / 3);
}

.venoratio-16x9.vbox-child.venoratio {
  --vb-aspect-ratio:calc(9 / 16 * 100%);
  max-width: min(var(--vbox-max-width), (100vh - 60px) * 16 / 9);
}

.venoratio-21x9.vbox-child.venoratio {
  --vb-aspect-ratio:calc(9 / 21 * 100%);
  max-width: min(var(--vbox-max-width), (100vh - 60px) * 21 / 9);
}

.venoratio-full {
  --vb-aspect-ratio:calc(100vh - 60px);
}

.vbox-child.vbox-inline, .vbox-child.venoratio {
  max-width: 100%;
}

.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
  padding: 30px 0;
}

.vbox-content {
  opacity: 0;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

.vbox-child {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: var(--vbox-max-width);
  text-align: initial;
  padding: var(--vbox-padding);
}

.vbox-child img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block;
}

.vbox-fit .vbox-child img, .vbox-fit .vbox-child.venoratio {
  max-height: calc(100vh - 60px);
}

.vbox-grab .vbox-child img {
  cursor: grab;
}

.vbox-child > iframe {
  border: none !important;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.vbox-preloader {
  transform: translateZ(0);
}

.vbox-preloader .vbox-preloader-inner {
  opacity: 1;
  transition: opacity 0.2s;
}

.vbox-hidden {
  display: none;
}

.vbox-preloader.vbox-hidden .vbox-preloader-inner {
  opacity: 0;
}

.vbox-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(-1px);
  z-index: 0;
}

.vbox-tooltip {
  position: relative;
  display: inline-block;
}

.vbox-tooltip .vbox-tooltip-text {
  visibility: hidden;
  color: #fff;
  text-align: center;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  margin-bottom: 2px;
  font-family: sans-serif;
}

.vbox-top .vbox-tooltip .vbox-tooltip-text {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 2px;
}

.vbox-tooltip-inner {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 6px;
  font-size: 10px;
}

.vbox-tooltip:hover .vbox-tooltip-text {
  visibility: visible;
  opacity: 1;
}

.vbox-overlay {
  --sk-size:40px;
  --sk-color:#333;
}

.sk-center {
  margin: auto;
}

.sk-plane {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  animation: sk-plane 1.2s infinite ease-in-out;
}

@keyframes sk-plane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-chase {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  100%, 80% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  0%, 100% {
    transform: scale(1);
  }
}
.sk-bounce {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-bounce-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--sk-color);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.sk-bounce-dot:nth-child(2) {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  45%, 55% {
    transform: scale(1);
  }
}
.sk-wave {
  width: var(--sk-size);
  height: var(--sk-size);
  display: flex;
  justify-content: space-between;
}

.sk-wave-rect {
  background-color: var(--sk-color);
  height: 100%;
  width: 15%;
  animation: sk-wave 1.2s infinite ease-in-out;
}

.sk-wave-rect:nth-child(1) {
  animation-delay: -1.2s;
}

.sk-wave-rect:nth-child(2) {
  animation-delay: -1.1s;
}

.sk-wave-rect:nth-child(3) {
  animation-delay: -1s;
}

.sk-wave-rect:nth-child(4) {
  animation-delay: -0.9s;
}

.sk-wave-rect:nth-child(5) {
  animation-delay: -0.8s;
}

@keyframes sk-wave {
  0%, 100%, 40% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.sk-pulse {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@keyframes sk-pulse {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.sk-flow {
  width: calc(var(--sk-size) * 1.3);
  height: calc(var(--sk-size) * 1.3);
  display: flex;
  justify-content: space-between;
}

.sk-flow-dot {
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 50%;
  animation: sk-flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both;
}

.sk-flow-dot:nth-child(1) {
  animation-delay: -0.3s;
}

.sk-flow-dot:nth-child(2) {
  animation-delay: -0.15s;
}

@keyframes sk-flow {
  0%, 100%, 80% {
    transform: scale(0.3);
  }
  40% {
    transform: scale(1);
  }
}
.sk-swing {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-swing 1.8s infinite linear;
}

.sk-swing-dot {
  width: 45%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-swing-dot 2s infinite ease-in-out;
}

.sk-swing-dot:nth-child(2) {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes sk-swing {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-swing-dot {
  0%, 100% {
    transform: scale(0.2);
  }
  50% {
    transform: scale(1);
  }
}
.sk-circle {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle 1.2s infinite ease-in-out both;
}

.sk-circle-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-circle-fade {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-fade-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-fade-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle-fade 1.2s infinite ease-in-out both;
}

.sk-circle-fade-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-fade-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-fade-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-fade-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-fade-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-fade-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-fade-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-fade-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-fade-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-fade-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-fade-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-fade-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-fade-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-fade-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-fade-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-fade-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-fade-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-fade-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-fade-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-fade-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-fade-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-fade-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle-fade {
  0%, 100%, 39% {
    opacity: 0;
    transform: scale(0.6);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
}
.sk-grid {
  width: var(--sk-size);
  height: var(--sk-size);
}

.sk-grid-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: var(--sk-color);
  float: left;
  animation: sk-grid 1.3s infinite ease-in-out;
}

.sk-grid-cube:nth-child(1) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(2) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(3) {
  animation-delay: 0.4s;
}

.sk-grid-cube:nth-child(4) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(5) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(6) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(7) {
  animation-delay: 0s;
}

.sk-grid-cube:nth-child(8) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(9) {
  animation-delay: 0.2s;
}

@keyframes sk-grid {
  0%, 100%, 70% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.sk-fold {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  transform: rotateZ(45deg);
}

.sk-fold-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}

.sk-fold-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sk-color);
  animation: sk-fold 2.4s infinite linear both;
  transform-origin: 100% 100%;
}

.sk-fold-cube:nth-child(2) {
  transform: scale(1.1) rotateZ(90deg);
}

.sk-fold-cube:nth-child(4) {
  transform: scale(1.1) rotateZ(180deg);
}

.sk-fold-cube:nth-child(3) {
  transform: scale(1.1) rotateZ(270deg);
}

.sk-fold-cube:nth-child(2):before {
  animation-delay: 0.3s;
}

.sk-fold-cube:nth-child(4):before {
  animation-delay: 0.6s;
}

.sk-fold-cube:nth-child(3):before {
  animation-delay: 0.9s;
}

@keyframes sk-fold {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%, 90% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.sk-wander {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-wander-cube {
  background-color: var(--sk-color);
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  --sk-wander-distance:calc(var(--sk-size) * 0.75);
  animation: sk-wander 2s ease-in-out -2s infinite both;
}

.sk-wander-cube:nth-child(2) {
  animation-delay: -0.5s;
}

.sk-wander-cube:nth-child(3) {
  animation-delay: -1s;
}

@keyframes sk-wander {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
  }
  50% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
  }
  50.1% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/**********************************************************
* Overwrite default styles for plugins
**********************************************************/
.slick-arrow:not(.carousel__arrow) {
  transition: all 250ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  border-radius: 50%;
  height: 60px;
  line-height: 60px;
  width: 60px;
  background-color: black;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.75);
  visibility: visible;
  z-index: 2;
}
.slick-arrow:not(.carousel__arrow).slick-prev {
  background-image: url("../image/icon/arrow-left-light.svg");
  left: 10px;
}
.slick-arrow:not(.carousel__arrow).slick-next {
  background-image: url("../image/icon/arrow-right-light.svg");
  right: 10px;
}
.slick-arrow:not(.carousel__arrow):hover {
  margin-top: -3px;
}
.slick-arrow:not(.carousel__arrow).slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.slick-arrow:not(.carousel__arrow).slick-hidden {
  display: none !important;
}
@media only screen and (min-width: 481px) {
  .slick-arrow:not(.carousel__arrow) {
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1281px) {
  .slick-arrow:not(.carousel__arrow) {
    border-radius: 50%;
    /* height: 92px; */
    /* line-height: 92px; */
    /* width: 92px; */
  }
  .slick-arrow:not(.carousel__arrow).slick-prev {
    left: -4.6rem;
  }
  .slick-arrow:not(.carousel__arrow).slick-next {
    right: -4.6rem;
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.slick-dots li {
  line-height: 1px;
  margin: 0 4px;
}
.slick-dots button {
  transition: all 250ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 6px;
  font-size: 0;
  height: 12px;
  width: 12px;
}
.slick-dots button:focus {
  outline: none;
}
.slick-dots .slick-active button {
  background-color: black;
}

/* Venobox */
.vbox-close {
  display: none;
}

/* youtube modal */
.yu2fvl {
  z-index: 9999;
  top: 0;
}
.yu2fvl-iframe {
  display: block;
  height: 100%;
  width: 100%;
  border: 0;
}
.yu2fvl-overlay {
  z-index: 9998;
  background: rgba(0, 0, 0, 0.7);
}

.yu2fvl-close {
  transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  border: none;
  border-radius: 20px;
  background: white url(../image/icon/close.svg) no-repeat center !important;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 10px !important;
  text-indent: -9999px;
  top: -20px !important;
  width: 40px !important;
}
.yu2fvl-close:focus {
  outline: none;
  top: -18px !important;
}
@media only screen and (min-width: 641px) {
  .yu2fvl-close {
    right: -20px !important;
  }
}

/**********************************************************
 * Fade-in animations
**********************************************************/
.word {
  display: inline-block;
  white-space: nowrap;
}

.letter {
  display: inline-block;
  opacity: 0;
}

.js-animate {
  opacity: 0;
}

.js-box {
  opacity: 0;
}

.-no-anim {
  opacity: 1 !important;
}

/**********************************************************
 * Dealing with display:none transition nightmares
**********************************************************/
@keyframes display {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes display-flex {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}
/**********************************************************
 * Force an element to contain its children
**********************************************************/
.g-clearfix::after, .g-grid::after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

* html .g-clearfix, * html .g-grid {
  zoom: 1;
} /* IE6 */
*:first-child + html .g-clearfix, *:first-child + html .g-grid {
  zoom: 1;
} /* IE7 */
/**********************************************************
 * Global elements
**********************************************************/
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  min-height: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
}

body, input, textarea, select, button {
  color: black;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3em;
}
@media only screen and (min-width: 1025px) {
  body, input, textarea, select, button {
    font-size: 1.7rem;
    line-height: 1.5em;
  }
}

/* No scrolling when mobile menu is open */
body.-no-scroll {
  overflow: hidden;
}

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

img {
  max-width: 100%;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

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

sup {
  font-size: 50%;
  vertical-align: top;
}

sub, small {
  font-size: 50%;
  line-height: 1em;
}

/**********************************************************
 * Global styles
 **********************************************************/
/* Ordinary link */
.g-link {
  align-items: center;
  display: inline-flex;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.g-link .icon {
  position: relative;
  top: 1px;
}
.g-link .icon:first-child:not(:last-child) {
  margin-right: 10px;
}
.g-link .icon:last-child:not(:first-child) {
  margin-left: 10px;
}

.g-underline {
  position: relative;
}
.g-underline::after {
  background-color: black;
  content: "";
  bottom: -3px;
  height: 4px;
  left: 0;
  position: absolute;
  transform: scaleY(0);
  transform-origin: center bottom;
  transition: transform 0.2s;
  width: 100%;
}
.g-underline:hover::after {
  transform: scaleY(1);
}


.g-underline--white::after {
  background-color: white;
}

.g-img {
  display: block;
  width: 100%;
}

.g-bg {
  background-color: #FAFAF9;
}

.g-gray {
  color: #716C64;
}

.g-white {
  color: white;
}

.g-beige {
  background-color: #DBD9CC;
}

.g-block {
  display: block;
}

.g-overflow {
  overflow: hidden;
}

.g-bold {
  font-weight: bold;
}

.g-left {
  text-align: left;
}

.g-bottom {
  align-items: flex-end;
}

.g-hr {
  background-color: gray;
  border: none;
  display: block;
  height: 1px;
  margin-bottom: 30px;
  margin-top: 15px;
}
@media only screen and (min-width: 1281px) {
  .g-hr {
    margin-bottom: 40px;
    margin-top: 20px;
  }
}

.g-ontop {
  position: relative;
  z-index: 1;
}

.g-ontoper {
  position: relative;
  z-index: 3 !important;
}

.g-relative {
  position: relative;
}

.g-absolute {
  position: absolute;
}

.g-no-pointer {
  pointer-events: none;
}

/* Background covering its entire parent */
.g-fullscreen {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Margins */
.g-mb-0 {
  margin-bottom: 0 !important;
}

.g-mb-5 {
  margin-bottom: 0.5rem !important;
}

.g-mb-10 {
  margin-bottom: 1rem !important;
}

.g-mb-15 {
  margin-bottom: 1.5rem !important;
}

.g-mb-20 {
  margin-bottom: 2rem !important;
}

.g-mb-30 {
  margin-bottom: 3rem !important;
}

.g-mb-40 {
  margin-bottom: 4rem !important;
}

.g-mt-0 {
  margin-top: 0 !important;
}

.g-mt-5 {
  margin-top: 0.5rem !important;
}

.g-mt-10 {
  margin-top: 1rem !important;
}

.g-mt-15 {
  margin-top: 1.5rem !important;
}

.g-mt-20 {
  margin-top: 2rem !important;
}

.g-mt-30 {
  margin-top: 3rem !important;
}

.g-mt-40 {
  margin-top: 4rem !important;
}

.g-ml-0 {
  margin-left: 0 !important;
}

.g-ml-5 {
  margin-left: 0.5rem !important;
}

.g-ml-10 {
  margin-left: 1rem !important;
}

.g-ml-15 {
  margin-left: 1.5rem !important;
}

.g-ml-20 {
  margin-left: 2rem !important;
}

.g-ml-30 {
  margin-left: 3rem !important;
}

.g-ml-40 {
  margin-left: 4rem !important;
}

.g-mr-0 {
  margin-right: 0 !important;
}

.g-mr-5 {
  margin-right: 0.5rem !important;
}

.g-mr-10 {
  margin-right: 1rem !important;
}

.g-mr-15 {
  margin-right: 1.5rem !important;
}

.g-mr-20 {
  margin-right: 2rem !important;
}

.g-mr-30 {
  margin-right: 3rem !important;
}

.g-mr-40 {
  margin-right: 4rem !important;
}

/* Vertically aligned flex rows from a breakpoint up */
.g-vertical {
  align-items: center;
}

.g-start {
  align-items: flex-start;
}

@media only screen and (min-width: 481px) {
  .g-vertical-sm {
    align-items: center;
  }
}
@media only screen and (min-width: 641px) {
  .g-vertical-md {
    align-items: center;
  }
}
@media only screen and (min-width: 1025px) {
  .g-vertical-xm {
    align-items: center;
  }
}
@media only screen and (min-width: 1281px) {
  .g-vertical-lg {
    align-items: center;
  }
}
@media only screen and (min-width: 1601px) {
  .g-vertical-xl {
    align-items: center;
  }
}
.g-vertical-self {
  align-self: center;
}

/* Center from a breakpoint up */
.g-center {
  text-align: center;
}

@media only screen and (min-width: 481px) {
  .g-center-sm {
    text-align: center;
  }
}
@media only screen and (min-width: 641px) {
  .g-center-md {
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .g-center-xm {
    text-align: center;
  }
}
@media only screen and (min-width: 1281px) {
  .g-center-lg {
    text-align: center;
  }
}
@media only screen and (min-width: 1601px) {
  .g-center-xl {
    text-align: center;
  }
}
/**********************************************************
 * CMS-entered text (from WYSIWYG editor)
**********************************************************/
.g-editor {
  font-size: clamp(1.5rem, 2vw, 1.7rem);
  line-height: 1.55em;
  /* Headings */
  /* Element styles */
  /* Image with caption */
}
.g-editor--sm {
  font-size: 1.5rem;
  line-height: 1.4em;
}
.g-editor--lg {
  font-size: clamp(1.5rem, 2vw, 2rem);
}
.g-editor h1, .g-editor h2, .g-editor h3, .g-editor h4, .g-editor h5, .g-editor h6 {
  line-height: 1.3em;
  margin-bottom: 2rem;
  margin-top: 4rem;
}
.g-editor h1:first-child, .g-editor h2:first-child, .g-editor h3:first-child, .g-editor h4:first-child, .g-editor h5:first-child, .g-editor h6:first-child {
  margin-top: 0;
}
.g-editor h2 {
  font-size: clamp(2.5rem, 4vw, 3.2rem);
}
.g-editor h3, .g-editor h4 {
  font-size: clamp(2rem, 3vw, 2.5rem);
}
.g-editor h5, .g-editor h6 {
  font-size: clamp(1.7rem, 2vw, 2rem);
}
.g-editor a {
  transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  text-decoration: underline;
  text-decoration-color: inherit;
  text-underline-offset: 2px;
}
.g-editor p {
  margin-bottom: 10px;
  /* No spacing for last paragraph */
}
.g-editor p:last-child, .g-editor p:first-child:last-child {
  margin-bottom: 0;
}
.g-editor strong {
  font-weight: bold;
}
.g-editor em {
  font-style: italic;
}
.g-editor ul {
  list-style: circle inside;
  margin: 20px 0;
}
.g-editor ul li {
  margin-bottom: 15px;
  padding-left: 20px;
}
.g-editor ul li:last-child {
  margin-bottom: 0;
}
.g-editor ol {
  list-style: decimal inside;
  margin: 20px 0;
}
.g-editor ol li {
  line-height: 1.4em;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}
.g-editor img {
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
}
.g-editor figure {
  margin: 20px 0;
}
.g-editor figure img {
  display: block;
  margin-bottom: 0;
  width: 100%;
}
.g-editor figure img + figcaption {
  color: gray;
  font-size: 1.4rem;
  line-height: 1.2em;
  margin-bottom: 30px;
  padding: 10px 0;
}
.g-editor table {
  border-spacing: 1px;
  border-collapse: separate;
  font-size: 1.4rem;
  table-layout: fixed;
}
.g-editor th {
  background-color: black;
  border-right: 1px solid transparent;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
.g-editor td {
  border-bottom: 1px solid #ddd;
  min-width: 200px;
  padding: 15px 10px;
  vertical-align: top;
}
.g-editor td ul,
.g-editor td ol {
  margin-top: 0;
  margin-left: 0;
}
.g-editor tr:last-child td {
  border-bottom: none;
}
@media only screen and (min-width: 1025px) {
  .g-editor {
    /* Image with caption */
  }
  .g-editor p {
    margin-bottom: 20px;
  }
  .g-editor figure {
    margin: 30px 0;
  }
  .g-editor img {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1281px) {
  .g-editor--lg p {
    margin-bottom: 30px;
  }
  .g-editor ul,
  .g-editor ol {
    margin: 40px 0;
  }
  .g-editor ul li,
  .g-editor ol li {
    margin-bottom: 15px;
    padding-left: 36px;
    padding-top: 0;
  }
}

/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
.g-grid {
  letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
  *letter-spacing: normal; /* reset IE < 8 */
  *word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
  max-width: 100%;
  text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */
  width: 100%;
  /* Use flexbox when possible to avoid `letter-spacing` side-effects. */
  display: flex;
  flex-flow: row wrap;
  /* Prevents distributing space between rows */
  align-content: flex-start;
}

/* IE10 display: -ms-flexbox (and display: flex in IE 11) does not work inside a table; fall back to block and rely on font hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .g-grid {
    display: block;
  }
}
/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus,
.g-grid {
  word-spacing: -0.43em;
}

.col {
  display: inline-block;
  *display: inline; /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.g-grid [class*=pure-u] {
  font-family: sans-serif;
}

.col-1,
.col-1-1,
.col-1-2,
.col-1-3,
.col-2-3,
.col-1-4,
.col-3-4,
.col-1-5,
.col-2-5,
.col-3-5,
.col-4-5,
.col-5-5,
.col-1-6,
.col-5-6,
.col-1-8,
.col-3-8,
.col-5-8,
.col-7-8,
.col-1-12,
.col-5-12,
.col-7-12,
.col-11-12,
.col-1-24,
.col-2-24,
.col-3-24,
.col-4-24,
.col-5-24,
.col-6-24,
.col-7-24,
.col-8-24,
.col-9-24,
.col-10-24,
.col-11-24,
.col-12-24,
.col-13-24,
.col-14-24,
.col-15-24,
.col-16-24,
.col-17-24,
.col-18-24,
.col-19-24,
.col-20-24,
.col-21-24,
.col-22-24,
.col-23-24,
.col-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.col-1-24 {
  width: 4.1667%;
  *width: 4.1357%;
}

.col-1-12,
.col-2-24 {
  width: 8.3333%;
  *width: 8.3023%;
}

.col-1-8,
.col-3-24 {
  width: 12.5%;
  *width: 12.469%;
}

.col-1-6,
.col-4-24 {
  width: 16.6667%;
  *width: 16.6357%;
}

.col-1-5 {
  width: 20%;
  *width: 19.969%;
}

.col-5-24 {
  width: 20.8333%;
  *width: 20.8023%;
}

.col-1-4,
.col-6-24 {
  width: 25%;
  *width: 24.969%;
}

.col-7-24 {
  width: 29.1667%;
  *width: 29.1357%;
}

.col-1-3,
.col-8-24 {
  width: 33.3333%;
  *width: 33.3023%;
}

.col-3-8,
.col-9-24 {
  width: 37.5%;
  *width: 37.469%;
}

.col-2-5 {
  width: 40%;
  *width: 39.969%;
}

.col-5-12,
.col-10-24 {
  width: 41.6667%;
  *width: 41.6357%;
}

.col-11-24 {
  width: 45.8333%;
  *width: 45.8023%;
}

.col-1-2,
.col-12-24 {
  width: 50%;
  *width: 49.969%;
}

.col-13-24 {
  width: 54.1667%;
  *width: 54.1357%;
}

.col-7-12,
.col-14-24 {
  width: 58.3333%;
  *width: 58.3023%;
}

.col-3-5 {
  width: 60%;
  *width: 59.969%;
}

.col-5-8,
.col-15-24 {
  width: 62.5%;
  *width: 62.469%;
}

.col-2-3,
.col-16-24 {
  width: 66.6667%;
  *width: 66.6357%;
}

.col-17-24 {
  width: 70.8333%;
  *width: 70.8023%;
}

.col-3-4,
.col-18-24 {
  width: 75%;
  *width: 74.969%;
}

.col-19-24 {
  width: 79.1667%;
  *width: 79.1357%;
}

.col-4-5 {
  width: 80%;
  *width: 79.969%;
}

.col-5-6,
.col-20-24 {
  width: 83.3333%;
  *width: 83.3023%;
}

.col-7-8,
.col-21-24 {
  width: 87.5%;
  *width: 87.469%;
}

.col-11-12,
.col-22-24 {
  width: 91.6667%;
  *width: 91.6357%;
}

.col-23-24 {
  width: 95.8333%;
  *width: 95.8023%;
}

.col-1,
.col-1-1,
.col-5-5,
.col-24-24 {
  width: 100%;
}

@media only screen and (min-width: 321px) {
  .col-xs-1,
  .col-xs-1-1,
  .col-xs-1-2,
  .col-xs-1-3,
  .col-xs-2-3,
  .col-xs-1-4,
  .col-xs-3-4,
  .col-xs-1-5,
  .col-xs-2-5,
  .col-xs-3-5,
  .col-xs-4-5,
  .col-xs-5-5,
  .col-xs-1-6,
  .col-xs-5-6,
  .col-xs-1-8,
  .col-xs-3-8,
  .col-xs-5-8,
  .col-xs-7-8,
  .col-xs-1-12,
  .col-xs-5-12,
  .col-xs-7-12,
  .col-xs-11-12,
  .col-xs-1-24,
  .col-xs-2-24,
  .col-xs-3-24,
  .col-xs-4-24,
  .col-xs-5-24,
  .col-xs-6-24,
  .col-xs-7-24,
  .col-xs-8-24,
  .col-xs-9-24,
  .col-xs-10-24,
  .col-xs-11-24,
  .col-xs-12-24,
  .col-xs-13-24,
  .col-xs-14-24,
  .col-xs-15-24,
  .col-xs-16-24,
  .col-xs-17-24,
  .col-xs-18-24,
  .col-xs-19-24,
  .col-xs-20-24,
  .col-xs-21-24,
  .col-xs-22-24,
  .col-xs-23-24,
  .col-xs-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .col-xs-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .col-xs-1-12,
  .col-xs-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .col-xs-1-8,
  .col-xs-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .col-xs-1-6,
  .col-xs-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .col-xs-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .col-xs-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .col-xs-1-4,
  .col-xs-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .col-xs-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .col-xs-1-3,
  .col-xs-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .col-xs-3-8,
  .col-xs-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .col-xs-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .col-xs-5-12,
  .col-xs-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .col-xs-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .col-xs-1-2,
  .col-xs-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .col-xs-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .col-xs-7-12,
  .col-xs-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .col-xs-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .col-xs-5-8,
  .col-xs-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .col-xs-2-3,
  .col-xs-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .col-xs-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .col-xs-3-4,
  .col-xs-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .col-xs-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .col-xs-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .col-xs-5-6,
  .col-xs-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .col-xs-7-8,
  .col-xs-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .col-xs-11-12,
  .col-xs-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .col-xs-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .col-xs-1,
  .col-xs-1-1,
  .col-xs-5-5,
  .col-xs-24-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) {
  .col-sm-1,
  .col-sm-1-1,
  .col-sm-1-2,
  .col-sm-1-3,
  .col-sm-2-3,
  .col-sm-1-4,
  .col-sm-3-4,
  .col-sm-1-5,
  .col-sm-2-5,
  .col-sm-3-5,
  .col-sm-4-5,
  .col-sm-5-5,
  .col-sm-1-6,
  .col-sm-5-6,
  .col-sm-1-8,
  .col-sm-3-8,
  .col-sm-5-8,
  .col-sm-7-8,
  .col-sm-1-12,
  .col-sm-5-12,
  .col-sm-7-12,
  .col-sm-11-12,
  .col-sm-1-24,
  .col-sm-2-24,
  .col-sm-3-24,
  .col-sm-4-24,
  .col-sm-5-24,
  .col-sm-6-24,
  .col-sm-7-24,
  .col-sm-8-24,
  .col-sm-9-24,
  .col-sm-10-24,
  .col-sm-11-24,
  .col-sm-12-24,
  .col-sm-13-24,
  .col-sm-14-24,
  .col-sm-15-24,
  .col-sm-16-24,
  .col-sm-17-24,
  .col-sm-18-24,
  .col-sm-19-24,
  .col-sm-20-24,
  .col-sm-21-24,
  .col-sm-22-24,
  .col-sm-23-24,
  .col-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .col-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .col-sm-1-12,
  .col-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .col-sm-1-8,
  .col-sm-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .col-sm-1-6,
  .col-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .col-sm-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .col-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .col-sm-1-4,
  .col-sm-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .col-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .col-sm-1-3,
  .col-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .col-sm-3-8,
  .col-sm-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .col-sm-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .col-sm-5-12,
  .col-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .col-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .col-sm-1-2,
  .col-sm-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .col-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .col-sm-7-12,
  .col-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .col-sm-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .col-sm-5-8,
  .col-sm-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .col-sm-2-3,
  .col-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .col-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .col-sm-3-4,
  .col-sm-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .col-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .col-sm-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .col-sm-5-6,
  .col-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .col-sm-7-8,
  .col-sm-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .col-sm-11-12,
  .col-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .col-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .col-sm-1,
  .col-sm-1-1,
  .col-sm-5-5,
  .col-sm-24-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 641px) {
  .col-md-1,
  .col-md-1-1,
  .col-md-1-2,
  .col-md-1-3,
  .col-md-2-3,
  .col-md-1-4,
  .col-md-3-4,
  .col-md-1-5,
  .col-md-2-5,
  .col-md-3-5,
  .col-md-4-5,
  .col-md-5-5,
  .col-md-1-6,
  .col-md-5-6,
  .col-md-1-8,
  .col-md-3-8,
  .col-md-5-8,
  .col-md-7-8,
  .col-md-1-12,
  .col-md-5-12,
  .col-md-7-12,
  .col-md-11-12,
  .col-md-1-24,
  .col-md-2-24,
  .col-md-3-24,
  .col-md-4-24,
  .col-md-5-24,
  .col-md-6-24,
  .col-md-7-24,
  .col-md-8-24,
  .col-md-9-24,
  .col-md-10-24,
  .col-md-11-24,
  .col-md-12-24,
  .col-md-13-24,
  .col-md-14-24,
  .col-md-15-24,
  .col-md-16-24,
  .col-md-17-24,
  .col-md-18-24,
  .col-md-19-24,
  .col-md-20-24,
  .col-md-21-24,
  .col-md-22-24,
  .col-md-23-24,
  .col-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .col-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .col-md-1-12,
  .col-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .col-md-1-8,
  .col-md-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .col-md-1-6,
  .col-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .col-md-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .col-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .col-md-1-4,
  .col-md-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .col-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .col-md-1-3,
  .col-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .col-md-3-8,
  .col-md-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .col-md-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .col-md-5-12,
  .col-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .col-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .col-md-1-2,
  .col-md-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .col-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .col-md-7-12,
  .col-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .col-md-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .col-md-5-8,
  .col-md-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .col-md-2-3,
  .col-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .col-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .col-md-3-4,
  .col-md-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .col-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .col-md-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .col-md-5-6,
  .col-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .col-md-7-8,
  .col-md-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .col-md-11-12,
  .col-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .col-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .col-md-1,
  .col-md-1-1,
  .col-md-5-5,
  .col-md-24-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .col-xm-1,
  .col-xm-1-1,
  .col-xm-1-2,
  .col-xm-1-3,
  .col-xm-2-3,
  .col-xm-1-4,
  .col-xm-3-4,
  .col-xm-1-5,
  .col-xm-2-5,
  .col-xm-3-5,
  .col-xm-4-5,
  .col-xm-5-5,
  .col-xm-1-6,
  .col-xm-5-6,
  .col-xm-1-8,
  .col-xm-3-8,
  .col-xm-5-8,
  .col-xm-7-8,
  .col-xm-1-12,
  .col-xm-5-12,
  .col-xm-7-12,
  .col-xm-11-12,
  .col-xm-1-24,
  .col-xm-2-24,
  .col-xm-3-24,
  .col-xm-4-24,
  .col-xm-5-24,
  .col-xm-6-24,
  .col-xm-7-24,
  .col-xm-8-24,
  .col-xm-9-24,
  .col-xm-10-24,
  .col-xm-11-24,
  .col-xm-12-24,
  .col-xm-13-24,
  .col-xm-14-24,
  .col-xm-15-24,
  .col-xm-16-24,
  .col-xm-17-24,
  .col-xm-18-24,
  .col-xm-19-24,
  .col-xm-20-24,
  .col-xm-21-24,
  .col-xm-22-24,
  .col-xm-23-24,
  .col-xm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .col-xm-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .col-xm-1-12,
  .col-xm-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .col-xm-1-8,
  .col-xm-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .col-xm-1-6,
  .col-xm-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .col-xm-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .col-xm-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .col-xm-1-4,
  .col-xm-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .col-xm-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .col-xm-1-3,
  .col-xm-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .col-xm-3-8,
  .col-xm-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .col-xm-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .col-xm-5-12,
  .col-xm-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .col-xm-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .col-xm-1-2,
  .col-xm-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .col-xm-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .col-xm-7-12,
  .col-xm-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .col-xm-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .col-xm-5-8,
  .col-xm-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .col-xm-2-3,
  .col-xm-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .col-xm-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .col-xm-3-4,
  .col-xm-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .col-xm-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .col-xm-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .col-xm-5-6,
  .col-xm-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .col-xm-7-8,
  .col-xm-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .col-xm-11-12,
  .col-xm-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .col-xm-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .col-xm-1,
  .col-xm-1-1,
  .col-xm-5-5,
  .col-xm-24-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 1281px) {
  .col-lg-1,
  .col-lg-1-1,
  .col-lg-1-2,
  .col-lg-1-3,
  .col-lg-2-3,
  .col-lg-1-4,
  .col-lg-3-4,
  .col-lg-1-5,
  .col-lg-2-5,
  .col-lg-3-5,
  .col-lg-4-5,
  .col-lg-5-5,
  .col-lg-1-6,
  .col-lg-5-6,
  .col-lg-1-8,
  .col-lg-3-8,
  .col-lg-5-8,
  .col-lg-7-8,
  .col-lg-1-12,
  .col-lg-5-12,
  .col-lg-7-12,
  .col-lg-11-12,
  .col-lg-1-24,
  .col-lg-2-24,
  .col-lg-3-24,
  .col-lg-4-24,
  .col-lg-5-24,
  .col-lg-6-24,
  .col-lg-7-24,
  .col-lg-8-24,
  .col-lg-9-24,
  .col-lg-10-24,
  .col-lg-11-24,
  .col-lg-12-24,
  .col-lg-13-24,
  .col-lg-14-24,
  .col-lg-15-24,
  .col-lg-16-24,
  .col-lg-17-24,
  .col-lg-18-24,
  .col-lg-19-24,
  .col-lg-20-24,
  .col-lg-21-24,
  .col-lg-22-24,
  .col-lg-23-24,
  .col-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .col-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .col-lg-1-12,
  .col-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .col-lg-1-8,
  .col-lg-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .col-lg-1-6,
  .col-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .col-lg-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .col-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .col-lg-1-4,
  .col-lg-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .col-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .col-lg-1-3,
  .col-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .col-lg-3-8,
  .col-lg-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .col-lg-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .col-lg-5-12,
  .col-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .col-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .col-lg-1-2,
  .col-lg-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .col-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .col-lg-7-12,
  .col-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .col-lg-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .col-lg-5-8,
  .col-lg-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .col-lg-2-3,
  .col-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .col-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .col-lg-3-4,
  .col-lg-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .col-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .col-lg-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .col-lg-5-6,
  .col-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .col-lg-7-8,
  .col-lg-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .col-lg-11-12,
  .col-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .col-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .col-lg-1,
  .col-lg-1-1,
  .col-lg-5-5,
  .col-lg-24-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 1601px) {
  .col-xl-1,
  .col-xl-1-1,
  .col-xl-1-2,
  .col-xl-1-3,
  .col-xl-2-3,
  .col-xl-1-4,
  .col-xl-3-4,
  .col-xl-1-5,
  .col-xl-2-5,
  .col-xl-3-5,
  .col-xl-4-5,
  .col-xl-5-5,
  .col-xl-1-6,
  .col-xl-5-6,
  .col-xl-1-8,
  .col-xl-3-8,
  .col-xl-5-8,
  .col-xl-7-8,
  .col-xl-1-12,
  .col-xl-5-12,
  .col-xl-7-12,
  .col-xl-11-12,
  .col-xl-1-24,
  .col-xl-2-24,
  .col-xl-3-24,
  .col-xl-4-24,
  .col-xl-5-24,
  .col-xl-6-24,
  .col-xl-7-24,
  .col-xl-8-24,
  .col-xl-9-24,
  .col-xl-10-24,
  .col-xl-11-24,
  .col-xl-12-24,
  .col-xl-13-24,
  .col-xl-14-24,
  .col-xl-15-24,
  .col-xl-16-24,
  .col-xl-17-24,
  .col-xl-18-24,
  .col-xl-19-24,
  .col-xl-20-24,
  .col-xl-21-24,
  .col-xl-22-24,
  .col-xl-23-24,
  .col-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .col-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .col-xl-1-12,
  .col-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .col-xl-1-8,
  .col-xl-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .col-xl-1-6,
  .col-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .col-xl-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .col-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .col-xl-1-4,
  .col-xl-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .col-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .col-xl-1-3,
  .col-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .col-xl-3-8,
  .col-xl-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .col-xl-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .col-xl-5-12,
  .col-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .col-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .col-xl-1-2,
  .col-xl-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .col-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .col-xl-7-12,
  .col-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .col-xl-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .col-xl-5-8,
  .col-xl-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .col-xl-2-3,
  .col-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .col-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .col-xl-3-4,
  .col-xl-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .col-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .col-xl-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .col-xl-5-6,
  .col-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .col-xl-7-8,
  .col-xl-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .col-xl-11-12,
  .col-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .col-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .col-xl-1,
  .col-xl-1-1,
  .col-xl-5-5,
  .col-xl-24-24 {
    width: 100%;
  }
}
/**********************************************************
 * Spacing between columns
**********************************************************/
.g-gutter:nth-child(2n+1) {
  padding-right: 1.5%;
}
.g-gutter:nth-child(2n) {
  padding-left: 1.5%;
}

@media only screen and (min-width: 481px) {
  .g-gutter-sm:nth-child(2n+1) {
    padding-right: 1%;
  }
  .g-gutter-sm:nth-child(2n) {
    padding-left: 1%;
  }
}

@media only screen and (min-width: 641px) {
  .g-gutter-md:nth-child(2n+1) {
    padding-left: 1.5%;
  }
  .g-gutter-md:nth-child(2n) {
    padding-right: 1.5%;
  }
}

@media only screen and (min-width: 1025px) {
  .g-gutter-xm:nth-child(2n+1) {
    padding-right: 3%;
  }
  .g-gutter-xm:nth-child(3n) {
    padding-left: 2%;
  }
}

@media only screen and (min-width: 1281px) {
  .g-gutter-lg:nth-child(2n+1) {
    padding-right: 3%;
  }
  .g-gutter-lg:nth-child(2n) {
    padding-left: 3%;
  }
}

/**********************************************************
 * Wrapper for section headings
**********************************************************/
.g-head {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 641px) {
  .g-head--spaced {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1025px) {
  .g-head {
    margin-bottom: 2rem;
  }
  .g-head--spaced {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 1281px) {
  .g-head {
    margin-bottom: 4rem;
  }
  .g-head--spaced {
    margin-bottom: 6rem;
  }
}
@media only screen and (min-width: 1601px) {
  .g-head {
    margin-bottom: 5rem;
  }
  .g-head--spaced {
    margin-bottom: 8rem;
  }
}

/**********************************************************
 * Reverse column order up to a breakpoint
**********************************************************/
.g-invert,
.g-invert-sm,
.g-invert-md,
.g-invert-xm,
.g-invert-lg,
.g-invert-xl {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 481px) {
  .g-invert-sm {
    flex-direction: row;
  }
}
@media only screen and (min-width: 641px) {
  .g-invert-md {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1025px) {
  .g-invert-xm {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1281px) {
  .g-invert-lg {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1601px) {
  .g-invert-xl {
    flex-direction: row;
  }
}
/**********************************************************
 * Padded sections
**********************************************************/
.g-padded--xl {
  padding-bottom: 70px;
  padding-top: 70px;
}
.g-padded--lg {
  padding-bottom: 60px;
  padding-top: 60px;
}
.g-padded--xm {
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
}
.g-padded--md {
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
.g-padded--sm {
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
}
.g-padded--xs {
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
}
.g-padded--no-top {
  padding-top: 0 !important;
}
.g-padded--no-bottom {
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 1025px) {
  .g-padded--xl {
    padding-bottom: 150px;
    padding-top: 150px;
  }
  .g-padded--lg {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .g-padded--xm {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .g-padded--md {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .g-padded--sm {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .g-padded--xs {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1281px) {
  .g-padded--xl {
    padding-bottom: 200px;
    padding-top: 200px;
  }
  .g-padded--lg {
    padding-bottom: 150px;
    padding-top: 150px;
  }
  .g-padded--xm {
    padding-bottom: 120px;
    padding-top: 120px;
  }
  .g-padded--md {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .g-padded--sm {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .g-padded--xs {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

/**********************************************************
 * Spaced sections
**********************************************************/
.g-section--xl {
  margin-bottom: 70px;
  margin-top: 70px;
}
.g-section--lg {
  margin-bottom: 60px;
  margin-top: 60px;
}
.g-section--xm {
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative;
}
.g-section--md {
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.g-section--sm {
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
}
.g-section--xs {
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
}
.g-section--no-top {
  margin-top: 0 !important;
}
.g-section--no-bottom {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 1025px) {
  .g-section--xl {
    margin-bottom: 150px;
    margin-top: 150px;
  }
  .g-section--lg {
    margin-bottom: 100px;
    margin-top: 100px;
  }
  .g-section--xm {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .g-section--md {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .g-section--sm {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .g-section--xs {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1281px) {
  .g-section--xl {
    margin-bottom: 200px;
    margin-top: 200px;
  }
  .g-section--lg {
    margin-bottom: 150px;
    margin-top: 150px;
  }
  .g-section--xm {
    margin-bottom: 120px;
    margin-top: 120px;
  }
  .g-section--md {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .g-section--sm {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .g-section--xs {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

/**********************************************************
 * Show/hide elements from a breakpoint up
**********************************************************/
.g-hide {
  display: none !important;
}

@media only screen and (min-width: 481px) {
  .g-inline--sm {
    display: inline-block !important;
  }
  .g-block--sm {
    display: block !important;
  }
  .g-flex--sm {
    display: flex !important;
  }
  .g-inline-flex--sm {
    display: flex !important;
  }
  .g-hide--sm {
    display: none !important;
  }
}
@media only screen and (min-width: 641px) {
  .g-inline--md {
    display: inline-block !important;
  }
  .g-block--md {
    display: block !important;
  }
  .g-flex--md {
    display: flex !important;
  }
  .g-inline-flex--md {
    display: flex !important;
  }
  .g-hide--md {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .g-inline--xm {
    display: inline-block !important;
  }
  .g-block--xm {
    display: block !important;
  }
  .g-flex--xm {
    display: flex !important;
  }
  .g-inline-flex--xm {
    display: inline-flex !important;
  }
  .g-hide--xm {
    display: none !important;
  }
}
@media only screen and (min-width: 1281px) {
  .g-inline--lg {
    display: inline-block !important;
  }
  .g-block--lg {
    display: block !important;
  }
  .g-flex--lg {
    display: flex !important;
  }
  .g-inline-flex--lg {
    display: inline-flex !important;
  }
  .g-hide--lg {
    display: none !important;
  }
}
/**********************************************************
 * Headings
**********************************************************/
.g-title {
  display: block;
  line-height: 1.2em;
  margin-bottom: 2rem;
  text-wrap: balance;
  /* Size */
  /* Variations */
}
.g-title--xxl {
  font-size: clamp(3.2rem, 8.5vw, 12rem);
  opacity: 0; /* for animation */
}
.g-title--xl {
  font-size: clamp(3.2rem, 6vw, 8rem);
  opacity: 0; /* for animation */
}
.g-title--lg {
  font-size: clamp(3.2rem, 5vw, 6.5rem);
  line-height: 1.1em;
  opacity: 0; /* for animation */
}
.g-title--xm {
  font-size: clamp(2.5rem, 4vw, 5.4rem);
  opacity: 0; /* for animation */
}
.g-title--md {
  font-size: clamp(2.5rem, 3vw, 4.5rem);
  opacity: 0; /* for animation */
}
.g-title--sm {
  font-size: clamp(2rem, 2vw, 3.2rem);
  line-height: 1.4em;
  opacity: 0; /* for animation */
}
.g-title--xs {
  font-size: clamp(1.7rem, 1.5vw, 2.5rem);
  line-height: 1.4em;
}
.g-title--caps {
  font-size: 2rem;
  text-transform: uppercase;
}
.g-title--caps-sm {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.g-title--inline {
  display: inline-block;
}
.g-title--center {
  align-items: center;
  text-align: center;
}
.g-title--no-bottom {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 1025px) {
  .g-title {
    margin-bottom: 3rem;
  }
  .g-title--xxl, .g-title--xl, .g-title--lg, .g-title--xm, .g-title--md {
    font-weight: 300;
  }
  .g-title--caps {
    margin-bottom: 20px;
  }
}

/**********************************************************
 * Wrap containers
**********************************************************/
.g-wrap {
  /* Limited width */
  margin-left: auto;
  margin-right: auto;
  max-width: 1370px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  /* Global wrapper - prevents horizontal scroll */
}
.g-wrap--main {
  clear: both;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.g-wrap--spaced {
  padding-left: 20px;
  padding-right: 20px;
}
.g-wrap--xl {
  max-width: 1600px;
}
.g-wrap--lg {
  max-width: 960px;
}
.g-wrap--md {
  max-width: 740px;
}
.g-wrap--sm {
  max-width: 640px;
}
@media only screen and (min-width: 641px) {
  .g-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .g-wrap--main {
    padding-left: 9rem;
  }
}
@media only screen and (min-width: 1281px) {
  .g-wrap--spaced {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1601px) {
  .g-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .g-wrap--spaced {
    padding: 0 50px;
  }
}

/**********************************************************
 * Buttons
**********************************************************/
.btn {
  transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  align-items: center;
  display: inline-flex;
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  line-height: 1.5em;
  pointer-events: all;
  position: relative;
  white-space: nowrap;
  /* Wrap 2 buttons together */
}
.btn:focus {
  outline: none;
}
.btn--sm {
  font-size: 1.5rem;
  padding: 15px 18px;
}
.btn--md {
  min-width: 120px;
  padding: 10px 15px;
}
.btn--lg {
  padding: 17px 30px;
}
.btn--full {
  width: 100%;
}
.btn--stroke {
  border: 1px solid black;
}
.btn--stroke:hover {
  background-color: black;
  border-color: transparent;
  color: white;
}
.btn--stroke:hover .icon {
  filter: invert(1);
}
.btn--stroke-light {
  border: 1px solid white;
  color: white;
}
.btn--stroke-light:hover {
  background-color: white;
  border-color: transparent;
  color: black;
}
.btn--stroke-light:hover .icon {
  filter: invert(1);
}
.btn .icon, .btn__icon {
  transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  display: inline-block;
}
.btn .icon:first-child, .btn__icon:first-child {
  margin-right: 10px;
}
.btn .icon:last-child, .btn__icon:last-child {
  margin-left: 10px;
}
.btn__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
}
.btn__wrap .btn {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1025px) {
  .btn--md {
    padding: 17px 20px;
  }
  .btn--spaced {
    margin-top: 30px;
  }
}

/**********************************************************
 * Icon styles
**********************************************************/
.icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  flex-shrink: 0;
  /* Space between icon/label */
  /*  Alphabetical list of SVG icons
      Format: @include icon('name', width, height)
      See abstract/mixins.scss for the icon mixin
  */
}
.icon--spaced {
  vertical-align: middle;
}
.icon--spaced:first-child:not(:last-child) {
  margin-right: 15px;
}
.icon--spaced:last-child:not(:first-child) {
  margin-left: 15px;
}
.icon--arrow-left {
  background-image: url("../image/icon/arrow-left.svg");
  height: 15px;
  width: 22px;
}
.icon--arrow-left-light {
  background-image: url("../image/icon/arrow-left-light.svg");
  height: 11px;
  width: 29px;
}
.icon--arrow-right {
  background-image: url("../image/icon/arrow-right.svg");
  height: 11px;
  width: 29px;
}
.icon--arrow-right-light {
  background-image: url("../image/icon/arrow-right-light.svg");
  height: 10px;
  width: 29px;
}
.icon--caret {
  background-image: url("../image/icon/caret.svg");
  height: 6px;
  width: 12px;
}
.icon--caret-left {
  background-image: url("../image/icon/caret-left.svg");
  height: 20px;
  width: 10px;
}
.icon--caret-lg {
  background-image: url("../image/icon/caret-lg.svg");
  height: 10px;
  width: 20px;
}
.icon--caret-right {
  background-image: url("../image/icon/caret-right.svg");
  height: 20px;
  width: 10px;
}
.icon--close {
  background-image: url("../image/icon/close.svg");
  height: 38px;
  width: 38px;
}
.icon--external {
  background-image: url("../image/icon/external.svg");
  height: 20px;
  width: 20px;
}
.icon--filter-pool {
  background-image: url("../image/icon/filter-pool.svg");
  height: 20px;
  width: 21px;
}
.icon--filter-stairs {
  background-image: url("../image/icon/filter-stairs.svg");
  height: 16px;
  width: 21px;
}
.icon--filter-yard {
  background-image: url("../image/icon/filter-yard.svg");
  height: 20px;
  width: 24px;
}
.icon--info {
  background-image: url("../image/icon/info.svg");
  height: 23px;
  width: 23px;
}
.icon--map {
  background-image: url("../image/icon/map.svg");
  height: 17px;
  width: 23px;
}
.icon--nav-open {
  background-image: url("../image/icon/nav-open.svg");
  height: 15px;
  width: 32px;
}
.icon--nav-close {
  background-image: url("../image/icon/nav-close.svg");
  height: 24px;
  width: 24px;
}
.icon--pdf {
  background-image: url("../image/icon/pdf.svg");
  height: 17px;
  width: 15px;
}
.icon--plus {
  background-image: url("../image/icon/plus.svg");
  height: 15px;
  width: 15px;
}
.icon--social-fb {
  background-image: url("../image/icon/social-fb.svg");
  height: 26px;
  width: 26px;
}
.icon--social-fb-white {
  background-image: url("../image/icon/social-fb-white.svg");
  height: 26px;
  width: 26px;
}
.icon--social-ig {
  background-image: url("../image/icon/social-ig.svg");
  height: 26px;
  width: 26px;
}
.icon--social-ig-white {
  background-image: url("../image/icon/social-ig-white.svg");
  height: 26px;
  width: 26px;
}
.icon--social-in {
  background-image: url("../image/icon/social-in.svg");
  height: 26px;
  width: 26px;
}
.icon--social-in-white {
  background-image: url("../image/icon/social-in-white.svg");
  height: 26px;
  width: 26px;
}
.icon--stage {
  background-image: url("../image/icon/stage.svg");
  height: 28px;
  width: 40px;
}
.icon--table {
  background-image: url("../image/icon/table.svg");
  height: 30px;
  width: 35px;
}

/**********************************************************
 * 
**********************************************************/
.accordion__item {
  border-bottom: 1px solid #CCC;
  padding-bottom: 2rem;
}
.accordion__item.-open .accordion__header {
  padding-bottom: 2rem;
}
.accordion__item.-open .accordion__icon {
  opacity: 1;
  transform: rotate(45deg);
}
.accordion__header {
  transition: all 250ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
  text-transform: uppercase;
}
.accordion__header:hover {
  text-decoration: underline;
}
.accordion__icon {
  transition: all 250ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  opacity: 0.5;
}

/**********************************************************
 * 
**********************************************************/
.box {
  color: black;
  opacity: 0; /* for animation */
  position: relative;
}
.box::after {
  background-color: #DBD9CC;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.box--push {
  display: inline-block;
  margin-top: -1rem;
  top: 2rem;
}
.box__inner {
  position: relative;
  z-index: 1;
}
.box__filter {
  padding: 1rem 1rem 1rem 2rem;
}
.box__item {
  margin-bottom: 0.2rem;
  margin-right: 1.2rem;
}
.box__check-input {
  display: none;
}
.box__check-input:checked + .box__check-label, .box__link.-current {
  background-color: white;
  color: black;
}
.box__check-input:checked + .box__check-label .box__check-count, .box__link.-current .box__check-count {
  background-color: black;
  color: white;
}
.box__check-input:checked + .box__check-label .icon, .box__link.-current .icon {
  opacity: 1;
}
.box__check-label, .box__link {
  transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  align-items: center;
  background-color: #ECE9D9;
  border-radius: 5px;
  color: #716C64;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  line-height: 1.2em;
  padding: 0.6rem 1.4rem;
}
.box__check-label:hover, .box__link:hover {
  background-color: white;
}
.box__check-label .icon, .box__link .icon {
  transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  margin-right: 0.8rem;
  opacity: 0.6;
}
.box__check-count, .box__link-count {
  transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  border-radius: 50%;
  height: 22px;
  line-height: 22px;
  width: 22px;
  align-items: center;
  background-color: #DBD9CC;
  color: #716C64;
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
  margin-left: 0.5rem;
}
.box__cta {
  transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  align-items: center;
  background-color: #333333;
  color: white;
  display: flex;
  font-size: 1.5rem;
  justify-content: center;
  line-height: 1.2em;
  margin-left: auto;
  padding: 1rem 3rem;
  width: 100%;
}
.box__cta:hover {
  background-color: #1C1D1F;
}
.box__cta:hover .icon {
  transform: translateX(0.5rem);
}
.box__cta .icon {
  transition: all 250ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
}
@media only screen and (min-width: 641px) {
  .box__list {
    display: flex;
  }
}
@media only screen and (min-width: 1025px) {
  .box::after {
    left: -100%;
  }
  .box--push {
    margin-top: -2rem;
    top: 4rem;
  }
  .box__inner {
    display: flex;
    padding: 0;
  }
  .box__inner--lg {
    flex-direction: column;
  }
  .box__cta {
    align-items: flex-start;
    flex-direction: column;
    max-width: 20rem;
    text-wrap: balance;
  }
}
@media only screen and (max-width: 1280px) {
  #section-form {
    padding-top: 60px;
  }

  .box__cta--lg {
    align-items: center;
    flex-direction: row;
    max-width: none;
  }
}
@media only screen and (min-width: 1281px) {
  .box__inner--lg {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1601px) {
  .box__filter {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}

/**********************************************************
 * 
**********************************************************/
.carousel {
  position: relative;
}
.carousel__list {
  display: flex;
}
.carousel__list .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.carousel__item {
  padding: 0 15px;
}
.carousel__img {
  display: block;
  width: 100%;
}
.carousel__title {
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.carousel__arrow {
  align-items: center;
  background-color: white;
  display: flex;
  justify-content: center;
  padding: 1.5rem 2rem;
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
}
.carousel__arrow.-prev {
  left: 0;
}
.carousel__arrow.-next {
  right: 0;
}

/**********************************************************
 * Hide native checkbox, use label before/after
**********************************************************/
.checkbox {
  font-size: 1.5rem;
  margin-bottom: 5px;
  margin-right: 2px;
  min-height: 24px;
}
.checkbox--sm {
  font-size: 1.4rem;
}
.checkbox--light {
  color: #716C64;
}
.checkbox--map .checkbox__label {
  display: flex;
  padding-bottom: 1rem;
  padding-top: 1rem;
  width: 100%;
}
.checkbox--map .checkbox__label::before, .checkbox--map .checkbox__label::after {
  top: 50%;
  transform: translateY(-50%);
}
.checkbox--map .checkbox__label::after {
  background-color: black;
}
.checkbox--map .checkbox__label:hover {
  color: black;
}
.checkbox--map .checkbox__label:hover::after {
  filter: invert(1);
  opacity: 0.3;
  visibility: visible;
}
.checkbox__input {
  display: none;
  position: absolute;
  right: 100px;
  /* Selected states */
}
.checkbox__input:checked + .checkbox__label::after {
  filter: none;
  opacity: 1;
  visibility: visible;
}
.checkbox__input:checked + .checkbox__label--neat {
  color: black;
  font-weight: bold;
}
.checkbox__label {
  color: #716C64;
  cursor: pointer;
  display: inline-block;
  line-height: 1em;
  padding-left: 32px;
  position: relative;
  text-align: left;
  /* Radio buttons */
  /* Prevent selection upon fast clicking */
}
.checkbox__label::before, .checkbox__label::after {
  transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  content: "";
  border-radius: 2px;
  display: inline-block;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: -1px;
}
.checkbox__label::before {
  border: 1px solid #716C64;
  height: 18px;
  width: 18px;
}
.checkbox__label::after {
  transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  background: #716C64 url("../image/icon/check-sm-white.svg") no-repeat center;
  display: inline-block;
  height: 20px;
  left: 0px;
  opacity: 0;
  top: -1px;
  visibility: hidden;
  width: 20px;
}
.checkbox__label:hover::before {
  border-color: gray;
}
.checkbox__label--neat::before {
  background-color: white;
  border-color: white;
}
.checkbox__label--neat::after {
  background-image: url("../image/icon/check-sm.svg");
  background-color: white;
}
.checkbox__label--neat:hover {
  color: black;
}
.checkbox__label--neat:hover::before {
  border-color: white;
}
.checkbox__label--neat:hover::after {
  opacity: 0.3;
  visibility: visible;
}
.checkbox__label--radio {
  flex: 1;
  padding-left: 25px;
}
.checkbox__label--radio::before, .checkbox__label--radio::after {
  border-radius: 10px;
}
.checkbox__label::-moz-selection {
  background-color: none;
}
.checkbox__label::selection {
  background-color: none;
}
.checkbox__label a {
  text-decoration: underline;
}
.checkbox__label a:hover {
  color: #716C64;
}

/**********************************************************
 * 
**********************************************************/
.complex__title {
  text-transform: uppercase;
}
.complex__title-sub {
  line-height: 1em;
}
.complex__img {
  display: block;
}
.complex__key {
  margin-top: 2rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
}
.complex__item {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.complex__item:last-child {
  margin-bottom: 0;
}
.complex__icon {
  margin-right: 1.5rem;
  min-width: 3.5rem;
}
@media only screen and (min-width: 641px) {
  .complex__list {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
@media only screen and (min-width: 1025px) {
  .complex__key {
    margin-top: 5rem;
  }
  .complex__list {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media only screen and (min-width: 1281px) {
  .complex__key {
    padding-left: 4rem;
  }
}

/**********************************************************
 * GDPR cookie consent
**********************************************************/
.consent {
  transition: all 250ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  background-color: white;
  bottom: 0;
  color: black;
  font-size: 1.4rem;
  left: 0;
  position: fixed;
  text-align: center;
  transform: translateY(100%);
  width: 100%;
  z-index: 5;
}
.consent.-is-shown {
  transform: translateY(0);
}
.consent__inner {
  padding: 10px 20px;
}
.consent__text a {
  text-decoration: underline;
}
.consent__btn {
  margin-top: 10px;
}
@media only screen and (min-width: 641px) {
  .consent__inner {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .consent__text {
    margin-right: 30px;
  }
  .consent__btn {
    margin-top: 0;
  }
}

/**********************************************************
 * 
**********************************************************/
.dots__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 4em;
  position: relative;
  text-align: center;
}
.dots__item::after {
  border-radius: 50%;
  height: 400px;
  line-height: 400px;
  width: 400px;
  background-color: #FAFAF9;
  content: "";
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  position: absolute;
  z-index: -1;
}
.dots__inner {
  position: relative;
  z-index: 2;
}
.dots__icon {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 481px) {
  .dots__item {
    padding: 0 3em;
  }
}
@media only screen and (min-width: 1025px) {
  .dots__list {
    display: flex;
  }
  .dots__item {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .dots__item::after {
    border-radius: 50%;
    height: 580px;
    line-height: 580px;
    width: 580px;
  }
}

/**********************************************************
 * 
**********************************************************/
.fancy__text {
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
.fancy__img {
  display: block;
  opacity: 0; /* for animation */
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .fancy__text {
    margin-bottom: -2rem;
  }
  .fancy__row {
    display: block;
  }
  .fancy__row:first-child {
    text-align: left;
  }
  .fancy__row:last-child {
    text-align: right;
  }
}

/**********************************************************
 * Location / contact google maps
**********************************************************/
.focus {
  position: relative;
  text-align: center;
}
.focus__over {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.focus__title {
  font-size: clamp(2rem, 2vw, 3.2rem);
  line-height: 1.5em;
  text-transform: uppercase;
}
.focus__bg {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.focus__bg::after {
  bottom: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, white 100%);
  left: -1%;
  position: absolute;
  right: -1%;
  top: -1%;
  content: "";
}
.focus__video {
  filter: grayscale(1);
  opacity: 0.5;
  pointer-events: none;
  width: clamp(24rem, 62vw, 120rem);
}
@media only screen and (min-width: 1281px) {
  .focus__over {
    margin-bottom: 3rem;
  }
}

/**********************************************************
 * Global footer
**********************************************************/
.footer {
  background-color: #1C1D1F;
  color: white;
}
.footer__logo {
  display: none;
}
.footer__top {
  background-color: #333333;
}
.footer__nav-link {
  display: block;
  line-height: 1.2em;
  margin-bottom: 1.5rem;
}
.footer__nav-link:hover {
  text-decoration: underline;
}
.footer__credit {
  color: #716C64;
  font-size: 1.4rem;
  margin-top: 40px;
}
.footer__credit-link {
  display: block;
  margin-top: 10px;
}
.footer__credit-link:hover {
  color: white;
}
.footer__credit-img {
  display: inline-block;
  margin-left: 5px;
  opacity: 0.5;
  vertical-align: -7px;
  width: 44px;
}
.footer__credit-img:hover {
  opacity: 1;
}
.footer__bottom {
  background-color: black;
  color: #716C64;
  font-size: 1.4rem;
  line-height: 1.2em;
}
.footer__pre {
  background-color: white;
  position: relative;
  z-index: 2;
}
.footer__pre-push {
  color: white;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.footer__pre-img {
  display: block;
  width: 100%;
}
.footer__pre-birds {
  display: none;
}
.footer__broker-link {
  color: white;
  font-size: 1.7rem;
  display: block;
  margin-bottom: 10px;
}
.footer__broker-link:hover {
  color: #716C64;
}
@media only screen and (min-width: 641px) {
  .footer__credit {
    display: flex;
    justify-content: space-between;
  }
  .footer__credit-link {
    margin-top: 0;
  }
  .footer__pre-push {
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .footer__nav {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media only screen and (min-width: 1281px) {
  .footer__logo {
    display: block;
    left: 4%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(0, -60%);
    width: clamp(4.2rem, 4vw, 6.3rem);
    z-index: 2;
  }
  .footer__contact {
    padding-right: 40px;
  }
  .footer__pre-push {
    padding-bottom: 8rem;
  }
}

/**********************************************************
 * Form elements - input, textarea, label
**********************************************************/
.form {
  position: relative;
  text-align: left;
  z-index: 2;
}
.form__item {
  line-height: 1em;
  margin-bottom: 2rem;
}
.form__item:last-child {
  margin-bottom: 0;
}
.form__row {
  margin-bottom: 10px;
}
.form__label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}
.form__label--spaced {
  margin-bottom: 15px;
}
.form__input {
  transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  background: none;
  border: none;
  border-bottom: 1px solid black;
  display: block;
  font-size: 1.5rem;
  padding: 17px 0;
  width: 100%;
}
.form__input::-moz-placeholder {
  color: #716C64;
}
.form__input::placeholder {
  color: #716C64;
}
.form__input:focus {
  outline: none;
}
.form__input--light {
  border-bottom: 1px solid white;
  color: white;
}
.form__input--light::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form__input--light::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form__input--textarea {
  line-height: 1.3em;
  min-height: 120px;
}
.form__checkbox--out {
  margin-top: 20px;
}
.form__submit {
  margin-top: 10px;
  width: 100%;
}
@media only screen and (min-width: 641px) {
  .form--inline {
    padding-bottom: 50px;
  }
  .form__submit {
    margin-top: 0;
    width: auto;
  }
  .form__col {
    padding-right: 20px;
  }
  .form__col:last-of-type {
    padding-right: 0;
  }
  .form__checkbox--out {
    bottom: 0;
    left: 0;
    margin-top: 0;
    position: absolute;
  }
}
@media only screen and (min-width: 1025px) {
  .form__item {
    margin-bottom: 25px;
  }
  .form__label {
    margin-bottom: 10px;
  }
  .form__label--spaced {
    margin-bottom: 20px;
  }
}

/**********************************************************
 * 
**********************************************************/
.gallery__carousel img {
  width: 100%;
}
.gallery__grid {
  display: grid;
  grid: auto/repeat(6, 1fr);
  gap: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.gallery__item {
  background-color: #1C1D1F;
  grid-column: span 2;
}
.gallery__item:nth-child(5n), .gallery__item:nth-child(5n-1) {
  grid-column: span 3;
}
.gallery__item.-hide {
  display: none;
}
.gallery__item:hover .gallery__img {
  opacity: 0.5;
}
.gallery__img {
  transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  display: block;
  width: 100%;
}

/**********************************************************
 * Global header
**********************************************************/
.header {
  position: relative;
  z-index: 10;
}
.header.-open .header__top--white {
  color: black;
}
.header.-open .header__top--white .header__btn {
  background-color: black;
  color: white;
}
.header.-open .header__top::after {
  opacity: 0;
}
.header.-open .header__trigger:hover .header__trigger-icon {
  background-color: black;
}
.header.-open .header__trigger-icon {
  background-color: transparent;
}
.header.-open .header__trigger-icon::before {
  transform: rotate(45deg);
  transform-origin: center;
}
.header.-open .header__trigger-icon::after {
  top: 1.2rem;
  transform: rotate(-45deg);
  transform-origin: center;
}
.header.-open .header__canvas {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.header__top {
  align-items: center;
  display: none;
  justify-content: flex-end;
  left: 0;
  opacity: 0; /* for animation */
  padding: 2rem 3rem;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
.header__top::after {
  background: white;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  content: "";
  height: 120%;
  left: 0;
  position: absolute;
  transition: opacity 0.15s;
  top: 0;
  width: 100%;
  z-index: -1;
}
.header__top--white {
  color: white;
}
.header__top--white::after {
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.header__top--white .header__btn {
  background-color: white;
  color: black;
}
.header__top-item {
  transition: all 250ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  margin-right: 0;
  pointer-events: all;
}
.header__top-item:last-child {
  margin-right: 0;
}
.header__btn {
  background-color: black;
  color: white;
}
.header__btn--inner {
  margin-top: 1rem;
  width: 100%;
}
/* .header__btn:hover {
  opacity: 0.7;
} */
.header__strip {
  background-color: white;
  border-bottom: 1px solid black;
  display: flex;
  height: 6rem;
  justify-content: space-between;
  left: 0;
  padding: 1rem 2rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header__logo {
  align-items: center;
  display: flex;
  opacity: 0; /* for animation */
}
/* .header__logo-img {
  min-width: 200px;
} */
.header__trigger {
  align-items: center;
  display: flex;
  flex-direction: column;
  opacity: 0; /* for animation */
}
.header__trigger:hover .header__trigger-icon::before {
  transform: scaleX(80%);
}
.header__trigger:hover .header__trigger-icon::after {
  transform: scaleX(100%);
}
.header__trigger-icon {
  transition: all 250ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  background-color: black;
  border-radius: 2px;
  height: 3px;
  margin-top: 0.7rem;
  position: relative;
  width: 4.8rem;
}
.header__trigger-icon::before, .header__trigger-icon::after {
  transition: all 250ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  background-color: black;
  border-radius: 2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform-origin: left top;
  width: 100%;
}
.header__trigger-icon::before {
  transform: scaleX(100%);
  top: 1.2rem;
}
.header__trigger-icon::after {
  top: 2.4rem;
  transform: scaleX(60%);
}
.header__trigger-label {
  display: none;
  font-size: 1.5rem;
  margin-top: 3.2rem;
  text-transform: uppercase;
}
.header__canvas {
  transition: all 500ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  background-color: white;
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 12vh 15vw 5vh;
  position: fixed;
  right: 0;
  top: 0;
  transform: scale(1.15);
  transform-origin: center;
  visibility: hidden;
}
.header__canvas-bg {
  bottom: 0;
  display: none;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: clamp(10rem, 42vw, 81rem);
  z-index: -1;
}
.header__nav {
  margin-bottom: 4rem;
}
.header__nav-link {
  display: block;
  font-weight: 300;
  margin-bottom: 0.25em;
  position: relative;
}
.header__nav-link::before {
  background-color: black;
  content: "";
  height: 1px;
  margin-right: 1ch;
  position: absolute;
  right: 100%;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.2s;
  top: 50%;
  width: 3ch;
}
.header__nav-link:hover::before, .header__nav-link.-current::before {
  transform: scaleX(1);
}
.header__nav-link.-current {
  font-weight: 400;
}
.header__contact-link {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-size: clamp(1.8rem, 2vw, 2.5rem);
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 1em;
}
.header__hint {
  font-size: 1.5rem;
  font-weight: normal;
  opacity: 0.5;
}
.header__hint--action {
  text-decoration: underline;
}
.header__hint--action:hover {
  opacity: 1;
}
.header__social {
  align-items: center;
  display: flex;
}
.header__social-link {
  display: flex;
  margin-right: 3rem;
  opacity: 0.5;
  transition: opacity 0.15s;
}
.header__social-link:hover {
  opacity: 1;
}
@media only screen and (min-width: 481px) {
  .header__canvas-bg {
    display: block;
  }
}
@media only screen and (min-width: 641px) {
  .header__top {
    display: flex;
  }
  .header__strip {
    align-items: center;
    border-bottom: none;
    border-right: 1px solid black;
    bottom: 0;
    flex-direction: column;
    height: auto;
    justify-content: space-between;
    overflow: auto;
    padding: 4rem 0;
    width: 9rem;
  }
  .header__logo-img {
    min-width: 0;
  }
  .header__trigger-icon {
    /* margin-top: 4rem; */
  }
  .header__trigger-label {
    display: block;
  }
  .header__canvas {
    padding: 15vh 20vw 10vh;
  }
}
@media only screen and (min-width: 1281px) {
  .header__canvas {
    padding-left: 15vw;
    padding-right: 15vw;
  }
}

/**********************************************************
 * Above the fold area
**********************************************************/
.hero {
  opacity: 0; /* for animation */
  position: relative;
  z-index: 2;
}
/* .hero--full {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: 80vh;
} */

.hero--stage {
  background-color: black;
  color: white;
  z-index: 2;
}
.hero--map {
  height: 80vh;
}
.hero--map iframe {
  height: 100%;
  width: 100%;
}
.hero__push {
  padding-top: clamp(9rem, 11vh, 15rem);
}
.hero__text {
  padding-bottom: 5vh;
  position: relative;
  text-wrap: balance;
  z-index: 2;
}
.hero__prop-header {
  padding-bottom: 3rem;
  padding-left: 4rem;
  position: relative;
}
.hero__rotate {
  display: block;
  line-height: 1em;
  opacity: 0.7;
}
.hero__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__gradient {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 58.34%);
}
.hero__leaves {
  left: 0;
  position: absolute;
  top: 0;
  width: clamp(32rem, 56.5vw, 108rem);
}
.hero__leaves--color {
  background-color: #DBD9CC;
}
.hero__leaves-img {
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 1025px) {
  .hero--full {
    height: 100vh;
  }
  .hero--pull {
    margin-bottom: -5%;
  }
}
@media only screen and (min-width: 1601px) {
  .hero__rotate {
    bottom: 1rem;
    left: -1rem;
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: left center;
  }
}

/**********************************************************
 * Location / contact google maps
**********************************************************/
.map {
  position: relative;
}
.map__side {
  background-color: white;
  display: none;
  padding: 4rem 0 3rem;
}
.map__title {
  padding: 0 3rem;
}
.map__item {
  align-items: center;
  display: flex;
  padding: 0 3rem;
  transition: background-color 0.1s;
  width: 100%;
}
.map__item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.map__item:hover .map__graphic::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.map__graphic {
  display: flex;
  justify-content: center;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: -0.5rem;
  position: relative;
  width: 3rem;
}
.map__graphic::after {
  transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  border-radius: 50%;
  height: 36px;
  line-height: 36px;
  width: 36px;
  background-color: #DBD9CC;
  content: "";
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translate(-50%, -50%) scale(0.5);
  top: 50%;
}
.map__icon {
  max-width: 26px;
  position: relative;
  z-index: 1;
}
.map__map {
  height: 80vh;
}
.map__map iframe {
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .map__side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
  }
  .map__map {
    height: 80vh;
  }
}

/**********************************************************
 * 
**********************************************************/
.masonry__item, .masonry__sizer {
  width: 96%;
}
.masonry__item {
  margin-bottom: 4rem;
}
.masonry__item:last-child {
  margin-bottom: 0;
}
.masonry__title {
  line-height: 1em;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 2;
}
.masonry__time {
  line-height: 1em;
  margin-top: 0.3em;
}
.masonry__img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 481px) {
  .masonry__item, .masonry__sizer {
    width: 46%;
  }
  .masonry__gutter {
    display: block;
    width: 8%;
  }
}
@media only screen and (min-width: 641px) {
  .masonry__item {
    margin-bottom: 6rem;
  }
  .masonry__item:nth-of-type(1) {
    margin-top: 12rem;
  }
  .masonry__title {
    padding-right: 10%;
    text-wrap: balance;
  }
}
@media only screen and (min-width: 1025px) {
  .masonry__item, .masonry__sizer {
    width: 44%;
  }
  .masonry__item {
    margin-bottom: 10rem;
  }
  .masonry__item:nth-of-type(1) {
    margin-top: 20rem;
  }
  .masonry__gutter {
    width: 12%;
  }
  .masonry__graphic {
    position: relative;
  }
  .masonry__inner {
    bottom: 0;
    color: white;
    left: 0;
    padding: 2em 1.5em;
    position: absolute;
    right: 0;
  }
  .masonry__inner::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -100%;
  }
}
@media only screen and (min-width: 1281px) {
  .masonry__item {
    margin-bottom: 16rem;
  }
}
@media only screen and (min-width: 1601px) {
  .masonry__item:nth-of-type(1) {
    margin-top: 28rem;
  }
}

/**********************************************************
 * 
**********************************************************/
.page {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.page__item {
  margin: 0 1rem;
}
.page__link {
  border: 2px solid #E6E6E6;
  display: block;
  line-height: 1.5em;
  padding: 1rem 2rem;
}
.page__link.-current {
  background-color: white;
  border-color: white;
}

/**********************************************************
 * 
**********************************************************/
.pair__graphic {
  margin-bottom: 2rem;
  position: relative;
}
.pair__img {
  display: block;
}
.pair__video {
  display: none;
}
@media only screen and (min-width: 481px) {
  .pair__graphic {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
  }
}
@media only screen and (min-width: 1025px) {
  .pair {
    align-items: center;
  }
  .pair:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .pair:nth-child(2n) .pair__text {
    padding-right: 18%;
  }
  .pair:nth-child(2n) .pair__video {
    left: -10%;
  }
  .pair:nth-child(2n+1) .pair__text {
    padding-left: 18%;
  }
  .pair:nth-child(2n+1) .pair__video {
    right: -10%;
  }
  .pair__graphic {
    margin-left: 0;
    max-width: none;
  }
  .pair__video {
    bottom: -10%;
    display: block;
    max-width: 16rem;
    position: absolute;
  }
}
@media only screen and (min-width: 1601px) {
  .pair__video {
    max-width: 22rem;
  }
}

/**********************************************************
 * 
**********************************************************/
.popup__header {
  display: flex;
  justify-content: space-between;
}
.popup__close {
  align-items: center;
  display: inline-flex;
  float: right;
  flex-direction: column;
}
.popup__close:hover {
  text-decoration: underline;
}

/**********************************************************
 * 
**********************************************************/
.prop__carousel {
  opacity: 0; /* for animation */
  position: relative;
}
.prop__carousel-link {
  display: block;
}
.prop__nav {
  display: flex;
  margin-top: 1rem;
}
.prop__nav--center {
  justify-content: center;
  margin-top: 2rem;
}
.prop__nav-btn {
  display: block;
  margin-right: 2rem;
  padding: 0.5rem 0;
  position: relative;
}
.prop__nav-btn::after {
  transition: all 250ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  background-color: black;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 100%;
  transform: scaleX(0);
  transform-origin: center;
  width: 100%;
}
.prop__nav-btn.-active::after, .prop__nav-item.-active .prop__nav-btn::after {
  font-weight: bold;
  transform: scaleX(1);
}
.prop__info {
  opacity: 0; /* for animation */
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}
.prop__info::after {
  background-color: #E6E6E6;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.prop__list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.prop__item {
  flex-basis: 50%;
  margin-bottom: 2rem;
  padding-right: 2rem;
}
.prop__item--row {
  align-items: baseline;
  display: flex;
}
.prop__key {
  color: #716C64;
  line-height: 1.2em;
}
.prop__key:first-child {
  margin-bottom: 0.5rem;
}
.prop__value {
  font-size: 1.7rem;
  margin-right: 1rem;
}
.prop__tabs-list {
  display: flex;
  flex-wrap: wrap;
}
.prop__tabs-item {
  background-color: white;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding: 0.5rem 2rem;
}
.prop__tabs-item strong {
  font-weight: bold;
}
.prop__compass {
  bottom: -2rem;
  display: none;
  left: 0rem;
  position: absolute;
}
@media only screen and (min-width: 481px) {
  .prop__item {
    flex-basis: 33.33%;
  }
  .prop__compass {
    display: block;
  }
}
@media only screen and (min-width: 641px) {
  .prop__info {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .prop__item {
    flex-basis: 33.33%;
    margin-bottom: 4rem;
    padding-right: 3rem;
  }
  .prop__value {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .prop__info::after {
    right: -100%;
  }
  .prop__img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
  }
  .prop__tabs-item {
    margin-bottom: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 1281px) {
  .prop__info {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

/**********************************************************
 * 
**********************************************************/
.request {
  background-color: #1C1D1F;
  color: white;
  padding-left: 2rem;
  padding-right: 2rem;
}
.request__logo {
  bottom: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  transform: translateX(-20%);
  width: clamp(12rem, 27%, 26rem);
}
@media only screen and (min-width: 641px) {
  .request {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media only screen and (min-width: 1281px) {
  .request {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

/**********************************************************
 * Customized native <select>
**********************************************************/
.select {
  display: inline-block;
  position: relative;
  width: 100%;
  /* Arrow */
  /* Native element */
}
.select::after {
  background: url(../image/icon/caret.svg) no-repeat right center;
  background-size: 14px 8px;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.select__select {
  transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  background: none;
  border: 1px solid gray;
  box-shadow: none;
  color: gray;
  cursor: pointer;
  font-size: 1.5rem;
  min-width: 240px;
  padding: 10px 50px 10px 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.select__select:focus {
  outline: none;
}

/**********************************************************
 * 
**********************************************************/
.split {
  position: relative;
  z-index: 2;
}
.split__text {
  padding-left: 2rem;
  padding-right: 2rem;
}
.split__text--bg {
  background: url(../image/split-bg.webp) no-repeat center;
  background-size: cover;
}
.split__list {
  border-top: 1px solid #CCC;
}
.split__item {
  border-bottom: 1px solid #CCC;
  padding-bottom: 2rem;
}
.split__item.-open .split__header {
  padding-bottom: 2rem;
}
.split__item.-open .split__icon {
  opacity: 1;
  transform: rotate(180deg);
}
.split__header {
  transition: all 250ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
}
.split__header:hover {
  text-decoration: underline;
}
.split__title {
  font-size: clamp(1.7rem, 1.5vw, 2.5rem);
  text-transform: uppercase;
}
.split__icon {
  transition: all 250ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  opacity: 0.5;
}
.split__graphic {
  display: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}
.split__graphic-text {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 20%;
  text-align: center;
}
.split__graphic-text::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(56, 36, 36, 0) 100%);
  bottom: 0;
  content: "";
  height: 30%;
  left: 0;
  position: absolute;
  width: 100%;
}
.split__caption {
  line-height: 1em;
  padding-left: 1em;
  padding-right: 1em;
}
.split__carousel {
  height: 100%;
}
.split__carousel .slick-list,
.split__carousel .slick-track {
  height: 100%;
}
.split__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.split__logo {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 15%);
  width: clamp(24rem, 34%, 85rem);
}
.split__video {
  left: 0;
  position: absolute;
  top: 0;
}
.split__video::after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
}
.split__video--lg {
  width: clamp(24rem, 40vw, 66rem);
}
.split__video-video {
  display: block;
  width: 100%;
}
.split__stat {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.split__stat-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-right: 2rem;
}
.split__key {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.split__value {
  line-height: 1em;
  padding-right: 2rem;
}
.split__row-item {
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.split__row-item:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 481px) {
  .split__inner-img {
    display: block;
    margin: 0 auto 2rem;
    max-width: 360px;
  }
}
@media only screen and (min-width: 641px) {
  .split__text {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media only screen and (min-width: 1025px) {
  .split__inner-img {
    display: none;
  }
  .split__graphic {
    display: block;
  }
  .split__value {
    font-weight: 300;
  }
}
@media only screen and (min-width: 1281px) {
  .split__text {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media only screen and (min-width: 1601px) {
  .split__text {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}

/**********************************************************
 * 
**********************************************************/
.stage__canvas {
  position: relative;
  transform-origin: right bottom;
  transition: transform 1s;
}
.stage__canvas.-zoomed {
  transform: scale(1.5);
}
.stage__canvas.-pre-zoomed {
  transform: scale(1.5);
  transition: none;
}
.stage__canvas.-pre-zoomed .stage__shadow {
  opacity: 0.8;
  transition: none;
  visibility: visible;
}
.stage__bg {
  display: block;
  width: 100%;
}
.stage__shadow, .stage__outline, .stage__svg, .stage__building-svg {
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.stage__shadow {
  opacity: 0;
  transition: opacity 0.5s;
  visibility: hidden;
}
.stage__shadow.-show {
  opacity: 0.8;
  visibility: visible;
}
.stage__outline, .stage__flag, .stage__svg {
  opacity: 0;
  transition: all 0.5s;
  visibility: hidden;
}
.stage__outline.-show, .stage__flag.-show, .stage__svg.-show {
  opacity: 1;
  visibility: visible;
}
.stage__flag {
  position: absolute;
  transform: scale(0.25) translateY(15px);
  transform-origin: left bottom;
  z-index: 4;
}
.stage__flag.-show {
  transform: scale(0.25) translateY(0);
}
.stage__flag--2 {
  bottom: 47%;
  left: 55%;
}
.stage__flag--3 {
  bottom: 24%;
  left: 41%;
}
.stage__svg [data-id], .stage__building-svg [data-id] {
  transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  fill: rgba(132, 176, 75, 0.7);
  opacity: 0;
}
.stage__svg [data-id].-sold, .stage__building-svg [data-id].-sold {
  fill: rgba(216, 79, 68, 0.7);
  opacity: 0.7;
}
.stage__svg [data-id]:hover, .stage__building-svg [data-id]:hover {
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .stage__flag {
    transform: scale(0.5) translateY(15px);
  }
  .stage__flag.-show {
    transform: scale(0.5) translateY(0);
  }
}

/**********************************************************
 * 
**********************************************************/
.stats__item {
  margin-bottom: 2rem;
}
.stats__title {
  margin-bottom: 0;
}
@media only screen and (min-width: 641px) {
  .stats__item {
    margin-bottom: 3rem;
    padding-right: 4rem;
  }
}
@media only screen and (min-width: 1281px) {
  .stats__item {
    margin-bottom: 7rem;
  }
  .stats__title {
    font-weight: 300;
    margin-bottom: 2rem;
  }
}

/**********************************************************
 * 
**********************************************************/
.table__note {
  align-items: center;
  border: 1px solid #A6A29A;
  color: #716C64;
  display: flex;
  font-size: 1.5rem;
  line-height: 1.4em;
  padding: 2rem;
}
.table__table {
  opacity: 0; /* for animation */
  width: 100%;
}
.table__table th {
  color: #716C64;
  padding: 0 2rem 1rem;
  font-size: 1.4rem;
  text-align: center;
  text-transform: uppercase;
}
.table__table td {
  transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  background-color: white;
  border-bottom: 15px solid #FAFAF9;
  font-weight: 300;
  padding: 1.5rem 2rem;
  text-align: center;
}
.table__table tbody tr {
  cursor: pointer;
  position: relative;
}
.table__table tbody tr:hover td {
  background-color: #333333;
  color: white;
}
.table__table tbody tr:hover .-plan {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.table__table tbody tr:hover .icon {
  filter: invert(1);
}
.table__table tbody .-plan {
  transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  background-color: white;
  border: 10px solid #333333;
  left: 0;
  max-width: none;
  opacity: 0;
  padding: 2rem;
  position: absolute;
  transform: translateY(-1rem);
  top: calc(100% - 1rem);
  visibility: hidden;
  width: clamp(12rem, 20vw, 36rem);
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .table__table thead {
    display: none;
  }
  .table__table tr {
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding: 1rem 0 1rem 13rem;
    position: relative;
  }
  .table__table tr:last-child {
    margin-bottom: 0;
  }
  .table__table td {
    background-color: transparent;
    border-bottom: none;
    display: block;
    padding-left: 0;
    padding-right: 2.5rem;
    text-align: left;
  }
  .table__table td::before {
    color: #716C64;
    content: attr(data-title);
    display: block;
    font-size: 1.3rem;
    text-transform: uppercase;
  }
  .table__table tbody tr:hover td {
    background-color: white;
    color: black;
  }
  .table__table tbody tr:hover .icon {
    filter: none;
  }
  .table__table tbody .-plan {
    background-color: transparent;
    border: none;
    left: 1rem;
    max-width: 10rem;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 3rem;
    transform: none;
    width: auto;
    visibility: visible;
  }
  .table__table tbody .-cta {
    padding-right: 0;
    width: 100%;
  }
  .table__table tbody .-cta::before {
    color: black;
    font-weight: bold;
    display: inline-block;
    margin-right: 1rem;
  }
}

/**********************************************************
 * 
**********************************************************/
.tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.tabs__item {
  margin-bottom: 8px;
  margin-right: 15px;
}
.tabs__item.-current .tabs__link {
  color: black;
}
.tabs__item.-current .tabs__link::after {
  opacity: 1;
  visibility: visible;
}
.tabs__link {
  color: gray;
  font-weight: bold;
  display: block;
  padding-bottom: 8px;
  position: relative;
}
.tabs__link::after {
  background: gray no-repeat left bottom;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 100%;
}
.tabs__link:hover {
  color: black;
}
@media only screen and (min-width: 481px) {
  .tabs {
    margin-bottom: 30px;
  }
  .tabs__item {
    margin-bottom: 10px;
    margin-right: 20px;
  }
  .tabs__link {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 1281px) {
  .tabs__item {
    margin-right: 30px;
  }
  .tabs__link {
    font-size: 2rem;
  }
}

/**********************************************************
 * 
**********************************************************/
.tooltip__tip {
  display: none;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  max-width: 400px;
  z-index: 100;
}
.tooltip__tip.-visible {
  opacity: 1;
  visibility: visible;
}
.tooltip__box {
  background-color: #FAFAF9;
  display: flex;
  margin: 20px;
}
.tooltip__box.-sold .tooltip__header {
  background-color: #D84F44;
}
.tooltip__box.-sold .tooltip__row-item {
  align-items: center;
  color: #494848;
  display: flex;
}
.tooltip__header {
  align-items: center;
  background-color: #84B04B;
  color: white;
  display: flex;
  flex: 0.4;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 3rem;
  position: relative;
  text-align: center;
}
.tooltip__num {
  font-size: clamp(3.2rem, 6vw, 3.2rem);
  line-height: 1em;
  margin-bottom: 0;
  white-space: nowrap;
}
.tooltip__num--sm {
  font-size: 2.5rem;
}
.tooltip__label {
  font-size: 1.2rem;
}
.tooltip__list {
  flex: 1;
  padding: 20px;
}
.tooltip__item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  white-space: nowrap;
}
.tooltip__item:last-child {
  margin-bottom: 0;
}
.tooltip__row {
  display: flex;
  flex: 1;
  padding: 20px;
}
.tooltip__row-item {
  flex: 1;
  margin-right: 20px;
  white-space: nowrap;
}
.tooltip__key {
  font-size: 1.7rem;
  line-height: 1em;
}
.tooltip__value {
  color: #716C64;
  font-size: 1.5rem;
}
.tooltip__count {
  border-radius: 50%;
  height: 28px;
  line-height: 28px;
  width: 28px;
  align-items: center;
  background-color: #DBD9CC;
  color: #716C64;
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
  margin-left: 1.5rem;
}
@media only screen and (min-width: 1025px) {
  .tooltip__tip {
    display: block;
  }
  .tooltip__box {
    background-color: white;
    margin: 0;
  }
  .tooltip__header {
    min-height: 120px;
    padding: 1rem 2rem;
    width: 80px;
  }
  .tooltip__header-inner {
    display: flex;
    flex-direction: column;
    transform: rotate(-90deg);
    transform-origin: center;
  }
  .tooltip__label {
    line-height: 1.2em;
  }
}
@media only screen and (min-width: 641px) {
  .tooltip__header {
    flex: 0.4;
  }
}
@media only screen and (min-width: 1025px) {
  .tooltip__box {
    margin-bottom: 0;
  }
  .tooltip__box.-sold {
    display: flex;
  }
}

/**********************************************************
 * 
**********************************************************/
.vision {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 4rem;
}
.vision__text {
  opacity: 0; /* for animation */
}
.vision__logo {
  display: block;
  margin-bottom: 1em;
  max-width: 180px;
}
.vision__role {
  display: block;
  margin-bottom: 1em;
  margin-top: 0.5rem;
}
.vision__graphic {
  margin-top: 3rem;
  opacity: 0; /* for animation */
}
.vision__name {
  margin-top: 1em;
  text-transform: uppercase;
}
.vision__position {
  color: #716C64;
  display: block;
  font-size: 1.5rem;
  line-height: 1.2em;
}
.vision__external {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 1025px) {
  .vision {
    align-items: flex-end;
  }
  .vision:nth-child(2n), .vision--invert {
    flex-direction: row-reverse;
  }
  .vision:nth-child(2n) .vision__text, .vision--invert .vision__text {
    padding-left: 12%;
  }
  .vision:nth-child(2n+1) .vision__text {
    padding-right: 12%;
  }
  .vision__logo {
    margin-bottom: 2em;
    max-width: 280px;
  }
  .vision__role {
    margin-bottom: 1.5em;
    margin-top: 1rem;
  }
  .vision__graphic {
    margin-top: 0;
  }
  .vision__external {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 1025px) {
  .vision {
    border-bottom: none;
  }
}
@media only screen and (min-width: 1281px) {
  .vision__role {
    font-size: 2rem;
    margin-bottom: 2em;
  }
}/*# sourceMappingURL=main.css.map */

.text-dark {
  color: #343a40 !important;
}

/* .header__logo-luxx.g-hide.g-block--md {
  transform: rotate(-90deg);
} */

/* .header__logo-luxx.g-hide--md {
  transform: rotate(0deg);
  min-width: 15rem;
  margin-top: 0;
  margin-left: -1rem;
} */
/* 
.header__logo-img.header__logo-luxx.g-hide.g-block--md {
  width: 30rem;
  filter: brightness(0) invert(1);
} */

.header__logo.header__logo-sticky {
  position: absolute;
  left: 12rem;
}

/* .header__logo-img.header__logo-grav.g-block--md {
  width: 2.5rem;
  margin-top: 12.25rem;
} */

/* .header__logo-img.header__logo-grav.g-hide--md {
  margin-right: 0.75rem;
  margin-left: 0.5rem;
} */

@media screen and (max-width: 1100px) {
  #btn__close-technical {
    position: absolute;
    top: 2rem;
    right: 1rem;
  }

  #btn__close-technical i {
    height: 30px;
    width: 30px;
  }

  .vbox-content {
    height: 100%;
  }

  .vbox-content .vbox-child {
    height: 100%;
  }

  #btn__close-technical button span {
    display: none;
  }

  .conditional-break {
    display: block;
  }

  .hero--full {
      height: 100vh;
  }

   .intro__hero-slick {
      height: 100% !important;
  }
  .slick-list {
      height: 100% !important;
  }

  .slick-track {
      height: 100% !important;
  }

  .slick-slider {
      height: 100% !important;
  }

  .intro__hero-text {
      font-size: 35px !important;
      font-weight: 500 !important;
  }

  .intro__hero-text-container {
      left: 2rem !important;
      width: 85% !important;
      position: absolute !important;
  }

  .intro__hero-slick .slick-arrow:not(.carousel__arrow).slick-next {
      right: 3rem !important;
      
  }
    
  .intro__hero-slick .slick-arrow:not(.carousel__arrow).slick-prev {
      left: 3rem !important;
  }

  .mb-mob-0 {
    margin-bottom: 0 !important;
  }

  .mt-mob-0 {
    margin-top: 0 !important;
  }

  .badge-tr-header {
    z-index: 2;
    width: 8rem !important;
    position: absolute;
    left: 2.5rem !important;
    top: 8rem !important;
  }

  .badge-tr {
    width: 12rem !important;
    top: -10rem !important;
  }

  .header__trigger {
    padding-right: 2rem !important;
  }

  .footer__credit-luxx {
    align-items: center !important;
  }

  .g-editor.g-editor--sm.-no-anim {
    padding-top: 2rem;
  }

  
}

/* @media screen and (max-width: 1300px) {
    .intro__hero-text {
      font-size: 40px !important;
    }
} */

.footer-links {
  display: flex;
  flex-direction: column !important;
}

.footer-link {
  margin: 0 !important;
  padding: 0.5rem 0 0.5rem 0;
}


.stoyanov_url {
  width: 10rem;
  margin-right: 3rem;
  margin-top: .75rem;
}

.stoyanov_url img {
  filter: brightness(0) invert(1);
}
.stoyanov_url img:hover {
  filter: none;
}

.footer__credit-luxx {
  display: flex;
  border-bottom: #716C64 solid 1px;
  padding-bottom: 0.75rem;
  flex-direction: row;
  align-items: flex-end;
  margin-top: 0.5rem;
}

.footer__credit-luxx img {
  width: 9rem;
  vertical-align: middle;
}

.footer__credit-luxx a {
  justify-content: center;
}

/* .footer__credit-link-legg{
  
} */

.footer__broker-logo {
  height: 7rem;
}

.footer-links {
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  margin-top: 1rem;
}

.footer-link {
  margin: auto;
}

.footer__company-link {
  text-decoration: underline;
}

.footer__company-link:hover {
  color: white;
}

.intro__hero-slick {
  width: 100%;
}

.intro__hero-slick img {
  object-fit: cover;
  height: 100%;
  width: 100vw;
}


.intro__hero-slick .slick-list.draggable {
  height: 80%;
}

.intro__hero-slick .slick-list.draggable .slick-track {
  height: 100vh;
}

@media only screen and (min-width: 1025px) {
  .g-padded--xm {
      margin-top: 15rem;
  }

  .intro__hero-text {
    font-size: 74px !important;
    color: white;
    line-height: 96px !important;
    font-weight: 300 !important;
  }

  .intro__hero-text-container {
    width: 90% !important;
    height: auto;
    position: relative;
    left: 5rem;
    top: -30rem !important;
    overflow: visible;
    display: block;
    z-index: 99;
  }
}

.hero--full {
  color: white;
  display: block;
  height: 80vh;
}

.intro__hero-text-container {
  width: 60%;
  height: auto;
  position: relative;
  left: 5rem;
  bottom: 3rem;
  overflow: visible;
  display: block;
  z-index: 99;
  /* background-color: #dfdddd66;
  border-radius: 0;
  padding: 1rem; */
}

.intro__hero-text {
  font-size: 60px;
  color: white;
  line-height: 40px;
}

.intro__hero-slick .slick-arrow:not(.carousel__arrow).slick-next {
  right: 6rem;
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  background-image: url('../image/icon/arrow-right.svg');
  background-color: rgba(255, 255, 255, 0.85);
}

.intro__hero-slick .slick-arrow:not(.carousel__arrow).slick-prev {
  left: 6rem;
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  background-image: url('../image/icon/arrow-left-dark.svg');
  background-color: rgba(255, 255, 255, 0.85);
}

.intro__hero-slick .slick-arrow:not(.carousel__arrow).slick-prev:hover,
.slick-arrow:not(.carousel__arrow):hover {
  margin-top: 0 !important;
}

.header.-open .stoyanov_url img{
  filter: brightness(0) invert(0);
  transition: .5s ease;
}

.header .stoyanov_url img{
  transition: .5s ease;
}

.header.-open .stoyanov_url:hover img{
  filter: brightness(0) invert(0);
}

.header .stoyanov_url:hover img{
  filter: brightness(0) invert(1);
}

.header__broker-logo {
  height: 5.25rem;
}

.check-captcha {
  margin-top: .75rem
}

@media only screen and (max-width:820px) {
  .check-captcha {
      margin-top: .35rem !important
  }
}

.captcha img {
  width: 300px;
  margin-bottom: 1rem;
}

.header__nav-link-href:hover::before, 
.header__nav-link-href.-current::before {
  transform: scaleX(1);
}

.header__nav-link-href::before {
  background-color: black;
  content: "";
  height: 1px;
  margin-right: 1ch;
  position: absolute;
  right: 100%;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.2s;
  top: 50%;
  width: 3ch;
}

.header__nav-link {
  margin-bottom: 0.75rem;
}

.split__stat > .split__stat-item {
  white-space: nowrap;
}

.d-none {
  display: none;
}

.header__logo-leftbar .g-block--md {
  width: 29px;
}


#section-top.hero--full {
  height: 100vh;
}

.header__top--white .header__top-item {
  margin-right: 30px;
}

@media screen and (max-height: 800px) and (min-width: 1180px) {
  .header__logo-leftbar img {
    width: 20px !important;
  }

  .header__logo-grav {
    width: 20px !important;
  }
}

.header__top--white .header__btn,
.header__btn {
  background-color: #DD090C;
  color: white;
}

.header.-open .header__top--white .header__btn {
  background-color: #DD090C;
  color: white;
}

.badge-tr {
  z-index: 2;
  width: 12.5rem;
  position: absolute;
  right: 0%;
  top: -15rem
}

.badge-tr-header {
  z-index: 2;
  width: 12.5rem;
  position: absolute;
  left: 6rem;
  top: 6rem;
}

.header__logo-img.header__logo-gravMob {
 width: 175px;
}

.header__logo-img.header__logo-luxxMob {
  width: 130px;
  margin-top: -0.225rem;
 }

.header__top--white,.header-strip{
	transition: transform 330ms linear;
}

.d-block{
  display: block !important;
}

.carousel__arrow.-next {
  right: -0.5rem;
}

.carousel__arrow.-prev {
  left: -0.5rem;
}