body, html {
  width: 100%;
  overflow-x: hidden;
}
body.swal2-shown.swal2-height-auto, html.swal2-shown.swal2-height-auto {
  overflow: hidden;
}

body {
  overflow: hidden;
}

.header #hint_box {
  width: 375px;
  border: 2px solid #006faf;
  border-radius: 8px;
  padding: 10px 20px;
  background: #fff;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 1000;
  visibility: hidden;
  color: #006faf;
}
.header #hint_box #btn_esc {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 24px;
  float: right;
  cursor: pointer;
  color: #7d7693;
}
@media screen and (max-width: 991px) {
  .header #search {
    width: 100%;
  }
  .header .header_nav_container {
    flex-direction: column;
    align-items: center;
  }
  .header .logo_back {
    width: 100%;
  }
}

#menu .collapse {
  visibility: visible !important;
}

.bg-sp {
  position: absolute;
  bottom: 0;
  width: clamp(375px, 60%, 768px);
  background: #b1f1ec;
  height: 10px;
  margin-bottom: 0px;
  border-radius: 100%;
  z-index: -1;
}

.news_type {
  white-space: nowrap;
  border: 2px solid teal;
  padding: 5px;
  border-radius: 8px;
  font-weight: bold;
}
.news_type:hover {
  background: teal;
  color: white;
}
@media screen and (min-width: 768px) {
  .news_type {
    padding: 10px 20px;
  }
}

#writer_word {
  width: 100% !important;
}

.first-letter-sp::first-letter {
  display: inline-block;
  color: orange;
  font-size: 60px;
}

.required {
  color: #f24;
  font-size: 24px;
  padding-right: 10px;
}

.contact {
  width: 100%;
  text-align: center;
  background: url(?pageact=image/public/contact_bg.png) 50% 30% no-repeat;
}

.errorText {
  color: #f24;
  font-size: 20px;
}

.show_alert {
  position: fixed;
  top: 20px;
  right: 20px;
}

.login-form {
  width: clamp(375px, 60%, 768px);
}

.login_form_content {
  background: #caefec;
  border-radius: 16px;
  padding: 10px 50px;
}

.simple_title {
  background: #d8d3ea;
  text-align: center;
  color: #000;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
}

.bulletin_item {
  cursor: pointer;
}

.carousel-control-prev:hover {
  background: linear-gradient(270deg, transparent, rgba(0, 0, 0, 0.5) 100%);
}

.carousel-control-next:hover {
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5) 100%);
}

footer {
  display: block;
  margin-top: 50px;
  padding: 20px;
  background: antiquewhite;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 50px;
  }
}

.page_title {
  pointer-events: none;
}

.menu {
  background: linear-gradient(90deg, #ed6ea0 0%, #ec8c69 100%);
  border-radius: 0.5rem;
  text-transform: uppercase;
  box-shadow: inset 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.15);
}
.menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}
.menu a:focus, .menu a:focus-within {
  outline: none;
}
.menu > ul {
  display: flex;
}
.menu > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 45rem) {
  .menu > ul {
    justify-content: space-around;
  }
  .menu > ul:focus-within > li:first-child > a {
    opacity: 1;
  }
  .menu > ul > li {
    flex: 1 1 0;
  }
  .menu > ul > li:last-child:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    margin-right: -50%;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    z-index: 0;
    transition: 350ms cubic-bezier(1, 0.49, 0.09, 1.29) all;
    pointer-events: none;
  }
  .menu > ul > li:first-child:nth-last-child(1) ~ li:last-child:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(2) ~ li:last-child:after {
    right: 150%;
  }
  .menu > ul > li:first-child:nth-last-child(3) ~ li:last-child:after {
    right: 250%;
  }
  .menu > ul > li:first-child:nth-last-child(4) ~ li:last-child:after {
    right: 350%;
  }
  .menu > ul > li:first-child:nth-last-child(5) ~ li:last-child:after {
    right: 450%;
  }
  .menu > ul > li:first-child:nth-last-child(6) ~ li:last-child:after {
    right: 550%;
  }
  .menu > ul > li:first-child:nth-last-child(7) ~ li:last-child:after {
    right: 650%;
  }
  .menu > ul > li:first-child:nth-last-child(8) ~ li:last-child:after {
    right: 750%;
  }
  .menu > ul > li:first-child:nth-last-child(9) ~ li:last-child:after {
    right: 850%;
  }
  .menu > ul > li:first-child:nth-last-child(10) ~ li:last-child:after {
    right: 950%;
  }
  .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:after {
    right: 1050%;
  }
  .menu > ul > li:first-child:nth-last-child(2):nth-child(1):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(2):nth-child(1):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(2):nth-child(1):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(2) ~ li:nth-child(1):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(2) ~ li:nth-child(1):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(2) ~ li:nth-child(1):focus-within ~ li:last-child:after {
    right: 150%;
  }
  .menu > ul > li:first-child:nth-last-child(2):nth-child(1):hover > ul a, .menu > ul > li:first-child:nth-last-child(2):nth-child(1):focus > ul a, .menu > ul > li:first-child:nth-last-child(2):nth-child(1):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(2) ~ li:nth-child(1):hover > ul a, .menu > ul > li:first-child:nth-last-child(2) ~ li:nth-child(1):focus > ul a, .menu > ul > li:first-child:nth-last-child(2) ~ li:nth-child(1):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.5);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.5);
  }
  .menu > ul > li:first-child:nth-last-child(2):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(2):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(2):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(2) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(2) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(2) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(3):nth-child(1):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(3):nth-child(1):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(3):nth-child(1):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(3) ~ li:nth-child(1):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(3) ~ li:nth-child(1):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(3) ~ li:nth-child(1):focus-within ~ li:last-child:after {
    right: 250%;
  }
  .menu > ul > li:first-child:nth-last-child(3):nth-child(1):hover > ul a, .menu > ul > li:first-child:nth-last-child(3):nth-child(1):focus > ul a, .menu > ul > li:first-child:nth-last-child(3):nth-child(1):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(3) ~ li:nth-child(1):hover > ul a, .menu > ul > li:first-child:nth-last-child(3) ~ li:nth-child(1):focus > ul a, .menu > ul > li:first-child:nth-last-child(3) ~ li:nth-child(1):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.6666666667);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.6666666667);
  }
  .menu > ul > li:first-child:nth-last-child(3):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(3):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(3):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(3) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(3) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(3) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(3):nth-child(2):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(3):nth-child(2):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(3):nth-child(2):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(3) ~ li:nth-child(2):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(3) ~ li:nth-child(2):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(3) ~ li:nth-child(2):focus-within ~ li:last-child:after {
    right: 150%;
  }
  .menu > ul > li:first-child:nth-last-child(3):nth-child(2):hover > ul a, .menu > ul > li:first-child:nth-last-child(3):nth-child(2):focus > ul a, .menu > ul > li:first-child:nth-last-child(3):nth-child(2):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(3) ~ li:nth-child(2):hover > ul a, .menu > ul > li:first-child:nth-last-child(3) ~ li:nth-child(2):focus > ul a, .menu > ul > li:first-child:nth-last-child(3) ~ li:nth-child(2):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.3333333333);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.3333333333);
  }
  .menu > ul > li:first-child:nth-last-child(3):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(3):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(3):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(3) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(3) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(3) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(4):nth-child(1):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(4):nth-child(1):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(4):nth-child(1):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(4) ~ li:nth-child(1):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(4) ~ li:nth-child(1):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(4) ~ li:nth-child(1):focus-within ~ li:last-child:after {
    right: 350%;
  }
  .menu > ul > li:first-child:nth-last-child(4):nth-child(1):hover > ul a, .menu > ul > li:first-child:nth-last-child(4):nth-child(1):focus > ul a, .menu > ul > li:first-child:nth-last-child(4):nth-child(1):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(4) ~ li:nth-child(1):hover > ul a, .menu > ul > li:first-child:nth-last-child(4) ~ li:nth-child(1):focus > ul a, .menu > ul > li:first-child:nth-last-child(4) ~ li:nth-child(1):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.75);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.75);
  }
  .menu > ul > li:first-child:nth-last-child(4):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(4):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(4):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(4) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(4) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(4) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(4):nth-child(2):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(4):nth-child(2):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(4):nth-child(2):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(4) ~ li:nth-child(2):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(4) ~ li:nth-child(2):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(4) ~ li:nth-child(2):focus-within ~ li:last-child:after {
    right: 250%;
  }
  .menu > ul > li:first-child:nth-last-child(4):nth-child(2):hover > ul a, .menu > ul > li:first-child:nth-last-child(4):nth-child(2):focus > ul a, .menu > ul > li:first-child:nth-last-child(4):nth-child(2):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(4) ~ li:nth-child(2):hover > ul a, .menu > ul > li:first-child:nth-last-child(4) ~ li:nth-child(2):focus > ul a, .menu > ul > li:first-child:nth-last-child(4) ~ li:nth-child(2):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.5);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.5);
  }
  .menu > ul > li:first-child:nth-last-child(4):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(4):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(4):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(4) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(4) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(4) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(4):nth-child(3):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(4):nth-child(3):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(4):nth-child(3):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(4) ~ li:nth-child(3):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(4) ~ li:nth-child(3):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(4) ~ li:nth-child(3):focus-within ~ li:last-child:after {
    right: 150%;
  }
  .menu > ul > li:first-child:nth-last-child(4):nth-child(3):hover > ul a, .menu > ul > li:first-child:nth-last-child(4):nth-child(3):focus > ul a, .menu > ul > li:first-child:nth-last-child(4):nth-child(3):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(4) ~ li:nth-child(3):hover > ul a, .menu > ul > li:first-child:nth-last-child(4) ~ li:nth-child(3):focus > ul a, .menu > ul > li:first-child:nth-last-child(4) ~ li:nth-child(3):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.25);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.25);
  }
  .menu > ul > li:first-child:nth-last-child(4):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(4):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(4):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(4) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(4) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(4) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(5):nth-child(1):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(5):nth-child(1):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(5):nth-child(1):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(5) ~ li:nth-child(1):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(5) ~ li:nth-child(1):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(5) ~ li:nth-child(1):focus-within ~ li:last-child:after {
    right: 450%;
  }
  .menu > ul > li:first-child:nth-last-child(5):nth-child(1):hover > ul a, .menu > ul > li:first-child:nth-last-child(5):nth-child(1):focus > ul a, .menu > ul > li:first-child:nth-last-child(5):nth-child(1):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(5) ~ li:nth-child(1):hover > ul a, .menu > ul > li:first-child:nth-last-child(5) ~ li:nth-child(1):focus > ul a, .menu > ul > li:first-child:nth-last-child(5) ~ li:nth-child(1):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.8);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.8);
  }
  .menu > ul > li:first-child:nth-last-child(5):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(5):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(5):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(5) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(5) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(5) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(5):nth-child(2):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(5):nth-child(2):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(5):nth-child(2):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(5) ~ li:nth-child(2):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(5) ~ li:nth-child(2):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(5) ~ li:nth-child(2):focus-within ~ li:last-child:after {
    right: 350%;
  }
  .menu > ul > li:first-child:nth-last-child(5):nth-child(2):hover > ul a, .menu > ul > li:first-child:nth-last-child(5):nth-child(2):focus > ul a, .menu > ul > li:first-child:nth-last-child(5):nth-child(2):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(5) ~ li:nth-child(2):hover > ul a, .menu > ul > li:first-child:nth-last-child(5) ~ li:nth-child(2):focus > ul a, .menu > ul > li:first-child:nth-last-child(5) ~ li:nth-child(2):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.6);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.6);
  }
  .menu > ul > li:first-child:nth-last-child(5):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(5):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(5):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(5) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(5) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(5) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(5):nth-child(3):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(5):nth-child(3):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(5):nth-child(3):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(5) ~ li:nth-child(3):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(5) ~ li:nth-child(3):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(5) ~ li:nth-child(3):focus-within ~ li:last-child:after {
    right: 250%;
  }
  .menu > ul > li:first-child:nth-last-child(5):nth-child(3):hover > ul a, .menu > ul > li:first-child:nth-last-child(5):nth-child(3):focus > ul a, .menu > ul > li:first-child:nth-last-child(5):nth-child(3):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(5) ~ li:nth-child(3):hover > ul a, .menu > ul > li:first-child:nth-last-child(5) ~ li:nth-child(3):focus > ul a, .menu > ul > li:first-child:nth-last-child(5) ~ li:nth-child(3):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.4);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.4);
  }
  .menu > ul > li:first-child:nth-last-child(5):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(5):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(5):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(5) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(5) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(5) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(5):nth-child(4):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(5):nth-child(4):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(5):nth-child(4):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(5) ~ li:nth-child(4):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(5) ~ li:nth-child(4):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(5) ~ li:nth-child(4):focus-within ~ li:last-child:after {
    right: 150%;
  }
  .menu > ul > li:first-child:nth-last-child(5):nth-child(4):hover > ul a, .menu > ul > li:first-child:nth-last-child(5):nth-child(4):focus > ul a, .menu > ul > li:first-child:nth-last-child(5):nth-child(4):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(5) ~ li:nth-child(4):hover > ul a, .menu > ul > li:first-child:nth-last-child(5) ~ li:nth-child(4):focus > ul a, .menu > ul > li:first-child:nth-last-child(5) ~ li:nth-child(4):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.2);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.2);
  }
  .menu > ul > li:first-child:nth-last-child(5):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(5):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(5):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(5) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(5) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(5) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(6):nth-child(1):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(6):nth-child(1):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(6):nth-child(1):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(1):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(1):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(1):focus-within ~ li:last-child:after {
    right: 550%;
  }
  .menu > ul > li:first-child:nth-last-child(6):nth-child(1):hover > ul a, .menu > ul > li:first-child:nth-last-child(6):nth-child(1):focus > ul a, .menu > ul > li:first-child:nth-last-child(6):nth-child(1):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(1):hover > ul a, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(1):focus > ul a, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(1):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.8333333333);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.8333333333);
  }
  .menu > ul > li:first-child:nth-last-child(6):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(6):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(6):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(6):nth-child(2):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(6):nth-child(2):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(6):nth-child(2):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(2):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(2):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(2):focus-within ~ li:last-child:after {
    right: 450%;
  }
  .menu > ul > li:first-child:nth-last-child(6):nth-child(2):hover > ul a, .menu > ul > li:first-child:nth-last-child(6):nth-child(2):focus > ul a, .menu > ul > li:first-child:nth-last-child(6):nth-child(2):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(2):hover > ul a, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(2):focus > ul a, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(2):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.6666666667);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.6666666667);
  }
  .menu > ul > li:first-child:nth-last-child(6):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(6):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(6):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(6):nth-child(3):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(6):nth-child(3):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(6):nth-child(3):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(3):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(3):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(3):focus-within ~ li:last-child:after {
    right: 350%;
  }
  .menu > ul > li:first-child:nth-last-child(6):nth-child(3):hover > ul a, .menu > ul > li:first-child:nth-last-child(6):nth-child(3):focus > ul a, .menu > ul > li:first-child:nth-last-child(6):nth-child(3):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(3):hover > ul a, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(3):focus > ul a, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(3):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.5);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.5);
  }
  .menu > ul > li:first-child:nth-last-child(6):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(6):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(6):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(6):nth-child(4):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(6):nth-child(4):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(6):nth-child(4):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(4):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(4):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(4):focus-within ~ li:last-child:after {
    right: 250%;
  }
  .menu > ul > li:first-child:nth-last-child(6):nth-child(4):hover > ul a, .menu > ul > li:first-child:nth-last-child(6):nth-child(4):focus > ul a, .menu > ul > li:first-child:nth-last-child(6):nth-child(4):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(4):hover > ul a, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(4):focus > ul a, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(4):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.3333333333);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.3333333333);
  }
  .menu > ul > li:first-child:nth-last-child(6):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(6):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(6):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(6):nth-child(5):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(6):nth-child(5):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(6):nth-child(5):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(5):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(5):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(5):focus-within ~ li:last-child:after {
    right: 150%;
  }
  .menu > ul > li:first-child:nth-last-child(6):nth-child(5):hover > ul a, .menu > ul > li:first-child:nth-last-child(6):nth-child(5):focus > ul a, .menu > ul > li:first-child:nth-last-child(6):nth-child(5):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(5):hover > ul a, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(5):focus > ul a, .menu > ul > li:first-child:nth-last-child(6) ~ li:nth-child(5):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.1666666667);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.1666666667);
  }
  .menu > ul > li:first-child:nth-last-child(6):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(6):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(6):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(6) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(7):nth-child(1):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7):nth-child(1):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7):nth-child(1):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(1):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(1):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(1):focus-within ~ li:last-child:after {
    right: 650%;
  }
  .menu > ul > li:first-child:nth-last-child(7):nth-child(1):hover > ul a, .menu > ul > li:first-child:nth-last-child(7):nth-child(1):focus > ul a, .menu > ul > li:first-child:nth-last-child(7):nth-child(1):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(1):hover > ul a, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(1):focus > ul a, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(1):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.8571428571);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.8571428571);
  }
  .menu > ul > li:first-child:nth-last-child(7):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(7):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(7):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(7):nth-child(2):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7):nth-child(2):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7):nth-child(2):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(2):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(2):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(2):focus-within ~ li:last-child:after {
    right: 550%;
  }
  .menu > ul > li:first-child:nth-last-child(7):nth-child(2):hover > ul a, .menu > ul > li:first-child:nth-last-child(7):nth-child(2):focus > ul a, .menu > ul > li:first-child:nth-last-child(7):nth-child(2):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(2):hover > ul a, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(2):focus > ul a, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(2):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.7142857143);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.7142857143);
  }
  .menu > ul > li:first-child:nth-last-child(7):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(7):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(7):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(7):nth-child(3):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7):nth-child(3):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7):nth-child(3):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(3):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(3):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(3):focus-within ~ li:last-child:after {
    right: 450%;
  }
  .menu > ul > li:first-child:nth-last-child(7):nth-child(3):hover > ul a, .menu > ul > li:first-child:nth-last-child(7):nth-child(3):focus > ul a, .menu > ul > li:first-child:nth-last-child(7):nth-child(3):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(3):hover > ul a, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(3):focus > ul a, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(3):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.5714285714);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.5714285714);
  }
  .menu > ul > li:first-child:nth-last-child(7):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(7):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(7):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(7):nth-child(4):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7):nth-child(4):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7):nth-child(4):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(4):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(4):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(4):focus-within ~ li:last-child:after {
    right: 350%;
  }
  .menu > ul > li:first-child:nth-last-child(7):nth-child(4):hover > ul a, .menu > ul > li:first-child:nth-last-child(7):nth-child(4):focus > ul a, .menu > ul > li:first-child:nth-last-child(7):nth-child(4):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(4):hover > ul a, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(4):focus > ul a, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(4):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.4285714286);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.4285714286);
  }
  .menu > ul > li:first-child:nth-last-child(7):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(7):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(7):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(7):nth-child(5):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7):nth-child(5):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7):nth-child(5):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(5):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(5):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(5):focus-within ~ li:last-child:after {
    right: 250%;
  }
  .menu > ul > li:first-child:nth-last-child(7):nth-child(5):hover > ul a, .menu > ul > li:first-child:nth-last-child(7):nth-child(5):focus > ul a, .menu > ul > li:first-child:nth-last-child(7):nth-child(5):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(5):hover > ul a, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(5):focus > ul a, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(5):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.2857142857);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.2857142857);
  }
  .menu > ul > li:first-child:nth-last-child(7):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(7):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(7):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(7):nth-child(6):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7):nth-child(6):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7):nth-child(6):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(6):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(6):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(6):focus-within ~ li:last-child:after {
    right: 150%;
  }
  .menu > ul > li:first-child:nth-last-child(7):nth-child(6):hover > ul a, .menu > ul > li:first-child:nth-last-child(7):nth-child(6):focus > ul a, .menu > ul > li:first-child:nth-last-child(7):nth-child(6):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(6):hover > ul a, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(6):focus > ul a, .menu > ul > li:first-child:nth-last-child(7) ~ li:nth-child(6):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.1428571429);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.1428571429);
  }
  .menu > ul > li:first-child:nth-last-child(7):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(7):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(7):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(7) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(8):nth-child(1):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8):nth-child(1):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8):nth-child(1):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(1):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(1):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(1):focus-within ~ li:last-child:after {
    right: 750%;
  }
  .menu > ul > li:first-child:nth-last-child(8):nth-child(1):hover > ul a, .menu > ul > li:first-child:nth-last-child(8):nth-child(1):focus > ul a, .menu > ul > li:first-child:nth-last-child(8):nth-child(1):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(1):hover > ul a, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(1):focus > ul a, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(1):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.875);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.875);
  }
  .menu > ul > li:first-child:nth-last-child(8):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(8):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(8):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(8):nth-child(2):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8):nth-child(2):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8):nth-child(2):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(2):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(2):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(2):focus-within ~ li:last-child:after {
    right: 650%;
  }
  .menu > ul > li:first-child:nth-last-child(8):nth-child(2):hover > ul a, .menu > ul > li:first-child:nth-last-child(8):nth-child(2):focus > ul a, .menu > ul > li:first-child:nth-last-child(8):nth-child(2):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(2):hover > ul a, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(2):focus > ul a, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(2):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.75);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.75);
  }
  .menu > ul > li:first-child:nth-last-child(8):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(8):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(8):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(8):nth-child(3):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8):nth-child(3):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8):nth-child(3):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(3):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(3):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(3):focus-within ~ li:last-child:after {
    right: 550%;
  }
  .menu > ul > li:first-child:nth-last-child(8):nth-child(3):hover > ul a, .menu > ul > li:first-child:nth-last-child(8):nth-child(3):focus > ul a, .menu > ul > li:first-child:nth-last-child(8):nth-child(3):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(3):hover > ul a, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(3):focus > ul a, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(3):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.625);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.625);
  }
  .menu > ul > li:first-child:nth-last-child(8):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(8):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(8):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(8):nth-child(4):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8):nth-child(4):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8):nth-child(4):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(4):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(4):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(4):focus-within ~ li:last-child:after {
    right: 450%;
  }
  .menu > ul > li:first-child:nth-last-child(8):nth-child(4):hover > ul a, .menu > ul > li:first-child:nth-last-child(8):nth-child(4):focus > ul a, .menu > ul > li:first-child:nth-last-child(8):nth-child(4):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(4):hover > ul a, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(4):focus > ul a, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(4):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.5);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.5);
  }
  .menu > ul > li:first-child:nth-last-child(8):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(8):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(8):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(8):nth-child(5):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8):nth-child(5):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8):nth-child(5):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(5):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(5):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(5):focus-within ~ li:last-child:after {
    right: 350%;
  }
  .menu > ul > li:first-child:nth-last-child(8):nth-child(5):hover > ul a, .menu > ul > li:first-child:nth-last-child(8):nth-child(5):focus > ul a, .menu > ul > li:first-child:nth-last-child(8):nth-child(5):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(5):hover > ul a, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(5):focus > ul a, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(5):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.375);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.375);
  }
  .menu > ul > li:first-child:nth-last-child(8):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(8):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(8):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(8):nth-child(6):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8):nth-child(6):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8):nth-child(6):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(6):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(6):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(6):focus-within ~ li:last-child:after {
    right: 250%;
  }
  .menu > ul > li:first-child:nth-last-child(8):nth-child(6):hover > ul a, .menu > ul > li:first-child:nth-last-child(8):nth-child(6):focus > ul a, .menu > ul > li:first-child:nth-last-child(8):nth-child(6):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(6):hover > ul a, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(6):focus > ul a, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(6):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.25);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.25);
  }
  .menu > ul > li:first-child:nth-last-child(8):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(8):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(8):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(8):nth-child(7):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8):nth-child(7):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8):nth-child(7):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(7):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(7):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(7):focus-within ~ li:last-child:after {
    right: 150%;
  }
  .menu > ul > li:first-child:nth-last-child(8):nth-child(7):hover > ul a, .menu > ul > li:first-child:nth-last-child(8):nth-child(7):focus > ul a, .menu > ul > li:first-child:nth-last-child(8):nth-child(7):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(7):hover > ul a, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(7):focus > ul a, .menu > ul > li:first-child:nth-last-child(8) ~ li:nth-child(7):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.125);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.125);
  }
  .menu > ul > li:first-child:nth-last-child(8):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(8):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(8):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(8) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(9):nth-child(1):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9):nth-child(1):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9):nth-child(1):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(1):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(1):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(1):focus-within ~ li:last-child:after {
    right: 850%;
  }
  .menu > ul > li:first-child:nth-last-child(9):nth-child(1):hover > ul a, .menu > ul > li:first-child:nth-last-child(9):nth-child(1):focus > ul a, .menu > ul > li:first-child:nth-last-child(9):nth-child(1):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(1):hover > ul a, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(1):focus > ul a, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(1):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.8888888889);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.8888888889);
  }
  .menu > ul > li:first-child:nth-last-child(9):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(9):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(9):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(9):nth-child(2):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9):nth-child(2):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9):nth-child(2):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(2):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(2):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(2):focus-within ~ li:last-child:after {
    right: 750%;
  }
  .menu > ul > li:first-child:nth-last-child(9):nth-child(2):hover > ul a, .menu > ul > li:first-child:nth-last-child(9):nth-child(2):focus > ul a, .menu > ul > li:first-child:nth-last-child(9):nth-child(2):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(2):hover > ul a, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(2):focus > ul a, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(2):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.7777777778);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.7777777778);
  }
  .menu > ul > li:first-child:nth-last-child(9):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(9):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(9):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(9):nth-child(3):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9):nth-child(3):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9):nth-child(3):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(3):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(3):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(3):focus-within ~ li:last-child:after {
    right: 650%;
  }
  .menu > ul > li:first-child:nth-last-child(9):nth-child(3):hover > ul a, .menu > ul > li:first-child:nth-last-child(9):nth-child(3):focus > ul a, .menu > ul > li:first-child:nth-last-child(9):nth-child(3):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(3):hover > ul a, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(3):focus > ul a, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(3):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.6666666667);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.6666666667);
  }
  .menu > ul > li:first-child:nth-last-child(9):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(9):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(9):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(9):nth-child(4):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9):nth-child(4):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9):nth-child(4):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(4):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(4):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(4):focus-within ~ li:last-child:after {
    right: 550%;
  }
  .menu > ul > li:first-child:nth-last-child(9):nth-child(4):hover > ul a, .menu > ul > li:first-child:nth-last-child(9):nth-child(4):focus > ul a, .menu > ul > li:first-child:nth-last-child(9):nth-child(4):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(4):hover > ul a, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(4):focus > ul a, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(4):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.5555555556);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.5555555556);
  }
  .menu > ul > li:first-child:nth-last-child(9):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(9):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(9):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(9):nth-child(5):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9):nth-child(5):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9):nth-child(5):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(5):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(5):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(5):focus-within ~ li:last-child:after {
    right: 450%;
  }
  .menu > ul > li:first-child:nth-last-child(9):nth-child(5):hover > ul a, .menu > ul > li:first-child:nth-last-child(9):nth-child(5):focus > ul a, .menu > ul > li:first-child:nth-last-child(9):nth-child(5):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(5):hover > ul a, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(5):focus > ul a, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(5):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.4444444444);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.4444444444);
  }
  .menu > ul > li:first-child:nth-last-child(9):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(9):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(9):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(9):nth-child(6):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9):nth-child(6):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9):nth-child(6):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(6):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(6):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(6):focus-within ~ li:last-child:after {
    right: 350%;
  }
  .menu > ul > li:first-child:nth-last-child(9):nth-child(6):hover > ul a, .menu > ul > li:first-child:nth-last-child(9):nth-child(6):focus > ul a, .menu > ul > li:first-child:nth-last-child(9):nth-child(6):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(6):hover > ul a, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(6):focus > ul a, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(6):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.3333333333);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.3333333333);
  }
  .menu > ul > li:first-child:nth-last-child(9):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(9):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(9):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(9):nth-child(7):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9):nth-child(7):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9):nth-child(7):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(7):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(7):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(7):focus-within ~ li:last-child:after {
    right: 250%;
  }
  .menu > ul > li:first-child:nth-last-child(9):nth-child(7):hover > ul a, .menu > ul > li:first-child:nth-last-child(9):nth-child(7):focus > ul a, .menu > ul > li:first-child:nth-last-child(9):nth-child(7):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(7):hover > ul a, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(7):focus > ul a, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(7):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.2222222222);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.2222222222);
  }
  .menu > ul > li:first-child:nth-last-child(9):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(9):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(9):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(9):nth-child(8):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9):nth-child(8):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9):nth-child(8):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(8):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(8):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(8):focus-within ~ li:last-child:after {
    right: 150%;
  }
  .menu > ul > li:first-child:nth-last-child(9):nth-child(8):hover > ul a, .menu > ul > li:first-child:nth-last-child(9):nth-child(8):focus > ul a, .menu > ul > li:first-child:nth-last-child(9):nth-child(8):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(8):hover > ul a, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(8):focus > ul a, .menu > ul > li:first-child:nth-last-child(9) ~ li:nth-child(8):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.1111111111);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.1111111111);
  }
  .menu > ul > li:first-child:nth-last-child(9):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(9):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(9):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(9) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(10):nth-child(1):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10):nth-child(1):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10):nth-child(1):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(1):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(1):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(1):focus-within ~ li:last-child:after {
    right: 950%;
  }
  .menu > ul > li:first-child:nth-last-child(10):nth-child(1):hover > ul a, .menu > ul > li:first-child:nth-last-child(10):nth-child(1):focus > ul a, .menu > ul > li:first-child:nth-last-child(10):nth-child(1):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(1):hover > ul a, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(1):focus > ul a, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(1):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.9);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.9);
  }
  .menu > ul > li:first-child:nth-last-child(10):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(10):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(10):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(10):nth-child(2):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10):nth-child(2):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10):nth-child(2):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(2):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(2):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(2):focus-within ~ li:last-child:after {
    right: 850%;
  }
  .menu > ul > li:first-child:nth-last-child(10):nth-child(2):hover > ul a, .menu > ul > li:first-child:nth-last-child(10):nth-child(2):focus > ul a, .menu > ul > li:first-child:nth-last-child(10):nth-child(2):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(2):hover > ul a, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(2):focus > ul a, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(2):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.8);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.8);
  }
  .menu > ul > li:first-child:nth-last-child(10):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(10):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(10):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(10):nth-child(3):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10):nth-child(3):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10):nth-child(3):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(3):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(3):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(3):focus-within ~ li:last-child:after {
    right: 750%;
  }
  .menu > ul > li:first-child:nth-last-child(10):nth-child(3):hover > ul a, .menu > ul > li:first-child:nth-last-child(10):nth-child(3):focus > ul a, .menu > ul > li:first-child:nth-last-child(10):nth-child(3):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(3):hover > ul a, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(3):focus > ul a, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(3):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.7);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.7);
  }
  .menu > ul > li:first-child:nth-last-child(10):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(10):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(10):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(10):nth-child(4):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10):nth-child(4):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10):nth-child(4):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(4):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(4):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(4):focus-within ~ li:last-child:after {
    right: 650%;
  }
  .menu > ul > li:first-child:nth-last-child(10):nth-child(4):hover > ul a, .menu > ul > li:first-child:nth-last-child(10):nth-child(4):focus > ul a, .menu > ul > li:first-child:nth-last-child(10):nth-child(4):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(4):hover > ul a, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(4):focus > ul a, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(4):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.6);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.6);
  }
  .menu > ul > li:first-child:nth-last-child(10):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(10):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(10):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(10):nth-child(5):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10):nth-child(5):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10):nth-child(5):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(5):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(5):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(5):focus-within ~ li:last-child:after {
    right: 550%;
  }
  .menu > ul > li:first-child:nth-last-child(10):nth-child(5):hover > ul a, .menu > ul > li:first-child:nth-last-child(10):nth-child(5):focus > ul a, .menu > ul > li:first-child:nth-last-child(10):nth-child(5):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(5):hover > ul a, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(5):focus > ul a, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(5):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.5);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.5);
  }
  .menu > ul > li:first-child:nth-last-child(10):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(10):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(10):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(10):nth-child(6):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10):nth-child(6):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10):nth-child(6):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(6):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(6):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(6):focus-within ~ li:last-child:after {
    right: 450%;
  }
  .menu > ul > li:first-child:nth-last-child(10):nth-child(6):hover > ul a, .menu > ul > li:first-child:nth-last-child(10):nth-child(6):focus > ul a, .menu > ul > li:first-child:nth-last-child(10):nth-child(6):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(6):hover > ul a, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(6):focus > ul a, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(6):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.4);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.4);
  }
  .menu > ul > li:first-child:nth-last-child(10):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(10):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(10):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(10):nth-child(7):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10):nth-child(7):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10):nth-child(7):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(7):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(7):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(7):focus-within ~ li:last-child:after {
    right: 350%;
  }
  .menu > ul > li:first-child:nth-last-child(10):nth-child(7):hover > ul a, .menu > ul > li:first-child:nth-last-child(10):nth-child(7):focus > ul a, .menu > ul > li:first-child:nth-last-child(10):nth-child(7):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(7):hover > ul a, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(7):focus > ul a, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(7):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.3);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.3);
  }
  .menu > ul > li:first-child:nth-last-child(10):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(10):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(10):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(10):nth-child(8):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10):nth-child(8):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10):nth-child(8):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(8):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(8):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(8):focus-within ~ li:last-child:after {
    right: 250%;
  }
  .menu > ul > li:first-child:nth-last-child(10):nth-child(8):hover > ul a, .menu > ul > li:first-child:nth-last-child(10):nth-child(8):focus > ul a, .menu > ul > li:first-child:nth-last-child(10):nth-child(8):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(8):hover > ul a, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(8):focus > ul a, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(8):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.2);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.2);
  }
  .menu > ul > li:first-child:nth-last-child(10):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(10):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(10):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(10):nth-child(9):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10):nth-child(9):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10):nth-child(9):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(9):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(9):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(9):focus-within ~ li:last-child:after {
    right: 150%;
  }
  .menu > ul > li:first-child:nth-last-child(10):nth-child(9):hover > ul a, .menu > ul > li:first-child:nth-last-child(10):nth-child(9):focus > ul a, .menu > ul > li:first-child:nth-last-child(10):nth-child(9):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(9):hover > ul a, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(9):focus > ul a, .menu > ul > li:first-child:nth-last-child(10) ~ li:nth-child(9):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.1);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.1);
  }
  .menu > ul > li:first-child:nth-last-child(10):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(10):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(10):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(10) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(11):nth-child(1):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11):nth-child(1):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11):nth-child(1):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(1):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(1):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(1):focus-within ~ li:last-child:after {
    right: 1050%;
  }
  .menu > ul > li:first-child:nth-last-child(11):nth-child(1):hover > ul a, .menu > ul > li:first-child:nth-last-child(11):nth-child(1):focus > ul a, .menu > ul > li:first-child:nth-last-child(11):nth-child(1):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(1):hover > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(1):focus > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(1):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.9090909091);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.9090909091);
  }
  .menu > ul > li:first-child:nth-last-child(11):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(11):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(11):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(11):nth-child(2):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11):nth-child(2):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11):nth-child(2):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(2):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(2):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(2):focus-within ~ li:last-child:after {
    right: 950%;
  }
  .menu > ul > li:first-child:nth-last-child(11):nth-child(2):hover > ul a, .menu > ul > li:first-child:nth-last-child(11):nth-child(2):focus > ul a, .menu > ul > li:first-child:nth-last-child(11):nth-child(2):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(2):hover > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(2):focus > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(2):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.8181818182);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.8181818182);
  }
  .menu > ul > li:first-child:nth-last-child(11):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(11):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(11):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(11):nth-child(3):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11):nth-child(3):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11):nth-child(3):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(3):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(3):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(3):focus-within ~ li:last-child:after {
    right: 850%;
  }
  .menu > ul > li:first-child:nth-last-child(11):nth-child(3):hover > ul a, .menu > ul > li:first-child:nth-last-child(11):nth-child(3):focus > ul a, .menu > ul > li:first-child:nth-last-child(11):nth-child(3):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(3):hover > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(3):focus > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(3):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.7272727273);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.7272727273);
  }
  .menu > ul > li:first-child:nth-last-child(11):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(11):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(11):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(11):nth-child(4):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11):nth-child(4):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11):nth-child(4):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(4):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(4):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(4):focus-within ~ li:last-child:after {
    right: 750%;
  }
  .menu > ul > li:first-child:nth-last-child(11):nth-child(4):hover > ul a, .menu > ul > li:first-child:nth-last-child(11):nth-child(4):focus > ul a, .menu > ul > li:first-child:nth-last-child(11):nth-child(4):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(4):hover > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(4):focus > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(4):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.6363636364);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.6363636364);
  }
  .menu > ul > li:first-child:nth-last-child(11):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(11):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(11):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(11):nth-child(5):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11):nth-child(5):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11):nth-child(5):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(5):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(5):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(5):focus-within ~ li:last-child:after {
    right: 650%;
  }
  .menu > ul > li:first-child:nth-last-child(11):nth-child(5):hover > ul a, .menu > ul > li:first-child:nth-last-child(11):nth-child(5):focus > ul a, .menu > ul > li:first-child:nth-last-child(11):nth-child(5):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(5):hover > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(5):focus > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(5):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.5454545455);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.5454545455);
  }
  .menu > ul > li:first-child:nth-last-child(11):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(11):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(11):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(11):nth-child(6):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11):nth-child(6):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11):nth-child(6):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(6):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(6):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(6):focus-within ~ li:last-child:after {
    right: 550%;
  }
  .menu > ul > li:first-child:nth-last-child(11):nth-child(6):hover > ul a, .menu > ul > li:first-child:nth-last-child(11):nth-child(6):focus > ul a, .menu > ul > li:first-child:nth-last-child(11):nth-child(6):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(6):hover > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(6):focus > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(6):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.4545454545);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.4545454545);
  }
  .menu > ul > li:first-child:nth-last-child(11):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(11):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(11):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(11):nth-child(7):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11):nth-child(7):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11):nth-child(7):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(7):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(7):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(7):focus-within ~ li:last-child:after {
    right: 450%;
  }
  .menu > ul > li:first-child:nth-last-child(11):nth-child(7):hover > ul a, .menu > ul > li:first-child:nth-last-child(11):nth-child(7):focus > ul a, .menu > ul > li:first-child:nth-last-child(11):nth-child(7):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(7):hover > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(7):focus > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(7):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.3636363636);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.3636363636);
  }
  .menu > ul > li:first-child:nth-last-child(11):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(11):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(11):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(11):nth-child(8):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11):nth-child(8):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11):nth-child(8):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(8):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(8):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(8):focus-within ~ li:last-child:after {
    right: 350%;
  }
  .menu > ul > li:first-child:nth-last-child(11):nth-child(8):hover > ul a, .menu > ul > li:first-child:nth-last-child(11):nth-child(8):focus > ul a, .menu > ul > li:first-child:nth-last-child(11):nth-child(8):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(8):hover > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(8):focus > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(8):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.2727272727);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.2727272727);
  }
  .menu > ul > li:first-child:nth-last-child(11):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(11):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(11):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(11):nth-child(9):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11):nth-child(9):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11):nth-child(9):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(9):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(9):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(9):focus-within ~ li:last-child:after {
    right: 250%;
  }
  .menu > ul > li:first-child:nth-last-child(11):nth-child(9):hover > ul a, .menu > ul > li:first-child:nth-last-child(11):nth-child(9):focus > ul a, .menu > ul > li:first-child:nth-last-child(11):nth-child(9):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(9):hover > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(9):focus > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(9):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.1818181818);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.1818181818);
  }
  .menu > ul > li:first-child:nth-last-child(11):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(11):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(11):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child:nth-last-child(11):nth-child(10):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11):nth-child(10):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11):nth-child(10):focus-within ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(10):hover ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(10):focus ~ li:last-child:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(10):focus-within ~ li:last-child:after {
    right: 150%;
  }
  .menu > ul > li:first-child:nth-last-child(11):nth-child(10):hover > ul a, .menu > ul > li:first-child:nth-last-child(11):nth-child(10):focus > ul a, .menu > ul > li:first-child:nth-last-child(11):nth-child(10):focus-within > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(10):hover > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(10):focus > ul a, .menu > ul > li:first-child:nth-last-child(11) ~ li:nth-child(10):focus-within > ul a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.0909090909);
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.0909090909);
  }
  .menu > ul > li:first-child:nth-last-child(11):last-child:hover:after, .menu > ul > li:first-child:nth-last-child(11):last-child:focus:after, .menu > ul > li:first-child:nth-last-child(11):last-child:focus-within:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:hover:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:focus:after, .menu > ul > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ul > li:first-child > a {
    opacity: 1;
  }
  .menu > ul > li > a {
    padding: 2rem 0;
    font-size: 1.6vw;
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1;
    opacity: 1;
    transition: 250ms ease all;
  }
  .menu > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    visibility: hidden;
  }
  .menu > ul > li > ul > li {
    margin-top: 0.5rem;
    transition: 250ms cubic-bezier(0.42, 0.83, 0.49, 1.35) transform;
    transform: scale(0);
  }
  .menu > ul > li > ul > li > a {
    display: block;
    text-align: center;
    border-radius: 0.2rem;
    padding: 1rem 0.5rem;
    font-size: 1.4vw;
    background: rgba(236, 140, 105, 0.8);
    color: white;
    transition: 250ms ease all;
  }
  .menu > ul > li > ul > li > a:hover, .menu > ul > li > ul > li > a:focus, .menu > ul > li > ul > li > a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1);
    background: #ec8c69;
    color: white;
    font-weight: bold;
  }
  .menu > ul > li:hover > a, .menu > ul > li:focus > a, .menu > ul > li:focus-within > a {
    opacity: 1 !important;
    font-weight: bold;
  }
  .menu > ul > li:hover > ul, .menu > ul > li:focus > ul, .menu > ul > li:focus-within > ul {
    visibility: visible;
  }
  .menu > ul > li:hover > ul > li, .menu > ul > li:focus > ul > li, .menu > ul > li:focus-within > ul > li {
    transform: scale(1);
  }
  .menu > ul > li:hover > ul > li:first-child, .menu > ul > li:focus > ul > li:first-child, .menu > ul > li:focus-within > ul > li:first-child {
    transition-delay: 150ms;
  }
  .menu > ul > li:hover > ul > li:nth-child(1), .menu > ul > li:focus > ul > li:nth-child(1), .menu > ul > li:focus-within > ul > li:nth-child(1) {
    transition-delay: 150ms;
  }
  .menu > ul > li:hover > ul > li:nth-child(2), .menu > ul > li:focus > ul > li:nth-child(2), .menu > ul > li:focus-within > ul > li:nth-child(2) {
    transition-delay: 300ms;
  }
  .menu > ul > li:hover > ul > li:nth-child(3), .menu > ul > li:focus > ul > li:nth-child(3), .menu > ul > li:focus-within > ul > li:nth-child(3) {
    transition-delay: 450ms;
  }
  .menu > ul > li:hover > ul > li:nth-child(4), .menu > ul > li:focus > ul > li:nth-child(4), .menu > ul > li:focus-within > ul > li:nth-child(4) {
    transition-delay: 600ms;
  }
  .menu > ul > li:hover > ul > li:nth-child(5), .menu > ul > li:focus > ul > li:nth-child(5), .menu > ul > li:focus-within > ul > li:nth-child(5) {
    transition-delay: 750ms;
  }
  .menu > ul > li:hover > ul > li:nth-child(6), .menu > ul > li:focus > ul > li:nth-child(6), .menu > ul > li:focus-within > ul > li:nth-child(6) {
    transition-delay: 900ms;
  }
  .menu > ul > li:hover > ul > li:nth-child(7), .menu > ul > li:focus > ul > li:nth-child(7), .menu > ul > li:focus-within > ul > li:nth-child(7) {
    transition-delay: 1050ms;
  }
  .menu > ul > li:hover > ul > li:nth-child(8), .menu > ul > li:focus > ul > li:nth-child(8), .menu > ul > li:focus-within > ul > li:nth-child(8) {
    transition-delay: 1200ms;
  }
  .menu > ul > li:hover > ul > li:nth-child(9), .menu > ul > li:focus > ul > li:nth-child(9), .menu > ul > li:focus-within > ul > li:nth-child(9) {
    transition-delay: 1350ms;
  }
  .menu > ul > li:hover > ul > li:nth-child(10), .menu > ul > li:focus > ul > li:nth-child(10), .menu > ul > li:focus-within > ul > li:nth-child(10) {
    transition-delay: 1500ms;
  }
  .menu > ul > li:hover > ul > li:nth-child(11), .menu > ul > li:focus > ul > li:nth-child(11), .menu > ul > li:focus-within > ul > li:nth-child(11) {
    transition-delay: 1650ms;
  }
}
@media (max-width: 45rem) {
  .menu {
    background: linear-gradient(to bottom, #ed6ea0 0%, #ec8c69 100%);
  }
  .menu a {
    font-size: 1.4rem;
    padding: 1rem 0.5rem;
  }
  .menu > ul {
    flex-direction: column;
  }
  .menu > ul > li {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .menu > ul > li > a:nth-last-child(2) {
    position: relative;
  }
  .menu > ul > li > a:nth-last-child(2):after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.25rem;
    right: 1.5rem;
    border-top: 0.5rem solid #fff;
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid transparent;
    transition: 250ms ease all;
  }
  .menu > ul > li:focus-within:nth-last-child(2):after, .menu > ul > li:focus:nth-last-child(2):after,
.menu > ul > li > a:hover:nth-last-child(2):after,
.menu > ul > li > a:focus-within:nth-last-child(2):after,
.menu > ul > li > a:focus:nth-last-child(2):after {
    transform: rotate(180deg);
  }
  .menu > ul > li:focus-within + ul, .menu > ul > li:focus + ul,
.menu > ul > li > a:hover + ul,
.menu > ul > li > a:focus-within + ul,
.menu > ul > li > a:focus + ul {
    max-height: 12rem;
  }
  .menu > ul > li > ul {
    background: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.15);
    overflow: hidden;
    max-height: 0;
    transition: 250ms ease all;
  }
  .menu > ul > li > ul > li a {
    display: block;
    font-size: 1.2rem;
  }
}
#index_content img {
  width: clamp(200px, 100%, 900px) !important;
  height: auto !important;
  aspect-ratio: auto !important;
}