/*!
  * Publicislive - Global Stylesheet (c) 2019 <tentwenty.me>
*/
/* Normlize */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse: inherit;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  text-align: left;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

body,
html {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
canvas,
summary {
  display: block;
  background: transparent;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

a {
  color: #fff;
}

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

b,
strong {
  font-weight: bold;
}

img {
  border: 0;
}

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

.site ul {
  font-size: 0;
  margin: 0;
  padding: 0;
}

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

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Basic */
body {
  font-family: brandon-grotesque, sans-serif;
  font-display: swap;
  font-weight: 400;
  letter-spacing: -0.1px;
  font-style: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  color: #fff;
  background: #000;
  overscroll-behavior: none;
  font-kerning: none;
  overflow: hidden;
}

a {
  color: #fff;
}

* {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-text-rendering: optimizeSpeed !important;
  -webkit-font-smoothing: antialiased !important;
}

._temp_hide {
  visibility: hidden;
}

.full_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.clrfix {
  position: relative;
  z-index: -1;
}

.clrfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.SplitClass,
._ele,
.sub-services > div,
ul,
#text,
.line {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Set */
.inner-section {
  padding: 8vw 0;
}

.both-sides {
  max-width: 1320px;
  margin: 0 auto;
}

#main .inner-content {
  position: relative;
}

/* Extras */
.spinner {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  border-radius: 50%;
  border: 3.75px solid rgba(255, 255, 255, 0.2);
  border-bottom-color: #fff;
  -webkit-animation: rotateSpinner 500ms linear infinite;
  animation: rotateSpinner 500ms linear infinite;
  pointer-events: none;
  display: none;
}

@-webkit-keyframes rotateSpinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateSpinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.site {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}

/* site loader */
.loader {
  position: fixed;
  z-index: 9999;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo_loader {
  width: 290px;
  text-align: center;
  position: relative;
}

.logo_loader > svg {
  display: block;
  width: 100%;
}

/* Header */
header,
footer {
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 999;
  left: 5vw;
  right: 5vw;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 4vw;
}

footer {
  bottom: 4vw;
  align-items: flex-end;
}

footer > a {
  position: absolute;
  left: 105px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

footer > a:hover {
  color: white;
}

.main_logo {
  width: 230px;
  display: inline-block;
}

.main_logo svg {
  width: 100%;
  display: block;
}

nav {
  font-size: 0;
  position: relative;
  right: -20px;
}

nav ul li {
  display: inline-block;
}

nav ul li a {
  font-size: 15px;
  font-weight: 400;
  font-family: big-caslon-fb, serif;
  text-transform: uppercase;
  padding: 10px 20px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.isDesktop nav ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
}

nav ul li a.active {
  color: white !important;
}

.burger_set {
  width: 38px;
  height: 39px;
  padding: 10px;
  position: relative;
  right: -10px;
  display: none;
}

.burger_set span,
.burger_set i {
  display: block;
  position: relative;
}

.burger_set span {
  height: 3px;
}

.burger_set span:not(:first-child) {
  margin-top: 5px;
}

.burger_set i {
  background: #fff;
  width: 100%;
  height: 100%;
}

/* Footer */
.scroll_steps {
  font-size: 0;
  position: relative;
  right: -10px;
}

.scroll_steps ul li {
  display: inline-block;
  vertical-align: baseline;
}

.scroll_steps ul li a {
  display: block;
  width: 25px;
  position: relative;
  height: 60px;
}

.scroll_steps ul li a span {
  font-family: big-caslon-fb, serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: -25px;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  opacity: 0;
}

.scroll_steps ul li a:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 50%;
  margin-left: -1px;
  background: rgba(255, 255, 255, 0.6);
  transform: scaleY(0.6);
  -webkit-transform: scaleY(0.6);
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -moz-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.isDesktop .scroll_steps ul li a:hover:after {
  background: rgba(255, 255, 255, 0.8);
  transform: scaleY(0.8);
  -webkit-transform: scaleY(0.8);
}

.scroll_steps ul li a.active:after {
  background: white;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
}

.isDesktop .scroll_steps ul li a:hover span,
.scroll_steps ul li a.active span {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}

.scroll_steps ul li a.active span {
  color: white;
}

.isDesktop .scroll_steps:hover ul li a.active span {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  opacity: 0;
}

.social {
  font-size: 0;
  position: relative;
  left: -6px;
}

.social a {
  display: inline-block;
  width: 35px;
  padding: 0 6px;
}

.social a svg {
  display: block;
  width: 100%;
}

.social a svg path {
  fill: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.isDesktop .social a:hover svg path {
  fill: white;
}

/* Slider */
.slider_content {
  margin-top: 40px;
  position: relative;
  z-index: 399;
}

.slider_block {
  padding: 0 5vw;
  display: flex;
  align-items: center;
}

.slider_load {
  display: none;
}

.slider_load h6,
.slider_block h6 {
  font-size: 1.4vw;
  font-weight: 700;
  color: rgb(173,143,96);
  text-transform: uppercase;
  position: relative;
}

.slider_load h6 {
  display: flex;
  align-items: center;
}

.slider_load h6 svg {
  width: 1.5vw;
  display: inline-block;
  cursor: pointer;
  margin-right: 15px;
  /* position: absolute;
  top: -60px; */
}

.slider_load h6 svg path {
  -webkit-transition: fill 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: fill 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: fill 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.slider_load h6 svg:hover path {
  fill: rgba(255, 255, 255, 0.6);
}

.slider_load h6 span {
  display: block;
}

.sub-services {
  width: 57vw;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  /* -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3; */
}

.sub-services > div {
  break-before: column;
  padding-bottom: 5px;
  padding-left: 15px;
  display: inline-block;
  width: 100%;
  font-size: 1.15vw;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
  /* opacity: 0; */
  width: 33.3%;
}

.sub-services > div:before {
  content: "-";
  position: absolute;
  top: -2px;
  left: 0;
}

.slider_block h6 {
  margin-left: 92px;
  margin-bottom: 5px;
  font-weight: 700;
  color: rgb(173,143,96);
}

.slider_block h1 {
  font-family: big-caslon-fb, serif;
  font-size: 4.010417vw;
  line-height: 4.2vw;
  max-width: 54vw;
  position: relative;
}

.slider_text,
#innerSet {
  max-width: 28.729166vw;
  margin-top: -0.7vw;
}

.slider_block p,
.sub-services {
  font-size: 1.3vw;
  line-height: 1.8vw;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}

.isDesktop .slider_text p strong {
  margin-top: 10px;
}

.slider_text p a {
  color: rgb(173,143,96);
  cursor: pointer;
  position: relative;
  display: inline;
  -webkit-transition: color 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: color 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: color 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.isDesktop .slider_text p a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #bdab86;
  height: 2px;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
}

.slider_text p a:hover {
  color: #bdab86;
}

.isDesktop .slider_text p a:hover:after {
  /* transform: scaleX(1);
  -webkit-transform: scaleX(1); */
}

.line {
  display: block;
  width: 66px;
  background: rgba(255, 255, 255, 0.4);
  height: 1px;
  margin-bottom: 17px;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: left;
  -webkit-transform-origin: left;
}

.slider-wrapper {
  position: fixed;
}

slider-img {
  position: relative;
}

#cover_mask {
  background: #000;
  transform-origin: top;
  -webkit-transform-origin: top;
  visibility: hidden;
  z-index: 199;
}

.slider-img i:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.slider-img i {
  background-size: cover;
  background-position: center;
}

ul.services-links {
  line-height: inherit;
  font-size: inherit;
  column-count: 2;
  margin-top: 25px;
  width: 35vw;
}

ul.services-links li {
  padding-left: 15px;
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
  font-size: inherit;
  position: relative;
}

ul.services-links li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

ul.services-links li a {
  display: inline-block;
  font-size: inherit;
  text-transform: uppercase;
  margin-right: 20px;
  position: relative;
  -webkit-transition: color 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: color 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: color 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  color: #ffffff;
  text-transform: capitalize;
}

ul.services-links li a svg,
ul.services-links li a span {
  display: inline-block;
  vertical-align: middle;
}

ul.services-links li a:hover {
  color: rgb(173,143,96);
}

/* Asides */
.overlay {
  position: fixed;
  z-index: 1999;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
}

.aside_wrapper {
  position: fixed;
  height: 100%;
  width: 100%;
  max-width: 960px;
  overflow: hidden;
  z-index: 2999;
  display: none;
}

#light {
  left: 0;
  background: #fff;
  max-width: 600px;
}

#dark {
  background: #131313;
  right: 0;
}

#dark .aside_content {
  padding: 80px 60px;
  padding-right: 80px;
  transform: translateZ(0);
}

#light .close {
  left: 20px;
}

#dark .close {
  right: 20px;
}

.close {
  width: 35px;
  position: absolute;
  top: 20px;
  padding: 10px;
  cursor: pointer;
  z-index: 199;
}

.close svg {
  width: 100%;
  display: block;
}

.close svg path {
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.close:hover svg path {
  opacity: 0.5;
}

.aside_scroll {
  width: calc(100% + 25px);
  height: 100%;
  padding: 30px;
  overflow: scroll;
}

#light .aside_content {
  color: #000;
  padding: 40px;
  padding-right: 60px;
}

.aside_content {
  padding: 80px 40px;
  cursor: default;
}

.aside_content h3 {
  font-family: big-caslon-fb, serif;
  font-size: 40px;
  font-weight: 700;
  color: rgb(173,143,96);
  margin-bottom: 80px;
}

.aside_content p {
  font-size: 19px;
  line-height: 33px;
}

.aside_content p a {
  color: #000;
  font-weight: 600;
}

.aside_content h4 {
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
  margin: 40px 0 20px 0;
  display: block;
}

/* Contact */
::-webkit-input-placeholder {
  color: #a0a0a0;
  opacity: 1;
}

:-moz-placeholder {
  color: #a0a0a0;
  opacity: 1;
}

::-moz-placeholder {
  color: #a0a0a0;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #a0a0a0;
  opacity: 1;
}

.input {
  font-size: 20px;
  margin-bottom: 25px;
}

.input input[type=text],
.input textarea {
  font-family: brandon-grotesque, sans-serif;
  font-size: inherit;
  width: 100%;
  padding: 20px 0;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 1px solid #6b6b6b;
  outline: none;
  resize: none;
  position: relative;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-transition: border-color 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: border-color 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: border-color 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.input input[type=text]:focus,
.input textarea:focus {
  border-color: #fff;
}

.submit {
  position: relative;
  width: 100px;
  padding: 15px;
  background: rgb(173,143,96);
  color: #fff;
  font-size: 16px;
   font-family: brandon-grotesque, sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: none;
}

.submit span,
.submit svg {
  display: inline-block;
  align-self: center;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.submit svg {
  position: absolute;
  width: 24px;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  opacity: 0;
}

.isDesktop .submit:hover svg {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}

.isDesktop .submit:hover span {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  opacity: 0;
}

.input_radio {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
}

.input_radio label {
  -webkit-transition: color 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: color 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: color 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.input_radio input,
.input_radio label {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  cursor: pointer;
}

.fake_radio {
  border: 1px solid #717171;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
  -webkit-transition: border-color 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: border-color 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: border-color 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  overflow: hidden;
}

.fake_radio:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  background: #9a8b6d;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  opacity: 0;
  transform: scale(2);
  -webkit-transform: scale(2);
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.input_radio input {
  width: 25px;
  height: 25px;
  -webkit-appearance: button;
  border: none;
  margin: 0 4px 0 0;
  opacity: 0;
}

.input_radio:hover {
  color: rgba(255, 255, 255, 0.8);
}

.input_radio:hover {
  color: rgba(255, 255, 255, 0.8);
}

.input_radio.checked {
  color: #9a8b6d;
}

.input_radio:hover .fake_radio {
  border: 1px solid #d2d2d2;
}

.input_radio.checked .fake_radio {
  border-color: #9a8b6d;
}

.input_radio.checked .fake_radio:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

/* Locations */
.map_set {
  width: 100%;
  height: 270px;
  background: #292929;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.locations {
  margin-top: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  left: -20px;
}

.location_set {
  cursor: pointer;
  margin-bottom: 20px;
  flex: 0 50%;
  padding: 0 20px;
}

.location_set p {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 0.5;
  font-size: 16px;
  line-height: 30px;
}

.location_set p strong {
  color: #fff;
  font-weight: 700;
}

.location_set:hover p {
  opacity: 0.7;
}

.location_set.active p {
  opacity: 1;
}

/* Responsiveness */
@media (max-width: 1280px) {
  .main_logo {
    width: 180px;
  }

  nav {
    right: -10px;
  }

  nav ul li a {
    padding: 10px;
  }

  .slider_block h6 {
    margin-left: 72px;
  }
}
@media (max-width: 1200px) {
  .slider_text,
#innerSet {
    max-width: 50vw;
    margin-top: 40px;
  }

  .slider_block p,
.sub-services {
    font-size: 2.2vw;
    line-height: 3vw;
  }

  .sub-services {
    width: 90vw;
    /* column-count: 2; */
    /* width: 50%; */
  }

  .sub-services > div {
    width: 50%;
    font-size: 2vw;
  }

  .slider_load h6 svg {
    width: 2.5vw;
  }

  .slider_load h6,
.slider_block h6 {
    font-size: 2.5vw;
  }

  nav {
    display: none;
  }

  .burger_set {
    display: block;
  }

  .slider_block h1 br {
    display: none;
  }

  ul.services-links {
    width: 60vw;
  }
}
@media (max-width: 960px) {
  .slider_block h1 {
    font-size: 7vw;
    line-height: 8vw;
    max-width: 72vw;
  }

  .slider_text,
#innerSet {
    max-width: 70vw;
  }

  .slider_block p,
.sub-services {
    font-size: 3vw;
    line-height: 4.4vw;
  }

  .sub-services > div {
    font-size: 2.8vw;
  }

  .slider_load h6 svg {
    width: 3vw;
  }

  .slider_load h6,
.slider_block h6 {
    font-size: 3.5vw;
  }

  ul.services-links {
    width: 90vw;
  }
}
@media (max-width: 768px) {
  .input_radio {
    display: block;
    margin: 20px 0;
  }
}
@media (max-width: 640px) {
  .locations {
    display: block;
    left: 0;
  }

  .location_set {
    padding: 0;
  }

  .location_set p {
    display: inline;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .aside_content h3 {
    margin-bottom: 60px;
  }

  ul.services-links {
    column-count: 1;
  }

  ul.services-links li {
    display: block;
    margin: 0 0 10px;
  }

  .sub-services {
    width: 100%;
    /* -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; */
  }

  .sub-services > div {
    width: 100%;
  }
}
@media (max-width: 510px) {
  .logo_loader {
    width: 200px;
  }

  header,
footer {
    left: 30px;
    right: 30px;
  }

  header {
    top: 30px;
  }

  footer {
    bottom: 30px;
  }

  .slider_block {
    padding: 0 30px;
  }

  .slider_block h1 {
    font-size: 8vw;
    line-height: 10vw;
    max-width: 80vw;
  }

  .slider_text,
#innerSet {
    max-width: 90vw;
  }

  .slider_block p,
.sub-services {
    font-size: 4vw;
    line-height: 5vw;
  }

  .sub-services {
    column-count: 2;
    display: block;
  }

  .sub-services > div {
    font-size: 3.8vw;
    padding-bottom: 7px;
    width: 100%;
  }

  .slider_block h6 {
    margin-left: 0;
  }

  .slider_load h6 svg {
    width: 4vw;
    top: -40px;
    opacity: 0.7 !important;
    margin-right: 6px;
  }

  .slider_load h6,
.slider_block h6 {
    font-size: 5vw;
  }

  #light .aside_content {
    padding: 20px;
    padding-right: 40px;
    cursor: default;
  }

  .close {
    top: 10px;
  }

  #light .close {
    left: 10px;
  }

  #dark .close {
    right: 10px;
  }

  #dark .aside_content {
    padding: 40px;
    padding-right: 60px;
  }

  .aside_content h3 {
    font-size: 35px;
    margin-bottom: 50px;
  }

  .input {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .submit {
    width: 130px;
    padding: 20px 10px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 30px;
  }

  .input input[type=text],
.input textarea {
    padding: 17px 0;
  }

  .aside_content p {
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .map_set {
    width: 100%;
    height: 170px;
  }
}
@media (max-width: 420px) {
  .scroll_steps ul li a {
    width: 17px;
    height: 40px;
  }

  .social a {
    width: 30px;
  }

  footer > a {
    left: 89px;
  }

  .line {
    margin-bottom: 20px;
    width: 70px;
  }

  .aside_content h3 {
    font-size: 25px;
    margin-bottom: 40px;
  }

  .input {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .submit {
    margin-top: 20px;
  }

  .input input[type=text],
.input textarea {
    padding: 12px 0;
  }

  .aside_content p {
    font-size: 14px;
    line-height: 22px;
  }
}
/* Nav */
@keyframes slide-left {
  0% {
    opacity: 0;
    transform: translate(40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
.mobile-nav {
  display: none;
  position: fixed;
  height: 100vh;
  right: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 500ms ease-in-out;
  -moz-transition: transform 500ms ease-in-out;
  -ms-transition: transform 500ms ease-in-out;
  -o-transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
}

@media only screen and (max-width: 1080px) {
  .mobile-nav {
    display: block;
  }
}
.mobile-nav:before,
.mobile-nav:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0;
  border-color: #000 transparent transparent transparent;
  -webkit-transition: 1.3s all cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -moz-transition: 1.3s all cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -ms-transition: 1.3s all cubic-bezier(0.6, 0.04, 0.12, 0.96);
  -o-transition: 1.3s all cubic-bezier(0.6, 0.04, 0.12, 0.96);
  transition: 1.3s all cubic-bezier(0.6, 0.04, 0.12, 0.96);
  transition-delay: 200ms;
  z-index: -1;
}

.mobile-nav:after {
  left: auto;
  right: 0;
  border-color: transparent transparent #000 transparent;
}

.mobile-nav.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.mobile-nav.active:before {
  border-width: 100vh 100vw 0 0;
}

.mobile-nav.active:after {
  border-width: 0 0 100vh 100vw;
}

.mobile-nav.active ul li:nth-child(1) {
  animation: slide-left 0.8s ease 1.05s forwards;
}

.mobile-nav.active ul li:nth-child(2) {
  animation: slide-left 0.8s ease 1.2s forwards;
}

.mobile-nav.active ul li:nth-child(3) {
  animation: slide-left 0.8s ease 1.35s forwards;
}

.mobile-nav.active ul li:nth-child(4) {
  animation: slide-left 0.8s ease 1.5s forwards;
}

.mobile-nav.active ul li:nth-child(5) {
  animation: slide-left 0.8s ease 1.65s forwards;
}

.mobile-nav.active ul li:nth-child(6) {
  animation: slide-left 0.8s ease 1.8s forwards;
}

.mobile-nav.active ul li:nth-child(7) {
  animation: slide-left 0.8s ease 1.95s forwards;
}

.mobile-nav.active ul li:nth-child(8) {
  animation: slide-left 0.8s ease 2.1s forwards;
}

.mobile-nav.active ul li:nth-child(9) {
  animation: slide-left 0.8s ease 2.25s forwards;
}

.mobile-nav.active .close:before,
.mobile-nav.active .close:after {
  opacity: 1;
}

.mobile-nav.active .close:before {
  transform: translate(0, 0) rotate(45deg);
}

.mobile-nav.active .close:after {
  transform: translate(0, 0) rotate(-45deg);
}

.mobile-nav .close {
  margin-top: 20px;
  margin-right: 20px;
  width: 30px;
  height: 30px;
  float: right;
  position: relative;
  margin-top: 30px;
  margin-right: 26px;
  z-index: 10;
}

.mobile-nav .close:before,
.mobile-nav .close:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background: #fff;
  opacity: 0;
  transform: translate(-20px, -20px) rotate(45deg);
  transition: 500ms all cubic-bezier(0.6, 0.04, 0.12, 0.96);
  transition-delay: 1.5s;
}

.mobile-nav .close:after {
  transform: translate(20px, -20px) rotate(-45deg);
  transition-delay: 1.7s;
}

.mobile-nav ul {
  text-align: center;
  position: absolute;
  list-style: none;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.mobile-nav ul li {
  padding: 18px 0;
  position: relative;
  opacity: 0;
  text-align: center;
}

.mobile-nav ul li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 280px;
  height: 1px;
  background: #fff;
  right: 0;
  margin: auto;
}

.mobile-nav ul a {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.7rem;
  font-family: big-caslon-fb, serif;
}

#vimeo-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#vimeo-video iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.formidable .formidable_column {
  width: 100%;
}

#formidable_message_1.alert-success {
  background: transparent;
  color: #05A000;
  border: none;
}
#formidable_message_1 div {
  display: none;
}

.formidable .element {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}
.formidable .element .input input[type=email] {
  font-size: inherit;
  width: 100%;
  padding: 20px 0;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 1px solid #6b6b6b;
  outline: none;
  resize: none;
  position: relative;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-transition: border-color 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: border-color 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: border-color 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.formidable span.error {
  display: block;
  margin-top: 5px;
  clear: both;
  position: absolute;
  bottom: 6px;
  color: #a94442;
  font-size: 12px;
}

.logged-in #text {
  opacity: 1 !important;
  visibility: visible !important;
}

/*# sourceMappingURL=main.css.map */
