body {
    margin: 0;
}
.msp-preset-btn-187 {
    background-color: #F36C33;
    color: #fff;
    font-size: 16px;
    width: auto !important;
    border: 2px solid #F36C33;
}
.ms-bullets {
  width: auto !important;
}
.ms-skin-minimal .ms-bullet {
  height: 12px;
  width: 12px;
  background: #eee;
  background-color: #eee;
  transition: width 0.5s linear;
  transition: all 0.25s ease-in;
}
.ms-skin-minimal .ms-bullet-selected {
  background: #F36C33;
  border-radius: 12px;
  background-color: #F36C33;
  border: solid 1px #F36C33;
  width: 32px;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}
.ms-bullets.ms-dir-h {
  bottom: 20px;
}
.ms-thumb-list.ms-dir-h {
  width: 100%;
}
.msp-preset-btn-187:hover {
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    text-decoration: none;
}
.msp-preset-23 {
    color: #ffffff;
}
.msp-preset-25 {
    text-transform: none;
}
.ms-btn-circle {
    border-radius: 10px;
}
.ms-thumbs-cont {
    position: absolute;
    left: 64px !important;
}
.ms-thumb-frame {
  opacity: 0.75;
  transition: all 0.3s ease;
  display: flex;
  align-items: flex-end;
}
.ms-thumb-frame-selected {
    opacity: 1;
    margin-top: -16px;
}
.ms-thumb p {
    margin: 0;
    color: #222;
    font-size: 12px;
    font-family: Roboto;
    background-color: #fff;
    padding: 4px;
}
section.article {
    padding: 4rem;
    font-size: 200%;
}
.ms-skin-minimal .ms-slide .ms-slide-vpbtn, .ms-skin-minimal .ms-video-btn {
    left: 48.5%;
}
.ms-thumb-list.ms-dir-h .ms-thumblist-fwd, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
    display: none;
}
.ms-thumb-list {
    overflow: visible;
    position: absolute;
}
.cwb-ms-kicker p {
  padding: 0;
  line-height: 1.2;
}
.cwb-ms_mobile {
  display: none;
  visibility: hidden;
  height: 0;
}
.ms-timerbar {
  bottom: 1px;
}
.ms-bullets.ms-dir-h {
  bottom: 16px !important;
  z-index: 1;
}

@media (max-width: 1340px) {
    .ms-thumb-frame {
        max-width: 64px;
        max-height: 64px;
    }
    .ms-thumb-list.ms-dir-h.ms-align-bottom {
        height: 64px !important;
        margin-left: -20px;
    }
}

@media (max-width: 767px) {
  .banner {
    background-color: #235ca8;
  }
  .msp-preset-btn-187 {
    font-size: 12px !important;
  }
  .ms-layer, .ms-slide-layers {
    display: none;
    visibility: hidden;
  }
  .ms-slide.ms-sl-selected .cwb-ms_mobile {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    visibility: visible;
    margin-left: 15px;
    margin-right: 15px;
    padding: 32px;
    height: auto;
  }
  .cwb-ms_mobile > div {
    flex: 1;
    margin-bottom: 1.5rem;
  }
  .ms-slide-vpbtn {
    display: none;
  }
  .ms-view.ms-mask-view,
  .ms-view .ms-slide-container {
    min-height: 1000px !important;
    overflow: visible;
  }
  .ms-mask-frame {
    overflow: visible;
  }
  .ms-slide-bgcont {
    display: none;
    visibility: hidden;
  }
  .ms-bullets.ms-dir-h {
    bottom: 24px !important;
    right: 20%;
  }
  .ms-thumb-list.ms-dir-h.ms-align-bottom {
    bottom: 0 !important;
  }
  .ms-thumbs-cont {
    bottom: 16px;
  }
  .msp-cn-155-48 {
    font-size: 44px;
  }
}
@media (max-width: 640px){
  .ms-view.ms-mask-view,
  .ms-view .ms-slide-container {
    min-height: 850px !important;
    overflow: visible;
  }
}
