body {
  overflow-x: hidden;
}
body a,
body a:focus,
body a:hover,
body a:visited {
  text-decoration: none;
}
body.menu-opened {
  overflow-y: hidden;
}
.container {
  width: 100%;
  max-width: 1630px;
}
.show-sp {
  display: none;
}
.show-pc {
  display: block;
}
#hp-slider .dot,
#alumni-slider .dot {
  border: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer !important;
}
#hp-slider .dot.active,
#alumni-slider .dot.active {
  width: 20px;
  height: 20px;
}
#hp-slider .red-dot,
#alumni-slider .red-dot {
  background: #ea6769;
}
#hp-slider .blue-dot,
#alumni-slider .blue-dot {
  background: #4fa8ce;
  margin-left: 20px;
  margin-right: 20px;
}
#hp-slider .yellow-dot,
#alumni-slider .yellow-dot {
  background: #ff9430;
}
#hp-slider .purple-dot {
  background: #A688B9;
  margin-left: 20px;
}
#hp-slider .carousel-indicators {
  text-align: right;
  bottom: 60px;
  right: 120px;
  width: auto;
}
#header-banner-title {
  position: absolute;
  bottom: 60px;
  left: 90px;
  text-align: left;
  z-index: 1;
}
#header-banner-title h1 {
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-size: 71px;
  color: #fff;
  width: 100%;
  max-width: 850px;
  text-shadow: 0 0 6px rgba(0,0,0,0.6)
}
#header-banner-title h4 {
  font-family: "alternate-gothic-atf";
  font-size: 25px;
  color: #fff;
  margin: 0;
  text-shadow: 0 0 6px rgba(0,0,0,0.6)
}
#hp-slider.about-page #header-banner-title .small-title {
  font-size: 25px;
  font-family: "alternate-gothic-atf";
  margin-right: 30px;
  vertical-align: middle;
}
#hp-slider.about-page #header-banner-title h2 {
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-size: 71px;
  color: #fff;
  width: 100%;
  max-width: 850px;
  text-shadow: 0 0 6px rgba(0,0,0,0.6)
}
#hp-slider.about-page .carousel-indicators {
  bottom: 160px;
}
#jwli-page-wrapper {
  padding: 0;
}
.b1-right {
  border-right: 1px solid #fff;
}
header {
  background: #fff;
  display: flex;
  height: auto;
  padding: 0 !important;
  position: relative;
}
header .search-top-wrapper {
  width: 165px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

header .search-top-wrapper a img {
  width: 90%;
}

header .search-top-wrapper.--not-hp,
.search-top-wrapper.--not-hp {
  display: none;
  justify-content: end;
  bottom: 60px;
}
header .search-top-wrapper.--not-hp.show-element,
.search-top-wrapper.--not-hp.show-element {
  display: block;
  z-index: 9999999;
  position: fixed;
  bottom: 0;
}
header .search-top-wrapper.--not-hp .search-top-btn,
.search-top-wrapper.--not-hp .search-top-btn {
  height: 355px;
  margin-bottom: 0;
  bottom: 0;
  padding-top: 60px;
}

header .big-image {
  flex: 1;
  height: 80vh;
  max-height: 995px;
}
header #hp-slider .big-image {
  position: fixed;
}
header .big-image .img-banner {
  /*background: url(../img/jwli-1.jpg) no-repeat center center;*/
  background-size: cover !important;
  min-height: 80vh;
}
#hp-slider {
  width: 100%;
  height: 80vh;
  max-height: 995px;
  flex: 1;
}
header .logo-wrapper {
  margin-top: 30px;
}
.home header .logo-wrapper > a {
  position: fixed;
  /*top: 60px;*/
  top: 0;
  left: 20px;
  width: 135px;
  background: #fff;
  padding-top: 28px;
  z-index: 99;
}
header .menu-wrapper {
  width: 150px;
}
header .search-top-btn {
  width: 80px;
  margin-bottom: 60px;
}
header .search-top-btn #search-btn,
header .search-top-btn #back-to-top {
  margin-top: 30px;
  display: block;
  font-family: "alternate-gothic-atf";
  font-size: 16px;
  color: #373332;
  text-align: center;
  letter-spacing: 0.05em;
}
header .search-top-btn #search-btn img,
header .search-top-btn #back-to-top img {
  margin-bottom: 5px;
  max-width: 35px;
}
header .search-top-btn #search-btn span,
header .search-top-btn #back-to-top span {
  display: block;
}
header .search-top-btn #search-btn img {
  max-width: 25px;
}
header .menu-wrapper {
  position: fixed;
  width: 68px;
  background: #858585;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: 0;
}
header .menu-icon-text {
  text-align: center;
  margin-top: 28px;
}
header .menu-icon-text img {
  max-width: 30px;
  margin-bottom: 15px;
}
header .menu-icon-text #menu-btn {
  color: #fff;
  font-size: 24px;
  font-family: "Fira Sans Extra Condensed";
  font-weight: 400;
  transform-origin: 0 0;
  transform: rotate(90deg);
}
header .menu-icon-text #menu-btn span {
  font-size: 26px;
  font-family: "alternate-gothic-atf";
  transform: rotate(90deg);
  display: block;
  position: relative;
  top: 20px;
  letter-spacing: 2px;
  right: 0;
}
header .menu-icon-text #menu-btn:hover {
  text-decoration: none;
}
header .menu-icon-text #menu-btn:after {
  /*display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 230px;
    top: 160px;
    border-left: 1px solid #fff;
    left: auto;
    right: 50%;
    transform: translateX(-50%);*/
}
header .menu-icon-text #menu-btn:before {
  /*content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 40px;
    top: 160px;
    right: 48%;
    left: auto;
    border-left: 3px solid #f27579;
    transform: translateX(-50%);
    z-index: 9;*/
}

.jwli-progress-container {
  position: fixed;
  right: 33px;
  top: 160px;
  width: 2px;
  height: 250px;
  background: #fff;
  margin: auto;
}

.jwli-progress-bar {
  width: 2px;
  background: #ea6769;
  /*background: linear-gradient(217deg, rgba(255, 255, 255), rgba(242, 117, 121) 70.71%),
    linear-gradient(127deg, rgba(255, 255, 255), rgba(255, 255, 255) 70.71%),
    linear-gradient(336deg, rgba(255, 255, 255), rgba(255, 255, 255) 70.71%);*/
}

#jwli-scrollbar::before {
	/*height: 1%;*/
}

#jwli-scrollbar.full-scroll {
    background: rgb(242, 117, 121);
    /*background: linear-gradient(217deg, rgba(255, 255, 255), rgba(242, 117, 121) 70.71%),
    linear-gradient(127deg, rgba(255, 255, 255), rgba(255, 255, 255) 70.71%),
    linear-gradient(336deg, rgba(255, 255, 255), rgba(255, 255, 255) 70.71%);*/
}

header .menu-jwli-header-menu-container {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
header #menu-jwli-header-menu {
  width: 50%;
  background: #f27579;
  color: #fff;
}

header .menu-wrapper #menu-jwli-header-menu li {
  list-style: none;
  text-align: center;
  font-size: 24px;
  padding: 30px;
  width: auto;
  display: flex;
  min-width: 250px;
  min-height: 250px;
  vertical-align: middle;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

header .menu-wrapper #menu-jwli-header-menu li a {
  text-decoration: none;
  color: #fff;
}

header .menu-wrapper #menu-jwli-header-menu li a:hover,
.menu-items .menu-row .with-submenu ul li a:not(.submenu-parent):hover {
  color: #ddbdc9;
}

header .menu-wrapper #menu-jwli-header-menu li .sub-menu li {
  font-size: 16px;
}

header .menu-wrapper #menu-jwli-header-menu li small {
  display: block;
  font-size: 10px;
  color: #000;
}
header .with-submenu-items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

header .menu-wrapper #menu-jwli-header-menu li.with-submenu-items .sub-menu li {
  min-height: 1px;
  padding: 5px;
}

/* NON DYNAMIC MENU ITEMS */
.menu-items-wrapper {
  position: absolute;
  /*left: 0;*/
  /*right: 0;
    top: 0;
    bottom: 0;*/
  background: rgba(255, 255, 255, 0.7);
}

.menu-items {
  width: 60%;
  min-width: 740px;
  background: #f27579;
  right: 0;
  position: absolute;
  padding: 45px 30px 0;
}
.menu-items a {
  text-align: center;
  padding: 45px 45px 75px;
}
.menu-items a:hover {
  text-decoration: none;
}
.menu-items .menu-item.with-submenu a {
  padding: 0;
  margin: 0;
}
.menu-items a p {
  color: #fff;
  font-size: 34px;
  margin-bottom: 0;
  font-family: "alternate-gothic-atf";
  font-style: normal;
  font-weight: lighter;
  letter-spacing: 0.025em;
}
.menu-items a.disabled p {
  color: #fff !important;
  cursor: default !important;
}
.menu-items a small {
  color: #000;
  display: block;
  font-family: "游ゴシック Medium", "Yu Gothic", YuGothic, YuGothicMedium, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 12px;
  letter-spacing: 0.025em;
}
.menu-items a.disabled small {
  color: #000 !important;
  cursor: default !important;
}
.menu-items a:hover p {
  color: #ddbdc9;
}
#close-menu-btn {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 99;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
}
#close-menu-btn img {
  max-width: 50px;
  display: block;
}
#close-menu-btn span {
  color: #fff;
  font-family: "alternate-gothic-atf";
  font-size: 24px;
  transform: rotate(90deg);
  margin-top: 25px;
  letter-spacing: 0.05em;
}
.menu-items .with-submenu ul li {
  list-style: none;
  margin-bottom: 15px;
}
.menu-items .menu-row .with-submenu {
  display: inline-flex;
  height: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  padding: 10px 30px 45px 30px;
}
.menu-items .menu-row .with-submenu ul {
  padding-left: 0;
  margin-left: 40px;
  display: inline-block;
  height: 100%;
  max-width: 100%;
}
.menu-items .with-submenu .submenu-parent p {
  margin-top: -30px;
}
.menu-items .menu-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  padding: 0 30px 30px;
  /*border-right: 1px solid #fff;*/
}
.menu-items .menu-item:before {
  border-right: 1px solid #fff;
  content: "";
  position: absolute;
  right: 0;
  height: 160px;
}
.menu-items .menu-item:after {
  border-bottom: 1px solid #fff;
  content: "";
  width: 97%;
}
.menu-items .menu-row .menu-item:last-of-type {
  border-right: none;
}
.menu-row {
  margin: 0;
}
.menu-items .menu-row:last-of-type .menu-item:after {
  border-bottom: none;
  display: none;
}
.menu-items .menu-row:first-of-type .menu-item.with-submenu:before {
  border-right: none;
  display: none;
}
.menu-items .menu-row:first-of-type .menu-item.with-submenu:after {
  position: absolute;
  bottom: 30px;
  left: 32px;
  width: 87%;
}
.menu-items .menu-item:last-of-type:before {
  border-right: none;
  display: none;
}
.menu-items .menu-row .with-submenu ul li a {
  color: #fff;
  width: 100%;
  text-align: left;
}
.menu-items .menu-row .with-submenu ul li a:not(.submenu-parent) {
  font-size: 20px;
  font-weight: 400;
  font-family: "alternate-gothic-atf";
  letter-spacing: 0.01em;
}
.menu-items .menu-row .with-submenu .submenu-parent {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.menu-row:last-of-type .menu-item {
  padding: 0;
}
#menu-items-overlay.hidden-menu {
  opacity: 0;
  right: 0 !important;
  top: 0 !important;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#menu-items-overlay.animate-menu {
  position: fixed;
  opacity: 1;
  left: 0 !important;
  bottom: 0 !important;
  transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  top: 0;
  right: 0;
  z-index: 99999;
}
#menu-items-sp .sp-menu-link #alumni-sp-menu span {
  margin-left: 20px;
}
#menu-items-sp .sp-menu-link #news-sp-menu span {
  margin-left: 33px;
}
#menu-items-sp .sp-menu-link #contact-sp-menu span {
  margin-left: 13px;
}
#sp-menu-home-logo {
  display: block;
  width: 125px;
  position: absolute;
  top: 30px;
}
#sp-menu-home-logo img {
  width: 100%;
}

/* Search Form */
#search-form-wrapper {
  position: absolute;
  bottom: 0;
  padding: 80px 100px 80px 80px;
  background: #858585;
  width: 0;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 0;
  z-index: 1;
}
#search-form-wrapper input,
#search-form-wrapper button {
  border-radius: 0;
  height: 50px;
}
#search-form-wrapper #close-search-btn {
  background: transparent;
  border: none;
  color: #fff;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "alternate-gothic-atf";
}
#search-form-wrapper #close-search-btn span {
  display: block;
  font-family: "alternate-gothic-atf";
}
#search-form-wrapper.show-search {
  opacity: 1;
  width: 60%;
  max-width: 760px;
  transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#search-form-wrapper .input-group.w-100 {
  width: 100%;
}
#search-form-wrapper #form-search-input:empty {
  background: #fff
    url(/wp-content/themes/bootstrap-basic-child/assets/img/search-icon.svg)
    no-repeat 15px center;
  padding-left: 60px;
  background-size: 20px;
  font-family: "alternate-gothic-atf";
}
.search-overlay {
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#hp-slider .carousel-indicators,
#alumni-slider .carousel-indicators {
  position: absolute;
}
#alumni-slider .carousel-indicators {
  margin-bottom: 40px;
}

/*search back to top */
.search-top-btn.scrolled {
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 164px;
  background: #fff;
  left: 0;
  right: 0;
  text-align: center;
}
.search-top-btn.scrolled a {
  display: block;
}
.search-top-btn.scrolled a img {
  max-width: 80px;
}
.header-main {
  position: relative
}
.header-main .logo-wrapper {
  position: fixed;
  top: 25px;
  left: calc(165px / 2);
  margin: 0;
  z-index: 1;
  transform: translateX(-50%);
}
.header-main .logo-wrapper img {
  width: 100%;
  max-width: 125px
}
.header-main #page-banner .img-banner {
  left: 0;
  padding: 30px 60px;
}
.archives-pg #logo-menu-wrapper.show-sp {
  position: fixed;
  z-index: 9999;
  top: 0;
}
.header-main #page-banner.about-page .img-banner {
  padding: 0;
  width: 100%;
}
.about-page #header-banner-title {
  bottom: 195px;
  left: 165px;
  text-align: left;
}
.programs-pg #header-banner-title {
  bottom: 195px;
  left: 165px;
  text-align: left;
}
#page-banner .banner-sp {
  text-align: left;
  position: absolute;
  bottom: 165px;
  left: 165px;
}

@media screen and (max-width: 768px) {
  .show-sp {
    display: block;
  }
  .show-pc {
    display: none;
  }
  #hp-slider .dot,
  #alumni-slider .dot {
    width: 10px;
    height: 10px;
  }
  #hp-slider .dot.active,
  #alumni-slider .dot.active {
    width: 13px;
    height: 13px;
  }
  .overlay {
    display: block;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
  }
  #menu-items-overlay.hidden-menu {
    display: none;
  }
  #hp-slider {
    height: auto;
  }
  /* #hp-slider .carousel-inner {
    display: none;
  }
    */
  #hp-slider .carousel-indicators {
    bottom: 10px;
    display: none;
  }
  header #hp-slider .big-image {
    position: relative;
    height: auto;
  }
  .header-main .logo-wrapper {
    display: none;
  }
  .header-main #page-banner .img-banner {
    padding: 15px;
  }
  #jwli-footer .gray-right-section,
  .gray-right-section {
    display: none;
  }
  header .search-top-wrapper,
  header .menu-wrapper {
    display: none;
  }
  header .big-image .img-banner {
    min-height: 400px;
  }
  #logo-menu-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    position: absolute;
    right: 0;
  }
  #logo-menu-wrapper.sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
  }
  #logo-menu-wrapper .logo {
    padding: 20px 16px;
    background: #858585;
  }
  #logo-menu-wrapper .logo img {
    max-width: 82px;
  }
  #logo-menu-wrapper #menu-btn-sp {
    background: #EA6769;
    border: none;
    color: #fff;
    font-family: "alternate-gothic-atf", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 10px 16px;
    font-size: 18px;
  }
  header .search-top-wrapper.--not-hp {
    display: none !important;
  }
  #header-banner-title {
    position: absolute;
    top: initial;
    bottom: 20px;
    right: 30px;
    left: 30px;
  }
  .programs-pg #header-banner-title {
    top: initial;
    left: 30px;
    bottom: 20px;
  }
  #header-banner-title h1 {
    font-size: 40px;
    width: 100%;
    max-width: auto;
  }
  #header-banner-title h4 {
    font-size: 16px;
  }
  #menu-items-sp {
    background: #EA6769;
    /*position: absolute;*/
    position: fixed;
    padding: 120px 20px 80px;
    top: 30px;
    left: 30px;
    right: 30px;
    opacity: 0;
    display: none;
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    z-index: 99999;
    max-height: 100%;
    overflow-y: auto;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
  }
  #menu-items-sp::-webkit-scrollbar {
    display: none;
  }

  #logo-menu-wrapper + #menu-items-sp + .overlay {
    z-index: 9999;
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
  }
  #menu-items-sp.animate {
    opacity: 1;
    display: block;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  #menu-items-sp .sp-menu-link {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #menu-items-sp .sp-menu-link:last-of-type {
    border-bottom: none;
  }
  #menu-items-sp .sp-menu-link a {
    color: #fff;
    font-family: "alternate-gothic-atf", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    text-decoration: none;
  }
  #menu-items-sp .sp-menu-link a.disabled {
    color: #fff !important;
    cursor: default !important;
  }
  #menu-items-sp .sp-menu-link a:hover {
    color: #d9d2d5;
  }
  #menu-items-sp .sp-menu-link a span {
    margin-left: 30px;
    color: #515151;
    font-size: 10px;
    font-family: "游ゴシック Medium", "Yu Gothic", YuGothic, YuGothicMedium, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  #menu-items-sp .sp-menu-link.with-submenu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    flex-wrap: nowrap;
  }
  #menu-items-sp .sp-menu-link.with-submenu span {
    display: block;
    text-align: left;
    margin-left: 0;
  }
  #menu-items-sp .sp-menu-link.with-submenu ul {
    border-left: 1px solid #fff;
    padding-left: 20px;
    margin-left: 20px;
  }
  #menu-items-sp .sp-menu-link.with-submenu ul li {
    list-style: none;
    margin: 25px 0;
  }
  #menu-items-sp .sp-menu-link.with-submenu ul li a {
    font-size: 17px;
  }
  #menu-items-sp #close-menu-btn {
    right: 10px;
  }
  #menu-items-sp #close-menu-btn img {
    max-width: 45px;
  }
  .search-form {
    margin-top: 74px;
  }
  .search-form #form-search-input-sp {
    border-radius: 0;
    height: 60px;
    border: none;
    font-family: "alternate-gothic-atf", sans-serif;
    font-size: 17px;
  }
  .search-form .search-sp button {
    border-radius: 0;
    background: #fff;
    border: none;
    height: 60px;
  }
  .search-form .search-sp img {
    width: 22px;
  }
  #hp-slider.about-page .carousel-indicators {
    bottom: 0;
    right: 0;
    left: 0;
    margin: 20px auto;
    text-align: center;
  }
  #hp-slider.about-page #header-banner-title {
    text-align: left;
    left: 30px;
    bottom: 20px;
  }
  #hp-slider.about-page #header-banner-title h2 {
    font-size: 41px;
  }
  #hp-slider.about-page #header-banner-title .small-title {
    font-size: 13px;
    margin-right: 15px;
  }
  #hp-slider.about-page #header-banner-title h1 {
    font-size: 37px;
  }
  #page-banner .banner-sp {
    text-align: left;
    position: absolute;
    bottom: 35px;
    left: 35px;
  }
  #single-alumni-left-navbar {
    display: block;
    width: 10%;
    max-width: 65px;
  }
  .single-alumni #news-header #single-alumni-left-navbar .left-section-title h2 {
    font-size: 21px;
    font-family: 'alternate-gothic-atf', 'Yu Gothic';
    writing-mode: vertical-rl;
    text-orientation: sideways;
    transform: none;
    position: relative;
    top: 20px;
    left: -22px;
    width: initial;
  }
}

@media screen and (min-width: 1200px) {
  .menu-items .menu-row .with-submenu {
    padding-left: 50px;
  }
  .menu-items .with-submenu ul li {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1500px) {
  .menu-items .menu-row .with-submenu {
    padding-left: 4%;
  }
}

@media screen and (min-width: 1800px) {
  .menu-items .menu-row .with-submenu {
    padding-left: 2%;
  }
}

/* NEWS HEADER */
#news-header {
  position: relative;
}
#news-header .logo-wrapper {
  position: fixed;
  top: 25px;
  left: calc(165px / 2);
  margin: 0;
  z-index: 1;
  transform: translateX(-50%);
}
#news-header .logo-wrapper img {
  width: 100%;
  max-width: 125px
}
#news-header #page-banner .img-banner {
  left: 0;
  padding: 30px 60px;
}

@media screen and (min-width: 1200px) {
  .menu-items {
    padding: 7% 30px 5%;
  }
}

@media screen and (max-width: 768px) {
  #news-header .logo-wrapper {
    display: none;
  }
}
