/**
 * 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;
}
.video-block {
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
}
.video-block.superwide-video .video-wrap {
  border-radius: 0;
}
.video-block.superwide-video .video-wrap:before {
  border-radius: 0;
}
.video-wrap,
.wp-video {
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
  border-radius: 13px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.video-wrap:before,
.wp-video:before {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 13px;
  background: #000;
  position: absolute;
  content: '';
}
.video-wrap iframe,
.wp-video iframe,
.video-wrap .video,
.wp-video .video,
.video-wrap video,
.wp-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 1;
}
.video-wrap .video,
.wp-video .video {
  -o-object-fit: cover;
     object-fit: cover;
}
.video-wrap .video:focus,
.wp-video .video:focus {
  outline: 0;
}
.video-play-btn {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.35);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: transform 0.2s linear;
}
.video-play-btn:hover {
  cursor: pointer;
}
.video-play-btn:hover * {
  cursor: pointer;
}
.video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.video-play-btn:before {
  width: 14px;
  height: 16px;
  background: url(../img/play-btn.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-columns {
  width: 1200px;
  margin-left: -228px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.video-columns.columns-2 .block-column {
  width: 49%;
  margin-left: 0;
  margin-top: 2%;
}
.video-columns.columns-2 .block-column:nth-child(1),
.video-columns.columns-2 .block-column:nth-child(2) {
  margin-top: 0;
}
.video-columns.columns-2 .block-column:nth-child(even) {
  margin-left: 2%;
}
@media screen and (max-width: 1230px) {
  .video-columns {
    width: 960px;
    margin-left: -155px;
  }
}
@media screen and (max-width: 1000px) {
  .video-block.wide-video .video-wrap {
    border-radius: 0;
  }
  .video-block.wide-video .video-wrap:before {
    border-radius: 0;
  }
  .video-columns {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 760px) {
  .video-columns.columns-2 .block-column {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .video-columns.columns-2 .block-column:nth-child(2n) {
    margin-left: 0;
  }
  .video-columns.columns-2 .block-column:first-child,
  .video-columns.columns-2 .block-column:nth-child(2) {
    margin-top: 15px;
  }
  .video-block {
    margin: 15px 0;
  }
}
