@-webkit-keyframes image-hide-animation {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 0.99;
  }
  to {
    opacity: 0;
  }
}
@keyframes image-hide-animation {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 0.99;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes isvisible-animation {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.6;
  }
  70% {
    opacity: 0.3;
  }
  to {
    opacity: 0;
    display: none;
  }
}
@keyframes isvisible-animation {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.6;
  }
  70% {
    opacity: 0.3;
  }
  to {
    opacity: 0;
    display: none;
  }
}
@-webkit-keyframes MobileRotateAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  50% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  65% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  95% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes MobileRotateAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  50% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  65% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  95% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes MobileRotateFadeInOut {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 0.6;
  }
  95% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes MobileRotateFadeInOut {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 0.6;
  }
  95% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  to {
    background-position: 468px 0;
  }
}
.section-bg-dark,
.video-wall-page {
  background-color: #161616;
}
.section-bg-white {
  background-color: #fff;
}
.hide {
  display: none;
}
.no-data-found,
.text-center {
  text-align: center;
}
.no-data-found {
  font-family: Arboria;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #fff;
}
.ui-dialog .container,
.video-wall-section .container {
  max-width: 1358px;
  padding-left: 32px;
  padding-right: 32px;
}
.btn.btn-watch {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 0;
  border: 1px solid #fff;
  border-radius: 20px;
  height: 30px;
  width: 30px;
  min-width: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  line-height: 0;
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn.btn-watch > span {
  font-family: Arboria;
  font-weight: 400;
  font-size: 0;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.05s ease;
  transition: all 0.05s ease;
}
.btn.btn-watch > img,
.btn.btn-watch > svg {
  width: 15px;
  height: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  vertical-align: middle;
  display: inline-block;
  margin-left: 2px;
  margin-top: 1px;
}
.btn.btn-watch:hover {
  background-color: #fff;
}
.btn.btn-watch:hover > span {
  color: #000;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.btn.btn-watch:hover > svg path {
  fill: #000;
}
.btn.btn-watch:active {
  background-color: #fff;
}
.btn.btn-watch:active > span {
  color: #000;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.btn.btn-watch:active > svg path {
  fill: #000;
}
.btn.btn-watch:focus {
  background-color: #fff;
}
.btn.btn-watch:focus > span {
  color: #000;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.btn.btn-watch:focus > svg path {
  fill: #000;
}
.btn.load-more-btn {
  min-width: 0;
  height: auto;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  padding: 7px 14px;
  margin: 0;
  display: inline-block;
}
.btn.load-more-btn:hover {
  color: #fff;
}
.btn.load-more-btn:focus {
  border-color: #796c5c;
  color: #fff;
  background-color: #796c5c;
}
.btn.load-more-btn:focus:hover {
  background-color: transparent;
}
.btn.load-more-btn#loadMore {
  margin: 0 !important;
}
.btn.btn-outline-white {
  min-width: 0;
  padding: 3px 14px;
  border-color: #fff;
  border-radius: 20px;
  color: #fff;
  font-family: Arboria;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  min-height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn.btn-outline-white:hover {
  color: #404242;
  background-color: #fff;
}
.btn.btn-outline-white:hover svg path {
  fill: #404242;
}
.btn.btn-outline-white:active {
  color: #404242;
  background-color: #fff;
}
.btn.btn-outline-white:active svg path {
  fill: #404242;
}
.btn.btn-outline-white:focus {
  color: #404242;
  background-color: #fff;
}
.btn.btn-outline-white:focus svg path {
  fill: #404242;
}
.btn.btn-arrow-link {
  min-width: 0;
  padding: 0;
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #404242;
  font-family: Arboria;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 2px;
}
.btn.btn-arrow-link .icon-right-arrow {
  margin-left: 10px;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding-top: 2px;
}
.btn.btn-arrow-link .icon-right-arrow svg {
  fill: #404242;
  height: 15px;
  width: 15px;
}
.btn.btn-arrow-link .icon-right-arrow svg line {
  stroke: #404242;
}
.btn.btn-arrow-link:hover {
  color: inherit;
  background-color: transparent !important;
}
.btn.btn-arrow-link:hover .icon-right-arrow {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.btn.btn-arrow-link:focus {
  color: #fff;
  background-color: transparent;
}
.video-card {
  width: 410px;
  max-height: 530px;
  position: relative;
  overflow: hidden;
}
.video-card .video-card-body {
  overflow: hidden;
  position: relative;
  padding-bottom: 129.27%;
  height: 0;
}
.video-card .video-card-body > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}
.video-card .video-card-body .video-card-top {
  overflow: hidden;
}
.video-card .video-card-body .div-to-crop {
  overflow: hidden;
  margin-top: -51.4%;
  margin-bottom: -20.6%;
}
.video-card .video-card-body .player-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 207.25%;
}
.video-card .video-card-body .player-wrapper iframe {
  position: absolute;
  top: 50%;
  width: 995px;
  height: 760px;
  left: 50%;
  -webkit-transform: translate(-50%, -43.3%);
  transform: translate(-50%, -43.3%);
  display: block;
}
.video-card .video-card-body.video-card-body-image {
  height: 100%;
  padding-bottom: 0 !important;
}
.video-card .video-placeholder-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-card .video-placeholder-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}
.video-card .video-card-caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20.31%, transparent),
    to(rgba(0, 0, 0, 0.8))
  );
  background: linear-gradient(180deg, transparent 20.31%, rgba(0, 0, 0, 0.8));
  cursor: pointer;
}
.video-card .video-card-caption .video-card-caption-inner {
  width: 100%;
  text-align: center;
  padding: 32px;
  z-index: 3;
  position: relative;
}
.video-card .video-card-caption .video-card-right-arrow {
  margin: 0 auto;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.video-card .video-card-caption .video-title {
  font-family: Arboria;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 24px;
  margin-top: 20px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.video-card .video-card-caption .video-title > a {
  color: inherit;
}
.video-card .video-card-caption .video-desc {
  font-family: Arboria Book;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.video-card .video-card-caption.no-cursor {
  cursor: auto;
}
.video-card .btn-full-video-card {
  display: none;
}
.video-card:hover .video-card-caption .video-desc {
  opacity: 1;
}
.video-card.video-card-detail {
  width: auto;
  max-height: none;
  cursor: auto;
}
.video-card.video-card-detail .video-card-body {
  height: auto;
  padding: 0;
  overflow: auto;
}
.video-card.video-card-detail .video-card-body > img {
  width: 100%;
  height: 494px;
  max-height: 494px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
.video-card.video-card-detail .video-card-body .video-card-body-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.2)),
    to(rgba(0, 0, 0, 0.2))
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.video-card.video-card-detail
  .video-card-body
  .video-card-body-caption
  .video-title {
  font-family: Canela;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: #fff;
}
.video-card.video-card-detail
  .video-card-body
  .video-card-body-caption
  .video-desc {
  font-family: Arboria Book;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.video-card.video-card-detail
  .video-card-body
  .video-card-body-caption
  .btn-video-card {
  position: absolute;
  bottom: 32px;
  left: auto;
  right: auto;
  margin: 0 auto;
  z-index: 1;
}
.video-card.video-card-detail
  .video-card-body
  .video-card-body-caption.with-title {
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.video-card.video-card-detail .video-card-caption {
  position: relative;
  background: transparent;
}
.video-card.video-card-detail .video-card-caption:after {
  content: none;
}
.video-card.video-card-detail .video-card-caption .video-card-caption-inner {
  padding: 45px 32px 30px;
}
.video-card.video-card-detail .video-card-caption .video-title {
  color: #444;
  margin-top: 0;
  margin-bottom: 20px;
}
.video-card.video-card-detail .video-card-caption .video-desc {
  color: #444;
  opacity: 1;
}
.video-slider-section {
  padding-top: 45px;
  padding-bottom: 64px;
  overflow: hidden;
}
.video-slider-section .container {
  max-width: 1358px;
  padding-left: 32px;
  padding-right: 32px;
}
.video-slider-section .video-slider-section-header {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.video-slider-section .video-slider-section-header .swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  padding-bottom: 12px;
}
.video-slider-section
  .video-slider-section-header
  .swiper-navigation
  .swiper-button-prev {
  padding: 10px;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin-top: auto;
  margin-right: 32px;
}
.video-slider-section
  .video-slider-section-header
  .swiper-navigation
  .swiper-button-prev:after {
  content: none;
}
.video-slider-section
  .video-slider-section-header
  .swiper-navigation
  .swiper-button-prev
  > img {
  vertical-align: middle;
  width: 12px;
  height: 24px;
}
.video-slider-section
  .video-slider-section-header
  .swiper-navigation
  .swiper-button-next {
  padding: 10px;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin-top: auto;
}
.video-slider-section
  .video-slider-section-header
  .swiper-navigation
  .swiper-button-next:after {
  content: none;
}
.video-slider-section
  .video-slider-section-header
  .swiper-navigation
  .swiper-button-next
  > img {
  vertical-align: middle;
  width: 12px;
  height: 24px;
}
.video-slider-section
  .video-slider-section-header
  .swiper-navigation
  .swiper-button-next.swiper-button-disabled,
.video-slider-section
  .video-slider-section-header
  .swiper-navigation
  .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.video-slider-section .video-slider-section-heading {
  font-family: Canela;
  text-transform: capitalize;
  color: #fff;
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 1.7px;
}
.video-slider-section .video-slider-wrapper {
  max-width: 1768px;
  -webkit-clip-path: inset(-100vw -460px -100vw 0);
  clip-path: inset(-100vw -460px -100vw 0);
}
.video-slider-section .video-slider-wrapper .swiper-container {
  overflow: visible;
  width: 100%;
  height: 100%;
}
.video-slider-section .video-slider-wrapper .swiper-container .swiper-slide {
  max-width: 410px;
}
.video-slider-section .video-card {
  -webkit-clip-path: inset(0 0 0 0.5%);
  clip-path: inset(0 0 0 0.5%);
}
.video-slider-section .video-card .video-card-body .video-card-top {
  margin: 0 auto;
  -webkit-clip-path: inset(0 0 0 0.5%);
  clip-path: inset(0 0 0 0.5%);
}
.video-slider-section .video-card .video-card-caption,
.video-slider-section .video-card .video-placeholder-image {
  left: 1px;
}
.core-values-section {
  padding-top: 45px;
  padding-bottom: 64px;
  overflow: hidden;
}
.core-values-section .container {
  max-width: 1358px;
  padding-left: 32px;
  padding-right: 32px;
}
.core-values-section .core-values-section-header {
  margin-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.core-values-section .core-values-slider-section-heading {
  font-weight: 400;
  font-size: 52px;
  line-height: 72px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 3.6rem;
  color: #977e62;
  font-family: Canela;
  letter-spacing: 1.7px;
  text-transform: capitalize;
  line-height: 1;
}
.core-values-section .core-values-slider-wrapper .swiper-container {
  overflow: visible;
  width: 100%;
  height: 100%;
}
.core-values-section
  .core-values-slider-wrapper
  .swiper-container
  .swiper-slide {
  max-width: 410px;
}
.core-values-section
  .core-values-slider-wrapper
  .swiper-container
  .core-values-item
  .core-values-details {
  padding-top: 32px;
  line-height: 25px;
}
.core-values-section
  .core-values-slider-wrapper
  .swiper-container
  .core-values-item
  .core-values-details
  .core-values-title {
  font-family: Arboria;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 2px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: uppercase;
  margin-bottom: 11px;
  display: inline-block;
  font-weight: 500;
  color: #000;
  color: #333;
}
.core-values-section 
  .core-values-slider-wrapper
  .swiper-container
  .core-values-item
  .core-values-details
  .core-values-title:hover {
  border-color: transparent;
}
.core-values-section
  .core-values-slider-wrapper
  .swiper-container
  .core-values-item
  .core-values-details
  .core-values-subtitle {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: Arboria Book;
  margin-bottom: 16px;
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  color: #977e62 !important;
  
}
.core-values-section
  .core-values-slider-wrapper
  .swiper-container
  .core-values-item
  .core-values-details
  .core-values-subtitle:empty {
  display: none;
}
.core-values-section
  .core-values-slider-wrapper
  .swiper-container
  .core-values-item
  .core-values-details
  .core-values-content {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: Arboria Book;
  color: #000;
}
.core-values-section
  .core-values-slider-wrapper
  .swiper-container
  .core-values-item
  .core-values-details
  .core-values-content
  p {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 0.2px;
  font-family: acumin-pro, Helvetica Neue Light, Helvetica Neue, Helvetica,
    Arial, sans-serif;
  color: #333;
  font-weight: 400;
}
.core-values-section
  .core-values-slider-wrapper
  .swiper-container
  .core-values-item
  .core-values-details
  .cv_details_btn {
  font-family: Arboria;
  margin-top: 18px;
margin-bottom: 5px;
  display: block;
  color: #977e62;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 6px 14px 6px 16px;
  border: 1px solid #977e62;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0px;
}
.core-values-section
  .core-values-slider-wrapper
  .swiper-container
  .core-values-item
  .core-values-details
  .cv_details_btn:hover {
  background-color: #977e62;
  color: #fff;
}
.core-values-section
  .core-values-slider-wrapper
  .swiper-container
  .core-values-item
  .core-values-img-wrap {
  position: relative;
  padding-bottom: 128.179%;
}
.core-values-section
  .core-values-slider-wrapper
  .swiper-container
  .core-values-item
  .core-values-img-wrap
  img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.core-values-section .core-values-slider-wrapper .carousel-impl-btn {
  display: table;
  margin: 50px auto 0;
}
.badge {
  display: inline-block;
  padding: 7px 16px;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 24px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arboria Book;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #f9f8f7;
  cursor: pointer;
  min-width: 140px;
}
.badge.badge-outline-white.active,
.badge.badge-outline-white:hover {
  color: #404242;
  background-color: #fff;
}
.custom-select2 .select2-container {
  width: auto !important;
}
.custom-select2 .select2-container .select2-selection--single {
  background: #161616;
  border: 1px solid #f9f8f7;
  height: auto;
  border-radius: 0;
}
.custom-select2
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Arboria;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 46px 15px 15px;
}
.custom-select2
  .select2-container
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  width: 42px;
}
.custom-select2
  .select2-container
  .select2-selection--single
  .select2-selection__arrow:after {
  content: "";
  background-image: url(../../../../../../../../../../../themes/habitas-theme/img/icon-arrow-down.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  width: 34px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-select2
  .select2-container
  .select2-selection--single
  .select2-selection__arrow
  > b {
  display: none;
}
.custom-select2
  .select2-container.select2-container--open
  .custom-select2-dropdown.select2-dropdown--below {
  border-top: 1px solid #fff;
  margin-top: -1px;
}
.custom-select2
  .select2-container.select2-container--open
  .custom-select2-dropdown.select2-dropdown--above {
  border-bottom: 1px solid #fff;
  top: 1px;
}
.custom-select2
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select2-container--default
  .custom-select2-dropdown
  .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default
  .custom-select2-dropdown
  .select2-results__option--selected {
  background-color: #4e4e4e;
}
.select2-container .select2-dropdown.custom-select2-dropdown {
  z-index: 10;
  width: auto !important;
  border-color: #fff;
  border-radius: 0;
  background-color: #161616;
  padding: 0;
}
.select2-container
  .select2-dropdown.custom-select2-dropdown
  .select2-results__options {
  max-height: 360px;
}
.select2-container
  .select2-dropdown.custom-select2-dropdown
  .select2-results__options
  .select2-results__option {
  white-space: nowrap;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Arboria Book;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 6px 10px;
}
body.no-scroll {
  overflow: hidden !important;
  top: auto !important;
  min-height: 0 !important;
  height: 100vh;
}
.content-dialog {
  display: none;
}
.modal {
  z-index: -10;
  right: 0;
  bottom: 0;
}
.modal,
.modal .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.modal .modal-overlay {
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.modal .modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: #161616;
}
.modal .modal-transition {
  -webkit-transition: all 0.3s 0.12s;
  transition: all 0.3s 0.12s;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
  opacity: 0;
}
.modal .modal-header {
  padding: 0;
  position: absolute;
  top: 32px;
  right: 16px;
  z-index: 10;
}
.modal .modal-content {
  padding: 0;
  height: 100vh;
  overflow: auto;
}
.modal .modal-content > :first-child {
  margin-top: 0;
}
.modal .modal-content > :last-child {
  margin-bottom: 0;
}
.modal .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  background: none;
  border: 0;
}
.modal .modal-close > svg {
  vertical-align: middle;
  height: 24px;
  width: 24px;
}
.modal .modal-close:hover {
  color: #777;
}
.modal .modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal.is-visible {
  visibility: visible;
  z-index: 100;
}
.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.modal.is-visible .modal-transition {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.ui-dialog.video-wall-custom-dialog {
  padding: 0;
  border-radius: 0;
  border: 0;
  width: 100% !important;
  background-color: #161616;
}
.ui-dialog.video-wall-custom-dialog .ui-dialog-titlebar {
  border: 0;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0;
}
.ui-dialog.video-wall-custom-dialog .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
.ui-dialog.video-wall-custom-dialog .ui-dialog-titlebar-close {
  position: fixed;
  top: 20px;
  right: 20px;
  margin: 0;
  width: 48px;
  height: 48px;
}
.ui-dialog.video-wall-custom-dialog .ui-button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.ui-dialog.video-wall-custom-dialog .ui-button .ui-icon {
  background-image: url(../../../../../../../../../../../themes/habitas-theme/img/icon-close-white.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  height: 24px;
  width: 24px;
  margin-left: -12px;
  margin-top: -12px;
}
.ui-dialog.video-wall-custom-dialog .ui-dialog-content {
  padding: 0;
  height: 100vh !important;
  width: 100% !important;
}
.ui-dialog.video-wall-custom-dialog .hero {
  height: auto !important;
}
.ui-dialog.video-wall-custom-dialog .hero .hero__media {
  position: relative;
  width: 100%;
}
.ui-dialog.video-wall-custom-dialog .hero .hero__media > img {
  position: relative;
  height: 100vh;
}
.ui-dialog.video-wall-custom-dialog .hero .hero__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1 !important;
}
.ui-dialog.video-wall-custom-dialog .hero .hero__inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(64, 66, 66, 0.3);
  z-index: -1;
}
.ui-dialog.video-wall-custom-dialog .hero .hero__inner h2 {
  font-family: Canela;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  word-break: break-all;
}
.ui-dialog.video-wall-custom-dialog .video-wall-grid {
  padding: 64px 32px 32px;
  height: auto;
}
.ui-dialog.video-wall-custom-dialog .video-wall-grid .video-wall-grid-item {
  margin-bottom: 32px;
}
.ui-dialog.video-wall-custom-dialog
  .video-wall-grid
  .video-wall-grid-item
  .video-card {
  margin: 0 auto;
}
.ui-dialog.video-wall-custom-dialog .video-wall-grid .video-wall-grid-action {
  text-align: center;
}
.modal.video-wall-custom-dialog .hero {
  height: auto !important;
}
.modal.video-wall-custom-dialog .hero .hero__media {
  position: relative;
  width: 100%;
}
.modal.video-wall-custom-dialog .hero .hero__media > img {
  position: relative;
  height: 100vh;
}
.modal.video-wall-custom-dialog .hero .hero__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1 !important;
}
.modal.video-wall-custom-dialog .hero .hero__inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(64, 66, 66, 0.3);
  z-index: -1;
}
.modal.video-wall-custom-dialog .hero .hero__inner h2 {
  font-family: Canela;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  word-break: break-all;
}
.modal.video-wall-custom-dialog .video-wall-grid {
  padding: 64px 32px 32px;
  height: auto;
}
.modal.video-wall-custom-dialog .video-wall-grid .video-wall-grid-item {
  margin-bottom: 32px;
}
.modal.video-wall-custom-dialog
  .video-wall-grid
  .video-wall-grid-item
  .video-card {
  margin: 0 auto;
}
.modal.video-wall-custom-dialog .video-wall-grid .video-wall-grid-action {
  text-align: center;
}
.hero.hero-with-content {
  background-color: #161616;
}
.hero.hero-with-content .container {
  padding-left: 0;
  padding-right: 0;
}
.hero.hero-with-content .hero__inner-caption {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 64px;
  background-color: rgba(64, 66, 66, 0.5);
}
.hero.hero-with-content .hero__inner-caption.hide-title {
  opacity: 1 !important;
}
.hero.hero-with-content .hero__inner-content {
  width: 100%;
  max-width: 1354px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}
.hero.hero-with-content .hero__inner-heading {
  font-family: Canela;
  font-weight: 300;
  font-size: 45px;
  line-height: 54px;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.hero.hero-with-content .hero__inner-desc p {
  font-family: Arboria Book;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #fff;
  margin-bottom: 28px;
  max-width: 832px;
}
.hero.hero-with-content .hero__bottom {
  bottom: 20px;
}
.hero.hero--70 {
  max-height: calc(100vh - 140px);
  overflow: hidden;
  margin-bottom: 50px;
}
.hero.hero--70 .blog-hero__slide {
  margin-bottom: 0;
}
.hero.hero--overlay-30 .hero__media:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(64, 66, 66, 0.3);
}
.our-homes-section .our-homes-top {
  position: relative;
  padding-top: 20px;
  padding-bottom: 4px;
}
.our-homes-section .our-homes-top:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#161616)
  );
  background: linear-gradient(180deg, transparent, #161616);
  z-index: 1;
}
.our-homes-section .our-homes-top .our-home-banner-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.our-homes-section .our-homes-top .container {
  position: relative;
  z-index: 2;
}
.our-homes-section .our-homes-top .our-home-badge-wrapper {
  padding: 0 14%;
}
.our-homes-section .our-homes-top .our-home-badge-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.our-homes-section .our-homes-top .our-home-badge-list .our-home-badge-item {
  padding: 15px 8px;
  display: inline-block;
}
.our-homes-section
  .our-homes-top
  .our-home-badge-list
  .our-home-badge-item
  > a {
  display: block;
}
.our-homes-section .our-homes-heading {
  font-family: Canela;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 18px;
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 1.7px;
}
.our-homes-section .container {
  max-width: 1358px;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}
.our-homes-section .our-home-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
  position: relative;
}
.our-homes-section .our-home-grid .our-home-grid-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 33.33%;
  position: relative;
  width: 33.33%;
  min-height: 1px;
  padding: 16px;
}
.our-homes-section .our-home-grid .video-card {
  margin: 0 auto;
  width: 100%;
}
.our-homes-section .our-homes-bottom {
  padding-top: 14px;
  padding-bottom: 20px;
  overflow: hidden;
}
.our-homes-section .our-homes-bottom .our-home-grid-action {
  text-align: center;
  padding-top: 18px;
}
.our-homes-section .our-home-card-list .our-home-card-item {
  margin-bottom: 16px;
}
.our-homes-section .our-home-card-list .our-home-card-item:last-child {
  margin-bottom: 0;
}
.our-homes-section .our-home-card-list .our-home-card-item .our-home-card-link {
  position: relative;
  display: block;
  overflow: hidden;
}
.our-homes-section
  .our-home-card-list
  .our-home-card-item
  .our-home-card-link
  > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  font-family: Arboria;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  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;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f9f8f7;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.our-homes-section
  .our-home-card-list
  .our-home-card-item
  .our-home-card-link
  > img {
  width: 100%;
  height: 84px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
.load-more-action-wrapper {
  text-align: center;
  padding-top: 16px;
}
.load-more-action-wrapper .load-more-btn {
  margin: 0 !important;
}
.featured-journals-section.video-slider-section {
  padding-top: 56px;
  padding-bottom: 56px;
}
.featured-journals-section.video-slider-section .video-slider-section-heading {
  color: #404242;
}
.featured-journals-section.video-slider-section .video-slider-wrapper {
  padding-bottom: 32px;
}
.featured-journals-section.video-slider-section
  .video-slider-wrapper
  .swiper-container
  .swiper-slide:nth-child(odd) {
  min-width: 65.8%;
}
.mid-video-section.hero .hide-title {
  opacity: 1 !important;
}
.stories-topics-section.video-slider-section {
  padding-top: 18px;
  padding-bottom: 64px;
}
.stories-topics-section.video-slider-section .video-slider-section-header {
  margin-bottom: 22px;
}
.stories-topics-section.video-slider-section .video-slider-section-heading {
  width: 100%;
  text-align: center;
}
.stories-topics-section .stories-topics-grid-action {
  text-align: center;
  padding-top: 18px;
}
.stories-topics-section .stories-topics-heading {
  font-family: Canela;
  font-weight: 400;
  font-size: 52px;
  line-height: 72px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 52px;
}
.stories-topics-section .stories-topics-card-list .stories-topics-card-item {
  margin-bottom: 16px;
}
.stories-topics-section
  .stories-topics-card-list
  .stories-topics-card-item
  .stories-topics-card-link {
  position: relative;
  display: block;
  overflow: hidden;
}
.stories-topics-section
  .stories-topics-card-list
  .stories-topics-card-item
  .stories-topics-card-link
  > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  font-family: Arboria;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  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;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f9f8f7;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.stories-topics-section
  .stories-topics-card-list
  .stories-topics-card-item
  .stories-topics-card-link
  > img {
  width: 100%;
  height: 84px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
  position: relative;
}
.grid .grid-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 33.33%;
  position: relative;
  width: 33.33%;
  min-height: 1px;
  padding: 16px;
}
.video-wall-grid-wrapper {
  margin-left: -16px;
  margin-right: -16px;
}
.video-wall-grid-wrapper .video-card {
  width: 100%;
  height: 530px;
}
.video-wall-grid-wrapper .video-wall-grid {
  margin-bottom: 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.video-wall-grid-wrapper .video-wall-grid .video-wall-grid-item {
  float: left;
  width: 33.33%;
  overflow: hidden;
  padding: 16px;
}
.video-wall-grid-wrapper .video-wall-grid .video-wall-grid-item.item-width-2 {
  width: 66.67%;
}
.category-list-section {
  padding-top: 45px;
  padding-bottom: 38px;
}
.category-list-section .filter-section {
  margin-bottom: 16px;
}
.category-list-section .load-more-action-wrapper {
  padding-bottom: 10px;
}
.player-recommended-videos-section {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  padding: 0 32px 70px;
}
.player-recommended-videos-section
  .video-card.video-card-detail
  .video-card-body
  > img {
  height: 220px;
  max-height: 220px;
}
.player-recommended-videos-section
  .video-card.video-card-detail
  .video-card-body
  .video-card-body-caption {
  padding: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20.31%, transparent),
    to(rgba(0, 0, 0, 0.8))
  );
  background: linear-gradient(180deg, transparent 20.31%, rgba(0, 0, 0, 0.8));
}
.player-recommended-videos-section
  .video-card.video-card-detail
  .video-card-body
  .video-card-body-caption
  .video-card-caption-inner {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: auto;
  overflow: hidden;
}
.player-recommended-videos-section
  .video-card.video-card-detail
  .video-card-body
  .video-card-body-caption
  .btn-watch {
  margin: 0 auto 15px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  padding: 1px 8px 0;
  position: relative;
  z-index: 2;
}
.player-recommended-videos-section
  .video-card.video-card-detail
  .video-card-body
  .video-card-body-caption
  .btn-watch
  > span {
  display: none;
}
.player-recommended-videos-section
  .video-card.video-card-detail
  .video-card-body
  .video-card-body-caption
  .video-title {
  font-family: Arboria Book;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 2.5px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.player-recommended-videos-section
  .video-card.video-card-detail
  .video-card-body
  .video-card-body-caption
  .video-desc {
  height: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.player-recommended-videos-section
  .video-card.video-card-detail
  .video-card-body
  .video-card-body-caption
  .video-time {
  font-family: Arboria;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  text-align: right;
  letter-spacing: 0.2px;
  color: #fff;
  opacity: 0;
  position: absolute;
  bottom: 14px;
  right: 16px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.player-recommended-videos-section
  .video-card.video-card-detail:hover
  .video-card-body
  .video-card-body-caption
  .video-desc {
  opacity: 1;
  height: 75px;
  margin-top: 12px;
  margin-bottom: 10px;
}
.player-recommended-videos-section
  .video-card.video-card-detail
  .btn-full-video-card {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.player-recommended-videos-section
  .recommended-videos__carousel
  .no-data-found {
  margin-bottom: 14px;
  margin-top: 14px;
}
.player-recommended-videos-section.video-slider-section
  .video-slider-section-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.player-recommended-videos-section.video-slider-section
  .video-slider-section-header
  .swiper-navigation {
  padding-bottom: 0;
}
.player-recommended-videos-section.video-slider-section
  .video-slider-section-heading {
  font-family: Arboria Book;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 2px;
}
.player-recommended-videos-section.video-slider-section .video-slider-wrapper {
  max-width: 100%;
}
.player-recommended-videos-section.video-slider-section
  .video-slider-wrapper
  .swiper-container
  .swiper-slide {
  max-width: 360px;
  margin-right: 16px;
}
.video-player-dialog.ui-dialog {
  position: fixed !important;
  top: 0 !important;
}
.video-player-dialog .video-player-dialog-wrapper {
  height: 100vh;
  overflow: auto;
}
.video-player-dialog .video-player-dialog-wrapper .video-player-close-btn {
  padding: 40px;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -10;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .video-player-close-btn
  > img {
  vertical-align: middle;
  width: 24px;
}
.video-player-dialog .video-player-dialog-wrapper .video-player-close-btn.show {
  z-index: 999;
  opacity: 1;
}
.video-player-dialog .video-player-dialog-wrapper .player-screen {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.video-player-dialog .video-player-dialog-wrapper .player-screen > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-screen.player-screen-no-title
  .player-screen-inner {
  overflow: hidden;
  margin-top: 0;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-screen.player-screen-no-title
  .player-iframe-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 100vh;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-screen.player-screen-no-title
  .player-iframe-wrapper
  > iframe {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 180%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50.05%);
  transform: translateY(-50.05%);
}
.video-player-dialog .video-player-dialog-wrapper .player-container {
  position: relative;
}
.video-player-dialog .video-player-dialog-wrapper .video-player-virtual-btn {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-player-dialog .video-player-dialog-wrapper .player-caption {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  background-image: url(../../../../../../../../../../../themes/habitas-theme/img/black_blur.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-caption
  .player-caption__inner-content {
  max-width: 768px;
  padding: 114px 32px;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-caption
  .player-caption__inner-heading {
  font-family: Canela;
  font-weight: 300;
  font-size: 60px;
  line-height: 54px;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-caption
  .player-caption__inner-desc
  p {
  font-family: Arboria Book;
  font-weight: 300;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.134792px;
  color: #f9f8f7;
  margin-bottom: 28px;
  text-align: center;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-caption
  .player-caption__inner-desc
  p:last-child {
  margin-bottom: 0;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-caption
  .recommended-related-option {
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-caption
  .recommended-related-option
  .btn {
  border-radius: 0;
  min-height: 36px;
  padding: 3px 18px 3px 16px;
  margin-right: 25px;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-caption
  .recommended-related-option
  .btn:last-child {
  margin-right: 0;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-caption
  .recommended-related-option
  .btn
  > svg {
  width: 9px;
  height: auto;
  margin-left: 8px;
  margin-top: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  vertical-align: middle;
  display: inline-block;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-caption
  .recommended-related-option
  .btn:hover
  > svg
  path {
  fill: #404242;
}
.video-player-dialog .video-player-dialog-wrapper .player-caption.active {
  opacity: 1;
  z-index: 2;
}
.video-player-dialog .video-player-dialog-wrapper .player-caption.show {
  opacity: 1 !important;
  z-index: 2;
}
.video-player-dialog .video-player-dialog-wrapper .player-controls {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 32px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.video-player-dialog .video-player-dialog-wrapper .player-controls button {
  border: 0;
  border-radius: 0;
  padding: 5px;
  width: 36px;
  height: 36px;
  min-height: 0;
  min-width: 0;
  background-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-controls
  button:hover {
  background-color: transparent;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-controls
  button
  > img {
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-controls
  .player-play-pause-control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 12px;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-controls
  .player-play-pause-control
  button
  > img {
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-controls
  .player-timeline-bar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  margin-top: 4px;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-controls
  .player-timeline-bar
  > input[type="range"] {
  width: 100%;
  cursor: pointer;
  font-size: 1.5rem;
  color: #fff;
  --thumb-height: 1.125em;
  --track-height: 0.125em;
  --track-color: #977e62;
  --brightness-hover: 180%;
  --brightness-down: 80%;
  --clip-edges: 0.125em;
  position: relative;
  background: hsla(0, 0%, 100%, 0);
  overflow: hidden;
  -webkit-appearance: none;
  -webkit-transition: all 0.8s ease;
  height: var(--thumb-height);
  -moz-appearance: none;
  appearance: none;
  transition: all 0.8s ease;
  height: var(--thumb-height) 10px;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-controls
  .player-timeline-bar
  > input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  height: var(--thumb-height);
  position: relative;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, var(--track-color))
    )
    scroll no-repeat 50%/100% calc(var(--track-height) + 1px);
  background: linear-gradient(var(--track-color) 0 0) scroll no-repeat 50%/100%
    calc(var(--track-height) + 1px);
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-controls
  .player-timeline-bar
  > input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  height: var(--thumb-height);
  position: relative;
  --thumb-radius: calc(var(--thumb-height) * 0.5 - 1px);
  --clip-top: calc(
    var(--thumb-height) * 0.5 - var(--track-height) * 0.5 - 0.5px
  );
  --clip-bottom: calc(var(--thumb-height) - var(--clip-top));
  --clip-further: calc(100% + 1px);
  --box-fill: calc(-100vmax - var(--thumb-width, var(--thumb-height))) 0 0
    100vmax currentColor;
  width: var(--thumb-width, var(--thumb-height));
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, currentColor)
    )
    scroll no-repeat 0/50% calc(var(--track-height) + 1px);
  background: linear-gradient(currentColor 0 0) scroll no-repeat 0/50%
    calc(var(--track-height) + 1px);
  background-color: currentColor;
  -webkit-box-shadow: var(--box-fill);
  box-shadow: var(--box-fill);
  border-radius: var(--thumb-width, var(--thumb-height));
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-clip-path: polygon(
    100% -1px,
    var(--clip-edges) -1px,
    0 var(--clip-top),
    -100vmax var(--clip-top),
    -100vmax var(--clip-bottom),
    0 var(--clip-bottom),
    var(--clip-edges) 100%,
    var(--clip-further) var(--clip-further)
  );
  clip-path: polygon(
    100% -1px,
    var(--clip-edges) -1px,
    0 var(--clip-top),
    -100vmax var(--clip-top),
    -100vmax var(--clip-bottom),
    0 var(--clip-bottom),
    var(--clip-edges) 100%,
    var(--clip-further) var(--clip-further)
  );
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-controls
  .player-timeline-bar
  > input[type="range"]:hover::-webkit-slider-thumb {
  -webkit-filter: brightness(var(--brightness-hover));
  filter: brightness(var(--brightness-hover));
  cursor: -webkit-grab;
  cursor: grab;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-controls
  .player-timeline-bar
  > input[type="range"]:hover::-moz-range-progress,
.video-player-dialog
  .video-player-dialog-wrapper
  .player-controls
  .player-timeline-bar
  > input[type="range"]:hover::-moz-range-thumb {
  filter: brightness(var(--brightness-hover));
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-controls
  .player-timeline-bar
  > input[type="range"]:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-controls
  .player-timeline-bar
  > input[type="range"]:active::-webkit-slider-thumb {
  -webkit-filter: brightness(var(--brightness-down));
  filter: brightness(var(--brightness-down));
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-controls
  .player-timeline-bar
  > input[type="range"]:active::-moz-range-thumb {
  cursor: grabbing;
  filter: brightness(var(--brightness-down));
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-controls
  .player-timeline-bar
  > input[type="range"]:active::-moz-range-progress {
  filter: brightness(var(--brightness-down));
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-controls
  .player-timeline-bar
  > input[type="range"]:disabled {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.3;
  cursor: not-allowed;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-controls
  .player-timeline-bar
  > input[type="range"]:disabled::-webkit-slider-thumb {
  cursor: not-allowed;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-controls
  .player-timeline-bar
  > input[type="range"]:disabled::-moz-range-thumb {
  cursor: not-allowed;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-controls
  .player-timeline-bar
  > input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all ease 0.8s;
  transition: all 0.8s ease;
  height: var(--thumb-height);
  background: hsla(0, 0%, 100%, 0);
  width: 100%;
  background: var(--track-color);
  height: calc(var(--track-height) + 1px);
  border-radius: var(--track-height);
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-controls
  .player-timeline-bar
  > input[type="range"]::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all ease 0.8s;
  transition: all 0.8s ease;
  height: var(--thumb-height);
  background: hsla(0, 0%, 100%, 0);
  background: currentColor;
  border: 0;
  width: var(--thumb-width, var(--thumb-height));
  border-radius: var(--thumb-width, var(--thumb-height));
  cursor: grab;
  filter: brightness(100%);
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-controls
  .player-timeline-bar
  > input[type="range"]::-moz-range-progress {
  background: hsla(0, 0%, 100%, 0);
  -moz-appearance: none;
  appearance: none;
  background: currentColor;
  transition-delay: 30ms;
  height: calc(var(--track-height) + 1px);
  border-radius: var(--track-height);
  filter: brightness(100%);
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-controls
  .player-timer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 12px;
  padding-right: 10px;
  min-width: 150px;
  width: auto;
  overflow: hidden;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-controls
  .player-timer
  > span {
  font-family: Arboria;
  font-style: normal;
  font-weight: 400;
  font-size: 22.2455px;
  line-height: 31px;
  letter-spacing: 0.247173px;
  color: #f9f8f7;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-controls
  .player-timer
  .player-timer-separator {
  padding: 0 5px;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-controls
  .player-share-control {
  margin-right: 0;
  margin-left: 14px;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-controls
  .player-audio-control {
  margin-right: 6px;
  margin-left: 6px;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-controls
  .player-audio-control
  .icon-mute,
.video-player-dialog
  .video-player-dialog-wrapper
  .player-controls
  .player-audio-control.mute
  .icon-unmute {
  display: none;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-controls
  .player-audio-control.mute
  .icon-mute {
  display: block;
}
.video-player-dialog .video-player-dialog-wrapper .mobile-rotate-loader > img {
  height: 147px;
  width: 147px;
  vertical-align: middle;
  -webkit-animation: MobileRotateAnimation 3s infinite;
  animation: MobileRotateAnimation 3s infinite;
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.video-player-dialog .video-player-dialog-wrapper .player-content-part {
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-content-part
  .player-content-part-inner {
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-content-part
  .player-content-part-inner
  p {
  font-family: Arboria Book;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #fff;
  margin-bottom: 22px;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-content-part
  .player-content-part-inner
  > .container
  > div:last-child,
.video-player-dialog
  .video-player-dialog-wrapper
  .player-content-part
  .player-content-part-inner
  p:last-child {
  margin-bottom: 0;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-content-part
  .player-content-part-image {
  margin-bottom: 62px;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-content-part
  .player-content-part-image
  img {
  width: 100%;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-content-part
  .player-content-part-container {
  width: 100%;
  max-width: 830px;
  margin: 0 auto 62px;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-content-part
  .player-content-part-header {
  margin-bottom: 65px;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-content-part
  .player-content-part-header
  .blog-date-time {
  margin-bottom: 5px;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-content-part
  .player-content-part-header
  .blog-heading {
  font-family: Canela;
  font-weight: 400;
  font-size: 52px;
  line-height: 72px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 24px;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-content-part
  .player-content-part-header
  .blog-author {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.352709px;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-content-part
  .player-featured-videos-section {
  padding-top: 54px;
  padding-bottom: 0;
}
.video-player-dialog .video-player-dialog-wrapper .player-content-down {
  text-align: center;
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  bottom: 10px;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-content-down
  .btn.btn-arrow-link {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  height: auto;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-content-down
  .btn.btn-arrow-link
  .icon-back-to-top-arrow {
  display: inline-block;
  vertical-align: middle;
  height: 15px;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-content-down
  .btn.btn-arrow-link
  .icon-back-to-top-arrow
  svg {
  width: 14px;
  height: 14px;
  margin-left: 8px;
  display: inline-block;
}
.video-player-dialog .video-player-dialog-wrapper .player-content-back-to-top {
  text-align: center;
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  bottom: 12px;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-content-back-to-top
  .btn.btn-arrow-link {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  height: auto;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-content-back-to-top
  .btn.btn-arrow-link
  .icon-back-to-top-arrow {
  display: inline-block;
  vertical-align: middle;
  height: 15px;
}
.video-player-dialog
  .video-player-dialog-wrapper
  .player-content-back-to-top
  .btn.btn-arrow-link
  .icon-back-to-top-arrow
  svg {
  width: 14px;
  height: 14px;
  margin-left: 8px;
  display: inline-block;
}
.video-player-dialog .video-player-dialog-wrapper .player-content-action {
  text-align: center;
  padding-top: 22px;
}
.video-player-dialog .btn-arrow-link {
  color: #fff;
}
.video-player-dialog .btn-arrow-link .icon-right-arrow svg {
  fill: #fff;
}
.video-player-dialog .btn-arrow-link .icon-right-arrow svg line {
  stroke: #fff;
}
.video-player-dialog .btn-arrow-link:hover {
  color: #fff;
}
.video-player-dialog.show-content .player-caption {
  opacity: 1;
}
.video-player-dialog.show-content .player-caption .recommended-related-option {
  height: auto;
  opacity: 1;
  padding-top: 30px;
  padding-bottom: 24.2%;
}
.video-player-dialog.show-content .player-recommended-videos-section {
  opacity: 1;
  z-index: 2;
}
.video-player-dialog.show-content .player-content-back-to-top,
.video-player-dialog.show-content .player-content-down {
  height: 25px;
  opacity: 1;
}
.video-player-dialog.show-content .player-content-part {
  height: 100%;
  opacity: 1;
}
.video-player-dialog.show-content
  .player-content-part
  .player-content-part-inner {
  opacity: 1;
  height: auto;
  padding: 96px 0 30px;
  position: relative;
}
.custom-video-player-container {
  background-color: #161616;
}
.custom-video-player-container
  .custom-video-player-wrapper
  .player-caption
  .recommended-related-option {
  height: auto;
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding-top: 30px;
  padding-bottom: 0;
}
.custom-video-player-container
  .custom-video-player-wrapper
  .player-caption
  .recommended-related-option
  .btn.hide {
  display: none;
}
.custom-video-player-container
  .custom-video-player-wrapper
  .player-caption
  .recommended-related-option
  .btn.btn-resume-video {
  margin-right: 0;
}
.custom-video-player-container
  .custom-video-player-wrapper
  .player-caption
  .recommended-related-option
  .btn.custom-video-play-btn {
  border-radius: 100%;
  min-width: 45px;
  min-height: 45px;
  padding-left: 0;
  padding-right: 0;
}
.custom-video-player-container
  .custom-video-player-wrapper
  .player-caption
  .recommended-related-option
  .btn.custom-video-play-btn
  > svg {
  min-width: 20px;
  height: 20px;
  display: block;
  margin-left: 2px;
  margin-top: 1px;
}
.custom-video-player-container .custom-video-player-wrapper .player-controls {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-video-player-container
  .custom-video-player-wrapper
  .player-controls.show {
  opacity: 1;
}
.custom-video-player-container.show-content
  .player-caption
  .recommended-related-option {
  height: auto;
  opacity: 1;
  padding-bottom: 30px;
}
.custom-video-player-container.mobile
  .custom-video-player-wrapper
  .player-container
  .player-caption {
  z-index: 1;
  opacity: 1;
}
.video-share-dialog.ui-dialog {
  max-width: 704px;
  width: 100% !important;
  background: #d9d9d9;
  padding: 64px 63px 44px;
}
.video-share-dialog.ui-dialog .ui-dialog-titlebar {
  border: 0;
  background: transparent;
  position: relative;
  z-index: 10;
  padding: 0;
  margin-bottom: 48px;
}
.video-share-dialog.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  display: block;
  font-family: Arboria;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #977e62;
  margin: 0;
}
.video-share-dialog.ui-dialog .ui-dialog-titlebar-close {
  position: relative;
  top: 2px;
  right: -30px;
  margin: 0;
  width: 24px;
  height: 24px;
}
.video-share-dialog.ui-dialog .ui-button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.video-share-dialog.ui-dialog .ui-button .ui-icon {
  background-image: url(../../../../../../../../../../../themes/habitas-theme/img/icon-close-share-popup.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  height: 24px;
  width: 24px;
  margin-left: -11px;
  margin-top: -11px;
  opacity: 0.7;
}
.video-share-dialog.ui-dialog .ui-dialog-content {
  padding: 0;
  overflow: visible;
}
.video-share-dialog.ui-dialog .copy-url-box {
  position: relative;
}
.video-share-dialog.ui-dialog .copy-url-box .video-url-field {
  border-radius: 0;
  border: 1px solid #977e62;
  padding: 12px 16px 14px;
  font-family: Arboria Book;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.2px;
  width: 100%;
  color: #404242;
  background-color: #d9d9d9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video-share-dialog.ui-dialog .copy-url-box .copy-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  color: #065fd4;
  text-transform: uppercase;
  text-align: center;
  height: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 15px;
  cursor: pointer;
}
.video-share-dialog.ui-dialog .share-option-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 32px;
  margin-left: -16px;
  margin-right: -16px;
}
.video-share-dialog.ui-dialog .share-option-list > div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 16px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 25%;
  width: 25%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.video-share-dialog.ui-dialog .share-option-list > div > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 6px;
  font-family: Arboria;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #977e62;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px;
  width: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.video-share-dialog.ui-dialog .share-option-list > div > a > i {
  font-size: 32px;
  display: inline-block;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.video-share-dialog.ui-dialog .share-option-list > div > a:hover {
  background: #977e62;
  color: #fff;
}
.video-share-dialog.ui-dialog .share-option-list > div > a:hover > i {
  color: #fff;
}
.featured-videos-section.video-slider-section
  .video-slider-wrapper
  .swiper-container
  .swiper-slide {
  margin-right: 32px;
}
.skeleton-loader .skeleton-loader-card {
  -webkit-animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  background: rgba(0, 0, 0, 0.3);
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.01568627450980392),
    rgba(36, 36, 36, 0.0196078431372549) 20%,
    #242424 40%,
    rgba(0, 0, 0, 0.01568627450980392)
  );
  background-repeat: no-repeat;
  border-radius: 2px;
  height: 100%;
  max-height: 530px;
  position: relative;
  overflow: hidden;
  padding-bottom: 129.3%;
}
.featured-press-article {
  padding-top: 100px;
  padding-bottom: 28px;
  z-index: 0;
}
.featured-press-article .featured-press-article__carousel {
  padding-bottom: 42px;
}
.featured-press-article
  .featured-press-article__carousel
  .swiper-pagination.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
.featured-press-article .featured-press-article__carousel .carousel__item {
  width: calc(100vw - 144px);
}
.featured-press-article
  .featured-press-article__carousel
  .carousel__item:before {
  padding-top: calc(100vh - 175px);
}
.featured-press-article
  .featured-press-article__carousel
  .carousel__item:after {
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.featured-press-article
  .featured-press-article__carousel
  .carousel__item-read-btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.featured-press-article
  .featured-press-article__carousel
  .carousel__item-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 96px 32px 62px;
}
.featured-press-article
  .featured-press-article__carousel
  .carousel__item-caption
  > .carousel__item-press-logo {
  position: relative;
  left: auto;
  right: auto;
  width: auto;
  height: 100%;
  max-height: 45px;
}
.featured-press-article
  .featured-press-article__carousel
  .carousel__item-caption
  .carousel__item-heading-wrapper {
  width: 100%;
  max-width: 830px;
  height: 216px;
  margin: 20px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}
.featured-press-article
  .featured-press-article__carousel
  .carousel__item-caption
  .carousel__item-heading {
  font-family: Canela;
  font-weight: 400;
  font-size: 52px;
  line-height: 72px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.featured-press-article
  .featured-press-article__carousel
  .carousel__item-caption
  .carousel__item-small-title {
  font-family: Arboria;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px auto;
  position: absolute;
  bottom: 24%;
  left: auto;
  right: auto;
}
.featured-press-article
  .featured-press-article__carousel.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin-left: 8px;
  margin-right: 8px;
  height: 8px;
  width: 8px;
  position: relative;
}
.featured-press-article
  .featured-press-article__carousel.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet:after {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  top: -4px;
  left: -4px;
}
.press-quote-section {
  padding-top: 35px;
  padding-bottom: 35px;
}
.press-quote-section .press__copy {
  margin-bottom: 0;
}
.press-quote-section .sub-title {
  font-family: Arboria Book;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #000;
}
.press-quote-section .sub-title a:before {
  content: none;
}
.press-article-wrapper .container {
  padding-left: 32px;
  padding-right: 32px;
  max-width: 1358px;
}
.press-article-wrapper .filter-section {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 26px;
  margin-bottom: 32px;
}
.press-article-wrapper .filter-section .select2-container {
  margin-left: 0;
  margin-right: 20px;
}
.press-article-wrapper
  .filter-section
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 52px;
}
.press-article-wrapper .select2.select2-container {
  min-width: 0;
}
.press-article-wrapper .select2.select2-container .select2-selection {
  height: 52px;
}
.press-article-wrapper
  .select2.select2-container
  .select2-selection
  .select2-selection__rendered {
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  color: #404242;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-left: 16px;
  padding-right: 48px;
}
.press-article-wrapper
  .select2.select2-container
  .select2-selection
  .select2-selection__arrow
  b {
  width: 12px;
  background-image: url(../../../../../../../../../../../themes/habitas-theme/img/filter2.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 50%;
  top: 50%;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.press-article-wrapper
  .select2.select2-container.select2-container--open
  .select2-selection.select2-selection--single {
  background: #fff;
}
.press-article-wrapper
  .select2.select2-container.select2-container--open
  .select2-selection
  .select2-selection__arrow
  b {
  -webkit-transform: translateY(-5px) rotate(180deg);
  transform: translateY(-5px) rotate(180deg);
}
.press-article-wrapper #checkFilter {
  padding: 0 32px;
  max-width: 1204px;
}
.press-article-wrapper .press__body.container {
  max-width: 1204px;
}
.press-article-wrapper .press__body .press__content .press__item-area {
  margin-left: -16px;
  margin-right: -16px;
}
.press-article-wrapper .press__body.filters {
  display: block;
}
.press-article-wrapper .press__item.press-card {
  width: calc(33.33% - 32px);
  overflow: hidden;
  margin: 0 16px 32px;
}
.press-article-wrapper .press-card {
  position: relative;
  height: 100%;
  max-height: 450px;
}
.press-article-wrapper .press-card:before {
  content: "";
  padding-top: 125%;
  display: block;
}
.press-article-wrapper .press-card:after {
  content: "";
  position: absolute;
  top: -215px;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20.31%, transparent),
    to(rgba(0, 0, 0, 0.8))
  );
  background: linear-gradient(180deg, transparent 20.31%, rgba(0, 0, 0, 0.8));
}
.press-article-wrapper .press-card .press-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.press-article-wrapper .press-card .press-card-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 64px 32px 32px;
}
.press-article-wrapper .press-card .press-card-logo {
  position: relative;
  left: auto;
  right: auto;
  width: auto;
  height: 100%;
  max-height: 30px;
}
.press-article-wrapper .press-card .press-card-read-btn {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  width: auto;
  height: auto;
  bottom: 0;
  z-index: 1;
}
.press-article-wrapper .press-card .press-card-heading-wrapper {
  height: 78px;
  margin: 20px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
  width: 100%;
}
.press-article-wrapper .press-card .press-card-heading {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 2.5px;
  color: #fff;
  -webkit-line-clamp: 3;
  margin: 0;
}
.press-article-wrapper .press-card .press-card-heading,
.press-article-wrapper .press-card .press-card-small-title {
  font-family: Arboria;
  font-weight: 500;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.press-article-wrapper .press-card .press-card-small-title {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  color: #f9f8f7;
  max-width: 100%;
  -webkit-line-clamp: 2;
  padding: 10px 32px;
  position: absolute;
  bottom: 25.4%;
  left: auto;
  right: auto;
  height: 60px;
}
.press-article-wrapper .press-card:hover .press-card-read-btn {
  color: #404242;
  background-color: #fff;
}
.press-article-wrapper .press-card.skeleton-loader:after,
.press-article-wrapper .press-card.skeleton-loader:before {
  content: none;
}
.press-article-wrapper .press-card.skeleton-loader .skeleton-loader-card {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, hsla(0, 0%, 100%, 0)),
    color-stop(20%, hsla(0, 0%, 100%, 0.2)),
    color-stop(60%, hsla(0, 0%, 100%, 0.5)),
    to(hsla(0, 0%, 100%, 0))
  );
  background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.2) 20%,
    hsla(0, 0%, 100%, 0.5) 60%,
    hsla(0, 0%, 100%, 0)
  );
}
.press-article-wrapper .press-location-list-section {
  margin-bottom: 32px;
}
.press-article-wrapper .press-location-list-section #loadMore {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 32px;
}
.press-article-wrapper .press-location-list-section #loadMore input {
  height: 36px;
  background-color: #977e62;
  border-color: #977e62;
  width: auto;
  min-width: 142px;
  padding: 5px 14px;
  border-radius: 0;
}
.press-article-wrapper .press-location-list-section #loadMore input:hover {
  background-color: transparent;
  color: #977e62;
}
.press-article-wrapper .press-location-list-section .events__body {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.press-article-wrapper .press-location-list-section .events__body .press-card {
  position: relative;
  height: auto;
  max-height: 530px;
}
.press-article-wrapper
  .press-location-list-section
  .events__body
  .press-card:before {
  padding-top: 133%;
}
.press-article-wrapper
  .press-location-list-section
  .events__body
  .press-card:hover
  .press-card-read-btn {
  color: #fff;
  background-color: transparent;
}
.press-article-wrapper
  .press-location-list-section
  .events__body
  .press-card
  .press-card-read-btn:hover {
  color: #404242;
  background-color: #fff;
}
.press-article-wrapper
  .press-location-list-section
  .events__body
  .press__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.press-article-wrapper
  .press-location-list-section
  .events__body
  .press-card-caption
  .press-card-heading-wrapper {
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
}
.press-article-wrapper
  .press-location-list-section
  .events__body
  .press-card-caption
  .press-card-heading-wrapper
  .hover-block {
  opacity: 0;
  font-family: acumin-pro, Helvetica Neue Light, Helvetica Neue, Helvetica,
    Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.20000000298023224px;
  color: #fff;
  margin-bottom: 16px;
  text-align: center;
  max-width: 327px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.press-article-wrapper
  .press-location-list-section
  .events__body
  .press-card-caption
  .press-card-heading-wrapper
  .card-desc {
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.press-article-wrapper
  .press-location-list-section
  .events__body
  .press-card-caption:hover
  .press-card-heading-wrapper
  .hover-block {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.press-article-wrapper
  .press-location-list-section
  .events__body
  .press-card-caption
  span.carddate {
  position: absolute;
  left: 32px;
  top: 32px;
  background: hsla(0, 0%, 100%, 0.6);
  border-radius: 8px;
  padding: 8px 16px;
  gap: 8px;
  font-size: 20px;
  line-height: 26px;
  color: #977e62;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Arboria;
  letter-spacing: 2px;
}
.press-article-wrapper
  .press-location-list-section
  .events__body
  .press-card-small-title {
  height: auto;
  padding-bottom: 0;
}
.press-article-wrapper
  .press-location-list-section
  .events__body
  .load-more-posts-btn {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.press-article-wrapper .press-location-list-section .events__body #loadMore {
  padding-bottom: 7px;
}
.press-article-wrapper
  .press-location-list-section
  .events__body
  #loadMore:hover {
  color: #fff;
  background-color: #796c5c;
}
.press-article-wrapper .press-brands-section {
  background-color: #161616;
  padding-top: 84px;
  padding-bottom: 95px;
}
.press-article-wrapper .press-brands-section .press-brands-heading {
  font-family: Canela;
  font-style: normal;
  font-weight: 400;
  font-size: 52px;
  line-height: 72px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #f9f8f7;
  text-align: center;
  margin-bottom: 70px;
}
.press-article-wrapper .press-brands-section .press-brands-list {
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 62px;
}
.press-article-wrapper .press-brands-section .press-brands-list:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 326px;
  background-color: #f9f8f7;
  height: 1px;
  margin: 0 auto;
  display: block;
}
.press-article-wrapper
  .press-brands-section
  .press-brands-list
  .press-brands-item {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.press-article-wrapper
  .press-brands-section
  .press-brands-list
  .press-brands-item
  > img {
  margin: 0 16px 32px;
  height: 100%;
  max-height: 35px;
  width: auto;
  display: inline-block;
}
.press-article-wrapper .press-brands-section .press-brands-content p {
  font-family: Arboria Book;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.352709px;
  color: #f9f8f7;
  margin: 0 auto 15px;
  max-width: 830px;
}
.press-article-wrapper
  .press-brands-section
  .press-brands-content
  p:last-child {
  margin-bottom: 0;
}
body.press-new-loader.page-id-4746,
body.press-new-loader.page-id-6785 {
  overflow: auto !important;
}
.select2-container.select2-container--open .location-select2-dropdown {
  width: auto !important;
  border: 1px solid #404242;
  border-radius: 0;
}
.select2-container.select2-container--open .location-select2-dropdown ul {
  max-height: 323px;
}
.select2-container.select2-container--open .location-select2-dropdown ul li {
  font-family: Arboria Book;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #404242;
  white-space: nowrap;
  padding: 8px 25px 8px 12px;
}
.select2-container.select2-container--open
  .location-select2-dropdown
  ul
  li.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ddd;
}
.select2-container.select2-container--open
  .location-select2-dropdown
  .select2-results
  > .select2-results__options {
  max-height: 323px;
}
.select2-container.select2-container--open
  .location-select2-dropdown.select2-dropdown--below {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.select2-container.select2-container--open
  .location-select2-dropdown.select2-dropdown--above {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.blog-hero.hero-margin-bottom,
.hero.hero-margin-bottom {
  margin-bottom: 86px;
}
.blog-hero.hero--70 .blog-hero__slide {
  margin-bottom: 0;
}
.op-desktop-script iframe {
  margin: 0 auto;
}
.experience_banner .hero__bottom {
  opacity: 1;
}
.experience_banner .hero__bottom .hero__scroll {
  display: block;
}
.experience_banner .hero__bottom .hero__scroll img {
  width: 31.5px;
}
.page-template-template-experience-page
  .press-article-wrapper
  .press-card
  .press-card-read-btn,
.page-template-template-experience-page
  .press-article-wrapper
  .press-card
  .press-card-small-title {
  font-family: Arboria Book;
}
.page-template-template-experience-page .btn.btn-watch span {
  font-family: Arboria Book;
  padding-right: 0;
}
.page-template-template-experience-page
  .select2.select2-container
  .select2-selection
  .select2-selection__rendered {
  font-family: Arboria;
}
.experience-wrapper {
  margin-top: 15px;
}
.experience-wrapper .events-retreats {
  margin-top: 96px;
  margin-bottom: 64px;
}
.experience-wrapper .about-experience-inner .experience_block {
  width: 100%;
  max-width: calc(100% - 100px);
  margin: auto;
}
.experience-wrapper
  .about-experience-inner
  .experience_block
  .experience__item-heading {
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 1.7px;
  text-transform: none;
  color: #977e62;
  text-align: center;
}
.experience-wrapper .about-experience-inner .experience_block p {
  margin: 48px auto 64px;
  font-weight: 400;
  max-width: 1091px;
  text-align: center;
  color: #404242;
  letter-spacing: 0.2px;
}
.experience-wrapper .about-experience-inner .experience_block p:before {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
  width: 277px;
  display: block;
  height: 1px;
  background-color: #977e62;
  content: "";
}
.experience-wrapper
  .about-experience-inner
  .experience_block
  .career_about_content {
  margin-top: 48px;
}
.experience-wrapper
  .about-experience-inner
  .experience_block
  .career_about_content:before {
  margin-bottom: 48px;
}
#experienceEvents .container {
  max-width: 1294px;
  padding: 0;
}
#experienceEvents .container .press__body {
  max-width: 100%;
}
#experienceEvents .press-location-list-section {
  margin-bottom: 64px;
}
.experienceaboutgrid .press-article-wrapper .press-card {
  width: 100%;
  margin: 0;
}
.experienceaboutgrid .press-article-wrapper .press-card .press-card-read-btn {
  position: absolute;
  bottom: 40px;
}
.experienceaboutgrid .press-article-wrapper .experience__presscard {
  width: calc(33.33% - 32px);
  overflow: hidden;
  margin: 0 16px 32px;
}
.experienceaboutgrid
  .press-article-wrapper
  .experience__presscard
  .outsiderBlock {
  margin-top: 32px;
  text-align: center;
}
.experienceaboutgrid
  .press-article-wrapper
  .experience__presscard
  .outsiderBlock
  h4 {
  font-family: Arboria;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 16px;
}
.experienceaboutgrid
  .press-article-wrapper
  .experience__presscard
  .outsiderBlock
  p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.20000000298023224px;
  text-align: center;
  color: #404242;
}
.experienceaboutgrid
  .press-article-wrapper
  .experience__presscard
  .press-card-caption {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 32px;
}
.experienceaboutgrid
  .press-article-wrapper
  .experience__presscard
  .press-card-small-title {
  position: relative;
  bottom: 0;
  height: unset;
}
.hero.experience__namibiavideosec .hero__inner-heading {
  font-size: 60px;
  line-height: 65px;
}
.hero.experience__namibiavideosec .hero__inner-desc p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 32px;
  font-family: acumin-pro, Helvetica Neue Light, Helvetica Neue, Helvetica,
    Arial, sans-serif;
}
.custom-desc
  ul:not(.accordion__controls):not(.experience__nav):not(.social-icons-list) {
  list-style-type: disc;
  padding-left: 0;
  margin: 18px 0;
}
.custom-desc
  ul:not(.accordion__controls):not(.experience__nav):not(.social-icons-list)
  li:not(.accordion__item) {
  text-align: left;
  display: block;
  padding-left: 25px;
  position: relative;
}
.custom-desc
  ul:not(.accordion__controls):not(.experience__nav):not(.social-icons-list)
  li:not(.accordion__item):before {
  content: "";
  width: 8px;
  height: 2px;
  background-color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  position: absolute;
  left: auto;
  margin-left: -20px;
  top: 10px;
}
.banner--overlay:before {
  content: "";
  background-color: #404242;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.career_img_textsec.u-mb-64 {
  margin-bottom: 64px;
}
.career_img_textsec .img-text__inner .img-text__copy .h2 {
  font-family: Canela;
  font-weight: 400;
  font-size: 52px;
  line-height: 72px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #977e62;
  text-align: center;
}
.career_img_textsec .img-text__inner .img-text__copy p {
  max-width: 352px;
  color: #404242;
  font-weight: 400;
}
.career_img_textsec .img-text__inner .img-text__copy p:first-of-type:before {
  width: 176px;
}
.career_story_section .career_story_inner {
  background: #f3f2f1;
  padding: 73px 0;
}
.career_story_section .career_story_inner .h2 {
  text-align: center;
  font-weight: 400;
}
.career_story_section .career_story_inner .career_story_content {
  margin-top: 48px;
  max-width: 1091px;
  margin-left: auto;
  margin-right: auto;
}
.career_story_section .career_story_inner .career_story_content p {
  text-align: center;
  color: #404242;
  font-weight: 400;
}
.residency_banner.hero.hero--70 {
  margin-bottom: 65px;
}
.residency_banner .hero__bottom {
  bottom: 18.25px;
}
.residency_banner .hero__bottom .hero__scroll {
  display: block;
}
.residency_banner .hero__bottom .hero__scroll img {
  width: 31.5px;
}
.our-residency-section {
  margin-bottom: 100px;
}
.our-residency-section.experience-wrapper .about-experience-inner {
  text-align: center;
}
.our-residency-section.experience-wrapper
  .about-experience-inner
  .experience_block
  p {
  margin-top: 48px;
  margin-bottom: 0;
}
.our-residency-section.experience-wrapper
  .about-experience-inner
  .experience_block
  p:last-child {
  margin-bottom: 48px;
}
.residency_img_text.career_img_textsec .img-text__inner .img-text__copy h3 {
  color: #977e62;
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 1.7px;
}
.residency_img_text.career_img_textsec
  .img-text__inner
  .img-text__copy
  h3.w-100 {
  max-width: 100%;
}
.residency_img_text.career_img_textsec .img-text__inner .img-text__copy p {
  color: #404242;
}
.residency_img_text.career_img_textsec
  .img-text__inner
  .img-text__copy
  p:first-of-type:before {
  background-color: #977e62;
}
.residency_img_text.career_img_textsec
  .img-text__inner
  .img-text__copy
  .residency_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 352px;
  margin: auto;
}
.residency_img_text.career_img_textsec
  .img-text__inner
  .img-text__copy
  .residency_ul
  ul.column-2-ul {
  list-style-type: disc;
  text-align: left;
  padding: 0 30px;
  margin-top: 17px;
  margin-bottom: 15px;
  max-width: 168px;
  width: 100%;
}
.residency_img_text.career_img_textsec
  .img-text__inner
  .img-text__copy
  .residency_ul
  ul.column-2-ul
  li {
  font-size: 18px;
  line-height: 25px;
  color: #404242;
  letter-spacing: 0.2px;
}
.residency_img_text.career_img_textsec
  .img-text__inner
  .img-text__copy
  .residency_ul
  ul.column-2-ul
  li:before {
  width: 5px;
  height: 5px;
  top: 11px;
}
.contact_form_section {
  margin-top: 96px;
}
.contact_form_section .contact_form_inner {
  background: #f3f2f1;
  padding: 96px 0;
}
.contact_form_section .contact_form_inner .img-text__copy {
  width: 100%;
}
.contact_form_section .contact_form_inner .img-text__copy h3 {
  color: #977e62;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 64px;
}
.contact_form_section .contact_form_inner .img-text__copy p {
  color: #404242;
  font-weight: 400;
}
.contact_form_section .contact_form_inner .img-text__copy p:first-of-type {
  margin-top: 48px;
  max-width: 100%;
  margin-bottom: 64px;
}
.contact_form_section
  .contact_form_inner
  .img-text__copy
  p:first-of-type:before {
  width: 277px;
  margin-bottom: 48px;
}
.residency_story_section .residency_story_inner .resi-container {
  max-width: 840px;
  margin: auto;
  width: 100%;
  text-align: center;
  padding: 73px 20px;
}
.residency_story_section
  .residency_story_inner
  .resi-container
  .residency_story_content {
  margin-top: 32px;
  margin-bottom: 32px;
}
.residency_story_section
  .residency_story_inner
  .resi-container
  .residency_story_content
  p {
  font-family: Arboria Book;
  color: #404242;
  letter-spacing: 0.2px;
  font-weight: 400;
}
.residency_story_section .residency_story_inner .resi-container .quote {
  font-family: Canela;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 54px;
  color: #977e62;
  display: inline-block;
}
.residency_story_section .residency_story_inner .resi-container .quote.topq {
  margin-bottom: 32px;
}
.residency_story_section .residency_story_inner .resi-container h2 {
  color: #977e62;
  font-weight: 300;
  letter-spacing: 2.5px;
}
.residency_story_section .residency_story_inner .resi-container .cta {
  display: table;
  margin: 32px auto 0;
}
.celebrations_venues_sec {
  margin-top: 96px;
}
.celebrations_venues_sec
  .experience-wrapper
  .about-experience-inner
  .experience_block
  h3 {
  line-height: 36px;
  text-transform: none;
  text-align: center;
  font-weight: 300;
  color: #977e62;
}
.celebrations_venues_sec .core-values-section {
  padding: 0;
}
.celebrations_venues_sec
  .core-values-section
  .core-values-slider-wrapper
  .swiper-container
  .core-values-item
  .core-values-details
  .core-values-title {
  font-size: 22px;
  color: #000;
}
.celebrations_venues_sec
  .core-values-section
  .core-values-slider-wrapper
  .swiper-container
  .core-values-item
  .core-values-details
  .core-values-subtitle {
  color: #000;
}
.celebrations_venues_sec
  .core-values-section
  .core-values-slider-wrapper
  .swiper-container
  .core-values-item
  .core-values-details
  .core-values-content {
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.celebrations-page-wrapper .hero.hero--70 {
  margin-bottom: 65px;
}
.celebrations-page-wrapper .hero__bottom {
  bottom: 18.25px;
}
.celebrations-page-wrapper .hero__bottom .hero__scroll {
  display: block;
}
.celebrations-page-wrapper .hero__bottom .hero__scroll img {
  width: 31.5px;
}
.celebrations-page-wrapper .core-values-section {
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-templatestemplate-experience-page-php .select2-results__option {
  background: transparent;
  border: none;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 14px 21px;
  color: #989898;
}
.page-template-templatestemplate-experience-page-php
  .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
  color: #404242;
}
.career-page-wrapper .experience-wrapper {
  margin-top: 0;
}
.career-page-wrapper
  .experience-wrapper
  .about-experience-inner
  .experience_block
  .experience__item-heading,
.career-page-wrapper .img-text .img-text__inner .img-text__copy h3 {
  font-size: 3.6rem;
  color: #977e62;
  font-family: Canela;
  letter-spacing: 1.7px;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 300;
}
.career-page-wrapper .img-text .img-text__inner .img-text__copy h3 {
  max-width: 480px;
}
.career-page-wrapper .career_story_section .career_story_inner h3 {
  font-weight: 300;
  font-size: 3.6rem;
  color: #977e62;
  font-family: Canela;
  letter-spacing: 1.7px;
  text-transform: capitalize;
  line-height: 1;
}
.career-page-wrapper
  .experience-wrapper.career-header-section
  .about-experience-inner
  .experience_block
  .career_about_content {
  margin-bottom: 96px;
}
.career-page-wrapper .core-values-section {
  padding-top: 32px;
  padding-bottom: 96px;
}
.career-page-wrapper .experience_banner .hero__bottom {
  bottom: 20px;
}
.our-experience-page-wrapper .experience-wrapper {
  margin-top: 0;
}
.our-experience-page-wrapper
  .experience-wrapper
  .about-experience-inner
  .experience_block
  .experience__item-heading,
.our-experience-page-wrapper .img-text .img-text__inner .img-text__copy h3 {
  font-size: 3.6rem;
  color: #977e62;
  font-family: Canela;
  letter-spacing: 1.7px;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 300;
}
.our-experience-page-wrapper .img-text .img-text__inner .img-text__copy h3 {
  max-width: 480px;
}
.our-experience-page-wrapper .career_story_section .career_story_inner h3 {
  font-weight: 300;
  font-size: 3.6rem;
  color: #977e62;
  font-family: Canela;
  letter-spacing: 1.7px;
  text-transform: capitalize;
  line-height: 1;
}
.our-experience-page-wrapper
  .experience-wrapper.career-header-section
  .about-experience-inner
  .experience_block
  .career_about_content {
  margin-bottom: 96px;
}
.our-experience-page-wrapper .core-values-section {
  padding-top: 32px;
  padding-bottom: 96px;
}
.our-experience-page-wrapper .experience_banner .hero__bottom {
  bottom: 20px;
}
.our-experience-page-wrapper .experience-filter-section .select2:last-child {
  width: 100% !important;
  max-width: 250px;
}
.show-bottom-arrow .hero .hero__bottom {
  bottom: 20px;
  opacity: 1;
}
.show-bottom-arrow .hero .hero__bottom .hero__scroll {
  display: block;
}
.show-bottom-arrow .hero .hero__bottom .hero__scroll img {
  width: 31.5px;
}
.double .double__inner .card .card__inner:before {
  display: block;
  content: "";
}
.double .double__inner .card .card__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contant-404-page {
  min-height: 600px;
  margin-bottom: 0;
}
.contant-404-page .contant-404-page-inner {
  width: 100%;
  max-width: 887px;
  padding: 0 32px;
}
.contant-404-page .contant-404-page-inner .loader-wrapper {
  line-height: 0;
  width: 100px;
  height: 100px;
  margin-bottom: 64px;
}
.contant-404-page .contant-404-page-inner .logo-wrap {
  margin-bottom: 64px;
}
.contant-404-page .contant-404-page-inner .title-404-page,
.contant-404-page .contant-404-page-inner .title-maintenance-page {
  color: #404242;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 16px;
  line-height: 36px;
  letter-spacing: 1.7px;
  text-transform: none;
}
.contant-404-page .contant-404-page-inner p {
  text-align: center;
}
.contant-404-page .contant-404-page-inner .btn {
  min-width: auto;
  padding: 8px 15px;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.25;
  margin-top: 64px;
}
.contant-404-page .contant-404-page-inner .social-icons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 64px -14px 0;
}
.contant-404-page .contant-404-page-inner .social-icons-list li {
  padding: 0 14px;
}
.contant-404-page
  .contant-404-page-inner
  .social-icons-list
  li
  .social-icon-link
  img {
  line-height: 0;
}
.contant-404-page .maintenance-page-inner {
  width: 100%;
  max-width: 887px;
  padding: 0 32px;
}
.contant-404-page .maintenance-page-inner .loader-wrapper {
  line-height: 0;
  width: 100px;
  height: 100px;
  margin-bottom: 64px;
}
.contant-404-page .maintenance-page-inner .logo-wrap {
  margin-bottom: 64px;
}
.contant-404-page .maintenance-page-inner .title-404-page,
.contant-404-page .maintenance-page-inner .title-maintenance-page {
  color: #404242;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 16px;
  line-height: 36px;
  letter-spacing: 1.7px;
  text-transform: none;
}
.contant-404-page .maintenance-page-inner p {
  text-align: center;
}
.contant-404-page .maintenance-page-inner .btn {
  min-width: auto;
  padding: 8px 15px;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.25;
  margin-top: 64px;
}
.contant-404-page .maintenance-page-inner .social-icons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 64px -14px 0;
}
.contant-404-page .maintenance-page-inner .social-icons-list li {
  padding: 0 14px;
}
.contant-404-page
  .maintenance-page-inner
  .social-icons-list
  li
  .social-icon-link
  img {
  line-height: 0;
}
.maintenance-page {
  min-height: 600px;
  margin-bottom: 0;
}
.maintenance-page .contant-404-page-inner {
  width: 100%;
  max-width: 887px;
  padding: 0 32px;
}
.maintenance-page .contant-404-page-inner .loader-wrapper {
  line-height: 0;
  width: 100px;
  height: 100px;
  margin-bottom: 64px;
}
.maintenance-page .contant-404-page-inner .logo-wrap {
  margin-bottom: 64px;
}
.maintenance-page .contant-404-page-inner .title-404-page,
.maintenance-page .contant-404-page-inner .title-maintenance-page {
  color: #404242;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 16px;
  line-height: 36px;
  letter-spacing: 1.7px;
  text-transform: none;
}
.maintenance-page .contant-404-page-inner p {
  text-align: center;
}
.maintenance-page .contant-404-page-inner .btn {
  min-width: auto;
  padding: 8px 15px;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.25;
  margin-top: 64px;
}
.maintenance-page .contant-404-page-inner .social-icons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 64px -14px 0;
}
.maintenance-page .contant-404-page-inner .social-icons-list li {
  padding: 0 14px;
}
.maintenance-page
  .contant-404-page-inner
  .social-icons-list
  li
  .social-icon-link
  img {
  line-height: 0;
}
.maintenance-page .maintenance-page-inner {
  width: 100%;
  max-width: 887px;
  padding: 0 32px;
}
.maintenance-page .maintenance-page-inner .loader-wrapper {
  line-height: 0;
  width: 100px;
  height: 100px;
  margin-bottom: 64px;
}
.maintenance-page .maintenance-page-inner .logo-wrap {
  margin-bottom: 64px;
}
.maintenance-page .maintenance-page-inner .title-404-page,
.maintenance-page .maintenance-page-inner .title-maintenance-page {
  color: #404242;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 16px;
  line-height: 36px;
  letter-spacing: 1.7px;
  text-transform: none;
}
.maintenance-page .maintenance-page-inner p {
  text-align: center;
}
.maintenance-page .maintenance-page-inner .btn {
  min-width: auto;
  padding: 8px 15px;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.25;
  margin-top: 64px;
}
.maintenance-page .maintenance-page-inner .social-icons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 64px -14px 0;
}
.maintenance-page .maintenance-page-inner .social-icons-list li {
  padding: 0 14px;
}
.maintenance-page
  .maintenance-page-inner
  .social-icons-list
  li
  .social-icon-link
  img {
  line-height: 0;
}
.contact_intro_sec {
  margin-top: -21px;
}
.contact_intro_sec
  .experience-wrapper
  .about-experience-inner
  .experience_block
  p {
  max-width: 1071px;
}
.contact_details_section .contact_details_inner {
  max-width: 1123px;
  margin: 0 auto;
}
.contact_details_section .contact_details_inner .contact_details_item {
  border: 1px solid #977e62;
  margin-bottom: 64px;
  padding: 32px;
  text-align: center;
}
.contact_details_section
  .contact_details_inner
  .contact_details_item
  .contact_details_title {
  line-height: 1;
  margin-bottom: 32px;
  letter-spacing: 1.7px;
  color: #977e62;
  font-size: 36px;
  line-height: 36px;
}
.contact_details_section
  .contact_details_inner
  .contact_details_item
  .contact_details_content {
  margin-bottom: 32px;
  color: #404242;
}
.contact_details_section .contact_details_inner .contact_details_item .cta {
  color: #977e62;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: Arboria;
}
.contact_details_section
  .contact_details_inner
  .contact_details_item:last-child {
  margin-bottom: 0;
}
.contact_details_section
  .contact_details_inner
  .contact_details_item.press-contact-item
  .cta {
  text-transform: none;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  font-family: Arboria Book;
}
.contact_details_section
  .contact_details_inner
  .contact_details_item.press-contact-item
  .cta:before {
  display: none;
}
.our_homes_section {
  padding: 64px 0;
}
.our_homes_section .our_homes_inner {
  max-width: 1123px;
  margin: 0 auto;
}
.our_homes_section .our_homes_inner .h3 {
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 1.7px;
  text-transform: none;
  color: #977e62;
  text-align: center;
  margin-bottom: 48px;
}
.our_homes_section .our_homes_inner .our_homes_items-wrap {
  border-bottom: 1px solid #977e62;
}
.our_homes_section .our_homes_inner .our_homes_items-wrap .our_homes_item {
  border-top: 1px solid #977e62;
}
.our_homes_section
  .our_homes_inner
  .our_homes_items-wrap
  .our_homes_item
  .our_homes_item_title {
  padding: 32px 80px 32px 32px;
  font-weight: 500;
  font-size: 26px;
  text-transform: uppercase;
  font-family: Arboria;
  letter-spacing: 2px;
  color: #977e62;
  position: relative;
  line-height: 1.3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.our_homes_section
  .our_homes_inner
  .our_homes_items-wrap
  .our_homes_item
  .our_homes_item_title:after {
  content: "";
  height: 4px;
  width: 35px;
  display: block;
  background-color: #977e62;
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.our_homes_section
  .our_homes_inner
  .our_homes_items-wrap
  .our_homes_item
  .our_homes_item_content {
  padding: 32px 32px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.our_homes_section
  .our_homes_inner
  .our_homes_items-wrap
  .our_homes_item
  .our_homes_item_content
  .our_homes_item_left_content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 16px 0 0;
  word-break: break-word;
}
.our_homes_section
  .our_homes_inner
  .our_homes_items-wrap
  .our_homes_item
  .our_homes_item_content
  .our_homes_item_right_content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 0 0 16px;
}
.our_homes_section
  .our_homes_inner
  .our_homes_items-wrap
  .our_homes_item
  .our_homes_item_content
  .our_homes_sec {
  margin-bottom: 32px;
}
.our_homes_section
  .our_homes_inner
  .our_homes_items-wrap
  .our_homes_item
  .our_homes_item_content
  .our_homes_sec:last-child {
  margin-bottom: 0;
}
.our_homes_section
  .our_homes_inner
  .our_homes_items-wrap
  .our_homes_item
  .our_homes_item_content
  .our_homes_sec
  .our_homes_sec_title {
  text-transform: uppercase;
  font-family: Arboria;
  font-weight: 500;
  margin-bottom: 16px;
  letter-spacing: 2px;
  font-size: 22px;
  line-height: 26px;
  color: #404242;
}
.our_homes_section
  .our_homes_inner
  .our_homes_items-wrap
  .our_homes_item
  .our_homes_item_content
  .our_homes_sec
  .our_homes_sec-content {
  font-family: Arboria Book;
  font-weight: 400;
  margin-bottom: 16px;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 25px;
  color: #977e62;
}
.our_homes_section
  .our_homes_inner
  .our_homes_items-wrap
  .our_homes_item.our_homes_item_active
  .our_homes_item_title {
  background-color: #977e62;
  color: #fff;
}
.our_homes_section
  .our_homes_inner
  .our_homes_items-wrap
  .our_homes_item.our_homes_item_active
  .our_homes_item_title:after {
  -webkit-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
  background-color: #fff;
}
.univeral-footer .call-to-action > div {
  width: 100%;
  max-width: 618px;
}
.univeral-footer .call-to-action .subscribtion-form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
body.page-template-template-maintenance-page {
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .no-data-found {
    margin-bottom: 14px;
    margin-top: 14px;
  }
  .btn.btn-watch {
    padding: 0 14px 0 16px;
    width: auto;
    min-width: 117px;
    background-color: transparent;
  }
  .btn.btn-watch > span {
    opacity: 1;
    padding-right: 11px;
    font-size: 14px;
    visibility: visible;
    letter-spacing: 2px;
  }
  .btn.btn-arrow-link {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
  }
  .btn.btn-arrow-link .icon-right-arrow {
    padding-top: 3px;
  }
  .video-card {
    width: 311px;
  }
  .video-card .video-card-caption {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(20.31%, transparent),
      to(rgba(0, 0, 0, 0.8))
    );
    background: linear-gradient(180deg, transparent 20.31%, rgba(0, 0, 0, 0.8));
  }
  .video-card .video-card-caption .video-card-caption-inner {
    padding: 16px;
  }
  .video-card .video-card-caption .video-title {
    margin-bottom: 14px;
    margin-top: 14px;
  }
  .video-card .video-card-caption .video-desc {
    opacity: 1;
  }
  .video-card .btn-full-video-card {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
  }
  .video-card.video-card-detail .video-card-body > img {
    height: 402px;
    max-height: 402px;
  }
  .video-card.video-card-detail .video-card-body .video-card-body-caption {
    padding: 16px;
  }
  .video-card.video-card-detail
    .video-card-body
    .video-card-body-caption
    .btn-video-card {
    bottom: 16px;
  }
  .video-card.video-card-detail .video-card-caption .video-card-caption-inner {
    padding: 14px 16px 16px;
  }
  .video-card.video-card-detail .video-card-caption .video-title {
    margin-bottom: 12px;
  }
  .video-slider-section {
    padding-top: 30px;
    padding-bottom: 38px;
  }
  .video-slider-section .video-slider-section-header {
    margin-bottom: 35px;
  }
  .video-slider-section .video-slider-section-header .swiper-navigation {
    display: none;
  }
  .video-slider-section .video-slider-section-heading {
    text-align: center;
    width: 100%;
  }
  .video-slider-section .video-slider-wrapper .swiper-container .swiper-slide {
    max-width: 311px;
  }
  .core-values-section {
    padding-top: 30px;
    padding-bottom: 38px;
  }
  .core-values-section .core-values-section-header {
    margin-bottom: 48px;
  }
  .core-values-section .core-values-slider-section-heading {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 1.7px;
    text-align: center;
    width: 100%;
  }
  .core-values-section
    .core-values-slider-wrapper
    .swiper-container
    .swiper-slide {
    max-width: 311px;
  }
  .core-values-section
    .core-values-slider-wrapper
    .swiper-container
    .core-values-item
    .core-values-details
    .core-values-subtitle,
  .core-values-section
    .core-values-slider-wrapper
    .swiper-container
    .core-values-item
    .core-values-details
    .core-values-title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 8px;
  }
  .core-values-section
    .core-values-slider-wrapper
    .swiper-container
    .core-values-item
    .core-values-details
    .core-values-content,
  .core-values-section
    .core-values-slider-wrapper
    .swiper-container
    .core-values-item
    .core-values-details
    .core-values-content
    p {
    font-size: 16px;
    line-height: 22px;
  }
  .core-values-section
    .core-values-slider-wrapper
    .swiper-container
    .core-values-item
    .core-values-details
    .cv_details_btn {
    margin-top: 8px;
  }
  .ui-dialog.video-wall-custom-dialog .ui-dialog-titlebar-close {
    right: 0;
  }
  .ui-dialog.video-wall-custom-dialog .ui-button .ui-icon {
    height: 18px;
    width: 18px;
    margin-left: -9px;
    margin-top: -9px;
  }
  .hero.hero-with-content,
  .modal.video-wall-custom-dialog .hero,
  .ui-dialog.video-wall-custom-dialog .hero {
    margin-bottom: 0;
  }
  .hero.hero-with-content .hero__inner-heading {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 1.7px;
  }
  .hero.hero-with-content .hero__inner-desc p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.2px;
  }
  .hero.hero--70 {
    max-height: calc(100vh - 110px);
  }
  .video-wall-hero-banner.hero.hero--70 .embed-container {
    padding-bottom: calc(100vh - 110px);
  }
  .video-wall-hero-banner.hero.hero--70 .embed-container iframe {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .our-homes-section {
    padding-top: 56px;
    padding-bottom: 28px;
  }
  .our-homes-section .our-homes-heading {
    margin-bottom: 36px;
  }
  .our-homes-section .our-home-grid .our-home-grid-item {
    max-width: 100%;
    width: 100%;
  }
  .our-homes-section.desktop {
    display: none;
  }
  .featured-journals-section.video-slider-section {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .featured-journals-section.video-slider-section .video-slider-wrapper {
    padding-bottom: 20px;
  }
  .featured-journals-section.video-slider-section
    .video-slider-wrapper
    .swiper-container
    .swiper-slide:nth-child(odd) {
    min-width: 310px;
  }
  .mid-video-section.hero {
    display: none;
  }
  .stories-topics-section.video-slider-section .video-slider-section-header {
    margin-bottom: 16px;
  }
  .stories-topics-section .stories-topics-grid-action {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .stories-topics-section .stories-topics-heading {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 1.7px;
    margin-bottom: 35px;
  }
  .stories-topics-section.desktop {
    display: none;
  }
  .stories-topics-section.mobile {
    padding-top: 28px;
    padding-bottom: 10px;
  }
  .grid .grid-item {
    max-width: 100%;
    width: 100%;
    padding: 15px 10px;
  }
  .video-wall-grid-wrapper .video-card {
    height: 402px;
  }
  .video-wall-grid-wrapper
    .video-wall-grid
    .video-wall-grid-item.item-width-1
    .video-card
    .video-card-body
    .player-wrapper,
  .video-wall-grid-wrapper
    .video-wall-grid
    .video-wall-grid-item.item-width-2
    .video-card
    .video-card-body
    .player-wrapper {
    padding-top: 210%;
  }
  .category-hero-section.hero {
    margin-bottom: 0;
  }
  .category-list-section {
    padding-top: 64px;
    padding-bottom: 54px;
  }
  .player-recommended-videos-section {
    padding: 10px 16px 16px;
  }
  .player-recommended-videos-section
    .video-card.video-card-detail
    .video-card-body
    > img {
    height: 88px;
    max-height: 88px;
  }
  .player-recommended-videos-section
    .video-card.video-card-detail
    .video-card-body
    .video-card-body-caption {
    padding: 16px;
  }
  .player-recommended-videos-section
    .video-card.video-card-detail
    .video-card-body
    .video-card-body-caption
    .btn-watch {
    width: 20px;
    height: 20px;
    min-width: 0;
    padding: 1px 0 0;
    margin: 0 auto 4px;
  }
  .player-recommended-videos-section
    .video-card.video-card-detail
    .video-card-body
    .video-card-body-caption
    .btn-watch
    > svg {
    width: 10px;
    height: auto;
  }
  .player-recommended-videos-section
    .video-card.video-card-detail
    .video-card-body
    .video-card-body-caption
    .video-title {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 2px;
  }
  .player-recommended-videos-section
    .video-card.video-card-detail
    .video-card-body
    .video-card-body-caption
    .video-desc,
  .player-recommended-videos-section
    .video-card.video-card-detail
    .video-card-body
    .video-card-body-caption
    .video-time {
    display: none;
  }
  .player-recommended-videos-section.video-slider-section
    .video-slider-section-heading {
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
  }
  .player-recommended-videos-section.video-slider-section
    .video-slider-wrapper
    .swiper-container
    .swiper-slide {
    max-width: 150px;
  }
  .video-player-dialog .video-player-dialog-wrapper .video-player-close-btn {
    padding: 20px;
  }
  .video-player-dialog .video-player-dialog-wrapper .player-screen {
    height: auto;
    padding-bottom: 56.25%;
    background-color: transparent;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-screen.player-screen-no-title
    .player-screen-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-screen.player-screen-no-title
    .player-iframe-wrapper {
    padding-top: 107.5%;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-screen.player-screen-no-title
    .player-iframe-wrapper
    > iframe {
    -webkit-transform: translateY(-63.23%);
    transform: translateY(-63.23%);
  }
  .video-player-dialog .video-player-dialog-wrapper .player-container {
    height: 100vh;
    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;
  }
  .video-player-dialog .video-player-dialog-wrapper .player-screen-content {
    position: relative;
    width: 100%;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-caption
    .player-caption__inner-content {
    padding: 98px 32px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-caption
    .player-caption__inner-heading {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 6px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-caption
    .player-caption__inner-desc
    p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.134792px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-caption
    .recommended-related-option {
    display: none;
  }
  .video-player-dialog .video-player-dialog-wrapper .player-controls {
    padding: 12px 16px;
  }
  .video-player-dialog .video-player-dialog-wrapper .player-controls button {
    width: 24px;
    height: 24px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-controls
    button
    > img {
    width: 18px;
    height: 18px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-controls
    .player-play-pause-control {
    margin-right: 6px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-controls
    .player-play-pause-control
    button
    > img {
    width: 16px;
    height: 16px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-controls
    .player-timeline-bar {
    width: 100%;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    margin-top: 0;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-controls
    .player-timeline-bar
    > input[type="range"] {
    --thumb-height: 1em;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-controls
    .player-timer {
    padding-left: 0;
    min-width: 0;
    width: auto;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-controls
    .player-timer
    > span {
    font-size: 12px;
    line-height: 16px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-controls
    .player-share-control {
    margin-left: auto;
  }
  .video-player-dialog .video-player-dialog-wrapper .mobile-rotate-loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.56)),
      to(rgba(0, 0, 0, 0.88))
    );
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.56),
      rgba(0, 0, 0, 0.88)
    );
    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;
    opacity: 0;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .mobile-rotate-loader.visible {
    -webkit-animation: MobileRotateFadeInOut 5s;
    animation: MobileRotateFadeInOut 5s;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .mobile-rotate-loader.visible
    > img {
    opacity: 1;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-content-part
    .player-content-part-inner
    p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-content-part
    .player-content-part-container,
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-content-part
    .player-content-part-header,
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-content-part
    .player-content-part-image {
    margin-bottom: 30px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-content-part
    .player-content-part-header
    .blog-date-time {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-content-part
    .player-content-part-header
    .blog-heading {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 1.7px;
    margin-bottom: 20px;
  }
  .video-player-dialog .video-player-dialog-wrapper .player-content-action {
    padding-top: 42px;
  }
  .video-player-dialog.show-content
    .player-content-part
    .player-content-part-inner {
    padding-bottom: 62px;
  }
  .custom-video-player-container .custom-video-player-wrapper {
    height: 100vh;
  }
  .custom-video-player-container
    .custom-video-player-wrapper
    .player-caption
    .recommended-related-option {
    padding-top: 15px;
  }
  .custom-video-player-container
    .custom-video-player-wrapper
    .player-caption
    .recommended-related-option
    .btn.custom-video-play-btn {
    min-width: 35px;
    min-height: 35px;
  }
  .custom-video-player-container
    .custom-video-player-wrapper
    .player-caption
    .recommended-related-option
    .btn.custom-video-play-btn
    > svg {
    min-width: 16px;
    height: 16px;
    margin-left: 3px;
    margin-top: 2px;
  }
  .video-share-dialog.ui-dialog {
    left: 15px !important;
    width: calc(100% - 30px) !important;
    max-width: none;
    padding: 32px 31px 24px;
  }
  .video-share-dialog.ui-dialog .ui-dialog-titlebar {
    margin-bottom: 32px;
  }
  .video-share-dialog.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-size: 22px;
    line-height: 26px;
  }
  .video-share-dialog.ui-dialog .ui-dialog-titlebar-close {
    top: -1px;
    right: -15px;
  }
  .video-share-dialog.ui-dialog .share-option-list {
    padding-top: 4px;
  }
  .video-share-dialog.ui-dialog .share-option-list > div {
    max-width: 50%;
    width: 50%;
    padding: 10px;
  }
  .video-share-dialog.ui-dialog .share-option-list > div > a {
    padding: 12px 6px 8px;
    height: auto;
    width: 124px;
  }
  .featured-videos-section {
    padding-bottom: 64px;
  }
  .featured-videos-section.video-slider-section
    .video-slider-wrapper
    .swiper-container
    .swiper-slide {
    margin-right: 16px;
  }
  .featured-press-article {
    padding-top: 90px;
    margin-bottom: 0;
  }
  .featured-press-article .featured-press-article__carousel {
    padding-bottom: 42px;
  }
  .featured-press-article .featured-press-article__carousel .carousel__item {
    width: 100%;
  }
  .featured-press-article
    .featured-press-article__carousel
    .carousel__item:before {
    padding-top: calc(100vh - 155px);
  }
  .featured-press-article
    .featured-press-article__carousel
    .carousel__item-caption {
    padding: 96px 32px 62px;
  }
  .featured-press-article
    .featured-press-article__carousel
    .carousel__item-caption
    > .carousel__item-press-logo {
    max-height: 30px;
  }
  .featured-press-article
    .featured-press-article__carousel
    .carousel__item-caption
    .carousel__item-heading-wrapper {
    height: 108px;
  }
  .featured-press-article
    .featured-press-article__carousel
    .carousel__item-caption
    .carousel__item-heading {
    font-size: 36px;
    line-height: 37px;
  }
  .featured-press-article
    .featured-press-article__carousel
    .carousel__item-caption
    .carousel__item-small-title {
    bottom: 25%;
  }
  .press-quote-section .sub-title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
  }
  .press-article-wrapper .filter-section {
    margin-bottom: 30px;
  }
  .press-article-wrapper .filter-section.experience-filter-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .press-article-wrapper
    .filter-section.experience-filter-section
    .select2.select2-container {
    margin-bottom: 30px;
  }
  .press-article-wrapper
    .filter-section.experience-filter-section
    .select2.select2-container:last-child {
    margin-bottom: 0;
  }
  .press-article-wrapper .press__body .press__content .press__item-area {
    margin-left: -10px;
    margin-right: -10px;
  }
  .press-article-wrapper .press__item.press-card {
    width: 100%;
    margin: 0 10px 32px;
  }
  .press-article-wrapper .press-card:before {
    padding-top: 125.402%;
  }
  .press-article-wrapper .press-card:after {
    top: -186;
  }
  .press-article-wrapper .press-card .press-card-caption {
    padding: 56px 16px 16px;
  }
  .press-article-wrapper .press-card .press-card-logo {
    max-height: 25px;
  }
  .press-article-wrapper .press-card .press-card-heading-wrapper {
    height: 75px;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  .press-article-wrapper .press-card .press-card-heading {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 2px;
  }
  .press-article-wrapper .press-card .press-card-small-title {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
    height: 50px;
    bottom: 27.5%;
  }
  .press-article-wrapper .press-card.skeleton-loader .skeleton-loader-card {
    padding-bottom: 125.29%;
  }
  .press-article-wrapper .press-brands-section {
    padding-top: 58px;
    padding-bottom: 64px;
  }
  .press-article-wrapper .press-brands-section .press-brands-heading {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 1.7px;
    margin-bottom: 52px;
  }
  .press-article-wrapper .press-brands-section .press-brands-list {
    padding-bottom: 22px;
    margin-bottom: 46px;
  }
  .press-article-wrapper .press-brands-section .press-brands-list:after {
    width: 215px;
  }
  .press-article-wrapper
    .press-brands-section
    .press-brands-list
    .press-brands-item
    > img {
    max-height: 30px;
    margin-bottom: 24px;
  }
  .press-article-wrapper
    .press-location-list-section
    .events__body
    .press-card:before {
    padding-top: 133.402%;
  }
  .press-article-wrapper
    .press-location-list-section
    .events__body
    .press-card-caption {
    padding-bottom: 40px;
  }
  .press-article-wrapper
    .press-location-list-section
    .events__body
    .press-card-caption
    .press-card-heading-wrapper {
    -webkit-transform: translateY(59%);
    transform: translateY(59%);
  }
  .press-article-wrapper
    .press-location-list-section
    .events__body
    .press-card-caption
    .press-card-heading-wrapper
    .hover-block {
    opacity: 1;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .press-article-wrapper
    .press-location-list-section
    .events__body
    .press-card-caption
    .press-card-heading-wrapper
    .card-desc {
    margin-top: 4px;
  }
  .press-article-wrapper
    .press-location-list-section
    .events__body
    .press-card-caption
    span.carddate {
    padding: 8px 16px;
    font-size: 16px;
    line-height: 20px;
  }
  .press-article-wrapper
    .press-location-list-section
    .events__body
    .press-card-small-title {
    bottom: 100px;
    height: unset;
    padding: 24px 0 0;
  }
  .press-article-wrapper
    .mobileview
    .select2.select2-container
    .select2-selection
    .select2-selection__arrow {
    display: none;
  }
  .press-article-wrapper
    .mobileview
    .select2.select2-container
    .select2-selection
    .select2-selection__rendered {
    padding-right: 16px;
  }
  .blog-hero.hero-margin-bottom,
  .hero.hero-margin-bottom {
    margin-bottom: 106px;
  }
  .experience_banner .hero__bottom {
    bottom: 19.25px;
  }
  .experience_banner .hero__media img {
    -o-object-position: 55.5% 50%;
    object-position: 55.5% 50%;
  }
  .experience-wrapper {
    margin-bottom: 18px;
    margin-top: -2px;
  }
  .experience-wrapper .events-retreats {
    margin-top: 64px;
    margin-bottom: 48px;
  }
  .experience-wrapper .about-experience-inner .experience_block {
    max-width: 100%;
    padding: 0 32px;
  }
  .experience-wrapper
    .about-experience-inner
    .experience_block
    .experience__item-heading {
    max-width: 266px;
    margin: 0 auto;
  }
  .experience-wrapper .about-experience-inner .experience_block p {
    margin-top: 32px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px;
  }
  .experience-wrapper .about-experience-inner .experience_block p:before {
    width: 176px;
    margin-bottom: 32px;
  }
  .experience-wrapper
    .about-experience-inner
    .experience_block
    p.about-exp-desc {
    max-width: 266px;
    width: 100%;
  }
  .experience-wrapper.career_jobvite_cls {
    padding-top: 26px;
    margin-bottom: 0;
  }
  .experience-wrapper.career_jobvite_cls
    .about-experience-inner
    .experience_block
    p {
    margin-bottom: 64px;
    font-size: 18px;
    line-height: 25px;
  }
  .experienceaboutgrid .press-article-wrapper .experience__presscard {
    width: 100%;
    margin: 0 0 26px;
  }
  .experienceaboutgrid
    .press-article-wrapper
    .experience__presscard
    .outsiderBlock {
    margin-top: 16px;
  }
  .experienceaboutgrid
    .press-article-wrapper
    .experience__presscard
    .outsiderBlock
    h4 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .experienceaboutgrid
    .press-article-wrapper
    .experience__presscard
    .outsiderBlock
    p {
    font-size: 16px;
    line-height: 22px;
  }
  .hero.experience__namibiavideosec {
    display: block;
  }
  .hero.experience__namibiavideosec .hero__inner-heading {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 1.7px;
  }
  .hero.experience__namibiavideosec .hero__inner-desc p {
    font-size: 16px;
    line-height: 22px;
  }
  .desktopView {
    display: none !important;
  }
  .page-template-template-experience-page
    #sb_instagram
    #sbi_images
    .sbi_item.sbi_num_diff_hide {
    display: block !important;
  }
  .experience-wrapper.career-header-section {
    margin-bottom: 64px;
  }
  .career_img_textsec .img-text__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .career_img_textsec .img-text__inner .img-text__copy {
    padding: 48px 7px 17px;
  }
  .career_img_textsec .img-text__inner .img-text__copy .h2 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 1.7px;
    max-width: 266px;
    margin: 0 auto;
  }
  .career_img_textsec .img-text__inner .img-text__copy p {
    font-size: 16px;
    line-height: 22px;
  }
  .careers_jobvite_corevalue_sec {
    padding-top: 16px;
  }
  .career_story_section .career_story_inner {
    padding: 32px 0;
  }
  .career_story_section .career_story_inner .h2 {
    font-size: 36px;
  }
  .career_story_section .career_story_inner .container {
    padding-left: 32px;
    padding-right: 32px;
  }
  .career_story_section .career_story_inner .career_story_content {
    margin-top: 32px;
  }
  .residency_banner.hero.hero--70 {
    margin-bottom: 32px;
  }
  .residency_banner.hero.hero--70 .hero__media img {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
  .residency_banner .hero__bottom {
    bottom: 19.25px;
  }
  .our-residency-section {
    margin-bottom: 68px;
  }
  .our-residency-section.experience-wrapper
    .about-experience-inner
    .experience_block {
    padding: 0 54.5px;
  }
  .our-residency-section.experience-wrapper
    .about-experience-inner
    .experience_block
    p {
    margin-top: 32px;
  }
  .our-residency-section.experience-wrapper
    .about-experience-inner
    .experience_block
    p:last-child {
    margin-bottom: 32px;
  }
  .our-residency-section.experience-wrapper
    .about-experience-inner
    .experience_block
    .career_about_content {
    margin-top: 32px;
  }
  .our-residency-section.experience-wrapper
    .celebration-inner
    .experience_block
    .about-exp-desc
    p {
    font-size: 16px;
    line-height: 22px;
  }
  .residency_img_text.career_img_textsec .img-text__inner .img-text__copy h3 {
    font-size: 36px;
    line-height: 36px;
  }
  .contact_form_section {
    margin-top: 0;
  }
  .contact_form_section .contact_form_inner {
    padding: 64px 0;
  }
  .contact_form_section .contact_form_inner .img-text__copy {
    padding: 0;
  }
  .contact_form_section .contact_form_inner .img-text__copy h3 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 48px;
  }
  .contact_form_section .contact_form_inner .img-text__copy p {
    padding: 0 32px;
  }
  .contact_form_section .contact_form_inner .img-text__copy p:first-of-type {
    margin-top: 32px;
    margin-bottom: 48px;
  }
  .contact_form_section
    .contact_form_inner
    .img-text__copy
    p:first-of-type:before {
    width: 176px;
    margin-bottom: 32px;
  }
  .residency_story_section .residency_story_inner .resi-container {
    padding: 96px 32px 32px;
  }
  .residency_story_section .residency_story_inner .resi-container .quote {
    margin-bottom: 0;
    padding-left: 0;
  }
  .residency_story_section .residency_story_inner .resi-container h2 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 1.7px;
  }
  .celebrations_venues_sec {
    margin-top: 16px;
    margin-bottom: 48px;
  }
  .celebrations_venues_sec
    .experience-wrapper
    .about-experience-inner
    .experience_block
    h3 {
    font-size: 36px;
  }
  .celebrations_venues_sec
    .experience-wrapper
    .about-experience-inner
    .experience_block
    .career_about_content {
    margin-top: 32px;
  }
  .celebrations_venues_sec
    .experience-wrapper
    .about-experience-inner
    .experience_block
    .career_about_content
    p {
    margin-bottom: 48px;
  }
  .celebrations_venues_sec
    .core-values-section
    .core-values-slider-wrapper
    .swiper-container
    .core-values-item
    .core-values-details
    .core-values-subtitle,
  .celebrations_venues_sec
    .core-values-section
    .core-values-slider-wrapper
    .swiper-container
    .core-values-item
    .core-values-details
    .core-values-title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 8px;
  }
  .venue_img-text .career_img_textsec .img-text__inner .img-text__copy p {
    font-size: 16px;
    line-height: 22px;
  }
  .celebrations-page-wrapper .hero.hero--70 {
    margin-bottom: 32px;
  }
  .celebrations-page-wrapper .hero.hero--70 .hero__media img {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
  .celebrations-page-wrapper .hero__bottom {
    bottom: 19.25px;
  }
  .celebrations-page-wrapper .core-values-section {
    padding-bottom: 64px;
  }
  .career-page-wrapper
    .experience-wrapper.career-header-section
    .about-experience-inner
    .experience_block
    .career_about_content {
    margin-bottom: 64px;
  }
  .career-page-wrapper .core-values-section {
    padding-top: 16px;
    padding-bottom: 64px;
  }
  .career-page-wrapper
    .experience-wrapper
    .about-experience-inner
    .experience_block
    .career_about_content {
    margin-top: 32px;
    margin-bottom: 64px;
  }
  .career-page-wrapper
    .experience-wrapper
    .about-experience-inner
    .experience_block
    .career_about_content:before {
    margin-bottom: 32px;
  }
  .our-experience-page-wrapper
    .experience-wrapper.career-header-section
    .about-experience-inner
    .experience_block
    .career_about_content {
    margin-bottom: 64px;
  }
  .our-experience-page-wrapper .core-values-section {
    padding-top: 30px;
    padding-bottom: 38px;
  }
  .our-experience-page-wrapper
    .experience-wrapper
    .about-experience-inner
    .experience_block
    .career_about_content {
    margin-top: 32px;
    margin-bottom: 64px;
  }
  .our-experience-page-wrapper
    .experience-wrapper
    .about-experience-inner
    .experience_block
    .career_about_content:before {
    margin-bottom: 32px;
  }
  .our-experience-page-wrapper
    .experience-wrapper
    .about-experience-inner
    .experience_block
    .experience__item-heading {
    font-size: 2.6rem;
    line-height: 1.4;
    letter-spacing: normal;
  }
  .our-experience-page-wrapper
    .press-article-wrapper
    .press__body
    .press__content
    .press__item-area {
    margin-bottom: -32px;
  }
  .our-experience-page-wrapper
    .press-article-wrapper
    .press-location-list-section
    .events__body
    .load-more-posts-btn {
    margin-top: 32px;
  }
  .contant-404-page .contant-404-page-inner .loader-wrapper,
  .contant-404-page .contant-404-page-inner .logo-wrap {
    margin-bottom: 48px;
  }
  .contant-404-page .contant-404-page-inner .title-404-page,
  .contant-404-page .contant-404-page-inner .title-maintenance-page {
    font-size: 26px;
    margin-bottom: 12px;
    line-height: 32.4px;
  }
  .contant-404-page .contant-404-page-inner p {
    font-size: 16px;
  }
  .contant-404-page .contant-404-page-inner .btn,
  .contant-404-page .contant-404-page-inner .social-icons-list {
    margin-top: 48px;
  }
  .contant-404-page .maintenance-page-inner .loader-wrapper,
  .contant-404-page .maintenance-page-inner .logo-wrap {
    margin-bottom: 48px;
  }
  .contant-404-page .maintenance-page-inner .title-404-page,
  .contant-404-page .maintenance-page-inner .title-maintenance-page {
    font-size: 26px;
    margin-bottom: 12px;
    line-height: 32.4px;
  }
  .contant-404-page .maintenance-page-inner p {
    font-size: 16px;
  }
  .contant-404-page .maintenance-page-inner .btn,
  .contant-404-page .maintenance-page-inner .social-icons-list {
    margin-top: 48px;
  }
  .maintenance-page .contant-404-page-inner .loader-wrapper,
  .maintenance-page .contant-404-page-inner .logo-wrap {
    margin-bottom: 48px;
  }
  .maintenance-page .contant-404-page-inner .title-404-page,
  .maintenance-page .contant-404-page-inner .title-maintenance-page {
    font-size: 26px;
    margin-bottom: 12px;
    line-height: 32.4px;
  }
  .maintenance-page .contant-404-page-inner p {
    font-size: 16px;
  }
  .maintenance-page .contant-404-page-inner .btn,
  .maintenance-page .contant-404-page-inner .social-icons-list {
    margin-top: 48px;
  }
  .maintenance-page .maintenance-page-inner .loader-wrapper,
  .maintenance-page .maintenance-page-inner .logo-wrap {
    margin-bottom: 48px;
  }
  .maintenance-page .maintenance-page-inner .title-404-page,
  .maintenance-page .maintenance-page-inner .title-maintenance-page {
    font-size: 26px;
    margin-bottom: 12px;
    line-height: 32.4px;
  }
  .maintenance-page .maintenance-page-inner p {
    font-size: 16px;
  }
  .maintenance-page .maintenance-page-inner .btn,
  .maintenance-page .maintenance-page-inner .social-icons-list {
    margin-top: 48px;
  }
  .contact_intro_sec {
    margin-top: -58px;
  }
  .contact_intro_sec .experience-wrapper {
    margin-bottom: 48px;
  }
  .contact_intro_sec
    .experience-wrapper
    .about-experience-inner
    .experience_block
    .experience__item-heading {
    font-size: 26px;
    line-height: 32px;
  }
  .contact_intro_sec
    .experience-wrapper
    .about-experience-inner
    .experience_block
    .career_about_content {
    margin-top: 32px;
    max-width: 100%;
  }
  .contact_intro_sec
    .experience-wrapper
    .about-experience-inner
    .experience_block
    .career_about_content:before {
    margin-bottom: 32px;
  }
  .contact_details_section .contact_details_inner {
    padding: 0 8px;
  }
  .contact_details_section .contact_details_inner .contact_details_item {
    margin-bottom: 48px;
    padding: 32px 16px;
  }
  .contact_details_section
    .contact_details_inner
    .contact_details_item
    .contact_details_title {
    font-size: 26px;
    line-height: 1.231;
    letter-spacing: 0.017em;
    margin-bottom: 24px;
  }
  .contact_details_section
    .contact_details_inner
    .contact_details_item
    .contact_details_content {
    font-size: 16px;
    line-height: 22px;
    margin: 0 auto 24px;
  }
  .contact_details_section .contact_details_inner .contact_details_item .cta {
    font-weight: 400;
  }
  .contact_details_section
    .contact_details_inner
    .contact_details_item.press-contact-item
    .cta {
    font-size: 16px;
    line-height: 22px;
  }
  .our_homes_section {
    padding: 48px 0;
  }
  .our_homes_section .our_homes_inner {
    padding: 0 7px;
  }
  .our_homes_section .our_homes_inner .h3 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 1.7px;
  }
  .our_homes_section
    .our_homes_inner
    .our_homes_items-wrap
    .our_homes_item
    .our_homes_item_title {
    padding: 16px 58px 16px 16px;
    font-size: 20px;
    line-height: 1.35;
  }
  .our_homes_section
    .our_homes_inner
    .our_homes_items-wrap
    .our_homes_item
    .our_homes_item_title:after {
    height: 3px;
    width: 26px;
    right: 16px;
  }
  .our_homes_section
    .our_homes_inner
    .our_homes_items-wrap
    .our_homes_item
    .our_homes_item_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 16px 32px;
  }
  .our_homes_section
    .our_homes_inner
    .our_homes_items-wrap
    .our_homes_item
    .our_homes_item_content
    .our_homes_item_left_content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 16px;
  }
  .our_homes_section
    .our_homes_inner
    .our_homes_items-wrap
    .our_homes_item
    .our_homes_item_content
    .our_homes_item_right_content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .our_homes_section
    .our_homes_inner
    .our_homes_items-wrap
    .our_homes_item
    .our_homes_item_content
    .our_homes_sec {
    margin-bottom: 24px;
  }
  .our_homes_section
    .our_homes_inner
    .our_homes_items-wrap
    .our_homes_item
    .our_homes_item_content
    .our_homes_sec
    .our_homes_sec_title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 8px;
  }
  .our_homes_section
    .our_homes_inner
    .our_homes_items-wrap
    .our_homes_item
    .our_homes_item_content
    .our_homes_sec
    .our_homes_sec-content {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
    word-break: break-word;
  }
}
@media screen and (min-width: 768px) {
  .btn.btn-watch:hover {
    padding: 0 14px 0 16px;
    width: auto;
    min-width: 117px;
    background-color: transparent;
  }
  .btn.btn-watch:hover > span {
    opacity: 1;
    padding-right: 11px;
    font-size: 14px;
    visibility: visible;
    letter-spacing: 2px;
  }
  .btn.btn-watch.btn-inline {
    padding: 0 14px 0 16px;
    width: auto;
    min-width: 117px;
    background-color: transparent;
  }
  .btn.btn-watch.btn-inline > span {
    opacity: 1;
    padding-right: 11px;
    font-size: 14px;
    visibility: visible;
    letter-spacing: 2px;
  }
  .video-card:hover .video-placeholder-image {
    -webkit-animation: image-hide-animation 2s;
    animation: image-hide-animation 2s;
    opacity: 0;
  }
  .video-card:hover .btn-watch {
    padding: 0 14px 0 16px;
    width: auto;
    min-width: 117px;
    background-color: transparent;
  }
  .video-card:hover .btn-watch > span {
    opacity: 1;
    padding-right: 11px;
    font-size: 14px;
    visibility: visible;
    letter-spacing: 2px;
  }
  .video-card .btn-watch:hover {
    background-color: #fff;
  }
  .video-card .btn-watch:hover > span {
    color: #000;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
  }
  .video-card .btn-watch:hover > svg path {
    fill: #000;
  }
  @-webkit-keyframes image-hide-animation {
    0% {
      opacity: 1;
    }
    95% {
      opacity: 0.99;
    }
    to {
      opacity: 0;
    }
  }
  @keyframes image-hide-animation {
    0% {
      opacity: 1;
    }
    95% {
      opacity: 0.99;
    }
    to {
      opacity: 0;
    }
  }
  .modal.video-wall-custom-dialog .hero .hero__inner,
  .ui-dialog.video-wall-custom-dialog .hero .hero__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .our-homes-section.mobile,
  .stories-topics-section.mobile {
    display: none;
  }
  .video-wall-grid-wrapper
    .video-wall-grid
    .video-wall-grid-item.item-width-2
    .video-card
    .video-card-body
    .player-wrapper
    iframe {
    width: 1200px;
    height: 900px;
    -webkit-transform: translate(-50%, -68%);
    transform: translate(-50%, -68%);
  }
  .player-recommended-videos-section
    .video-card.video-card-detail:hover
    .video-card-body
    .video-card-body-caption
    .video-time {
    opacity: 1;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-caption
    .recommended-related-option {
    display: block !important;
  }
  .video-player-dialog .video-player-dialog-wrapper .mobile-rotate-loader {
    display: none;
  }
  .mobileview,
  .video-player-dialog .video-player-dialog-wrapper .player-content-back-to-top,
  .video-player-dialog .video-player-dialog-wrapper .player-content-down {
    display: none !important;
  }
  .double .double__inner .card.double-card-1 .card__inner:before {
    padding-top: 66.667%;
  }
  .double .double__inner .card.double-card-2 .card__inner:before {
    padding-top: 150%;
  }
  .double .double__inner .card.double-card-3 .card__inner:before {
    padding-top: 112.021%;
  }
}
@media screen and (max-width: 1280px) {
  .video-card {
    width: 360px;
  }
  .video-card.video-card-detail .video-card-body > img {
    height: 450px;
    max-height: 450px;
  }
  .video-slider-section
    .video-slider-section-header
    .swiper-navigation
    .swiper-button-prev {
    margin-right: 24px;
  }
  .video-slider-section .video-slider-wrapper .swiper-container .swiper-slide {
    max-width: 360px;
  }
  .core-values-section .core-values-slider-section-heading {
    font-size: 45px;
    line-height: 65px;
    letter-spacing: 2px;
  }
  .core-values-section
    .core-values-slider-wrapper
    .swiper-container
    .swiper-slide {
    max-width: 360px;
  }
  .core-values-section .core-values-slider-wrapper .carousel-impl-btn {
    margin: 30px auto 0;
  }
  .badge {
    min-width: 120px;
  }
  .hero.hero-with-content .hero__inner-heading {
    font-size: 50px;
    line-height: 44px;
    letter-spacing: 2.8px;
  }
  .stories-topics-section .stories-topics-heading {
    font-size: 45px;
    line-height: 65px;
    letter-spacing: 2px;
  }
  .grid .grid-item {
    padding: 14px;
  }
  .player-recommended-videos-section
    .video-card.video-card-detail
    .video-card-body
    .video-card-body-caption {
    padding: 20px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-caption
    .player-caption__inner-heading {
    font-size: 50px;
    line-height: 44px;
    letter-spacing: 2.8px;
    margin-bottom: 30px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-caption
    .recommended-related-option
    .btn {
    margin-right: 15px;
  }
  .video-share-dialog.ui-dialog {
    padding: 54px 53px 34px;
  }
  .featured-videos-section.video-slider-section
    .video-slider-wrapper
    .swiper-container
    .swiper-slide {
    margin-right: 28px;
  }
  .featured-press-article {
    padding-top: 100px;
  }
  .featured-press-article
    .featured-press-article__carousel
    .carousel__item-caption {
    padding: 40px 32px 20px;
  }
  .featured-press-article
    .featured-press-article__carousel
    .carousel__item-caption
    > .carousel__item-press-logo {
    max-height: 38px;
  }
  .featured-press-article
    .featured-press-article__carousel
    .carousel__item-caption
    .carousel__item-heading-wrapper {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  .featured-press-article
    .featured-press-article__carousel
    .carousel__item-caption
    .carousel__item-heading {
    font-size: 45px;
    line-height: 65px;
  }
}
@media screen and (min-width: 320px) and (max-width: 370px) {
  .video-card {
    width: 100%;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 930px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .video-card .video-card-caption .video-desc {
    opacity: 1;
  }
  .video-slider-section .video-slider-section-header .swiper-navigation {
    display: none;
  }
  .video-slider-section .video-slider-section-heading {
    text-align: center;
    width: 100%;
  }
  .hero.hero--70 {
    max-height: calc(100vh - 110px);
  }
  .video-wall-hero-banner.hero.hero--70 .embed-container {
    padding-bottom: calc(100vh - 110px);
  }
  .our-homes-section {
    padding-top: 56px;
    padding-bottom: 28px;
  }
  .our-homes-section.desktop {
    display: none;
  }
  .our-homes-section.mobile {
    display: block;
  }
  .mid-video-section.hero,
  .stories-topics-section.desktop {
    display: none;
  }
  .stories-topics-section.mobile {
    display: block;
    padding-top: 28px;
    padding-bottom: 10px;
  }
  .stories-topics-section .stories-topics-heading {
    margin-bottom: 35px;
  }
  .player-recommended-videos-section {
    bottom: auto;
  }
  .player-recommended-videos-section
    .video-card.video-card-detail
    .video-card-body
    .video-card-body-caption
    .btn-watch {
    width: 20px;
    height: 20px;
    min-width: 0;
    padding: 1px 0 0;
    margin: 0 auto 4px;
  }
  .player-recommended-videos-section
    .video-card.video-card-detail
    .video-card-body
    .video-card-body-caption
    .btn-watch
    > svg {
    width: 10px;
    height: auto;
  }
  .player-recommended-videos-section.video-slider-section
    .video-slider-section-header
    .swiper-navigation {
    display: none;
  }
  .player-recommended-videos-section.video-slider-section
    .video-slider-section-heading {
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-screen.player-screen-no-title {
    height: auto;
    padding-bottom: 56.25%;
    background-color: transparent;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-screen.player-screen-no-title
    .player-screen-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-screen.player-screen-no-title
    .player-iframe-wrapper {
    padding-top: 107.5%;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-screen.player-screen-no-title
    .player-iframe-wrapper
    > iframe {
    -webkit-transform: translateY(-63.23%);
    transform: translateY(-63.23%);
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-caption
    .player-caption__inner-content {
    padding: 42px 32px 78px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-caption
    .recommended-related-option {
    display: none;
  }
  .video-player-dialog .video-player-dialog-wrapper .player-controls {
    padding: 8px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-controls
    .player-timer {
    padding-left: 0;
    min-width: 0;
    width: auto;
  }
  .video-player-dialog .video-player-dialog-wrapper .player-content-down {
    display: block;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-content-back-to-top {
    display: block !important;
  }
  .video-player-dialog.show-content .player-recommended-videos-section {
    top: 100%;
  }
  .video-player-dialog.show-content
    .player-content-part
    .player-content-part-inner {
    padding-bottom: 62px;
  }
  .custom-video-player-container .custom-video-player-wrapper {
    height: 100vh;
    overflow: unset;
  }
  .custom-video-player-container
    .custom-video-player-wrapper
    .player-screen.player-screen-no-title {
    height: auto;
    padding-bottom: 100vh;
  }
  .custom-video-player-container
    .custom-video-player-wrapper
    .player-screen.player-screen-no-title
    .player-iframe-wrapper {
    padding-top: 100vh;
  }
  .custom-video-player-container
    .custom-video-player-wrapper
    .player-screen.player-screen-no-title
    .player-iframe-wrapper
    > iframe {
    -webkit-transform: translateY(-47.23%);
    transform: translateY(-47.23%);
  }
  .featured-videos-section {
    padding-top: 30px;
    padding-bottom: 64px;
  }
  .featured-press-article .featured-press-article__carousel .carousel__item {
    width: 100%;
  }
  .featured-press-article
    .featured-press-article__carousel
    .carousel__item:before {
    padding-top: calc(100vh - 155px);
  }
  .blog-hero.hero-margin-bottom,
  .hero.hero-margin-bottom {
    margin-bottom: 106px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .video-card .video-card-caption .video-desc {
    opacity: 0;
  }
  .video-slider-section .video-slider-section-header .swiper-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .video-slider-section .video-slider-section-heading {
    text-align: left;
  }
  .hero.hero--70 {
    max-height: calc(100vh - 115px);
  }
  .video-wall-hero-banner.hero.hero--70 .embed-container {
    padding-bottom: calc(100vh - 115px);
  }
  .our-homes-section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .our-homes-section.desktop {
    display: block;
  }
  .our-homes-section.mobile {
    display: none;
  }
  .mid-video-section.hero,
  .stories-topics-section.desktop {
    display: block;
  }
  .stories-topics-section.mobile {
    display: none;
  }
  .stories-topics-section .stories-topics-heading {
    margin-bottom: 52px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-screen.player-screen-no-title {
    height: 100vh;
    padding-bottom: 0;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-screen.player-screen-no-title
    .player-screen-inner {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-screen.player-screen-no-title
    .player-iframe-wrapper {
    padding-top: 100vh;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-screen.player-screen-no-title
    .player-iframe-wrapper
    > iframe {
    -webkit-transform: translateY(-50.05%);
    transform: translateY(-50.05%);
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-caption
    .player-caption__inner-content {
    padding: 42px 32px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-controls
    .player-timer {
    padding-left: 24px;
  }
  .video-player-dialog.show-content
    .player-caption
    .recommended-related-option {
    padding-bottom: 0;
  }
  .video-player-dialog.show-content .player-recommended-videos-section {
    top: auto;
    bottom: 0;
  }
  .custom-video-player-container .custom-video-player-wrapper {
    height: auto;
  }
  .custom-video-player-container
    .custom-video-player-wrapper
    .player-screen.player-screen-no-title {
    height: auto;
    padding-bottom: 0;
  }
  .custom-video-player-container
    .custom-video-player-wrapper
    .player-screen.player-screen-no-title
    .player-iframe-wrapper {
    padding-top: 56.25%;
  }
  .featured-videos-section {
    padding-bottom: 48px;
  }
  .featured-press-article .featured-press-article__carousel .carousel__item {
    width: 90%;
  }
  .featured-press-article
    .featured-press-article__carousel
    .carousel__item:before {
    padding-top: 56.096%;
  }
  .blog-hero.hero-margin-bottom,
  .hero.hero-margin-bottom {
    margin-bottom: 50px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 930px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .video-card .video-card-caption .video-desc {
    opacity: 1 !important;
  }
  .video-slider-section .video-slider-section-header .swiper-navigation {
    display: none;
  }
  .video-slider-section .video-slider-section-heading {
    text-align: center;
    width: 100%;
  }
  .hero.hero-with-content .hero__inner-caption {
    padding-bottom: 34px;
  }
  .hero.hero--70 {
    max-height: 100vh;
  }
  .video-wall-hero-banner.hero.hero--70 .embed-container {
    padding-bottom: 56.25%;
  }
  .video-wall-hero-banner.hero.hero--70 .embed-container iframe {
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
  .our-homes-section {
    padding-top: 56px;
    padding-bottom: 28px;
  }
  .our-homes-section.desktop {
    display: none;
  }
  .our-homes-section.mobile {
    display: block;
  }
  .mid-video-section.hero,
  .stories-topics-section.desktop {
    display: none;
  }
  .stories-topics-section.mobile {
    display: block;
    padding-top: 28px;
    padding-bottom: 10px;
  }
  .stories-topics-section .stories-topics-heading {
    margin-bottom: 35px;
  }
  .player-recommended-videos-section {
    top: 100% !important;
    bottom: auto !important;
    height: 0;
    padding: 0;
  }
  .player-recommended-videos-section
    .video-card.video-card-detail
    .video-card-body
    .video-card-body-caption
    .btn-watch {
    width: 20px;
    height: 20px;
    min-width: 0;
    padding: 1px 0 0;
    margin: 0 auto 4px;
  }
  .player-recommended-videos-section
    .video-card.video-card-detail
    .video-card-body
    .video-card-body-caption
    .btn-watch
    > svg {
    width: 10px;
    height: auto;
  }
  .player-recommended-videos-section.video-slider-section
    .video-slider-section-header
    .swiper-navigation {
    display: none;
  }
  .player-recommended-videos-section.video-slider-section
    .video-slider-section-heading {
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-screen.player-screen-no-title {
    height: auto;
    padding-bottom: 100vh;
    background-color: transparent;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-screen.player-screen-no-title
    .player-screen-inner {
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-screen.player-screen-no-title
    .player-iframe-wrapper {
    padding-top: 107.5%;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-screen.player-screen-no-title
    .player-iframe-wrapper
    > iframe {
    -webkit-transform: translateY(-61.8%);
    transform: translateY(-61.8%);
    height: 200%;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-caption
    .player-caption__inner-content {
    padding: 20px 32px 40px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-caption
    .recommended-related-option {
    display: block;
  }
  .video-player-dialog .video-player-dialog-wrapper .player-controls {
    padding: 12px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .video-player-dialog .video-player-dialog-wrapper .player-controls button {
    width: 24px;
    height: 24px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-controls
    button
    > img {
    width: 18px;
    height: 18px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-controls
    .player-play-pause-control {
    margin-right: 6px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-controls
    .player-play-pause-control
    button
    > img {
    width: 16px;
    height: 16px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-controls
    .player-timeline-bar {
    width: 100%;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 0;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-controls
    .player-timeline-bar
    > input[type="range"] {
    --thumb-height: 1em;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-controls
    .player-timer {
    padding-left: 0;
    min-width: 0;
    width: auto;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-controls
    .player-timer
    > span {
    font-size: 12px;
    line-height: 16px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-controls
    .player-share-control {
    margin-left: auto;
  }
  .video-player-dialog .video-player-dialog-wrapper .mobile-rotate-loader {
    opacity: 0;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .mobile-rotate-loader.visible {
    -webkit-animation: none;
    animation: none;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .mobile-rotate-loader.visible
    > img {
    opacity: 0;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-content-part
    .player-content-part-container,
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-content-part
    .player-content-part-header,
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-content-part
    .player-content-part-image {
    margin-bottom: 30px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-content-part
    .player-content-part-header
    .blog-date-time {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-content-part
    .player-content-part-header
    .blog-heading {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 1.7px;
    margin-bottom: 20px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-content-back-to-top {
    display: block !important;
  }
  .video-player-dialog.show-content
    .player-caption
    .recommended-related-option {
    padding-bottom: 0;
  }
  .video-player-dialog.show-content .player-recommended-videos-section {
    top: 100% !important;
    bottom: auto !important;
    padding: 10px 16px 16px;
    height: 240px;
  }
  .video-player-dialog.show-content .player-content-part {
    padding-top: 26%;
  }
  .video-player-dialog.show-content
    .player-content-part
    .player-content-part-inner {
    padding-bottom: 62px;
  }
  .custom-video-player-container .custom-video-player-wrapper {
    height: 100vh;
    overflow: unset;
  }
  .custom-video-player-container
    .custom-video-player-wrapper
    .player-screen.player-screen-no-title {
    height: auto;
  }
  .custom-video-player-container
    .custom-video-player-wrapper
    .player-screen.player-screen-no-title
    .player-iframe-wrapper {
    padding-top: 100vh;
  }
  .custom-video-player-container
    .custom-video-player-wrapper
    .player-screen.player-screen-no-title
    .player-iframe-wrapper
    > iframe {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .custom-video-player-container
    .custom-video-player-wrapper
    .player-screen.player-screen-no-title
    .player-screen-inner {
    top: 0;
  }
  .video-share-dialog.ui-dialog {
    padding: 25px 31px 18px;
  }
  .video-share-dialog.ui-dialog .ui-dialog-titlebar {
    margin-bottom: 25px;
  }
  .video-share-dialog.ui-dialog .share-option-list > div > a > i {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .featured-videos-section {
    padding-top: 30px;
    padding-bottom: 64px;
  }
  .featured-press-article .featured-press-article__carousel .carousel__item {
    width: 100%;
  }
  .featured-press-article
    .featured-press-article__carousel
    .carousel__item:before {
    padding-top: 60%;
  }
  .featured-press-article
    .featured-press-article__carousel
    .carousel__item-caption {
    padding: 40px 32px 20px;
  }
  .blog-hero.hero-margin-bottom,
  .hero.hero-margin-bottom {
    margin-bottom: 50px;
  }
  .hero.experience__namibiavideosec {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .video-card .video-card-caption .video-desc {
    opacity: 0;
  }
  .video-slider-section .video-slider-section-header .swiper-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .video-slider-section .video-slider-section-heading {
    text-align: left;
  }
  .hero.hero--70 {
    max-height: calc(100vh - 115px);
  }
  .video-wall-hero-banner.hero.hero--70 .embed-container {
    padding-bottom: calc(100vh - 115px);
  }
  .our-homes-section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .our-homes-section.desktop {
    display: block;
  }
  .our-homes-section.mobile {
    display: none;
  }
  .mid-video-section.hero,
  .stories-topics-section.desktop {
    display: block;
  }
  .stories-topics-section.mobile {
    display: none;
  }
  .stories-topics-section .stories-topics-heading {
    margin-bottom: 52px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-screen.player-screen-no-title {
    height: 100vh;
    padding-bottom: 0;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-screen.player-screen-no-title
    .player-screen-inner {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-screen.player-screen-no-title
    .player-iframe-wrapper {
    padding-top: 100vh;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-screen.player-screen-no-title
    .player-iframe-wrapper
    > iframe {
    -webkit-transform: translateY(-50.05%);
    transform: translateY(-50.05%);
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-caption
    .player-caption__inner-content {
    padding: 42px 32px;
  }
  .video-player-dialog.show-content
    .player-caption
    .recommended-related-option {
    padding-bottom: 17.2%;
  }
  .video-player-dialog.show-content .player-recommended-videos-section {
    top: auto;
    bottom: 0;
  }
  .custom-video-player-container .custom-video-player-wrapper,
  .custom-video-player-container
    .custom-video-player-wrapper
    .player-screen.player-screen-no-title {
    height: 100vh;
  }
  .custom-video-player-container
    .custom-video-player-wrapper
    .player-screen.player-screen-no-title
    .player-iframe-wrapper {
    padding-top: 100vh;
  }
  .featured-videos-section {
    padding-bottom: 48px;
  }
  .featured-press-article .featured-press-article__carousel .carousel__item {
    width: 90%;
  }
  .featured-press-article
    .featured-press-article__carousel
    .carousel__item:before {
    padding-top: calc(100vh - 180px);
  }
  .featured-press-article
    .featured-press-article__carousel
    .carousel__item-caption {
    padding: 60px 32px 35px;
  }
  .blog-hero.hero-margin-bottom,
  .hero.hero-margin-bottom {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1366px) {
  .video-card.video-card-detail
    .video-card-body
    .video-card-body-caption
    .video-title {
    font-size: 33px;
    line-height: 33px;
  }
  .featured-journals-section.video-slider-section
    .video-slider-wrapper
    .swiper-container
    .swiper-slide:nth-child(odd) {
    min-width: 63.8%;
  }
  .player-recommended-videos-section
    .video-card.video-card-detail
    .video-card-body
    > img {
    height: 180px;
    max-height: 180px;
  }
  .player-recommended-videos-section
    .video-card.video-card-detail
    .video-card-body
    .video-card-body-caption
    .video-time {
    bottom: 6px;
    right: 10px;
  }
  .player-recommended-videos-section
    .video-card.video-card-detail:hover
    .video-card-body
    .video-card-body-caption
    .video-desc {
    height: 66px;
    margin-top: 6px;
  }
  .player-recommended-videos-section.video-slider-section
    .video-slider-wrapper
    .swiper-container
    .swiper-slide {
    max-width: 320px;
  }
  .video-player-dialog .video-player-dialog-wrapper .video-player-close-btn {
    padding: 32px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-content-part
    .player-content-part-inner
    > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-content-part
    .player-content-part-image {
    margin-bottom: 42px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-content-part
    .player-content-part-container {
    padding-left: 32px;
    padding-right: 32px;
    margin: 0 auto 42px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-content-part
    .player-content-part-header {
    margin-bottom: 45px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-content-part
    .player-content-part-header
    .blog-date-time {
    font-size: 16px;
    line-height: 22px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-content-part
    .player-content-part-header
    .blog-heading {
    font-size: 44px;
    line-height: 65px;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-content-part
    .player-featured-videos-section {
    padding-top: 34px;
  }
  .video-player-dialog.show-content
    .player-content-part
    .player-content-part-inner {
    padding: 60px 0 30px;
  }
  .featured-press-article
    .featured-press-article__carousel
    .carousel__item-caption {
    padding: 60px 32px 35px;
  }
}
@media screen and (max-width: 991px) {
  .video-card.video-card-detail
    .video-card-body
    .video-card-body-caption
    .video-title {
    font-size: 30px;
    line-height: 30px;
  }
  .our-homes-section .our-homes-top .our-home-badge-wrapper {
    padding: 0 4%;
  }
  .grid .grid-item,
  .our-homes-section .our-home-grid .our-home-grid-item {
    max-width: 50%;
    width: 50%;
  }
  .video-player-dialog.fullscreen-mode .ui-dialog-titlebar {
    display: none;
  }
  .video-player-dialog.fullscreen-mode .video-player-dialog-wrapper {
    overflow: hidden;
  }
  .custom-video-player-container
    .custom-video-player-wrapper
    .player-caption
    .player-caption__inner-content {
    padding: 20px 32px;
  }
  .skeleton-loader-sec .skeleton-loader:last-child {
    display: none;
  }
  .experienceaboutgrid .press-article-wrapper .experience__presscard,
  .press-article-wrapper .press__item.press-card {
    width: calc(50% - 32px);
  }
}
@media screen and (max-width: 930px) {
  .modal.video-wall-custom-dialog
    .video-wall-grid
    .video-wall-grid-item
    .video-card,
  .ui-dialog.video-wall-custom-dialog
    .video-wall-grid
    .video-wall-grid-item
    .video-card {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .hero.hero-with-content .hero__inner-caption {
    padding-bottom: 72px;
  }
  .hero.hero-with-content .hero__scroll {
    width: 38px;
    height: 38px;
  }
}
@media screen and (min-width: 1260px) and (max-width: 1366px) {
  .hero.hero-with-content .hero__inner-caption {
    padding-bottom: 50px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 670px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .hero.hero-with-content .hero__inner-caption {
    padding-bottom: 34px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 670px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .hero.hero-with-content .hero__inner-caption {
    padding-bottom: 34px;
  }
  .hero.experience__namibiavideosec .hero__inner-caption {
    padding-bottom: 103px;
  }
}
@media screen and (max-width: 1199px) {
  .video-wall-hero-banner.hero.hero--70 .embed-container iframe {
    width: 178vh;
    height: 100vh;
    left: 50%;
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
  }
}
@media screen and (max-width: 1260px) {
  .our-homes-section .our-homes-top .our-home-badge-wrapper {
    padding: 0 10%;
  }
}
@media screen and (max-width: 1024px) {
  .our-homes-section .our-homes-top .our-home-badge-wrapper {
    padding: 0 8%;
  }
  .our-homes-section .our-homes-top .our-home-badge-list .our-home-badge-item {
    padding: 10px 8px;
  }
  .video-wall-grid-wrapper .video-card {
    height: 480px;
  }
  .video-player-dialog .video-player-dialog-wrapper .video-player-close-btn {
    padding: 26px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-caption
    .player-caption__inner-heading {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 1.7px;
    margin-bottom: 20px;
  }
  .video-player-dialog
    .video-player-dialog-wrapper
    .player-caption
    .player-caption__inner-desc
    p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.2px;
  }
  .video-share-dialog.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-size: 26px;
    line-height: 32px;
  }
  .video-share-dialog.ui-dialog .share-option-list {
    padding-top: 20px;
  }
  .featured-videos-section.video-slider-section
    .video-slider-wrapper
    .swiper-container
    .swiper-slide {
    margin-right: 20px;
  }
  .featured-press-article
    .featured-press-article__carousel
    .carousel__item-caption
    .carousel__item-heading {
    font-size: 38px;
    line-height: 45px;
  }
}
@media screen and (max-width: 1399px) {
  .grid .grid-item,
  .our-homes-section .our-home-grid .our-home-grid-item {
    padding: 14px;
  }
  .player-recommended-videos-section
    .video-card.video-card-detail
    .video-card-body
    > img {
    height: 200px;
    max-height: 200px;
  }
  .player-recommended-videos-section
    .video-card.video-card-detail
    .video-card-body
    .video-card-body-caption {
    padding: 25px;
  }
  .player-recommended-videos-section
    .video-card.video-card-detail
    .video-card-body
    .video-card-body-caption
    .btn-watch {
    margin: 0 auto 10px;
  }
  .player-recommended-videos-section
    .video-card.video-card-detail
    .video-card-body
    .video-card-body-caption
    .video-title {
    font-size: 20px;
    line-height: 24px;
  }
  .player-recommended-videos-section
    .video-card.video-card-detail
    .video-card-body
    .video-card-body-caption
    .video-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .player-recommended-videos-section.video-slider-section
    .video-slider-wrapper
    .swiper-container
    .swiper-slide {
    max-width: 340px;
  }
  .featured-press-article
    .featured-press-article__carousel
    .carousel__item:before {
    padding-top: calc(100vh - 180px);
  }
}
@media screen and (min-width: 1260px) {
  .featured-journals-section.video-slider-section .video-slider-wrapper {
    max-width: none;
    -webkit-clip-path: none;
    clip-path: none;
  }
  .featured-journals-section.video-slider-section
    .video-slider-wrapper
    .swiper-container {
    overflow: hidden;
  }
  .featured-journals-section.video-slider-section
    .video-slider-wrapper
    .swiper-container
    .swiper-wrapper {
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
  }
}
@media only screen and (max-width: 1199px) {
  .video-wall-grid-wrapper .video-wall-grid .video-wall-grid-item {
    width: 50%;
  }
  .video-wall-grid-wrapper .video-wall-grid .video-wall-grid-item.item-width-2 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .video-wall-grid-wrapper .video-wall-grid .video-wall-grid-item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .video-wall-grid-wrapper
    .video-wall-grid
    .video-wall-grid-item.item-width-1
    .video-card
    .video-card-body {
    padding-bottom: 152.27%;
  }
  .video-wall-grid-wrapper
    .video-wall-grid
    .video-wall-grid-item.item-width-1
    .video-card
    .video-card-body
    .div-to-crop {
    margin-bottom: 0;
  }
  .video-wall-grid-wrapper
    .video-wall-grid
    .video-wall-grid-item.item-width-1
    .video-card
    .video-card-body
    .player-wrapper {
    padding-top: 205.25%;
  }
  .video-wall-grid-wrapper
    .video-wall-grid
    .video-wall-grid-item.item-width-1
    .video-card
    .video-card-body
    .player-wrapper
    iframe {
    width: 1200px;
    height: 900px;
    -webkit-transform: translate(-50%, -43.3%);
    transform: translate(-50%, -43.3%);
  }
}
@media screen and (max-width: 420px) {
  .video-wall-grid-wrapper
    .video-wall-grid
    .video-wall-grid-item.item-width-1
    .video-card
    .video-card-body {
    padding-bottom: 148%;
  }
  .video-wall-grid-wrapper
    .video-wall-grid
    .video-wall-grid-item.item-width-1
    .video-card
    .video-card-body
    .div-to-crop {
    margin-bottom: -11%;
  }
  .video-wall-grid-wrapper
    .video-wall-grid
    .video-wall-grid-item.item-width-2
    .video-card
    .video-card-body {
    padding-bottom: 148%;
  }
  .video-wall-grid-wrapper
    .video-wall-grid
    .video-wall-grid-item.item-width-2
    .video-card
    .video-card-body
    .div-to-crop {
    margin-bottom: -11%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .video-wall-grid-wrapper
    .video-wall-grid
    .video-wall-grid-item.item-width-1
    .video-card
    .video-card-body
    .player-wrapper
    iframe,
  .video-wall-grid-wrapper
    .video-wall-grid
    .video-wall-grid-item.item-width-2
    .video-card
    .video-card-body
    .player-wrapper
    iframe {
    -webkit-transform: translate(-50%, -62.3%);
    transform: translate(-50%, -62.3%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .video-wall-grid-wrapper
    .video-wall-grid
    .video-wall-grid-item.item-width-2
    .video-card
    .video-card-body
    .player-wrapper
    iframe {
    width: 1200px;
    height: 800px;
    -webkit-transform: translate(-50%, -77%);
    transform: translate(-50%, -77%);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .video-wall-grid-wrapper
    .video-wall-grid
    .video-wall-grid-item.item-width-2
    .video-card
    .video-card-body
    .player-wrapper
    iframe {
    -webkit-transform: translate(-50%, -74%);
    transform: translate(-50%, -74%);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .player-recommended-videos-section {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 1400px) {
  .player-recommended-videos-section
    .video-card.video-card-detail
    .video-card-body
    .video-card-body-caption
    .video-time {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1279px) {
  .video-player-dialog.ui-dialog .ui-dialog-titlebar-close {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: 20px;
  }
  .video-player-dialog.ui-dialog .ui-dialog-titlebar-close.visible,
  .video-player-dialog.ui-dialog .ui-dialog-titlebar-close:hover {
    opacity: 1;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 670px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .video-player-dialog .video-player-dialog-wrapper .player-content-down {
    display: none !important;
  }
}
@media screen and (min-width: 1366px) {
  .video-player-dialog.show-content
    .player-caption
    .recommended-related-option {
    padding-bottom: 28%;
  }
}
@media only screen and (max-width: 991px) and (min-device-width: 360px) and (max-device-width: 930px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .video-player-dialog.fullscreen-mode
    .video-player-dialog-wrapper
    .player-screen.player-screen-no-title.fullscreen-mode {
    padding-bottom: 100vh;
    z-index: 999999;
  }
  .video-player-dialog.fullscreen-mode
    .video-player-dialog-wrapper
    .player-screen.player-screen-no-title.fullscreen-mode
    .player-screen-inner {
    bottom: 0;
  }
  .video-player-dialog.fullscreen-mode
    .video-player-dialog-wrapper
    .player-screen.player-screen-no-title.fullscreen-mode
    .player-iframe-wrapper {
    padding-top: 100vh;
  }
  .video-player-dialog.fullscreen-mode
    .video-player-dialog-wrapper
    .player-screen.player-screen-no-title.fullscreen-mode
    .player-iframe-wrapper
    iframe {
    -webkit-transform: translateY(-50.05%);
    transform: translateY(-50.05%);
  }
}
@media only screen and (max-width: 991px) and (min-device-width: 360px) and (max-device-width: 930px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .video-player-dialog.fullscreen-mode
    .video-player-dialog-wrapper
    .player-screen.player-screen-no-title.fullscreen-mode {
    padding-bottom: 100vh;
    z-index: 999999;
  }
  .video-player-dialog.fullscreen-mode
    .video-player-dialog-wrapper
    .player-screen.player-screen-no-title.fullscreen-mode
    .player-screen-inner {
    bottom: 0;
  }
  .video-player-dialog.fullscreen-mode
    .video-player-dialog-wrapper
    .player-screen.player-screen-no-title.fullscreen-mode
    .player-iframe-wrapper {
    padding-top: 100vh;
  }
  .video-player-dialog.fullscreen-mode
    .video-player-dialog-wrapper
    .player-screen.player-screen-no-title.fullscreen-mode
    .player-iframe-wrapper
    iframe {
    -webkit-transform: translateY(-50.05%);
    transform: translateY(-50.05%);
  }
}
@media screen and (max-width: 1366px) and (max-height: 850px) {
  .featured-press-article
    .featured-press-article__carousel
    .carousel__item-caption
    .carousel__item-small-title {
    bottom: 18%;
  }
}
@media screen and (max-width: 1200px) {
  .press-article-wrapper .press__body {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 1358px) {
  #experienceEvents .container {
    padding: 0 32px;
  }
}
@media screen and (max-width: 1110px) {
  .press-article-wrapper
    .press-location-list-section
    .events__body
    .press-card-caption
    .press-card-heading-wrapper {
    -webkit-transform: translateY(22%);
    transform: translateY(22%);
  }
  .press-article-wrapper
    .press-location-list-section
    .events__body
    .press-card-small-title {
    bottom: 20%;
  }
}
@media screen and (max-width: 374px) {
  .press-article-wrapper
    .press-location-list-section
    .events__body
    .press-card-caption
    .press-card-heading-wrapper {
    -webkit-transform: translateY(8%);
    transform: translateY(8%);
  }
}
@media only screen and (max-width: 834px) {
  .univeral-footer .call-to-action .subscribtion-form-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 640px) {
  .univeral-footer .call-to-action .subscribtion-form-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .univeral-footer
    .call-to-action
    .subscribtion-form-inner
    input[type="email"] {
    margin: 15px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .univeral-footer
    .call-to-action
    .subscribtion-form-inner
    input[type="email"] {
    width: 100%;
    max-width: inherit;
    margin: 0;
  }
}
