.is-style-m-spacerhalf {
  height: 50px !important;
}
.is-style-m-spacerfull {
  height: 100px !important;
}
.is-style-m-spacerx2 {
  height: 200px !important;
}
a.moai-wrapper {
  text-decoration: none;
}
a.moai-wrapper:hover {
  text-decoration: underline;
}
.moai-wrapper {
  box-sizing: border-box;
  display: block;
}
.moai-wrapper .moai-video {
  object-position: center;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.moai-wrapper > p:first-of-type {
  padding-top: 0;
  margin-top: 0;
}
.moai-wrapper > p:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.moai-wrapper.mbvt {
  background-position-y: top;
}
.moai-wrapper.mbvc {
  background-position-y: center;
}
.moai-wrapper.mbvb {
  background-position-y: bottom;
}
.moai-wrapper.mbhl {
  background-position-x: left;
}
.moai-wrapper.mbhc {
  background-position-x: center;
}
.moai-wrapper.mbhr {
  background-position-x: right;
}
.moai-wrapper.mba {
  background-size: auto;
}
.moai-wrapper.mbcon {
  background-size: contain;
}
.moai-wrapper.mbcov {
  background-size: cover;
}
.moai-wrapper.mbnorep {
  background-repeat: no-repeat;
}
.moai-wrapper.mbfvl {
  align-items: flex-start;
}
.moai-wrapper.mbfhc {
  align-items: center;
}
.moai-wrapper.mbfhr {
  align-items: flex-end;
}
.moai-wrapper.mbfvt {
  justify-content: flex-start;
}
.moai-wrapper.mbfvc {
  justify-content: center;
}
.moai-wrapper.mbfvb {
  justify-content: flex-end;
}
.moai-wrapper.mflex {
  display: flex;
}
.mbpl {
  padding-left: 70px;
}
.mbpr {
  padding-right: 70px;
}
.mbpt {
  padding-top: 100px;
}
.mbpb {
  padding-bottom: 100px;
}
.mbplx2 {
  padding-left: 140px;
}
.mbprx2 {
  padding-right: 140px;
}
.mbptx2 {
  padding-top: 200px;
}
.mbpbx2 {
  padding-bottom: 200px;
}
.mhr {
  margin-right: calc((100vw - 1920px)/2);
}
.mhl {
  margin-left: calc((100vw - 1920px)/2);
}
.mbfixed {
  background-attachment: fixed;
}
.editor-styles-wrapper .moai-wrapper {
  border: 1px dashed #000;
}
.editor-styles-wrapper .moai-wrapper.mhl {
  margin-left: 100px;
}
.editor-styles-wrapper .moai-wrapper.mhr {
  margin-right: 100px;
}
@media screen and (max-width: 1400px) {
  .moai-wrapper.mhl {
    margin-left: 0;
  }
  .moai-wrapper.mhr {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .imgcontain,
  .is-style-m-contain {
    position: relative !important;
  }
  .is-style-m-spacerfull.spacernone {
    height: 0 !important;
  }
  @supports (-webkit-touch-callout: none) {
    .mbfixed {
      background-attachment: scroll;
    }
  }
}
