/**
 * Theme Name:  Buro
 */
.Regular {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.Bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.Medium {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.pointer:hover {
  cursor: pointer;
}
.pointer:hover * {
  cursor: pointer;
}
.overflow {
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.image-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.block {
  display: block;
  float: left;
}
.block100 {
  display: block;
  float: left;
  width: 100%;
}
.transition {
  transition: all 0.2s linear;
}
.slider-section {
  height: 100vh;
  min-height: 700px;
  position: relative;
}
.slider-section:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  z-index: 4;
  opacity: 0.58;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.slider-section .slide {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 1 !important;
  transition: none !important;
  z-index: auto !important;
}
.slider-section .slide .wrap {
  position: relative;
}
.slider-section .slide .wrap .wrap_float {
  height: 100vh;
  min-height: 700px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.slider-section .slide .location {
  margin-bottom: 8px;
}
.slider-section .slide .slide-title {
  display: block;
  float: left;
  width: 100%;
  font-size: 144px;
  line-height: 140px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  margin-left: -9px;
  margin-bottom: 22px;
}
.slider-section .slide .slide-description {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  font-size: 25px;
  color: rgba(255, 255, 255, 0.75);
}
.slider-section .slide .buttons {
  margin-top: 50px;
}
.slider-section .slide .buttons .btn.border-btn {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.slider-section .slide .slide__wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slider-section .slide .slide-content {
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.6s ease-in;
  will-change: transform;
  visibility: hidden;
  position: relative;
  z-index: 1;
}
.slider-section .slide .slide__img {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background: #000;
}
.slider-section .slide .slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
  transition: transform 0.5s ease-in, opacity 0.5s ease-in;
  transform: scale(1.2);
  width: 100vw;
  opacity: 0.63;
}
.slider-section .slide .slide__img .video-bg {
  transition: transform 0.5s ease-in, opacity 0.5s ease-in;
  transform: scale(1.2);
  width: 100vw;
  opacity: 0.63;
}
.slider-section .slide.slick-current {
  z-index: 2 !important;
}
.slider-section .slide.slick-current .slide-content {
  transform: none;
  opacity: 1;
  transition: all 0.9s ease-out;
  visibility: visible;
  z-index: 7;
}
.slider-section .slide.slick-current .slide__img img,
.slider-section .slide.slick-current .slide__img .video-bg {
  transform: none;
  transition-delay: 0.3s;
}
.slider-section .slide.slick-current .slide-content {
  opacity: 1;
  transform: none;
}
.slider-section .slide.is-processing {
  z-index: 3 !important;
}
.slider-section .slide.is-processing .slide-content {
  transform: translateX(-100%);
}
.slider-section .slide.is-processing .slide__img {
  width: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.34, 0.04, 1, 0.72);
  -moz-transition: all 0.5s cubic-bezier(0.34, 0.04, 1, 0.72);
}
.slider-section .slide.is-processing .slide__img img,
.slider-section .slide.is-processing .slide__img .video-bg {
  transform: scale(1.3);
  -webkit-transition: transform 0.5s cubic-bezier(0.34, 0.04, 1, 0.72);
  -moz-transition: transform 0.5s cubic-bezier(0.34, 0.04, 1, 0.72);
}
.slider-section .slick-track,
.slider-section .slick-list {
  transform: none !important;
  width: 100% !important;
  height: 100%;
}
.slider-section .slick-dots {
  position: absolute;
  width: 36px;
  right: 50%;
  margin-right: -825px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 7;
}
.slider-section .slick-dots li {
  width: 100%;
  height: 36px;
  margin-bottom: 12px;
}
.slider-section .slick-dots li:last-child {
  margin-bottom: 0;
}
.slider-section .slick-dots li button {
  width: 100%;
  position: relative;
  height: 36px;
  background: none;
  color: transparent;
  border: 2px solid rgba(255, 255, 255, 0);
  box-sizing: border-box;
  border-radius: 50%;
}
.slider-section .slick-dots li button:before {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.47);
  border-radius: 50%;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
}
.slider-section .slick-dots li.slick-active {
  pointer-events: none;
}
.slider-section .slick-dots li.slick-active button {
  border-color: #ffffff;
}
.location {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  padding-left: 23px;
  position: relative;
  display: block;
  float: left;
  width: auto;
}
.location.location-in-title {
  color: #1d1d1d;
  margin-bottom: 10px;
}
.location.location-in-title:before {
  background-image: url(../img/location-blue.svg);
}
.location:before {
  background: url(../img/location.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 16px;
  height: 22px;
}
.dark .location.location-in-title {
  color: #fff;
}
.mobile .slider-section .slide .buttons .btn.border-btn:hover,
.tablet .slider-section .slide .buttons .btn.border-btn:hover {
  background: none;
}
@media screen and (max-width: 1700px) {
  .slider-section .slick-dots {
    margin-right: -600px;
  }
}
@media screen and (max-width: 1400px) {
  .slider-section .slide .slide-title {
    font-size: 120px;
    line-height: 130px;
    margin-left: -7px;
  }
}
@media screen and (max-width: 1230px) {
  .slider-section .slick-dots {
    margin-right: -480px;
  }
}
@media screen and (max-width: 1000px) {
  .slider-section,
  .slider-section .slide .wrap .wrap_float {
    min-height: 500px;
  }
  .slider-section .slick-dots {
    right: auto;
    width: 100%;
    top: auto;
    transform: none;
    bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .slider-section .slick-dots li {
    width: 36px;
    float: left;
    margin-bottom: 0;
    margin-right: 12px;
  }
  .slider-section .slick-dots li:last-child {
    margin-right: 0;
  }
  .slider-section .slide .slide-title {
    font-size: 90px;
    line-height: 100px;
    margin-bottom: 12px;
  }
  .slider-section .slide .slide-description {
    font-size: 22px;
  }
  .slider-section .slide .buttons {
    margin-top: 50px;
  }
}
@media screen and (max-width: 760px) {
  .slider-section .slide .wrap .wrap_float {
    -ms-flex-align: end;
        align-items: flex-end;
    padding: 100px 0;
  }
  .slider-section .slide .slide-title {
    font-size: 76px;
    line-height: 74px;
    margin-left: -3px;
  }
}
@media screen and (max-width: 480px) {
  .slider-section .slide .slide-title {
    font-size: 62px;
    line-height: 70px;
    margin-left: -2px;
  }
  .slider-section .slide .buttons {
    margin-top: 35px;
  }
  .location.location-in-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 350px) {
  .slider-section .slide .slide-description {
    font-size: 18px;
  }
  .slider-section .slide .slide-title {
    font-size: 50px;
    line-height: 60px;
  }
  .slider-section .slide .buttons {
    margin-top: 25px;
  }
  .slider-section .slick-dots {
    bottom: 12px;
  }
  .slider-section .slide .wrap .wrap_float {
    padding: 66px 0;
  }
}
.header-with-gallery {
  overflow: hidden;
  padding-bottom: 15px;
  height: 385px;
}
.header-gallery-slider {
  position: static;
}
.header-gallery-slider .slide {
  width: 482px;
  height: 370px;
  border-radius: 13px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  margin-right: 20px;
}
.header-gallery-slider .slide img,
.header-gallery-slider .slide picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.header-gallery-slider .slick-list {
  overflow: visible;
}
.header-gallery-slider .slick-arrow {
  top: 50%;
  margin-top: -16px;
  position: absolute;
  z-index: 2;
}
.header-gallery-slider .slick-arrow.slick-prev {
  left: 0;
}
.header-gallery-slider .slick-arrow.slick-next {
  right: 0;
}
@media screen and (max-width: 1230px) {
  .header-gallery-slider .slide {
    width: 470px;
  }
}
@media screen and (max-width: 1000px) {
  .header-gallery-slider .slide {
    width: 350px;
    height: 270px;
  }
  .header-with-gallery {
    height: 285px;
  }
}
@media screen and (max-width: 760px) {
  .header-gallery-slider .slide {
    margin-right: 14px;
  }
  .header-with-gallery {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .header-gallery-slider .slide {
    width: 300px;
    height: 220px;
  }
  .header-with-gallery {
    height: 220px;
  }
}
@media screen and (max-width: 350px) {
  .header-gallery-slider .slide {
    width: 270px;
  }
}
