.text-decoration-none {
  text-decoration: none;
}

#may-hero .may-inner .button:hover {
  text-decoration: none;
}

#may-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/hero/back.jpg);
  background-image: -webkit-image-set(url("../images/hero/back.jpg") 1x,
      url("../images/hero/back@2x.jpg") 2x);
}

#may-hero .may-inner {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#may-hero .may-main {
  margin-bottom: 9%;
  width: 100%;
}

#may-hero .may-left {
  width: 100%;
  bottom: 27%;
  left: -26%;
}

#may-hero .may-right {
  width: 100%;
  bottom: 30%;
  right: -27%;
}

#may-hero .bubbles {
  margin-bottom: -9%;
}

#may-hero .bubbles-l {
  transform: scaleX(-1);
}

#may-hero .main {
  width: 29.85%;
}

#may-hero .button {
  width: 10.5em;
  height: 2.2em;
  border-radius: 1.1em;
  font-size: 1.1em;
  background-color: #810094;
  margin-top: 1%;
  line-height: 1;
}

@media screen and (min-width: 2000px) {
  #may-hero .button {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 991px) {
  #may-hero .main {
    width: 48.85%;
  }
}

@media screen and (max-width: 767px) {
  #may-hero .main {
    width: 53.85%;
  }
}

@media screen and (max-width: 567px) {
  #may-hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/hero/back-m.jpg);
    background-image: -webkit-image-set(url("../images/hero/back-m.jpg") 1x,
        url("../images/hero/back-m@2x.jpg") 2x);
  }

  #may-hero .may-inner {
    flex-direction: column;
    width: 100% !important;
  }

  #may-hero .may-main {
    margin-bottom: 57%;
  }

  #may-hero .may-right {
    right: unset;
    bottom: unset;
    width: 100%;
    bottom: 0;
  }

  #may-hero .right {
    position: absolute;
  }

  #may-hero .may-main .main {
    width: 85%;
  }

  #may-hero .button {
    font-size: 1.1em;
    margin-top: 4%;
    height: 2.4em;
    border-radius: 1.2em;
  }

  dotlottie-wc.bubbles-r {
    width: 150% !important;
  }

  #may-hero .bubbles {
    margin-bottom: 0;
  }

  #may-hero .fish-m {
    margin-bottom: 8%;
  }
}