@charset "UTF-8";

.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

html,
body {
  overflow-x: hidden;
}

.slick-list,
.slick-slider {
  position: relative;
  display: block
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  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
}

.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) 50% no-repeat
}

@font-face {
  font-family: slick;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  border: none;
  z-index: 99
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  background: transparent;
  color: transparent;
  outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 60px;
  line-height: 1;
  color: #ff7300;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: 25px
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px
}

.slick-prev:before {
  content: "←"
}

[dir=rtl] .slick-prev:before {
  content: "→"
}

.slick-next {
  right: 55px
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto
}

.slick-next:before {
  content: "→"
}

[dir=rtl] .slick-next:before {
  content: "←"
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0
}

.slick-dots li,
.slick-dots li button {
  height: 20px;
  width: 20px;
  cursor: pointer
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%
}

* {
  box-sizing: border-box
}

body {
  margin: 0
}

article,
aside,
footer,
header,
nav,
section {
  display: block
}

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

figcaption,
figure,
main {
  display: block
}

figure {
  margin: 1em 4rem
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: initial
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder
}

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

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: -.25em
}

sup {
  top: -.5em
}

audio,
video {
  display: inline-block
}

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

img {
  border-style: none
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details,
menu {
  display: block
}

summary {
  display: list-item
}

canvas {
  display: inline-block
}

[hidden],
template {
  display: none
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible
}

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: .7
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #000
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease
}

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

.hamburger-inner:before {
  top: -10px
}

.hamburger-inner:after {
  bottom: -10px
}

.hamburger--3dx .hamburger-box {
  perspective: 80px
}

.hamburger--3dx .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg)
}

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg)
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
  perspective: 80px
}

.hamburger--3dy .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg)
}

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg)
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-box {
  perspective: 80px
}

.hamburger--3dxy .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg)
}

.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt .hamburger-inner:before {
  transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(.7);
  transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(.7);
  transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s
}

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(.7);
  transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(.7);
  transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s
}

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  transition-property: none
}

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

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

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

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: .13s;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
  transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  opacity: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(-90deg);
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: .13s;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  opacity: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(90deg);
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: .275s;
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 75ms
}

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

.hamburger--elastic.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 75ms
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: .275s;
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 75ms
}

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

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 75ms
}

.hamburger--emphatic {
  overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

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

.hamburger--emphatic.is-active .hamburger-inner:before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s
}

.hamburger--emphatic-r {
  overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

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

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s
}

.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
  transition: bottom .08s ease-out 0s, top .08s ease-out 0s, opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
  opacity: 0;
  transition: bottom .08s ease-out, top .08s ease-out, opacity 0s linear .08s
}

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0
}

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0
}

.hamburger--slider .hamburger-inner {
  top: 2px
}

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

.hamburger--slider .hamburger-inner:after {
  top: 20px
}

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

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

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

.hamburger--slider-r .hamburger-inner {
  top: 2px
}

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

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

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

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

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

.hamburger--spin .hamburger-inner {
  transition-duration: .22s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin .hamburger-inner:before {
  transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

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

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s
}

.hamburger--spin-r .hamburger-inner {
  transition-duration: .22s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

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

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear .13s
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: .22s;
  background-color: transparent !important
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: .13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity 0s linear
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  opacity: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .22s
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(90deg);
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s
}

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s
}

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease .12s, opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top 75ms ease, opacity 75ms ease .12s
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s
}

.hamburger--vortex .hamburger-inner {
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

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

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

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

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

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

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

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

.hamburger--vortex-r .hamburger-inner {
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

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

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

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

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

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

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

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

body,
html {
  font-size: 62.5%
}

div {
  box-sizing: border-box
}

ul {
  padding-inline-start: 0
}

a {
  text-decoration: none
}

img {
  max-width: 100%
}

.download {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end
}

.load-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff
}

h1,
h2,
h3,
h4 {
  margin: 0
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem
}


@font-face {
  font-family: Sukima;
  src: url(SukimaRegular.woff2) format("woff2"), url(SukimaRegular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}




header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 3rem 0;
  z-index: 999
}

@media screen and (max-width:767px) {
  header {
    padding: 2.5rem 0
  }
}

header.nav-open .header-container h1 {
  left: 0;
  transform: none
}

@media screen and (max-width:1023px) {
  header.nav-open .header-container h1 {
    left: 50%;
    transform: translateX(-50%)
  }
}

@media screen and (max-width:500px) {
  header.nav-open .header-container h1 {
    left: 0;
    transform: none
  }
}

header.nav-open .header-container nav {
  opacity: 1;
  visibility: visible;
  transition: all .5s ease
}

header .header-container {
  position: relative;
  display: flex;
  align-items: center
}

header .header-container h1 {
  width: 28.5rem;
  margin: 0;
  line-height: 1;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  transition: all .5s ease
}

@media screen and (max-width:1599px) {
  header .header-container h1 {
    width: 25rem
  }
}

@media screen and (max-width:1279px) {
  header .header-container h1 {
    width: 22.5rem
  }
}

/*
@media screen and (max-width:1167px) {
  #contact .container .info .agent p {
    padding-right:30px
  }
} */

@media screen and (max-width:767px) {
  header .header-container h1 {
    width: 20rem
  }
}

@media screen and (max-width:500px) {
  header .header-container h1 {
    width: 17.5rem;
    left: 0;
    transform: none
  }
}

header .header-container h1 img {
  width: 100%
}

header .header-container .hamburger {
  margin: 0;
  position: absolute;
  right: 0;
  transform-origin: right center;
  border-top: .4rem solid #ff7300;
  border-bottom: .4rem solid #ff7300;
  padding: .65rem 1rem .5rem;
  width: auto
}

@media screen and (max-width:1599px) {
  header .header-container .hamburger {
    transform: scale(.9);
    transform-origin: right center
  }
}

@media screen and (max-width:1279px) {
  header .header-container .hamburger {
    transform: scale(.8)
  }
}

@media screen and (max-width:767px) {
  header .header-container .hamburger {
    transform: scale(.7)
  }
}

@media screen and (max-width:500px) {
  header .header-container .hamburger {
    transform: scale(.65)
  }
}

header .header-container .hamburger:after,
header .header-container .hamburger:before {
  width: .4rem;
  height: 100%;
  content: "";
  background-color: #ff7300;
  position: absolute;
  z-index: 99
}

header .header-container .hamburger:before {
  left: 0;
  bottom: -.4rem;
  border-right: .3rem solid #fff
}

header .header-container .hamburger:after {
  right: 0;
  top: -.4rem;
  border-left: .3rem solid #fff
}

header .header-container .hamburger .hamburger-box {
  width: 3rem
}

header .header-container .hamburger .hamburger-inner {
  background-color: #1d1d1b;
  border-radius: 0;
  width: 100%
}

header .header-container .hamburger .hamburger-inner:after,
header .header-container .hamburger .hamburger-inner:before {
  background-color: #1d1d1b;
  border-radius: 0;
  width: 3rem
}

header .header-container nav {
  position: absolute;
  right: 7rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease, visibility 0s linear .5s
}

@media screen and (max-width:1023px) {
  header .header-container nav {
    left: -3rem;
    right: -3rem;
    padding: 1rem 3rem;
    top: calc(100% + 3rem);
    background-color: #fdf0e7
  }
}

@media screen and (max-width:767px) {
  header .header-container nav {
    top: calc(100% + 2.5rem)
  }
}

header .header-container nav ul {
  margin: 0;
  list-style: none
}

@media screen and (max-width:1023px) {
  header .header-container nav ul {
    display: flex;
    justify-content: space-between;
    transform: rotate(180deg)
  }
}

@media screen and (max-width:639px) {
  header .header-container nav ul {
    display: block
  }
}

header .header-container nav ul li {
  display: inline-block;
  font: 1.6rem Sukima, sans-serif;
  text-transform: uppercase;
  margin-left: 2em
}

@media screen and (max-width:1023px) {
  header .header-container nav ul li {
    margin: 0;
    transform: rotate(-180deg)
  }
}

@media screen and (max-width:639px) {
  header .header-container nav ul li {
    display: block;
    margin: .5em 0;
    text-align: center;
    font-size: 1.8rem
  }
}

header .header-container nav ul li a {
  transition: color .3s ease
}

header .header-container nav ul li a:hover {
  color: #ff7300
}

.hero, .aerial {
  min-height: 700px !important;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat
}

section p {
  font-family: Sukima, sans-serif;
  font-size: 4.8rem;
  line-height: 1;
  margin: 0;
  color: #42454a
}

@media screen and (max-width:1919px) {
  section p {
    font-size: 4.4rem
  }
}

@media screen and (max-width:1439px) {
  section p {
    font-size: 4rem
  }
}

@media screen and (max-width:1023px) {
  section p {
    font-size: 3.6rem
  }
}

@media screen and (max-width:500px) {
  section p {
    font-size: 3rem
  }
}

section h2,
section p span {
  color: #ff7300
}

section h2 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: .1em;
  margin: 0;
  border-bottom: .1rem solid #ff7300;
  line-height: 1;
  padding-bottom: .9em;
  text-transform: uppercase
}

#occupiers {
  padding: 4rem 0
}

@media screen and (max-width:639px) {
  #occupiers {
    padding: 3rem 0
  }
}

#occupiers .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  align-items: unset
}

@media screen and (max-width:1023px) {
  #occupiers .container {
    display: block
  }
}

#occupiers .container .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 33.3333333333%
}

@media screen and (max-width:1919px) {
  #occupiers .container .content {
    padding-right: 6rem
  }
}

@media screen and (max-width:1599px) {
  #occupiers .container .content {
    width: 40%
  }
}

@media screen and (max-width:1279px) {
  #occupiers .container .content {
    width: 50%
  }
}

@media screen and (max-width:1023px) {
  #occupiers .container .content {
    width: 100%;
    padding-right: 0
  }
}

#occupiers .container .content p {
  margin: 0 0 1em;
  text-transform: uppercase
}

@media screen and (max-width:1023px) {
  #occupiers .container .content p br {
    display: none
  }
}

@media screen and (max-width:1023px) {
  #occupiers .container .content p span {
    display: block
  }
}

@media screen and (max-width:767px) {
  #occupiers .container .content p span {
    display: inline
  }
}

#occupiers .container .content .occupiers h2 {
  width: 75%
}

@media screen and (max-width:2559px) {
  #occupiers .container .content .occupiers h2 {
    width: 87.5%
  }
}

@media screen and (max-width:1919px) {
  #occupiers .container .content .occupiers h2 {
    width: 100%
  }
}

@media screen and (max-width:1599px) {
  #occupiers .container .content .occupiers h2 {
    margin-bottom: -1rem
  }
}

#occupiers .container .content .occupiers ul {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 75%
}

@media screen and (max-width:2559px) {
  #occupiers .container .content .occupiers ul {
    width: 87.5%
  }
}

@media screen and (max-width:1919px) {
  #occupiers .container .content .occupiers ul {
    width: 100%
  }
}

@media screen and (max-width:1023px) {
  #occupiers .container .content .occupiers ul {
    margin-bottom: 3rem
  }
}

#occupiers .container .content .occupiers ul li {
  flex: 0 1 33.333333%;
  margin-top: 6.5rem
}

@media screen and (max-width:1919px) {
  #occupiers .container .content .occupiers ul li {
    margin-top: 5rem
  }
}

@media screen and (max-width:1599px) {
  #occupiers .container .content .occupiers ul li {
    margin-top: 4rem
  }
}

@media screen and (max-width:1023px) {
  #occupiers .container .content .occupiers ul li {
    margin-top: 5rem
  }
}

@media screen and (max-width:500px) {
  #occupiers .container .content .occupiers ul li {
    flex: 0 1 50%;
    text-align: left
  }
}

#occupiers .container .content .occupiers ul li:nth-child(3n+2) {
  text-align: center
}

@media screen and (max-width:500px) {
  #occupiers .container .content .occupiers ul li:nth-child(3n+2) {
    text-align: unset
  }
}

#occupiers .container .content .occupiers ul li:nth-child(3n+3) {
  text-align: right
}

@media screen and (max-width:500px) {
  #occupiers .container .content .occupiers ul li:nth-child(3n+3) {
    text-align: unset
  }
}

@media screen and (max-width:500px) {
  #occupiers .container .content .occupiers ul li:nth-child(2n) {
    text-align: right
  }
}

@media screen and (max-width:500px) {
  #occupiers .container .content .occupiers ul li:last-child {
    flex: 0 1 100%;
    text-align: center
  }
}

#occupiers .container .content .occupiers ul li img {
  max-width: 14.5rem;
  max-height: 5rem
}

@media screen and (max-width:2559px) {
  #occupiers .container .content .occupiers ul li img {
    max-width: 14rem;
    max-height: 4.25rem
  }
}

@media screen and (max-width:1919px) {
  #occupiers .container .content .occupiers ul li img {
    max-width: 11rem
  }
}

@media screen and (max-width:1439px) {
  #occupiers .container .content .occupiers ul li img {
    max-height: 3.5rem;
    max-width: 10rem
  }
}

@media screen and (max-width:1279px) {
  #occupiers .container .content .occupiers ul li img {
    max-height: 3rem
  }
}

@media screen and (max-width:1023px) {
  #occupiers .container .content .occupiers ul li img {
    max-width: 13rem;
    max-height: 3.75rem
  }
}

@media screen and (max-width:639px) {
  #occupiers .container .content .occupiers ul li img {
    max-width: 11rem;
    max-height: 3.25rem
  }
}

@media screen and (max-width:500px) {
  #occupiers .container .content .occupiers ul li img {
    max-width: 12rem;
    max-height: 4rem
  }
}

#occupiers .container .img-container {
  width: 66.6666666%;
  overflow: hidden;
  position: relative
}

@media screen and (max-width:1599px) {
  #occupiers .container .img-container {
    width: 60%
  }
}

@media screen and (max-width:1279px) {
  #occupiers .container .img-container {
    width: 50%
  }
}

@media screen and (max-width:1023px) {
  #occupiers .container .img-container {
    width: 100%
  }
}

#occupiers .container .img-container img {
  width: 100%
}

@media screen and (max-width:1279px) {
  #occupiers .container .img-container img {
    height: 100%;
    width: auto;
    max-width: none;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%)
  }
}

@media screen and (max-width:1023px) {
  #occupiers .container .img-container img {
    position: static;
    height: auto;
    width: 100%;
    max-width: 100%;
    transform: none
  }
}

#the-site {
  background-color: #fdf0e7;
  padding-bottom: 3rem
}

#the-site .plan-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding-bottom: 1.5rem
}

@media screen and (max-width:1919px) {
  #the-site .plan-wrapper {
    align-items: flex-end
  }
}

@media screen and (max-width:1439px) {
  #the-site .plan-wrapper {
    padding-top: 5rem
  }
}

@media screen and (max-width:1279px) {
  #the-site .plan-wrapper {
    flex-wrap: wrap
  }
}

@media screen and (max-width:1023px) {
  #the-site .plan-wrapper {
    padding-top: 3rem;
    padding-bottom: 0
  }
}

#the-site .plan-wrapper p {
  position: absolute;
  left: 0;
  top: 3rem
}

@media screen and (max-width:1279px) {
  #the-site .plan-wrapper p {
    position: static;
    flex: 0 1 100%
  }
}

@media screen and (max-width:1023px) {
  #the-site .plan-wrapper p {
    order: 1
  }
}

@media screen and (max-width:1279px) {
  #the-site .plan-wrapper p br {
    display: none
  }
}

@media screen and (max-width:1279px) {
  #the-site .plan-wrapper p span {
    display: block
  }
}

@media screen and (max-width:767px) {
  #the-site .plan-wrapper p span {
    display: inline
  }
}

#the-site .plan-wrapper .north {
  right: 0;
  position: absolute;
  top: 3rem;
  width: 3.5rem
}

@media screen and (max-width:1023px) {
  #the-site .plan-wrapper .north {
    position: static;
    float: right
  }
}

@media screen and (max-width:767px) {
  #the-site .plan-wrapper .north {
    margin-bottom: -5rem
  }
}

@media screen and (max-width:639px) {
  #the-site .plan-wrapper .north {
    width: 3rem
  }
}

@media screen and (max-width:500px) {
  #the-site .plan-wrapper .north {
    width: 2.5rem
  }
}

#the-site .plan-wrapper p.plan-note {
  position: absolute;
  bottom: -1.3rem;
  right: 0;
  color: #42454a;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.3rem;
  letter-spacing: .1em;
  margin: 0;
  left: unset;
  top: unset;
  font-weight: 300
}

@media screen and (max-width:1023px) {
  #the-site .plan-wrapper p.plan-note {
    position: static;
    text-align: right;
    margin: 1rem 0
  }
}

@media screen and (max-width:767px) {
  #the-site .plan-wrapper p.plan-note {
    margin-bottom: 3rem
  }
}

@media screen and (max-width:639px) {
  #the-site .plan-wrapper p.plan-note {
    font-size: 1.1rem;
    margin-top: 1.5rem;
    text-align: center;
    line-height: 1.4
  }
}

#the-site .plan-wrapper .accomm {
  width: 20%
}

@media screen and (max-width:2559px) {
  #the-site .plan-wrapper .accomm {
    padding-top: 10rem
  }
}

@media screen and (max-width:1919px) {
  #the-site .plan-wrapper .accomm {
    padding-top: 0;
    padding-bottom: 3rem
  }
}

@media screen and (max-width:1439px) {
  #the-site .plan-wrapper .accomm {
    width: 25%;
    padding-bottom: 3rem
  }
}

@media screen and (max-width:1279px) {
  #the-site .plan-wrapper .accomm {
    width: 27.5%
  }
}

@media screen and (max-width:1023px) {
  #the-site .plan-wrapper .accomm {
    order: 3;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }
}

@media screen and (max-width:639px) {
  #the-site .plan-wrapper .accomm {
    display: block
  }
}

#the-site .plan-wrapper .accomm h2 {
  margin-bottom: 1em
}

@media screen and (max-width:1023px) {
  #the-site .plan-wrapper .accomm h2 {
    flex: 0 1 100%
  }
}

#the-site .plan-wrapper .accomm table {
  width: 100%;
  font-size: 1.4rem;
  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 300;
  line-height: 1;
  border-collapse: collapse;
  color: #42454a;
  margin-bottom: 3rem
}

@media screen and (max-width:1599px) {
  #the-site .plan-wrapper .accomm table {
    margin-bottom: 2rem
  }
}

@media screen and (max-width:1023px) {
  #the-site .plan-wrapper .accomm table {
    width: calc(50% - 1.5rem)
  }
}

@media screen and (max-width:639px) {
  #the-site .plan-wrapper .accomm table {
    width: 100%
  }
}

#the-site .plan-wrapper .accomm table thead tr th {
  text-align: left;
  font-weight: 400;
  color: #ff7300;
  padding-bottom: .5em;
  border-bottom: .1rem solid #42454a;
  text-align: right
}

#the-site .plan-wrapper .accomm table thead tr th:first-child {
  text-align: left
}

#the-site .plan-wrapper .accomm table tbody tr td {
  padding: .5em 0;
  border-bottom: .1rem solid #42454a;
  text-align: right
}

#the-site .plan-wrapper .accomm table tbody tr td:first-child {
  text-align: left
}

#the-site .plan-wrapper .accomm table tfoot tr td {
  padding: .5em 0;
  font-weight: 500;
  text-align: right
}

#the-site .plan-wrapper .accomm table tfoot tr td:first-child {
  text-align: left
}

#the-site .plan-wrapper .accomm p.note {
  color: #42454a;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.4rem;
  letter-spacing: .1em;
  margin: 0;
  text-align: right;
  position: static;
  font-weight: 300
}

@media screen and (max-width:639px) {
  #the-site .plan-wrapper .accomm p.note {
    font-size: 1.2rem
  }
}

#the-site .plan-wrapper .plan {
  width: 72.5%
}

@media screen and (max-width:1279px) {
  #the-site .plan-wrapper .plan {
    width: 70%
  }
}

@media screen and (max-width:1023px) {
  #the-site .plan-wrapper .plan {
    order: 2;
    width: 100%;
    margin-top: 1rem
  }
}

@media screen and (max-width:500px) {
  #the-site .plan-wrapper .plan {
    margin-top: 2rem
  }
}

#the-site .plan-wrapper .plan img.plan {
  width: 100%;
  margin: 0
}

@media screen and (max-width:500px) {
  #the-site .plan-wrapper .plan img.plan {
    width: calc(100% + 5rem);
    margin-left: -2rem;
    max-width: calc(100% + 5rem)
  }
}

#the-site .estate h2,
#the-site .specification h2 {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: .5em;
  display: inline-block
}

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

  #the-site .estate h2,
  #the-site .specification h2 {
    display: inline
  }
}

#the-site .estate p,
#the-site .specification p {
  font-size: 1.4rem;
  font-family: 'Hanken Grotesk', sans-serif;
  margin-bottom: .5em;
  display: inline-block
}

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

  #the-site .estate p,
  #the-site .specification p {
    display: inline;
    margin-bottom: 0;
    line-height: 1.4
  }
}

#the-site .estate p span,
#the-site .specification p span {
  text-transform: uppercase
}

#the-site .estate:last-child ul.icon-list,
#the-site .specification:last-child ul.icon-list {
  margin-bottom: 0
}

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

  #the-site .estate:last-child ul.icon-list,
  #the-site .specification:last-child ul.icon-list {
    margin-bottom: -5rem
  }
}

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

  #the-site .estate:last-child ul.icon-list,
  #the-site .specification:last-child ul.icon-list {
    margin-bottom: -4rem
  }
}

#the-site .estate ul.icon-list,
#the-site .specification ul.icon-list {
  display: flex;
  list-style: none;
  border-top: .1rem solid #ff7300;
  padding-top: 2.5rem;
  margin: 0 0 5rem
}

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

  #the-site .estate ul.icon-list,
  #the-site .specification ul.icon-list {
    flex-wrap: wrap;
    margin-bottom: 0
  }
}

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

  #the-site .estate ul.icon-list,
  #the-site .specification ul.icon-list {
    margin-top: .7rem
  }
}

#the-site .estate ul.icon-list li,
#the-site .specification ul.icon-list li {
  width: 12.5%;
  text-align: center;
  font-size: 1.2rem;
  color: #42454a;
  letter-spacing: .1em;
  font-family: 'Hanken Grotesk', sans-serif;
  line-height: 1.5;
  font-weight: 300
}

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

  #the-site .estate ul.icon-list li,
  #the-site .specification ul.icon-list li {
    width: 25%;
    margin-bottom: 5rem
  }
}

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

  #the-site .estate ul.icon-list li,
  #the-site .specification ul.icon-list li {
    font-size: 1.1rem
  }
}

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

  #the-site .estate ul.icon-list li,
  #the-site .specification ul.icon-list li {
    width: 33.3333333333%
  }
}

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

  #the-site .estate ul.icon-list li,
  #the-site .specification ul.icon-list li {
    width: 50%;
    margin-bottom: 4rem
  }
}

#the-site .estate ul.icon-list li .icon-wrapper,
#the-site .specification ul.icon-list li .icon-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem
}

#the-site .estate ul.icon-list li .icon-wrapper img,
#the-site .specification ul.icon-list li .icon-wrapper img {
  display: block;
  max-width: 5rem;
  max-height: 4rem;
  margin: 0 auto
}

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

  #the-site .estate ul.icon-list li .icon-wrapper img,
  #the-site .specification ul.icon-list li .icon-wrapper img {
    max-width: 4.5rem;
    max-height: 3.5rem
  }
}

@media screen and (max-width:1599px) {
  #the-site .estate {
    margin-top: 5rem
  }
}

@media screen and (max-width:1023px) {
  #the-site .estate {
    margin-top: 0
  }
}

@media screen and (max-width:500px) {
  #the-site .estate ul.icon-list li:last-child {
    width: 100%;
    text-align: center
  }
}

#demographics {
  padding: 3rem 0
}

#demographics .container {
  display: flex;
  justify-content: space-between;
  align-items: unset;
  flex-direction: row
}

@media screen and (max-width:1023px) {
  #demographics .container {
    display: block
  }
}

#demographics .container .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  width: calc(50% - 1.5rem)
}

@media screen and (max-width:1279px) {
  #demographics .container .content {
    width: calc(46% - 1.5rem)
  }
}

@media screen and (max-width:1023px) {
  #demographics .container .content {
    width: 100%
  }
}

#demographics .container .content h2 {
  padding-bottom: 0;
  border-bottom: none;
  font-family: Sukima, sans-serif;
  font-size: 4.8rem;
  line-height: 1;
  margin: 0;
  color: #ff7300;
  letter-spacing: 0
}

@media screen and (max-width:1919px) {
  #demographics .container .content h2 {
    font-size: 4.4rem
  }
}

@media screen and (max-width:1439px) {
  #demographics .container .content h2 {
    font-size: 4rem
  }
}

@media screen and (max-width:1023px) {
  #demographics .container .content h2 {
    font-size: 3.6rem;
    margin-bottom: .5em
  }
}

@media screen and (max-width:500px) {
  #demographics .container .content h2 {
    font-size: 3rem
  }
}

#demographics .container .content .info {
  width: 100%
}

#demographics .container .content .info .demo-section {
  border-top: .1rem solid #ff7300;
  display: flex;
  justify-content: space-between;
  padding-top: 1.5rem;
  margin-bottom: 4rem
}

@media screen and (max-width:1919px) {
  #demographics .container .content .info .demo-section {
    margin-bottom: 3rem
  }
}

@media screen and (max-width:1599px) {
  #demographics .container .content .info .demo-section {
    margin-bottom: 2rem
  }
}

@media screen and (max-width:1279px) {
  #demographics .container .content .info .demo-section {
    margin-bottom: 1rem
  }
}

@media screen and (max-width:500px) {
  #demographics .container .content .info .demo-section {
    display: block
  }
}

#demographics .container .content .info .demo-section:nth-last-child(2) figure {
  color: #f7aa73
}

#demographics .container .content .info .demo-section:last-child {
  margin-bottom: 1.5rem
}

#demographics .container .content .info .demo-section:last-child figure {
  color: #fbd4b9
}

#demographics .container .content .info .demo-section figure {
  font-family: Sukima, sans-serif;
  font-size: 4.8rem;
  line-height: 1;
  margin: 0;
  color: #ff7300;
  text-transform: uppercase
}

@media screen and (max-width:1919px) {
  #demographics .container .content .info .demo-section figure {
    font-size: 4.4rem
  }
}

@media screen and (max-width:1439px) {
  #demographics .container .content .info .demo-section figure {
    font-size: 4rem
  }
}

@media screen and (max-width:1023px) {
  #demographics .container .content .info .demo-section figure {
    font-size: 3.6rem
  }
}

@media screen and (max-width:500px) {
  #demographics .container .content .info .demo-section figure {
    margin-bottom: .5em;
    font-size: 3rem
  }
}

#demographics .container .content .info .demo-section ul {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center
}

@media screen and (max-width:1279px) {
  #demographics .container .content .info .demo-section ul {
    display: block
  }
}

@media screen and (max-width:1023px) {
  #demographics .container .content .info .demo-section ul {
    display: flex
  }
}

@media screen and (max-width:639px) {
  #demographics .container .content .info .demo-section ul {
    display: block
  }
}

@media screen and (max-width:500px) {
  #demographics .container .content .info .demo-section ul {
    display: flex;
    margin-bottom: 1rem
  }
}

#demographics .container .content .info .demo-section ul li {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #42454a;
  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 300;
  margin-left: 2.25em;
  line-height: 1
}

@media screen and (max-width:1599px) {
  #demographics .container .content .info .demo-section ul li {
    margin-left: 1.5em
  }
}

@media screen and (max-width:1439px) {
  #demographics .container .content .info .demo-section ul li {
    font-size: 1.3rem
  }
}

@media screen and (max-width:1279px) {
  #demographics .container .content .info .demo-section ul li {
    margin-left: 0;
    margin-bottom: 1em;
    text-align: right
  }
}

@media screen and (max-width:1023px) {
  #demographics .container .content .info .demo-section ul li {
    margin-left: 1.5em;
    margin-bottom: 0
  }
}

@media screen and (max-width:639px) {
  #demographics .container .content .info .demo-section ul li {
    margin-left: 0;
    margin-bottom: 1em
  }
}

@media screen and (max-width:500px) {
  #demographics .container .content .info .demo-section ul li {
    margin-right: 1.5em;
    margin-bottom: 0
  }
}

#demographics .container .content .info .demo-section ul li span {
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: -.2rem;
  margin-right: 1rem
}

#demographics .container .content .info .demo-section ul li:first-child {
  margin-left: 0
}

#demographics .container .content .info .demo-section ul li:first-child span {
  background-color: #f27216
}

#demographics .container .content .info .demo-section ul li:nth-child(2) span {
  background-color: #f7aa73
}

@media screen and (max-width:1279px) {
  #demographics .container .content .info .demo-section ul li:nth-child(3) {
    margin-bottom: 0
  }
}

@media screen and (max-width:500px) {
  #demographics .container .content .info .demo-section ul li:nth-child(3) {
    margin-right: 0
  }
}

#demographics .container .content .info .demo-section ul li:nth-child(3) span {
  background-color: #fbd4b9
}

#demographics .container .content .info .demo-section p {
  font-size: 1.4rem;
  font-family: 'Hanken Grotesk', sans-serif;
  line-height: 1.5;
  text-align: right;
  color: #42454a
}

@media screen and (max-width:1439px) {
  #demographics .container .content .info .demo-section p {
    font-size: 1.3rem
  }
}

@media screen and (max-width:500px) {
  #demographics .container .content .info .demo-section p {
    text-align: left
  }
}

@media screen and (max-width:500px) {
  #demographics .container .content .info .demo-section p br {
    display: none
  }
}

#demographics .container .content .info .demo-section p.caps {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: .1em
}

#demographics .container .img-wrapper {
  width: calc(50% - 1.5rem)
}

@media screen and (max-width:1279px) {
  #demographics .container .img-wrapper {
    width: calc(54% - 1.5rem)
  }
}

@media screen and (max-width:1023px) {
  #demographics .container .img-wrapper {
    width: 100%
  }
}

#demographics .container .img-wrapper p {
  text-align: right;
  font-size: 1.4rem;
  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 300;
  color: #42454a;
  letter-spacing: .1em;
  margin: 1rem 0 0
}

@media screen and (max-width:500px) {
  #demographics .container .img-wrapper p {
    font-size: 1.2rem
  }
}

#gallery {
  background-color: #fdf0e7;
  padding: 3rem 0 0
}

#gallery-images {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

#gallery .container {
  display: flex;
  margin: 0 -1.5rem;
  width: calc(100% + 3rem)
}

@media screen and (max-width:1279px) {
  #gallery .container {
    flex-wrap: wrap
  }
}

#gallery .container .gallery-block {
  display: flex;
  flex-wrap: wrap
}

#gallery .container .gallery-block .img-container {
  padding: 0 1.5rem
}

#gallery .container .gallery-block .img-container .img {
  margin-bottom: 3rem;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative
}

#gallery .container .gallery-block .img-container .img:hover .overlay {
  opacity: 1
}

#gallery .container .gallery-block .img-container .img:hover .overlay h3 {
  transform: translateY(0);
  opacity: 1;
  transition-delay: .15s
}

#gallery .container .gallery-block .img-container .img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(66, 69, 74, .7);
  opacity: 0;
  transition: opacity .3s ease
}

#gallery .container .gallery-block .img-container .img .overlay h3 {
  border-bottom: none;
  font-family: Sukima, sans-serif;
  font-size: 4.8rem;
  line-height: 1;
  margin: 0;
  color: #ff7300;
  text-transform: uppercase;
  font-weight: 400;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity .3s ease, transform .3s ease
}

@media screen and (max-width:1919px) {
  #gallery .container .gallery-block .img-container .img .overlay h3 {
    font-size: 4.4rem
  }
}

@media screen and (max-width:1439px) {
  #gallery .container .gallery-block .img-container .img .overlay h3 {
    font-size: 4rem
  }
}

@media screen and (max-width:1023px) {
  #gallery .container .gallery-block .img-container .img .overlay h3 {
    font-size: 3.6rem
  }
}

@media screen and (max-width:500px) {
  #gallery .container .gallery-block .img-container .img .overlay h3 {
    font-size: 3rem
  }
}

#gallery .container .gallery-block.one {
  width: 66.66667%
}

@media screen and (max-width:1279px) {
  #gallery .container .gallery-block.one {
    width: 100%
  }
}

#gallery .container .gallery-block.one .img-container {
  width: 50%
}

@media screen and (max-width:1023px) {
  #gallery .container .gallery-block.one .img-container {
    width: 100%
  }
}

#gallery .container .gallery-block.one .img-container.half {
  width: 25%
}

@media screen and (max-width:1023px) {
  #gallery .container .gallery-block.one .img-container.half {
    width: 50%
  }
}

@media screen and (max-width:500px) {
  #gallery .container .gallery-block.one .img-container.half {
    width: 100%
  }
}

#gallery .container .gallery-block.one .img-container.half .img {
  padding-bottom: 171%
}

#gallery .container .gallery-block.one .img-container .img {
  padding-bottom: 82.1666666666%
}

#gallery .container .gallery-block.two {
  width: 33.33333%
}

@media screen and (max-width:1279px) {
  #gallery .container .gallery-block.two {
    width: 100%
  }
}

#gallery .container .gallery-block.two .img-container {
  width: 100%
}

#gallery .container .gallery-block.two .img-container.half {
  width: 50%
}

@media screen and (max-width:500px) {
  #gallery .container .gallery-block.two .img-container.half {
    width: 100%
  }
}

#gallery .container .gallery-block.two .img-container.half .img {
  padding-bottom: 112.22807%
}

#gallery .container .gallery-block.two .img-container .img {
  padding-bottom: 53.333333333%
}

#location {
  padding: 3rem 0
}

#location .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end
}

#location .container h2,
#gallery-images .container h2 {
  width: 100%;
  padding-bottom: 0;
  border-bottom: none;
  font-family: Sukima, sans-serif;
  font-size: 4.8rem;
  line-height: 1;
  margin: 0 0 .65em;
  color: #ff7300;
  letter-spacing: 0
}

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

  #location .container h2,
  #gallery-images .container h2 {
    font-size: 4.4rem
  }
}

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

  #location .container h2,
  #gallery-images .container h2 {
    font-size: 4rem
  }
}

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

  #location .container h2,
  #gallery-images .container h2 {
    font-size: 3.6rem
  }
}

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

  #location .container h2,
  #gallery-images .container h2 {
    font-size: 3rem
  }
}

#location .container p {
  width: 33%;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.4rem;
  color: #42454a;
  line-height: 1.35
}

@media screen and (max-width:1599px) {
  #location .container p {
    width: 37.5%
  }
}

@media screen and (max-width:1439px) {
  #location .container p {
    width: 50%
  }
}

@media screen and (max-width:1279px) {
  #location .container p {
    width: 60%
  }
}

@media screen and (max-width:1023px) {
  #location .container p {
    width: 100%;
    margin-bottom: 1.5em
  }
}

#location .container p.address {
  text-align: right;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 300;
  font-size: 1.2rem;
  width: auto
}

@media screen and (max-width:1023px) {
  #location .container p.address {
    text-align: left;
    margin-bottom: 0
  }
}

#location .container p.address a {
  color: #ff7300
}

#location .container #map {
  width: 100%;
  padding-bottom: 45%;
  margin-top: 3rem
}

@media screen and (max-width:1023px) {
  #location .container #map {
    padding-bottom: 65%
  }
}

@media screen and (max-width:639px) {
  #location .container #map {
    padding-bottom: 100%
  }
}

@media screen and (max-width:500px) {
  #location .container #map {
    padding-bottom: 125%
  }
}

#contact {
  background-color: #fdf0e7;
  padding: 3rem 0
}

@media screen and (max-width:1439px) {
  #contact {
    padding-bottom: 2rem
  }
}

#contact .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: wrap
}

#contact .container .info {
  width: 100%;
  /* padding-bottom: 3rem; */
  justify-content: space-between;
}

/* @media screen and (max-width:1023px) {
  #contact .container {
    flex-wrap: wrap
  }
} */
/* #contact .container .info .agent p {
  padding-left:5px
} */
@media screen and (max-width:639px) {
  #contact .container {
    display: block
  }
}

#contact .container p {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.4rem;
  color: #42454a;
  line-height: 1.35;
  margin: 0
}

#contact .container .info {
  display: flex
}

@media screen and (max-width:1023px) {
  #contact .container .info {
    width: 100%;
    display: block;
  }

  .agent {
    padding-right: 4rem;
  }

  .agents {
    padding-bottom: 4rem
  }

  .download {
    flex-direction: row;
  }
}

@media screen and (max-width:639px) {
  #contact .container .info {
    display: block
  }
}

#contact .container .info .details {
  /* margin-right: 6rem; */
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  flex-direction: column
}

@media screen and (max-width:1279px) {
  #contact .container .info .details {
    margin-right: 3rem
  }
}

@media screen and (max-width:639px) {
  #contact .container .info .details {
    display: block;
    margin-bottom: 3rem
  }
}

#contact .container .info .details h2 {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: none;
  font-family: Sukima, sans-serif;
  font-size: 4.8rem;
  line-height: 1;
  margin: 0;
  color: #ff7300;
  letter-spacing: 0
}

@media screen and (max-width:1919px) {
  #contact .container .info .details h2 {
    font-size: 4.4rem
  }
}

@media screen and (max-width:1439px) {
  #contact .container .info .details h2 {
    font-size: 4rem
  }
}

@media screen and (max-width:1023px) {
  #contact .container .info .details h2 {
    font-size: 3.6rem
  }
}

@media screen and (max-width:639px) {
  #contact .container .info .details h2 {
    margin-bottom: .3em
  }
}

@media screen and (max-width:500px) {
  #contact .container .info .details h2 {
    font-size: 3rem
  }
}

#contact .container .info .agent {
  display: flex;
  /* justify-content: space-between; */
  /* align-items: flex-end; */
  flex-direction: row;
  padding-top: 2rem;
}

@media screen and (max-width:639px) {
  #contact .container .info .agent {
    margin-bottom: 3rem;
    justify-content: flex-start
  }
}

#contact .container .info .agent img {
  width: auto;
  height: 11rem;
  margin-right: 2rem;
}

@media screen and (max-width:1279px) {
  #contact .container .info .agent img {
    margin-right: 1rem;
    /* width: 20rem;
    height: auto; */
  }
}

#contact .container .info .agent p {
  color: #ff7300;
  padding-left: 5px;
  padding-right: 40px;
}

@media screen and (max-width:1167px) {
  #contact .container .info .agent p {
    padding-right: 20px
  }
}

#contact .container .info .agent p a {
  color: #42454a;
  transition: color .3s ease
}

#contact .container .info .agent p a:hover {
  color: #ff7300
}

#contact .container .download a {
  font-family: Sukima, sans-serif;
  font-size: 2.6rem;
  line-height: 1.4;
  text-decoration: underline;
  text-transform: uppercase;
  color: #ff7300;
  transition: color .3s ease
}

.agents {
  display: flex;
  flex-direction: row
}

#contact .container .download img {
  max-width: 270px;
  padding-top: 3rem
}

@media screen and (max-width:1599px) {
  #contact .container a.download {
    font-size: 2.3rem
  }
}

@media screen and (max-width:1439px) {
  #contact .container .download a {
    font-size: 2rem
  }
}

@media screen and (max-width:1279px) {
  #contact .container .download {
    align-items: flex-start;
  }

  #contact .container .download a {
    font-size: 1.6rem
  }
}

#contact .container .download a:hover {
  color: #42454a
}

#contact .container a.developer {
  width: 37.5rem
}

@media screen and (max-width:1919px) {
  #contact .container a.developer {
    width: 32.5rem
  }
}

@media screen and (max-width:1599px) {
  #contact .container a.developer {
    width: 30rem
  }
}

@media screen and (max-width:1439px) {
  #contact .container a.developer {
    width: 27.5rem
  }
}

@media screen and (max-width:1279px) {
  #contact .container a.developer {
    width: 21rem
  }

  #contact .container .info .agent img {
    width: auto;
    height: 8rem;
    margin-right: 1rem;
  }
}

@media screen and (max-width:1120px) {
  #contact .container .info .agent img {
    width: auto;
    height: 8rem;
    margin-right: 1rem;
  }
}

@media screen and (max-width:1066px) {
  #contact .container .info .agent p {
    padding-right: 20px
  }

  #contact .container p {
    font-size: 1.2rem;
  }

}

@media screen and (max-width:1023px) {
  #contact .container a.developer {
    width: 26rem;
  }

  #contact .container .download img {
    padding-top: 0rem
  }
}

@media screen and (max-width:920px) {
  .agents {
    display: block;
  }

  #contact .container .info .agent img {
    width: 18rem;
    height: auto;
  }
}

@media screen and (max-width:767px) {
  #contact .container a.developer {
    width: 25rem
  }
}

@media screen and (max-width:639px) {
  #contact .container a.developer {
    display: block
  }

  .details {
    margin-bottom: 0px
  }

  #contact .container .info .agent {
    display: block;
    margin-bottom: 0px
  }

  #contact .container .info .agents {
    margin-bottom: 0px;
    padding-bottom: 0px
  }

  #contact .container .info .agent p {
    padding-left: 0px
  }

  #contact .container .info .download {
    display: block
  }

  #contact .container .info .agent img {
    padding-bottom: 10px
  }

  #contact .container .info .download img {
    padding-top: 3rem
  }
}

@media screen and (max-width:374px) {
  #contact .container .info .agent {
    padding-right: 0px
  }

  #contact .container .info .agent p {
    padding-right: 0px
  }

  #contact .container .download a {
    font-size: 1.4rem
  }
}

@media screen and (max-width:315px) {
  #contact .container .download a {
    font-size: 1.2rem
  }

  #contact .container .download img {
    max-width: 200px
  }

  #contact .container .info .details {
    margin-right: 0.1rem
  }
}