html {
  overflow-y: scroll;
}

body .transition {
  display: block;
}

.w-editor .transition {
  display: none;
}

.no-scroll-transition {
  overflow: hidden;
  position: relative;
}

.w-slider-dot {
  background: url("https://cdn.prod.website-files.com/6651571385b53422e94e0091/6784eb5c042d03e252d86e3f_icon-diamond.webp")
    center center no-repeat !important;
  background-size: 12px 12px !important;
  color: transparent !important;
  margin-bottom: 0 !important;
  opacity: 0.2;
}

.w-slider-nav.w-num > div {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.w-slider-dot.w-active {
  color: transparent !important;
  opacity: 0.72;
}

.s5-img-mask {
  width: 100vw;
  height: 100vh;

  -webkit-mask-image: url(https://uploads-ssl.webflow.com/6651571385b53422e94e0091/66b6550b2997609615b2a75a_amelia-berns-logomark.svg);
  mask-image: url(https://uploads-ssl.webflow.com/6651571385b53422e94e0091/66b6550b2997609615b2a75a_amelia-berns-logomark.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;

  mask-repeat: no-repeat;
  mask-position: center;
}

@media screen and (min-width: 1920px) {
  .btn-text {
    flex-grow: 1 !important;
    flex-shrink: 0 !important;
  }
}
