/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/*! + some other stuff from HTML5 Reset from Richard Clark */
* {
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: '';
  content: none;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
optgroup {
  font-weight: bold;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
@font-face {
  font-family: 'gidoleregular';
  src: url('../fonts/gidole2/gidole-regular-webfont.eot');
  src: url('../fonts/gidole2/gidole-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gidole2/gidole-regular-webfont.woff2') format('woff2'), url('../fonts/gidole2/gidole-regular-webfont.woff') format('woff'), url('../fonts/gidole2/gidole-regular-webfont.ttf') format('truetype'), url('../fonts/gidole2/gidole-regular-webfont.svg#eratolight') format('svg');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: subpixel-antialiased;
}
html {
  font-family: 'gidoleregular', arial, helvetica, sans-serif;
  color: #333333;
  font-size: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}
body {
  font-size: 87.5%;
}
@media only screen and (min-width:1024px) {
  body {
    font-size: 100%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
p {
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (min-width:768px) {
  p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (min-width:1024px) {
  p {
    font-size: 22px;
    line-height: 32px;
  }
}
.page-heading p {
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (min-width:768px) {
  .page-heading p {
    font-size: 20px;
    line-height: 30px;
  }
}
h1 {
  font-size: 25px;
}
@media only screen and (min-width:768px) {
  h1 {
    font-size: 34px;
  }
}
@media only screen and (min-width:1024px) {
  h1 {
    font-size: 42px;
  }
}
h2 {
  font-size: 28px;
}
@media only screen and (min-width:768px) {
  h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width:1024px) {
  h2 {
    font-size: 38px;
  }
}
h3 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media only screen and (min-width:768px) {
  h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media only screen and (min-width:1024px) {
  h3 {
    font-size: 30px;
    line-height: 34px;
  }
}
table {
  line-height: 1.5;
  font-size: 1rem;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
  border-style: solid;
  text-transform: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 20px 0;
}
table p {
  font-size: 14px;
}
table tr {
  border: 1px solid #a9a9a9;
  border-left: 0;
  border-right: 0;
}
table tr:nth-child(odd) {
  background: #f3f3f0;
}
table td {
  padding: 10px;
  min-width: 150px;
}
nav ul,
nav ol {
  list-style: none;
  padding: 0;
}
.fancybox-enabled {
  overflow: hidden;
}
.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  transform: translateZ(0);
}
/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  backface-visibility: hidden;
  transition-property: transform, opacity;
  transform-style: preserve-3d;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -ms-transform-origin: top left;
      transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  backface-visibility: hidden;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  overflow: visible;
  background: #fff;
}
@media only screen and (min-width:1024px) {
  .fancybox-slide--iframe .fancybox-content {
    width: 90%;
    height: 90%;
  }
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}
/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}
.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}
.fancybox-infobar__body,
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}
.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}
.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}
.fancybox-button--left::after {
  left: 20px;
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}
.fancybox-button--right::after {
  right: 20px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.fancybox-button--left {
  border-bottom-left-radius: 5px;
}
.fancybox-button--right {
  border-bottom-right-radius: 5px;
}
.fancybox-button--close::before,
.fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(49%);
  left: calc(42%);
}
.fancybox-button--close::before {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.fancybox-button--close::after {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: opacity .25s;
}
.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}
.fancybox-arrow--right {
  right: 0;
}
.fancybox-arrow--left {
  left: 0;
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
}
.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}
.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}
.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}
/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -ms-transform: rotate(-360deg);
      transform: rotate(-360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  opacity: 1;
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(44%);
  left: calc(46%);
  background: transparent;
}
.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}
.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(43%);
  top: calc(44%);
  border: 2px solid;
  background: none;
}
/* Thumbs */
.fancybox-thumbs {
  display: none;
}
.fancybox-button--thumbs {
  display: none;
}
@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(48%);
    left: calc(48%);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
.fancybox-toolbar {
  display: none;
}
html {
  background: #fff;
}
img {
  max-width: 100%;
}
html,
body,
#wrapper {
  min-height: 100vh;
}
#wrapper {
  position: relative;
  overflow: hidden;
}
a {
  text-decoration: none;
  color: #333333;
}
a :hover {
  color: #bbbbbb;
}
p a {
  color: #B86528;
}
p a:hover {
  opacity: 0.4;
}
#_iCD .iCD_lf a {
  color: #b86528;
}
#_iCD .iCD_lf a:hover {
  color: #b86528;
  opacity: 0.8;
}
.video-paused .pause-video {
  background: url('../images/icon-play-video.svg') no-repeat;
  background-size: contain;
}
.pause-video {
  position: absolute;
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  text-indent: -9999px;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
  background: url('../images/icon-pause-video.svg') no-repeat;
  background-size: contain;
}
@media only screen and (min-width:1200px) {
  .pause-video {
    bottom: 60px;
    right: 60px;
    width: 60px;
    height: 60px;
  }
}
.adapt {
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 7.3%;
  padding-right: 7.3%;
}
@media only screen and (min-width:1920px) {
  .adapt {
    padding-left: 140px;
    padding-right: 140px;
  }
}
@media only screen and (min-width:1200px) {
  .inner-adapt {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media only screen and (min-width:1440px) {
  .inner-adapt {
    padding-left: 8.5%;
    padding-right: 8.5%;
  }
}
.content-adapt {
  padding-left: 6%;
  padding-right: 6%;
}
@media only screen and (min-width:1200px) {
  .content-adapt {
    padding-left: 13.2%;
    padding-right: 13.2%;
  }
}
.box-adapt {
  padding: 7%;
  display: block;
}
button {
  appearance: none;
  padding: 0;
  cursor: pointer;
}
.btn,
.detail-button-module a,
.form input.action {
  display: inline-block;
  background: #333333;
  color: #fff;
  font-size: 14px;
  border: 1px solid #333333;
  text-transform: uppercase;
  padding: 15px 25px;
}
.btn:hover,
.detail-button-module a:hover,
.form input.action:hover {
  opacity: .4;
}
@media only screen and (min-width:1024px) {
  .btn,
  .detail-button-module a,
  .form input.action {
    font-size: 20px;
    padding: 18px 36px;
  }
}
.cols:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width:768px) {
  .cols .col {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width:1024px) {
  .cols .col-1 {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cols .col-2 h3 {
  padding-bottom: 15px;
}
.cols .col-2 p {
  padding-bottom: 30px;
}
@media only screen and (min-width:768px) {
  .cols .col-2 {
    padding-left: 30px;
    margin-top: -5px;
  }
}
@media only screen and (min-width:1024px) {
  .cols .col-2 {
    padding-left: 50px;
  }
}
.more-link {
  display: inline-block;
  position: relative;
  font-size: 16px;
  padding: 0 0 0 24px;
}
.more-link:hover {
  color: #bbbbbb;
}
@media only screen and (min-width:1320px) {
  .more-link {
    font-size: 20px;
  }
}
.more-link:before,
.more-link:after {
  content: '';
  position: absolute;
  transition: transform ease .2s;
  top: 0;
}
.more-link:before {
  border-left: 2px solid #333333;
  height: 11px;
  left: 5px;
}
.more-link:after {
  border-left: 2px solid #333333;
  border-right: 2px solid #333333;
  height: 11px;
  left: 9px;
  width: 2px;
}
.more-link:hover:before,
.more-link:hover:after {
  -ms-transform: translateY(10px);
      transform: translateY(10px);
}
.detail-text {
  text-align: left;
  margin: 0 70px 0 70px;
}
@media only screen and (min-width:560px) {
  .detail-text {
    margin: 0 150px 0 150px;
  }
}
@media only screen and (min-width:768px) {
  .detail-text {
    margin: 0 200px 0 200px;
  }
}
@media only screen and (min-width:1024px) {
  .detail-text {
    margin: 0 300px 0 300px;
  }
}
@media only screen and (min-width:1320px) {
  .detail-text {
    margin: 0 500px 0 500px;
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 4;
  height: 65px;
  border-bottom: 1px solid #ececec;
}
@media only screen and (min-width:768px) {
  .header {
    height: 115px;
  }
}
@media only screen and (min-width:1025px) {
  .header {
    height: 125px;
    border-bottom: 1px solid #ececec;
  }
}
.HomePage .header {
  transition: transform .5s;
  top: -66px;
}
@media only screen and (min-width:768px) {
  .HomePage .header {
    top: -116px;
  }
}
@media only screen and (min-width:1024px) {
  .HomePage .header {
    top: -126px;
  }
}
.is-scrolled.HomePage .header {
  -ms-transform: translateY(65px);
      transform: translateY(65px);
}
@media only screen and (min-width:768px) {
  .is-scrolled.HomePage .header {
    -ms-transform: translateY(115px);
        transform: translateY(115px);
  }
}
@media only screen and (min-width:1024px) {
  .is-scrolled.HomePage .header {
    -ms-transform: translateY(125px);
        transform: translateY(125px);
  }
}
.header .adapt:after {
  content: "";
  display: table;
  clear: both;
}
.header .brand {
  float: left;
  position: relative;
  z-index: 2;
}
.header .brand .visually-hidden {
  display: none;
}
.header .logo {
  display: block;
  height: 50px;
}
@media only screen and (min-width:768px) {
  .header .logo {
    height: 100px;
  }
}
.header .visually-hidden {
  height: 0;
  display: block;
  overflow-y: scroll;
}
.header-video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  max-height: 90vh;
  background-position: center center;
  background-size: cover;
}
.header-video-embed iframe,
.header-video-embed video,
.header-video-embed object,
.header-video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-video-embed:after {
  position: absolute;
  content: "";
  border-bottom: 4px solid white;
  border-right: 4px solid white;
  display: block;
  width: 20px;
  height: 20px;
  bottom: 80px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  animation: arrow 1s infinite;
  transition: all 0.3s;
}
@keyframes arrow {
  0% {
    bottom: 100px;
  }
  50% {
    bottom: 80px;
  }
  100% {
    bottom: 100px;
  }
}
.header-video-embed h2 {
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  display: block;
  top: 35%;
  font-size: 200px;
}
.footer {
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
}
.footer p {
  font-size: 14px;
}
@media only screen and (min-width:1024px) {
  .footer p {
    font-size: 16px;
  }
}
.navigation {
  z-index: 1;
}
@media only screen and (min-width:1025px) {
  .navigation {
    float: right;
  }
}
.is-menu-open .navigation {
  height: auto;
  right: 0;
  bottom: 0;
}
.navigation .mobile-menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  background: #fff;
  transition: opacity .5s, height 0.001s .5s;
  z-index: 1;
}
@media only screen and (min-width:1025px) {
  .navigation .mobile-menu-overlay {
    display: none;
  }
}
.navigation .wrapper {
  padding: 0 20px;
  left: -20px;
  box-sizing: content-box;
  width: 100%;
  height: 64px;
  background: #fff;
  position: absolute;
  z-index: 1;
  border-bottom: 1px solid #ececec;
}
@media only screen and (min-width:768px) {
  .navigation .wrapper {
    height: 114px;
    padding: 0 50px;
    left: -50px;
  }
}
@media only screen and (min-width:1025px) {
  .navigation .wrapper {
    padding: 0;
    position: static;
    box-sizing: border-box;
    margin: 0;
    border-bottom: none;
  }
}
.navigation .wrapper:before {
  content: '';
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
}
@media only screen and (min-width:1025px) {
  .navigation .wrapper:before {
    display: none;
  }
}
.navigation .menu {
  position: absolute;
  width: 100%;
  height: 52px;
  left: 0;
  bottom: 0;
  background: rgba(244, 243, 240, 0.8);
  padding: 10px 0;
  text-align: center;
}
@media only screen and (max-width:1024px) {
  .navigation .menu {
    transition: transform .4s;
  }
  .is-menu-open .navigation .menu {
    -ms-transform: translateY(80px);
        transform: translateY(80px);
  }
}
@media only screen and (max-width:767px) {
  .is-menu-open .navigation .menu {
    -ms-transform: translateY(52px);
        transform: translateY(52px);
  }
}
@media only screen and (min-width:768px) {
  .navigation .menu {
    height: 80px;
    padding: 17px;
  }
}
@media only screen and (min-width:1025px) {
  .navigation .menu {
    display: inline-block;
    position: static;
    vertical-align: top;
    word-spacing: 40px;
    height: auto;
    width: auto;
    padding: 0;
    background: none;
  }
}
.navigation .menu li {
  display: inline-block;
  margin: 0 10px;
}
@media only screen and (min-width:1025px) {
  .navigation .menu li {
    display: inline-block;
    word-spacing: normal;
    margin: 51px 0 0 10px;
  }
}
.navigation .menu li :hover {
  color: #bbbbbb;
}
.navigation .menu a {
  color: #333333;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 7px 5px;
  display: block;
}
.navigation .menu a.current {
  color: #bbbbbb;
}
.navigation .menu a.section {
  color: #bbbbbb;
}
@media only screen and (min-width:768px) {
  .navigation .menu a {
    font-size: 26px;
    padding: 10px;
  }
}
@media only screen and (min-width:1025px) {
  .navigation .menu a {
    font-size: 22px;
  }
}
.main {
  position: relative;
  z-index: 1;
  padding-top: 65px;
}
@media only screen and (min-width:768px) {
  .main {
    padding-top: 115px;
  }
}
@media only screen and (min-width:1025px) {
  .main {
    padding-top: 125px;
  }
}
.HomePage .main {
  padding-top: 0;
}
.menu-trigger {
  appearance: none;
  background: none;
  border: 0;
  position: relative;
  z-index: 2;
  float: right;
  width: 35px;
  height: 35px;
  outline: none;
  cursor: pointer;
  margin: 15px -10px 0 -10px;
}
@media only screen and (min-width:768px) {
  .menu-trigger {
    margin: 12px -9px 0 0;
    width: 63px;
    height: 80px;
  }
}
@media only screen and (min-width:1025px) {
  .menu-trigger {
    display: none;
  }
}
.is-menu-open .menu-trigger {
  z-index: 8;
}
.menu-trigger span {
  left: 50%;
  top: 50%;
  margin: -12px -9px;
}
.menu-trigger span,
.menu-trigger span:after,
.menu-trigger span:before {
  transition: height 0.3s;
  background-color: #333333;
  display: block;
  position: absolute;
  width: 2px;
  height: 24px;
}
@media only screen and (min-width:768px) {
  .menu-trigger span,
  .menu-trigger span:after,
  .menu-trigger span:before {
    height: 45px;
    width: 3px;
  }
}
.is-menu-open .menu-trigger span,
.is-menu-open .menu-trigger span:after,
.is-menu-open .menu-trigger span:before {
  background-color: #333333;
}
.menu-trigger span:after,
.menu-trigger span:before {
  content: "";
}
.menu-trigger span:before {
  right: -8px;
}
@media only screen and (min-width:768px) {
  .menu-trigger span:before {
    left: 14px;
  }
}
.menu-trigger span:after {
  right: -16px;
}
@media only screen and (min-width:768px) {
  .menu-trigger span:after {
    left: 28px;
  }
}
.is-menu-open .menu-trigger span:after {
  background-color: #333333;
}
.grid {
  list-style: none;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}
.grid > li {
  width: 100%;
  float: left;
}
.header-grid.grid > li:nth-child(n + 2) {
  display: none;
}
@media only screen and (min-width:640px) {
  .grid > li {
    width: 50%;
  }
  .grid > li:nth-child(2n + 1) {
    clear: left;
  }
  .header-grid.grid > li:nth-child(2) {
    display: block;
  }
}
@media only screen and (min-width:1200px) {
  .grid > li {
    width: 25%;
  }
  .grid > li:nth-child(n) {
    clear: none;
  }
  .grid > li:nth-child(4n + 1) {
    clear: left;
  }
  .header-grid.grid > li:nth-child(3),
  .header-grid.grid > li:nth-child(4) {
    display: block;
  }
}
.box {
  padding: 100% 0 0;
  position: relative;
}
.box .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-heading {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
  max-width: 800px;
}
@media only screen and (min-width:768px) {
  .page-heading {
    padding: 60px 0;
  }
}
@media only screen and (min-width:1024px) {
  .page-heading {
    padding: 80px 0;
  }
}
.page-heading .page-title {
  text-transform: uppercase;
  margin-bottom: 40px;
}
.content-blocks {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.content-blocks figure {
  margin: 0 -20px 20px;
}
@media only screen and (min-width:768px) {
  .content-blocks figure {
    margin: 0;
  }
}
.content-blocks figure img {
  max-width: 100%;
  height: auto;
}
.content-blocks .item {
  margin-bottom: 60px;
}
@media only screen and (min-width:768px) {
  .content-blocks .item {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width:1024px) {
  .content-blocks .item {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media only screen and (min-width:1320px) {
  .content-blocks .item h3 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (min-width:1024px) {
  .content-blocks .item p {
    font-size: 18px;
    line-height: 26px;
  }
}
.project-filter {
  margin: 0 auto;
  max-width: 220px;
  padding-bottom: 40px;
}
.project-filter:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width:850px) {
  .project-filter {
    max-width: 900px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width:1024px) {
  .project-filter {
    padding-bottom: 100px;
  }
}
.project-filter .anchor {
  position: relative;
  display: block;
  top: -45px;
}
@media only screen and (min-width:850px) {
  .project-filter .anchor {
    top: -85px;
  }
}
@media only screen and (min-width:1024px) {
  .project-filter .anchor {
    top: -95px;
  }
}
.project-filter ul {
  list-style: none;
}
.project-filter .optionset {
  word-spacing: 6px;
  padding: 20px 0 10px;
}
.project-filter .optionset li {
  display: inline-block;
  margin: 0 0 10px;
}
.project-filter .optionset a {
  word-spacing: normal;
  text-align: center;
  cursor: pointer;
  display: block;
  padding: 10px 5px;
  border: solid 2px transparent;
  font-size: 14px;
  text-transform: uppercase;
  color: #333333;
}
@media only screen and (min-width:1024px) {
  .project-filter .optionset a {
    font-size: 20px;
    padding: 15px;
  }
}
.project-filter .optionset a.checked,
.project-filter .optionset a:focus {
  border-color: #333333;
  color: #333333;
  opacity: 1;
}
.project-filter .optionset a:hover {
  border-color: #333333;
  color: #333333;
  opacity: 1;
}
@media only screen and (min-width:850px) {
  .project-filter .location {
    padding: 10px 40px 0 10%;
    float: left;
    width: 40%;
  }
}
@media only screen and (min-width:1024px) {
  .project-filter .location {
    width: 30%;
    padding-left: 0;
  }
}
.project-filter .location li {
  display: block;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.project-filter .interior {
  border-top: 1px solid #ececec;
  columns: 2;
  column-count: 2;
}
.project-filter .interior li {
  width: 100%;
}
@media only screen and (min-width:850px) {
  .project-filter .interior {
    border-top: 0;
    border-left: 1px solid #ececec;
    padding: 10px 0 0 40px;
    columns: 3;
    column-count: 3;
    float: left;
    width: 60%;
  }
}
@media only screen and (min-width:1024px) {
  .project-filter .interior {
    width: 70%;
  }
}
.contacts-module {
  margin: 0 auto 40px;
  max-width: 1000px;
  overflow: hidden;
}
@media only screen and (min-width:768px) {
  .contacts-module {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width:1024px) {
  .contacts-module {
    margin-bottom: 80px;
  }
}
.contacts-module .contacts {
  margin: 0 auto;
  max-width: 1280px;
  list-style: none;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.contacts-module .contacts a:hover {
  opacity: 0.4;
}
.contacts-module .contacts li {
  width: 100%;
  display: inline-block;
  margin-bottom: 50px;
  vertical-align: top;
  padding: 0 20px 0 20px;
}
@media only screen and (min-width:1024px) {
  .contacts-module .contacts li {
    width: 30%;
  }
}
.contacts-module .contacts .address {
  margin-bottom: 1.2em;
}
@media only screen and (min-width:1024px) {
  .contacts-module .contacts .address {
    height: 180px;
  }
}
.social-icons-module {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (min-width:768px) {
  .social-icons-module {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width:1024px) {
  .social-icons-module {
    margin-bottom: 100px;
  }
}
.social-icons-module h2 {
  margin-bottom: 20px;
}
.social-icons-module .social {
  list-style: none;
  display: inline-block;
}
.social-icons-module .social .fb {
  background-image: url(../images/icon-facebook.svg);
}
.social-icons-module .social .instagram {
  background-image: url(../images/icon-instagram.svg);
}
.social-icons-module .social .pinterest {
  background-image: url(../images/icon-pinterest.svg);
}
.social-icons-module .social .linkedin {
  background-image: url(../images/icon-linkedin.svg);
}
.social-icons-module .social li {
  display: inline-block;
  margin: 0 10px;
}
.social-icons-module .social li :hover {
  opacity: 0.4;
}
.social-icons-module .social li a {
  display: block;
  width: 46px;
  height: 46px;
  text-align: left;
  text-indent: -9999px;
  background: 50% 50% no-repeat;
  background-size: cover;
}
.detail-heading-module {
  margin-bottom: 50px;
}
@media only screen and (min-width:768px) {
  .detail-heading-module {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width:1024px) {
  .detail-heading-module {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width:1320px) {
  .detail-heading-module {
    margin-bottom: 100px;
  }
}
.detail-heading-module .detail-heading {
  position: relative;
  height: 350px;
  background: no-repeat center center;
  background-size: cover;
  margin-bottom: 50px;
}
@media only screen and (min-width:768px) {
  .detail-heading-module .detail-heading {
    height: 500px;
    margin-bottom: 70px;
  }
}
@media only screen and (min-width:1024px) {
  .detail-heading-module .detail-heading {
    height: auto;
    margin-bottom: 80px;
    padding-top: 48.95%;
  }
}
@media only screen and (min-width:1320px) {
  .detail-heading-module .detail-heading {
    margin-bottom: 100px;
  }
}
.detail-heading-module .title-wrapper,
.detail-heading-module .detail-title {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.detail-heading-module .detail-title {
  display: table;
}
.detail-heading-module .detail-title h1 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 50px;
}
@media only screen and (min-width:768px) {
  .detail-heading-module .detail-title h1 {
    font-size: 70px;
  }
}
@media only screen and (min-width:1025px) {
  .detail-heading-module .detail-title h1 {
    font-size: 100px;
  }
}
.detail-image-module h2 {
  text-transform: uppercase;
  text-align: center;
}
.detail-image-module .images {
  list-style: none;
  padding: 0;
  font-size: 0;
  text-align: center;
  margin: 0 -10px 50px 0;
}
@media only screen and (min-width:768px) {
  .detail-image-module .images {
    margin: 0 -20px 80px 0;
  }
}
@media only screen and (min-width:1024px) {
  .detail-image-module .images {
    margin: 0 -30px 100px 0;
  }
}
.detail-image-module .images.half-images li {
  width: 50%;
}
.detail-image-module .images li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 10px 0 0;
}
@media only screen and (min-width:768px) {
  .detail-image-module .images li {
    padding: 0 20px 0 0;
  }
}
@media only screen and (min-width:1024px) {
  .detail-image-module .images li {
    padding: 0 30px 0 0;
  }
}
.detail-image-module .images img {
  display: block;
  width: 100%;
}
@media only screen and (min-width:768px) {
  .detail-image-module .smaller-images {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.detail-image-module .smaller-images p {
  font-size: 14px;
  line-height: 19px;
  padding-top: 10px;
}
@media only screen and (min-width:1024px) {
  .detail-image-module .smaller-images p {
    font-size: 18px;
    line-height: 26px;
    padding-top: 20px;
  }
}
.detail-image-module + .detail-basic-module {
  padding-top: 0;
}
.detail-button-module {
  text-align: center;
}
.about-project {
  text-align: center;
  padding-bottom: 50px;
}
@media only screen and (min-width:768px) {
  .about-project {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width:1024px) {
  .about-project {
    padding-bottom: 100px;
  }
}
.about-project dl {
  text-align: left;
}
@media only screen and (min-width:480px) {
  .about-project dl {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 0 20px 0 20px;
    width: 180px;
  }
}
@media only screen and (min-width:768px) {
  .about-project dl {
    padding: 0 40px 0 40px;
    width: 250px;
  }
}
@media only screen and (min-width:1024px) {
  .about-project dl {
    padding: 0 70px 0 70px;
    width: 300px;
  }
  .about-project dl.right {
    padding-right: 0;
  }
}
.about-project dt {
  font-size: 15px;
  color: #bbbbbb;
}
@media only screen and (min-width:768px) {
  .about-project dt {
    font-size: 16px;
  }
}
@media only screen and (min-width:1024px) {
  .about-project dt {
    font-size: 17px;
  }
}
.about-project dd {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}
@media only screen and (min-width:768px) {
  .about-project dd {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (min-width:1024px) {
  .about-project dd {
    font-size: 18px;
    line-height: 20px;
  }
}
.story-page .detail-content {
  text-align: center;
  margin: 0 30px 50px;
  max-width: 800px;
}
@media only screen and (min-width:560px) {
  .story-page .detail-content {
    margin: 0 70px 50px;
  }
}
@media only screen and (min-width:768px) {
  .story-page .detail-content {
    margin: 0 100px 70px;
  }
}
@media only screen and (min-width:1025px) {
  .story-page .detail-content {
    margin: 0 150px 80px;
  }
}
@media only screen and (min-width:1320px) {
  .story-page .detail-content {
    margin: 0 auto 100px auto;
  }
}
.story-page .detail-content p {
  font-size: 21px;
  line-height: 28px;
}
@media only screen and (min-width:1025px) {
  .story-page .detail-content p {
    font-size: 26px;
    line-height: 34px;
  }
}
.story-page .hr-style {
  border: 0;
  height: 1px;
  background: #333333;
  width: 20%;
  display: block;
  margin: 50px auto 50px auto;
}
@media only screen and (min-width:768px) {
  .story-page .hr-style {
    margin: 80px auto;
  }
}
@media only screen and (min-width:1024px) {
  .story-page .hr-style {
    margin: 100px auto;
  }
}
.HomePage .detail-online-video-module {
  max-width: 1080px;
  margin: 0 auto;
}
.detail-online-video-module .inner-adapt {
  padding-bottom: 50px;
}
@media only screen and (min-width:768px) {
  .detail-online-video-module .inner-adapt {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width:1024px) {
  .detail-online-video-module .inner-adapt {
    padding-bottom: 100px;
  }
}
.detail-online-video-module a {
  display: block;
  outline: 0;
}
.detail-online-video-module .image-holder {
  position: relative;
}
.detail-online-video-module .icon-play {
  position: absolute;
  max-width: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.detail-online-video-module img {
  width: 100%;
}
.form {
  margin: 0 auto 80px;
  max-width: 360px;
}
@media only screen and (min-width:768px) {
  .form {
    width: 100%;
    max-width: none;
    margin-bottom: 120px;
  }
}
.form .anchor-wrapper {
  margin: -150px 0 0;
  height: 150px;
  pointer-events: none;
}
.form .anchor-wrapper .anchor {
  height: 0;
}
.form h3 {
  text-align: center;
}
.form fieldset {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
}
.form input,
.form button,
.form textarea {
  -webkit-appearance: none;
}
.form .fieldholder-small-label {
  display: none;
}
.form .fieldgroup {
  display: inline;
}
.form .fieldgroup-field {
  padding-bottom: 10px;
}
@media only screen and (min-width:768px) {
  .form .fieldgroup-field {
    padding: 0 20px 20px 0;
  }
}
.form .fieldholder-small {
  overflow: hidden;
}
@media only screen and (min-width:768px) {
  .form .field.CompositeField {
    float: left;
    width: 40%;
  }
}
@media only screen and (min-width:1024px) {
  .form .field.CompositeField {
    width: 40%;
  }
}
@media only screen and (min-width:1200px) {
  .form .field.CompositeField {
    width: 30%;
  }
}
@media only screen and (min-width:768px) {
  .form .field.CompositeField:nth-child(2) {
    width: 60%;
  }
  .form .field.CompositeField:nth-child(2) .fieldgroup-field {
    padding-right: 0;
  }
}
@media only screen and (min-width:1024px) {
  .form .field.CompositeField:nth-child(2) {
    width: 60%;
  }
}
@media only screen and (min-width:1200px) {
  .form .field.CompositeField:nth-child(2) {
    width: 70%;
  }
}
.form .field .text,
.form .field .textarea {
  padding: 15px;
  border: solid 2px #e7e7e7;
  line-height: 18px;
  font-size: 16px;
  width: 100%;
  outline: none;
  height: 52px;
}
@media only screen and (min-width:1200px) {
  .form .field .text,
  .form .field .textarea {
    line-height: 24px;
    font-size: 20px;
    padding: 22px 30px;
    height: 72px;
  }
}
.form .field .textarea {
  height: 106px;
}
@media only screen and (min-width:768px) {
  .form .field .textarea {
    height: 124px;
  }
}
@media only screen and (min-width:1200px) {
  .form .field .textarea {
    height: 164px;
  }
}
.form .Actions {
  text-align: center;
}
.form .after-send {
  text-align: center;
  padding-top: 30px;
}
.img-grid {
  overflow: hidden;
}
.img-grid .img {
  display: block;
  float: left;
  width: 25%;
  position: relative;
}
.img-grid .img:first-child {
  width: 75%;
}
.img-grid .img:first-child:before {
  width: 6px;
  height: 100%;
  top: 0;
}
.img-grid .img:nth-child(2):before,
.img-grid .img:nth-child(3):before {
  width: 100%;
  height: 6px;
}
.img-grid .img:nth-child(2):before {
  bottom: -2px;
  z-index: 2;
}
.img-grid .img:nth-child(3):before {
  bottom: -4px;
  z-index: 3;
}
.img-grid .img:before {
  content: '';
  position: absolute;
  right: 0;
  background: #fff;
}
.img-grid img {
  display: block;
}
.footer-grid {
  margin: 0 -8px 0 0;
}
.footer-grid > li {
  padding: 0 8px 8px 0;
}
.footer-grid .footer-image {
  transition: filter .3s;
  filter: grayscale(100%);
  position: relative;
  overflow: visible;
  z-index: 1;
}
.footer-grid .footer-image:hover {
  filter: grayscale(0);
}
.footer-grid .footer-image .img {
  position: absolute;
  box-sizing: content-box;
  left: 0;
  bottom: 0;
  background: #fff 50% 50% / cover no-repeat;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width:1200px) {
  .footer-grid .footer-image .content .title .title-link {
    display: block !important;
  }
}
.module .text {
  text-align: left;
  padding-bottom: 50px;
}
@media only screen and (min-width:768px) {
  .module .text {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width:1024px) {
  .module .text {
    padding-bottom: 100px;
  }
}
.image-module li {
  margin-bottom: 20px;
  display: inline-block;
}
.image-module .one {
  width: 100%;
  text-align: center;
}
.image-module .two {
  font-size: 0;
  width: 100%;
}
@media only screen and (min-width:768px) {
  .image-module .two li {
    width: 50%;
    vertical-align: top;
    padding: 10px;
  }
}
@media only screen and (max-width:639px) {
  .box-content-grid-item.is-open .box {
    padding: 200% 0 0;
  }
  .box-content-grid-item.is-open .content {
    top: 50%;
    margin: 0;
  }
  .box-content-grid-item .box {
    transition: padding .3s;
  }
  .box-content-grid-item .content {
    transition: margin .1s, top .2s;
  }
  .box-content-grid-item .content .inner {
    height: 50%;
  }
}
.box-content {
  background: #ccc;
  height: 100%;
  overflow: hidden;
}
.title-bc {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  box-sizing: content-box;
  overflow: visible;
  font-size: 42px;
  font-size: 12vw;
}
@media only screen and (min-width:640px) {
  .title-bc {
    font-size: 6vw;
  }
}
@media only screen and (min-width:1200px) {
  .title-bc {
    font-size: 3.1vw;
  }
}
.first .title-bc {
  padding-bottom: 100px;
  padding-bottom: 26vw;
  transition: padding .5s;
}
@media only screen and (min-width:640px) {
  .first .title-bc {
    padding-bottom: 13vw;
  }
}
@media only screen and (min-width:1200px) {
  .first .title-bc {
    padding-bottom: 6.8vw;
  }
}
.is-scrolled .first .title-bc {
  padding: 0;
}
.title-bc h1,
.title-bc h2,
.title-bc h3,
.title-bc h4,
.title-bc h5,
.title-bc h6,
.title-bc p,
.title-bc ul,
.title-bc li {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
}
.title-bc h1 strong,
.title-bc h2 strong,
.title-bc h3 strong,
.title-bc h4 strong,
.title-bc h5 strong,
.title-bc h6 strong,
.title-bc p strong,
.title-bc ul strong,
.title-bc li strong,
.title-bc h1 b,
.title-bc h2 b,
.title-bc h3 b,
.title-bc h4 b,
.title-bc h5 b,
.title-bc h6 b,
.title-bc p b,
.title-bc ul b,
.title-bc li b {
  color: #333;
  font-weight: normal;
}
.content-bc h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (min-width:768px) {
  .content-bc h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width:1024px) {
  .content-bc h2 {
    margin-bottom: 40px;
    font-size: 34px;
    line-height: 40px;
  }
}
.content-bc p {
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (min-width:1024px) {
  .content-bc p {
    font-size: 20px;
    line-height: 28px;
  }
}
.image-bc {
  position: relative;
  overflow: visible;
  z-index: 1;
}
@media only screen and (min-width:1200px) {
  .image-bc {
    transition: z-index 0.001s linear 0.3s;
  }
}
@media only screen and (min-width:1200px) {
  .is-open .image-bc {
    transition: z-index 0.001s linear 0s;
    z-index: 9999;
  }
}
.image-bc .box-adapt {
  padding-top: 0;
  padding-bottom: 0;
}
.image-bc .img {
  position: absolute;
  box-sizing: content-box;
  left: 0;
  bottom: 0;
  background: #fff 50% 50% / cover no-repeat;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width:1200px) {
  .image-bc .img {
    border: solid #fff 0;
    transition: width 0.3s ease-out, height 0.3s ease-out, padding 0.3s ease-out, border 0s linear 0.3s;
  }
}
li:nth-child(4n + 3) .image-bc .img,
li:nth-child(4n) .image-bc .img {
  left: auto;
  right: 0;
  background-position: 100% 100%;
}
@media only screen and (min-width:1200px) {
  .is-open .image-bc .img {
    width: 200%;
    height: 200%;
    padding: 8px 8px 0 0;
    border: solid #fff;
    border-width: 8px 8px 0 0;
    transition: width 0.3s ease-out, height 0.3s ease-out, padding 0.3s ease-out, border 0s linear;
  }
  li:nth-child(4n + 3).is-open .image-bc .img,
  li:nth-child(4n).is-open .image-bc .img {
    border-width: 8px 0 0 8px;
  }
}
.image-bc .close-btn {
  display: none;
  position: absolute;
  width: 50px;
  height: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  top: 0;
  right: 0;
  appearance: none;
  transition: height 0s linear;
  outline: 0;
}
@media only screen and (min-width:1200px) {
  .image-bc .close-btn {
    display: block;
  }
}
.image-bc .close-btn:focus {
  outline: 0;
}
.is-open .image-bc .close-btn {
  height: 100%;
  transition: height 0s linear 0.3s;
}
.image-bc .close-btn:before,
.image-bc .close-btn:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px -10px;
  width: 20px;
  height: 3px;
  background: #fff;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.image-bc .close-btn:after {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.image-bc .content-wrapper,
.footer-grid .footer-image .content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.image-bc .content,
.footer-grid .footer-image .content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 90%;
  margin-top: -20px;
  transition: all 0.3s ease-out;
}
li:nth-child(4n + 3) .image-bc .content,
li:nth-child(4n) .image-bc .content,
li:nth-child(4n + 3) .footer-grid .footer-image .content,
li:nth-child(4n) .footer-grid .footer-image .content {
  left: auto;
  right: 0;
}
@media only screen and (min-width:1200px) {
  .is-open .image-bc .content,
  .is-open .footer-grid .footer-image .content {
    margin: 0;
    top: 0;
  }
}
.image-bc .content h1,
.image-bc .content h2,
.image-bc .content h3,
.image-bc .content h4,
.image-bc .content h5,
.image-bc .content h6,
.image-bc .content p,
.image-bc .content button,
.image-bc .content a,
.footer-grid .footer-image .content h1,
.footer-grid .footer-image .content h2,
.footer-grid .footer-image .content h3,
.footer-grid .footer-image .content h4,
.footer-grid .footer-image .content h5,
.footer-grid .footer-image .content h6,
.footer-grid .footer-image .content p,
.footer-grid .footer-image .content button,
.footer-grid .footer-image .content a {
  font-size: 16px;
  color: #fff;
}
.image-bc .content p,
.footer-grid .footer-image .content p {
  font-size: 17px;
  line-height: 23px;
}
@media only screen and (min-width:1440px) {
  .image-bc .content p,
  .footer-grid .footer-image .content p {
    font-size: 18px;
    line-height: 24px;
  }
}
.image-bc .content strong,
.footer-grid .footer-image .content strong {
  color: #333;
}
.image-bc .content .bg,
.footer-grid .footer-image .content .bg {
  opacity: .7;
  position: absolute;
  width: 100%;
  height: 100%;
}
.image-bc .content .inner,
.footer-grid .footer-image .content .inner {
  position: relative;
}
.image-bc .content .title,
.footer-grid .footer-image .content .title {
  position: relative;
}
.image-bc .content .title .title-button,
.image-bc .content .title .title-link,
.footer-grid .footer-image .content .title .title-button,
.footer-grid .footer-image .content .title .title-link {
  padding: 3% 6%;
  line-height: 20px;
  display: block;
  width: 100%;
  text-align: left;
  margin: 0;
  background: none;
  border: 0;
  outline: 0;
  font-size: 4vw;
}
@media only screen and (min-width:640px) {
  .image-bc .content .title .title-button,
  .image-bc .content .title .title-link,
  .footer-grid .footer-image .content .title .title-button,
  .footer-grid .footer-image .content .title .title-link {
    font-size: 2vw;
  }
}
@media only screen and (min-width:1200px) {
  .image-bc .content .title .title-button,
  .image-bc .content .title .title-link,
  .footer-grid .footer-image .content .title .title-button,
  .footer-grid .footer-image .content .title .title-link {
    font-size: 1vw;
  }
}
.image-bc .content .title .title-button,
.footer-grid .footer-image .content .title .title-button {
  display: none;
  padding-top: 100%;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width:1200px) {
  .image-bc .content .title .title-button,
  .footer-grid .footer-image .content .title .title-button {
    display: block;
  }
  .is-open .image-bc .content .title .title-button,
  .is-open .footer-grid .footer-image .content .title .title-button {
    display: none;
  }
}
.image-bc .content .title .title-button:focus,
.footer-grid .footer-image .content .title .title-button:focus {
  outline: 0;
}
.image-bc .content .title .title-button:before,
.footer-grid .footer-image .content .title .title-button:before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 100%;
  left: 0;
}
@media only screen and (min-width:1024px) {
  .image-bc .content .title .title-button:before,
  .footer-grid .footer-image .content .title .title-button:before {
    content: '';
  }
}
@media only screen and (min-width:1200px) {
  .image-bc .content .title .title-link,
  .footer-grid .footer-image .content .title .title-link {
    display: none;
  }
  .is-open .image-bc .content .title .title-link,
  .is-open .footer-grid .footer-image .content .title .title-link {
    display: block;
  }
}
.image-bc .extra-title {
  display: none;
  padding: 5% 7%;
  line-height: 20px;
}
@media only screen and (min-width:1200px) {
  .image-bc .extra-title {
    display: block;
  }
  .is-open .image-bc .extra-title {
    display: none;
  }
}
.image-bc .mobile-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
@media only screen and (min-width:1200px) {
  .image-bc .mobile-link {
    display: none;
  }
}
.image-bc .box-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5% 7%;
  font-size: 17px;
  line-height: 23px;
}
@media only screen and (min-width:1440px) {
  .image-bc .box-footer {
    font-size: 18px;
    line-height: 24px;
  }
}
.image-bc .box-footer .location {
  color: #fff;
}
.image-bc .box-footer .read-more {
  color: #fff;
  float: right;
  font-size: 17px;
  line-height: 23px;
}
@media only screen and (min-width:1440px) {
  .image-bc .box-footer .read-more {
    font-size: 18px;
    line-height: 24px;
  }
}
.image-bc .box-footer .read-more:hover {
  text-decoration: underline;
}
.homepage .header-banner {
  background: 50% 50% / cover no-repeat;
}
.homepage .header-wrapper {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  overflow: hidden;
}
.homepage .header-wrapper:before {
  content: '';
  display: block;
  height: 100vh;
  margin-bottom: -53.33333333%;
}
@media only screen and (min-width:768px) {
  .homepage .header-wrapper:before {
    margin-bottom: -20%;
  }
}
@media only screen and (min-width:1024px) {
  .homepage .header-wrapper:before {
    margin-bottom: -13.33333333%;
  }
}
@media only screen and (min-width:1200px) {
  .homepage .header-wrapper:before {
    margin-bottom: -6.66666667%;
  }
}
.homepage .header-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 6.66666667%;
  width: 100%;
  padding-left: 6.66666667%;
}
.homepage .header-title {
  text-transform: uppercase;
  color: #fff;
  width: 40%;
  word-break: break-all;
  font-size: 5em;
  line-height: 0.85714286em;
}
@media only screen and (min-width:768px) {
  .homepage .header-title {
    width: 26.66666667%;
    font-size: 6.42857143em;
    line-height: 0.94444444em;
  }
}
@media only screen and (min-width:1200px) {
  .homepage .header-title {
    font-size: 7.5em;
    line-height: 0.91666667em;
    width: 26.66666667%;
  }
}
.homepage .header-link {
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  right: 6.66666667%;
  bottom: 0;
  margin-bottom: 6.66666667%;
  -ms-transform: translateY(50%);
      transform: translateY(50%);
  font-size: 18px;
  line-height: 20px;
}
@media only screen and (min-width:768px) {
  .homepage .header-link {
    margin-bottom: 6.66666667%;
  }
}
@media only screen and (min-width:1200px) {
  .homepage .header-link {
    -ms-transform: translateY(50%);
        transform: translateY(50%);
    margin-bottom: 3.33333333%;
    font-size: 22px;
    line-height: 20px;
  }
}
.hp-module {
  margin: 0 auto;
  max-width: 560px;
  padding-top: 60px;
}
.hp-module:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width:768px) {
  .hp-module {
    padding-top: 8.33333333%;
  }
}
@media only screen and (min-width:1200px) {
  .hp-module {
    max-width: 900px;
    padding-top: 0;
  }
}
@media only screen and (min-width:768px) {
  .hp-module:last-child {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width:1200px) {
  .hp-module:last-child {
    padding-bottom: 0;
  }
}
@media only screen and (min-width:1200px) {
  .header-banner + .hp-module .content-container,
  .header-banner + .hp-module .image-container {
    margin-top: 6.66666667%;
  }
}
.hp-module .content-container,
.hp-module .image-container {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width:1200px) {
  .hp-module .content-container,
  .hp-module .image-container {
    float: left;
    width: 6.66666667%;
    margin-bottom: 6.66666667%;
  }
}
.hp-module .image-container {
  z-index: 1;
}
@media only screen and (min-width:1200px) {
  .hp-module .image-container {
    margin-top: 0;
    margin-left: -6.66666667%;
  }
}
.hp-module .image-inner,
.hp-module .content-inner {
  position: relative;
}
@media only screen and (min-width:1200px) {
  .Type1.hp-module .image-inner {
    width: 700%;
    left: 100%;
  }
  .Type2.hp-module .image-inner {
    width: 1200%;
    left: 200%;
  }
  .Type4.hp-module .image-inner {
    width: 800%;
    left: 700%;
  }
  .Type5.hp-module .image-inner {
    width: 1000%;
    left: 0%;
  }
}
.hp-module .content-inner {
  padding: 0 3.65% 3.65% 3.65%;
}
@media only screen and (min-width:1200px) {
  .hp-module .content-inner {
    margin-top: 100%;
    padding: 0;
  }
  .Type1.hp-module .content-inner {
    width: 500%;
    left: 700%;
  }
  .Type1.hp-module .content-inner h2 {
    margin: 0 40% 20% 0;
  }
  .Type2.hp-module .content-inner {
    width: 400%;
    left: 100%;
  }
  .Type2.hp-module .content-inner h2 {
    margin: 0 25% 25% 0;
  }
  .Type3.hp-module .content-inner {
    width: 400%;
    left: 300%;
    margin-top: 0;
  }
  .Type3.hp-module .content-inner h2 {
    margin: 0 25% 25% 0;
  }
  .Type3.hp-module .content-inner h2.no-content {
    margin-bottom: 0;
  }
  .Type4.hp-module .content-inner {
    width: 400%;
    left: 600%;
  }
  .Type4.hp-module .content-inner h2 {
    margin: 0 25% 25% 0;
  }
  .Type5.hp-module .content-inner {
    width: 400%;
    left: 900%;
  }
  .Type5.hp-module .content-inner h2 {
    margin: 0 25% 25% 0;
  }
}
.hp-module img {
  width: 100%;
  display: block;
  opacity: 1;
}
@media only screen and (min-width:1200px) {
  .hp-module img {
    opacity: 0.4;
    transition: opacity 0.3s ease-in-out;
  }
}
.hp-module img:hover {
  opacity: 1;
}
.hp-module h2 {
  text-transform: uppercase;
  color: #222222;
  word-break: break-all;
  font-size: 2.85714286em;
  line-height: 0.95em;
  max-width: 300px;
  margin-bottom: 3.65%;
}
@media only screen and (min-width:768px) {
  .hp-module h2 {
    font-size: 3.57142857em;
    line-height: 0.96em;
  }
}
@media only screen and (min-width:1200px) {
  .hp-module h2 {
    max-width: none;
    padding-bottom: 0;
    font-size: 2.1875em;
    line-height: 0.875em;
  }
}
.hp-module h2.no-content {
  margin-bottom: 0;
}
.hp-module p {
  color: #222222;
}
@media only screen and (min-width:1200px) {
  .hp-module p {
    font-size: 17px;
    line-height: 1.4;
  }
}
.hp-module p.subtitle {
  text-transform: uppercase;
}
.project-listing-page .content-blocks .about-project {
  text-align: left;
  padding-bottom: 30px;
}
.project-listing-page .content-blocks .about-project dl {
  padding: 0;
}
.project-listing-page .load-more {
  text-align: center;
  padding-bottom: 60px;
}
@media only screen and (min-width:768px) {
  .project-listing-page .load-more {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width:1024px) {
  .project-listing-page .load-more {
    padding-bottom: 80px;
  }
}
.project-listing-page .project-filter {
  max-width: 300px;
}
@media only screen and (min-width:850px) {
  .project-listing-page .project-filter {
    max-width: 900px;
  }
}
.project-listing-page .project-filter .interior {
  border-top: 0;
}
@media only screen and (min-width:850px) {
  .project-listing-page .project-filter .interior {
    border-left: 0;
    padding-left: 0;
    float: none;
    width: 100%;
  }
}
.project-listing-page .project-filter .location + .interior {
  border-top: 1px solid #ececec;
}
@media only screen and (min-width:850px) {
  .project-listing-page .project-filter .location + .interior {
    border-top: 0;
    border-left: 1px solid #ececec;
    padding: 10px 0 0 40px;
    float: left;
    width: 60%;
  }
}
@media only screen and (min-width:1024px) {
  .project-listing-page .project-filter .location + .interior {
    width: 70%;
  }
}
.project-listing-page .project-filter .location:only-child {
  float: none;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  columns: 2;
  column-count: 2;
}
.project-listing-page .project-filter .location:only-child li {
  width: 100%;
}
@media only screen and (min-width:850px) {
  .project-listing-page .project-filter .location:only-child {
    columns: 3;
    column-count: 3;
  }
}
.project-listing-page.projects-page .content-blocks {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  padding-bottom: 60px;
}
@media only screen and (min-width:640px) {
  .project-listing-page.projects-page .content-blocks {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width:768px) {
  .project-listing-page.projects-page .content-blocks {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width:1024px) {
  .project-listing-page.projects-page .content-blocks {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width:1200px) {
  .project-listing-page.projects-page .content-blocks {
    grid-template-columns: repeat(3, 1fr);
  }
}
.project-listing-page.projects-page .content-blocks .item {
  margin: 0;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width:640px) {
  .project-listing-page.projects-page .content-blocks .item:hover .content {
    opacity: 1;
    visibility: visible;
  }
}
.project-listing-page.projects-page .content-blocks .item .image,
.project-listing-page.projects-page .content-blocks .item .content {
  margin: 0;
  float: none;
  width: 100%;
  transition: opacity 0.3s ease-out;
}
.project-listing-page.projects-page .content-blocks .item .image figure {
  margin: 0;
}
.project-listing-page.projects-page .content-blocks .item .image figure img {
  display: block;
}
@media only screen and (min-width:640px) {
  .project-listing-page.projects-page .content-blocks .item .content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    z-index: 1;
    padding: 0;
    background: rgba(242, 242, 242, 0.5);
  }
}
.project-listing-page.projects-page .content-blocks .item .content a {
  display: block;
}
@media only screen and (min-width:640px) {
  .project-listing-page.projects-page .content-blocks .item .content a {
    color: #fff;
  }
}
.project-listing-page.projects-page .content-blocks .item .content h3 {
  padding: 3% 6%;
  margin: 0;
  text-transform: none;
  font-size: 24px;
  line-height: 26px;
}
@media only screen and (min-width:1024px) {
  .stories-page .content-blocks .item {
    margin-bottom: 20px;
  }
}
.about-page .about-us {
  padding-top: 50px;
}
@media only screen and (min-width:768px) {
  .about-page .about-us {
    padding-top: 80px;
  }
}
@media only screen and (min-width:1024px) {
  .about-page .about-us {
    padding-top: 100px;
  }
}
.about-page h2 {
  padding-bottom: 40px;
  text-align: center;
}
.about-page h3 {
  padding-bottom: 25px;
}
@media only screen and (min-width:768px) {
  .about-page h3 {
    padding-bottom: 40px;
    font-size: 26px;
  }
}
@media only screen and (min-width:768px) {
  .about-page p {
    font-size: 20px;
  }
}
.about-page .text {
  text-align: center;
}
.cookies h2 {
  margin-top: 40px;
}
@media print {
  /* Print */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #ddd;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}
/*# sourceMappingURL=style.css.map */