.better.parallax-container {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.better.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.better.parallax-container .parallax > img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  height: auto;
  /* stylelint-disable */
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}
.better.content-section {
  position: relative;
  display: block;
  padding: 25px 0;
  border-style: solid;
  border-width: 0;
  background-repeat: no-repeat;
  background-position: 50% 0;
  width: auto;
  z-index: 0;
}
.better.content-section .videoButtons {
  z-index: 1;
}
.better.content-section .btn {
  display: inline-block;
  padding: 5px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  white-space: nowrap;
  box-shadow: none;
  text-shadow: none;
  direction: ltr;
  transition: background 0.3s, border 0.3s, color 0.3s, border-radius 0.3s;
  user-select: none;
}
.better.content-section.alignfull {
  width: 100vw;
  margin-bottom: 0;
}
.better.content-section.alignfull .videoButtons.bottomleft {
  left: 16px !important;
}
.better.content-section.alignfull .videoButtons.bottomright {
  right: 16px !important;
}
.better.content-section.alignwide {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .better.content-section.alignwide {
    width: 1140px;
    margin-left: calc( 50% - 570px );
  }
}
.better.content-section.video-background {
  overflow: hidden;
}
.better.content-section.video-background .video-background-wrap {
  right: 0;
  left: 0;
  top: -16px;
  bottom: -16px;
  position: absolute;
  z-index: -2;
}
.better.content-section.video-background .video-background__bg-video {
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.better.content-section > video {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
}
.better.content-section .better_post_heading {
  color: #fff;
}
.better.content-section .better_post_heading:hover {
  text-decoration: none;
}
.better.content-section .advance-button {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
}
.better.content-section ul.parallax-scene {
  -moz-padding-start: 0;
  -webkit-padding-start: 0;
  background-position: center;
  position: absolute !important;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.better.content-section ul.parallax-scene div.better.background-image {
  margin-left: -10%;
  top: -10%;
  min-height: 100%;
  width: 120%;
  height: 120%;
  background-size: cover;
  margin-bottom: 0 !important;
  max-width: none;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.better.content-section .advance-arrow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  margin-top: -30px;
  z-index: 4;
  overflow: hidden;
}
.better.content-section .advance-arrow .advance-arrow-left,
.better.content-section .advance-arrow .advance-arrow-right {
  content: "";
  position: absolute;
  bottom: -10%;
  display: block;
  height: 0;
  width: 50.25%;
  border: 30px solid transparent;
  border-bottom-color: #fff;
  border-top-width: 0;
}
.better.content-section .advance-arrow .advance-arrow-left {
  border-left-width: 0;
  border-right-width: 40px;
  left: 0;
}
.better.content-section .advance-arrow .advance-arrow-right {
  border-right-width: 0;
  border-left-width: 40px;
  right: 0;
}
.better.content-section.zoom-in {
  overflow: hidden;
}
.better.content-section.zoomed-in > .zoom-image {
  transition: all 200s linear;
  transform: scale(3) rotate(0.1deg) !important;
}
.better.content-section.zoomed-out > .zoom-image {
  transition: all 1s linear;
}
.better.content-section > .zoom-image, .better.content-section > .overlay-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.better.content-section > .zoom-image {
  z-index: -2;
}
.better.content-section > .overlay-background {
  z-index: -1;
}
.better.content-section .clouds {
  height: 130px;
}
.better.content-section .clouds svg {
  height: 100%;
}
.better.content-section .little-triangle,
.better.content-section .little-triangle-inverse {
  height: 100px;
}
.better.content-section .little-triangle svg,
.better.content-section .little-triangle-inverse svg {
  height: 100%;
}
.better.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .better.container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .better.container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .better.container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .better.container {
    max-width: 1140px;
  }
}

#better-contentsection-nav {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 1000;
  top: 50%;
  right: 20px;
  margin-top: -80px;
  transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#better-contentsection-nav .nav-link {
  display: block;
  position: relative;
  margin: 0;
  height: 10px;
  width: 10px;
  padding: 5px;
  box-sizing: initial;
}
#better-contentsection-nav .nav-link:hover {
  cursor: pointer;
}
#better-contentsection-nav .nav-link:hover .label {
  opacity: 1;
  cursor: pointer;
}
#better-contentsection-nav .nav-link:hover .dot {
  transform: scale(0.75);
}
#better-contentsection-nav .nav-link:hover .dot::after {
  transform: scale(0.75);
}
#better-contentsection-nav .nav-link.active:hover {
  cursor: default;
}
#better-contentsection-nav .nav-link.active:hover .label {
  opacity: 0;
}
#better-contentsection-nav .nav-link.active .dot {
  background: #fff;
  border: 1px solid #08c;
  transform: scale(1);
}
#better-contentsection-nav .nav-link.active .dot::after {
  background: transparent;
}
#better-contentsection-nav .nav-link .label {
  cursor: default;
  opacity: 0;
  position: absolute;
  width: auto;
  right: 20px;
  white-space: nowrap;
  top: 0;
  text-align: right;
  color: #666;
  line-height: 20px;
  transition: opacity 0.2s ease-in-out;
  font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  background: #fff;
  padding: 3px 5px;
  border-radius: 3px;
}
#better-contentsection-nav .nav-link .dot {
  display: block;
  position: relative;
  height: 12px;
  width: 12px;
  border-radius: 6px;
  border: 1px solid #fff;
  background: #888;
  transform: scale(0.5);
}
#better-contentsection-nav .nav-link .dot::after {
  position: absolute;
  display: block;
  content: "";
  height: 8px;
  width: 8px;
  top: 1px;
  left: 1px;
  border-radius: 4px;
  background: #888;
  transform: scale(0.5);
}

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