html {
  --nav-height: 48px;
  --logo-color: #c5c5c6;
  --app-height: 0;
  --gray-color: #86868b;
}

.global-nav-header-wrapper {
  width: 100vw;
  height: 48px;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  display: block;
  z-index: 10000;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
}
.global-nav-header-wrapper.active {
  background-color: #fafafa;
}

.global-nav-header-content {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.global-nav-header-list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.hamburger-icon {
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.hamburger-icon-wrapper {
  display: flex;
  flex-direction: column;
}

.hamburger-line {
  width: 21px;
  height: 1px;
  margin: 2.5px 0px;
  transition: opacity 0.3s, transform 0.3s;
  background-color: #1c1d1f;
}

.semi-hamburger-line {
  margin: 2.5px 0;
}

.logo-nav {
  height: 38px;
}

.login-button-wrapper {
  position: absolute;
  right: 20px;
  display: block;
}

.logo-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}

.global-nav-menu-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-color: #fafafa;
  height: 100dvh;
  overflow-y: scroll;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  /* padding-top: 90px; */
  align-items: center;
}
body.scrolled-action .global-nav-header-wrapper.bg-contact {
  background-color: #fafafa !important;
  filter: invert(0) blur(0);
}
.global-nav-header-wrapper.bg-contact {
  background-color: #fafafa !important;
  filter: invert(0);
}
.global-nav-menu-wrapper.bg-contact .global-nav-link-item a {
  color: #1d1d1f !important;
}
.global-nav-menu-wrapper.bg-contact .global-nav-link-item a::after {
  background-color: #1d1d1f !important;
}

.opacity-blur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 10;
}
.logo-nav,
.call-btn {
  transition: opacity 0.3s;
}
.logo-nav,
.appointment-icon-btn {
  transition: opacity 0.3s;
}
.global-nav-header-wrapper.active .logo-nav {
  opacity: 0;
  pointer-events: none;
}
.global-nav-header-wrapper.active .logo-wrapper {
  pointer-events: none;
}
.global-nav-header-wrapper.active .call-btn {
  opacity: 0;
  pointer-events: none;
}
.global-nav-header-wrapper.active .appointment-icon-btn {
  opacity: 0;
  pointer-events: none;
}
.global-nav-link-item:nth-of-type(2) {
  margin-top: 80px !important;
}
.global-nav-link-item {
  width: calc(100% - 40px * 2);
  margin: 0 40px;
  text-align: left;
  cursor: pointer;
  padding: 10px 0;
  position: relative;
  display: block;
}
.global-nav-link-item.special-item-nav-link a {
  font-size: 19px;
  font-weight: 500;
  color: #888;
}
.global-nav-link-item.special-item-nav-link a::after {
  background-color: #888 !important;
}
.global-nav-link-item.special-item-nav-link {
  padding-bottom: 10px;
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 0.2s 0.5s, transform 0.3s 0.5s;
}
.global-nav-menu-wrapper.active .global-nav-link-item.special-item-nav-link {
  opacity: 1;
  transform: translateY(0);
}
.global-nav-list {
  width: 100%;
  height: 100dvh;

  overflow-y: scroll;
  padding-bottom: 30px;
}

.global-nav-link-item a {
  text-decoration: none;
  font-size: 28px;
  font-weight: 600;
  text-align: left;
  color: #1d1d1f;
  position: relative;
  /* width: 100%; */
  /* display: block; */
  transition: color 0.3s;
}

.global-nav-link-item a::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  left: 0;
  margin-top: 5px;
  transition: transform 0.3s;
  background-color: #1d1d1f;
  transform-origin: left;
}

.global-nav-link-item a:hover::after {
  transform: scaleX(1);
}
.expand-link:hover a::after {
  transform: scaleX(1);
}

.logo-global-nav {
  height: 90px;
  display: none;
  position: relative;
}
.phone-icon-btn span {
  color: #1d1d1f;
  font-weight: 200;
}
.global-logo-nav-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0px;
}

.make-appointment-nav-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.contact-info-nav {
  /* position: fixed; */
  bottom: 39px;
  margin-top: 10px;
  display: block;
  left: 0;
  padding: 0 20px;
  padding-bottom: 30px;
  width: 100%;
}

.social-nav-wrapper {
  text-align: center;
  width: 100%;
  color: #eee;
  cursor: pointer;
  transition: color 0.3s;
}

.social-nav-wrapper:hover {
  color: #dedede;
}

.first-contact-item {
  padding-bottom: 3px;
}

.contact-nav-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 250px;
  position: relative;
  margin: 0 auto;
  padding-top: 10px;
}

.contact-item {
  color: #eee;
  cursor: pointer;
  transition: color 0.3s;
}

.contact-item:hover {
  color: #dedede;
}

.global-nav-menu-wrapper {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
}

.global-nav-menu-wrapper .global-nav-list {
  opacity: 0;
  transform: translateY(-15px);
  transition: opacity 0s 0s, transform 0.3s 0.3s;
}

.global-nav-menu-wrapper.active {
  height: 100dvh;
}

.global-nav-menu-wrapper.active .global-nav-list {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
}

.hide-overflow {
  overflow: hidden;
}

.hamburger-icon.close .semi-hamburger-line {
  opacity: 0;
  margin: 0;
  position: absolute;
}

.hamburger-icon.close .top-hamburger-line {
  transform: rotate(-45deg) translateY(0.5px);
  margin: 0;
  transform-origin: center;
}

.hamburger-icon.close .bottom-hamburger-line {
  transform: rotate(45deg) translateY(-0.5px);
  /* transform: translateY(-1px); */
  margin: 0;
  transform-origin: center;
}

.right-wrapper {
  display: flex;
  align-items: center;
}
.cta-buttons-content {
  display: flex;
  align-items: center;
  height: 100%;

  position: relative;
}
.make-appointment-nav-btn {
  height: 100%;
  position: relative;
  display: block;
}
.make-appointment-nav-btn button {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background-color: rgba(0, 0, 0, 0.05);
  height: 100%;
  color: #1d1d1f;
  font-size: 13px;
  padding: 8px 18px;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 400;
}
.make-appointment-nav-btn a button span {
  font-size: 13px;
  transform: scale(1.85);
}

.make-appointment-nav-btn button:hover {
  background-color: #ccc;
  color: #000;
}

.make-appointment-bottom-btn {
  position: fixed;
  display: none;
  bottom: 20px;
  left: 50vw;
  transform: translateX(-50%);
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background-color: #1d1d1f;
  color: #fff;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  z-index: 10000;
  padding: 10px 20px;
  transition: color 0.3s 0.3s, border 0.3s 0.3s, background 0.3s 0.3s,
    padding 0.3s 0.3s;
  border: 1px solid transparent;
}

@media (max-width: 800px) {
  /* .global-logo-nav-wrapper {
          display: none;
      } */
  .make-appointment-nav-btn {
    display: none;
  }
  .opacity-blur {
    display: none !important;
  }
}

.fake-nav {
  position: relative;
  display: block;
  width: 100vw;
  height: 48px;
}

.mobile-icons-content {
  display: flex;
  flex-direction: row;
}

.phone-icon-btn {
  height: 100%;
  padding: 0 10px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1d1d1f;
  font-size: 16px;

  cursor: pointer;
}

.phone-icon-btn .material-symbols-outlined {
  font-size: 26px;
}
.appointment-icon-wrapper a {
  text-decoration: none;
}
.appointment-icon-btn {
  height: 100%;
  padding: 0 10px;
  margin-right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1d1d1f;
  font-size: 16px;
  cursor: pointer;
}

.appointment-icon-btn .material-symbols-outlined {
  font-size: 26px;
  font-weight: 200;
}

.call-alert {
  width: 100vw;
  position: fixed;
  top: var(--nav-height);
  background-color: #fafafa;
  z-index: 10000;
  /* transform: scaleY(1); */
  max-height: 300px;
  overflow: hidden;
  transform-origin: top;
  transition: max-height 0.3s, opacity 0.3s;
}
.call-alert .call-alert-content {
  opacity: 1;
  transform: translateY(0);
  transition: 0.3s 0.3s;
}
.call-alert.alert-disabled .call-alert-content {
  opacity: 0;
  transform: translateY(-10px);
  transition: 0.3s 0s;
}

.alert-disabled {
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  overflow: hidden;
}

.call-alert-content {
  padding: 50px 40px;
  max-width: 400px;

  margin: 0 auto;
}

.call-headline {
  font-size: 28px;
  font-weight: 600;
  text-align: left;
  padding-bottom: 10px;
}

.call-subhead {
  padding-bottom: 30px;
  text-align: left;
  font-weight: 400;
  pointer-events: none;
  font-size: 17px;
  color: #1d1d1f !important;
}

.cta-button {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  position: relative;
  border: 0;
  padding: 12px 0;
  width: 150px;
  border-radius: 25px;
  font-size: 16px;
  margin: 0 5px;
  background-color: #1d1d1f;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

.cta-content-call a {
  text-decoration: none;
}

.cta-button:hover {
  background-color: #333;
}

.cancel-btn-cta:hover {
  background-color: #e8e8ed;
}

/* .cta-alert-content {
    display: flex;
    flex-direction: column;
  
  } */

.cta-content-call {
  display: flex;
  /* flex-direction: column; */
}

.cancel-btn-cta {
  color: #1d1d1f;
  background-color: #eee;
}

.call-alert-opacity {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: none;
}

.show-opacity {
  display: block;
}
.expand-link a {
  pointer-events: none;
}

@media (min-width: 800px) {
  .expand-link a {
    pointer-events: unset;
  }
  .opacity-blur {
    display: none !important;
  }

  .global-nav-list {
    transform: translateY(0) !important;
    padding-left: 20px;
  }
  .global-nav-link-item:nth-of-type(2) {
    margin: 0 !important;
  }
  .special-item-nav-link {
    display: none;
  }
  .call-headline {
    font-size: 28px;
    text-align: left;
    padding-bottom: 10px;
  }
  .call-subhead {
    padding-bottom: 15px;
    font-size: 15px;
    text-align: left;
  }
  .call-alert {
    width: 340px;
    right: 20px;
    padding: 0 30px;
    top: var(--nav-height);
    border-radius: 0 0 25px 25px;

    background-color: #fafafa;
  }
  .call-alert-content {
    padding: 50px 10px;
  }
  .cta-content-call {
    flex-direction: column;

    margin-top: 20px;
    width: 100%;
  }
  .cta-button {
    padding: 13px 0;
    width: 100%;
    margin: 5px 0;
  }
  .global-nav-menu-wrapper {
    justify-content: center;
  }
  .global-nav-list {
    padding-top: 0px;
    padding-bottom: 0;
  }
  .contact-info-nav {
    position: absolute;
  }
  .fake-nav {
    height: 50px;
  }
  html {
    --nav-height: 50px;
  }
  .only-mobile {
    display: none !important;
  }
  .global-nav-header-wrapper {
    height: 50px;
  }
  .logo-nav {
    height: 38px;
  }
  .global-nav-header-list {
    padding: 0 30px;
  }
  .global-nav-menu-wrapper {
    width: 0px;
    overflow: hidden;
    height: 100vh !important;
    transition: width 0.5s;
  }
  .contact-info-nav {
    bottom: 0;
  }
  .global-logo-nav-wrapper {
    margin-bottom: 10px;
  }
  .hamburger-icon {
    display: none;
  }
  .global-nav-menu-wrapper {
    height: var(--nav-height) !important;
    overflow: initial;
    width: unset !important;
    position: fixed;
    top: 0;
    left: 50vw;
    transform: translateX(-50%);
    /* left: 110px; */
    right: unset;
    background-color: transparent;
    z-index: 1000000;
    display: flex;
    flex-direction: row;
  }
  .global-nav-list {
    flex-direction: row;
    display: flex;
    position: relative;
    height: 100%;
    align-items: center;
    opacity: 1 !important;
  }
  .global-nav-link-item a {
    color: #1d1d1f;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    height: 100%;
    width: unset;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .global-nav-link-item a::after {
    position: absolute;
    background-color: #1d1d1f;
    transform: scaleX(0);
    transition: transform 0.3s;
    left: 0;
    width: calc(100%);
    display: block;
    height: 1px;
    content: "";
    bottom: 12px;
    transform-origin: left;
  }
  .global-nav-link-item {
    padding: 0;
    margin: 0;
    height: 100%;
    padding: 0px 20px;
    position: relative;
  }
  .global-nav-list {
    z-index: 10000000;
  }
  .global-logo-nav-wrapper {
    display: none;
  }
  .make-appointment-nav-btn a button {
    white-space: nowrap;
  }
  .make-appointment-nav-btn a button span {
    font-weight: 200;
  }
  .cta-buttons-content {
    display: flex;
    flex-direction: row;
  }

  .make-appointment-nav-btn:nth-of-type(1) {
    margin-right: 10px;
  }
  .mobile-icons-content {
    display: none;
  }
}

@media (min-width: 800px) and (max-width: 1200px) {
  .global-nav-link-item {
    padding: 0 15px !important;
  }
  .global-nav-link-item a {
    font-size: 14px !important;
  }
  .make-appointment-nav-btn a button {
    font-size: 12px !important;
  }
  .logo-nav {
    height: 36px !important;
  }
  .global-nav-menu-wrapper {
    left: 105px !important;
    transform: translateX(0) !important;
  }
  .make-appointment-nav-btn a button {
    font-size: 10px !important;
  }
}

@media (min-width: 800px) and (max-width: 900px) {
  .global-nav-link-item {
    padding: 0 7.5px !important;
  }
}
@media (min-width: 1200px) {
  .global-nav-link-item a {
    font-size: 15px !important;
  }
  .global-nav-list {
    padding-left: 0;
  }
}

.remove-display {
  display: block;
}

.button-in-nav {
  color: #1d1d1f;
  border: 1px solid #1d1d1f;
  padding: 8px 30px;
  transform: translateX(-50%) translateY(0) !important;
  /* font-weight: 600; */
  background-color: transparent;
}

.button-in-nav:hover {
  background-color: #fff;
  color: #1d1d1f;
}

.make-appointment-bottom-btn {
  transform: translateY(70px) translateX(-50%);
  opacity: 0;
  transition: color 0.3s 0.3s, border 0.3s 0.3s, background 0.3s 0.3s,
    padding 0.3s 0.3s, transform 0.3s, opacity 0.3s, width 0.3s, height 0.3s;
}

.make-appointment-bottom-btn.button-in-nav {
  opacity: 1;
}

.make-appointment-bottom-btn.show-btn {
  transform: translateY(0) translateX(-50%);
}

.global-footer {
  background-color: #fff;

  /* background-color: #bda388; */
  background-color: #c1ab9a;
  padding: 50px 20px;
}

.footer-headline {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}

a[href^="tel"] {
  color: #1d1d1f;
  text-decoration: none;
}

.footer-contact-item {
  padding: 5px 0;
  color: #fff !important;
  font-size: 15px;
}

.footer-contact-item [href^="tel"] {
  color: #fff;
  text-decoration: none;
}

.footer-contact-item [href^="mailto"] {
  color: #fff;
  text-decoration: none;
}

.footer-social-media-wrapper {
  padding-top: 30px;
}

.footer-social-media-item {
  font-size: 15px;
  color: #fff;
  padding-right: 30px;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s;
}

.footer-cta-link {
  text-decoration: none;
  color: #ccc !important;
}
.footer-cta-link i {
  text-decoration: none;
  color: #eee !important;
}
.footer-cta-link div {
  text-decoration: none;
  color: #eee !important;
}

.footer-social-media-item:hover {
  color: #fff;
}

.footer-social-media-wrapper {
  display: flex;
}

.border-wrapper {
  width: 100%;
  height: 1px;
  margin: 30px 0;
  background-color: rgba(255, 253, 253, 0.3);
}

.legal-text {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}

.global-footer-content {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}
.footer-quick-links {
  width: 100%;
  /* text-align: center; */
  font-size: 14px;
  color: #fff !important;
  line-height: 1.35;
  text-decoration: none;
  padding: 10px 0px;
}
.footer-quick-links .footer-quick-links-title {
  font-weight: 600;
  color: #fff !important;
}
.footer-quick-links .quick-link {
  display: inline;
  font-size: 14px;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s;
}
.footer-quick-links .quick-link:hover {
  color: #fff !important;
}
@media (min-width: 800px) {
  .footer-contact-wrapper {
    display: flex;
  }
  .footer-contact-item {
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid rgba(255, 253, 253, 0.3);
  }
  .footer-contact-item:first-of-type {
    padding-left: 0;
  }
  .footer-contact-item:last-of-type {
    border-right: 0;
  }
  .footer-headline {
    font-size: 50px;
    margin-bottom: 40px;
  }
}

.logo-wrapper {
  cursor: pointer;
}

.loading-anim-content {
  width: 100vw;
  height: var(--app-height);
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10000000000;
}

.loading-anim-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: var(--app-height);
  width: 100%;
  position: relative;
}

.loading-anim-logo {
  height: 100px;
}

.loading-completed {
  display: none;
  opacity: 0;
  pointer-events: none;
  height: 0;
  width: 0;
  overflow: hidden;
}

.footer-privacy-policy {
  color: #eee;
  text-decoration: none;
  cursor: pointer;
}

.footer-privacy-policy:hover {
  text-decoration: underline;
}

.footer-links-wrapper {
  padding-bottom: 30px;
  padding-top: 10px;
}

.footer-links-text {
  color: #fff;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
}

.footer-links-list {
  list-style: none;
}

.footer-links-list-item {
  margin-bottom: 2px;
}

.footer-links-list-item .footer-links-link-item {
  color: #eee;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-links-list-item:hover .footer-links-link-item {
  color: #fff;
}

/* new menu */
.main-submenu-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background-color: #fafafa;
  z-index: 10;
  overflow-y: scroll;
  opacity: 0;
  pointer-events: none;
}
.main-submenu-content.active-submenu {
  opacity: 1;
  pointer-events: unset;
}
.main-submenu-content .main-submenu {
  padding: 70px 40px;
  padding-top: 80px;
  transform: translateX(10px);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}
.main-submenu-content.active-submenu .main-submenu {
  transform: translateX(0);
  opacity: 1;
}
.main-submenu-title {
  color: #888;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 15px;
}
.main-subemnu-info ul li.main-submenu-item a {
  font-size: 21px;
}
.main-subemnu-info ul li.main-submenu-item a::after {
  background-color: #888;
}
.main-subemnu-info ul.main-submenu-item-list {
  margin-bottom: 30px;
}
.main-submenu-title a {
  color: #888;
  font-size: 17px !important;
  font-weight: 400;
  margin-bottom: 15px;
}
.main-submenu .main-submenu-item {
  padding: 7px 0px;
}

.prev-button-submenu-wrapper {
  height: var(--nav-height);
  display: flex;
  padding-left: 15px;
  z-index: 200;
  position: relative;

  position: fixed;
  display: none;
}
.prev-button-submenu-wrapper.show-back {
  display: flex;
}
.prev-button-submenu-wrapper .prev-button-submenu {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
.prev-button-submenu-wrapper .prev-button-submenu span {
  font-weight: 100;
  font-size: 24px;
  color: #1d1d1f;
  transform: translateY(1px);
}
.expand-link-item-li {
  position: relative;
  display: block;
}
.main-submenu .main-submenu-item a {
  font-size: 21px;
}

@media (min-width: 800px) {
  .main-submenu-content {
    background-color: #fafafa;
    position: fixed;
    width: calc(100vw);
    left: calc(-1 * var(--nav-list-left));
    display: block;
    top: 0;
    z-index: 5;
  }
  .global-nav-list {
    overflow: visible;
    z-index: 1000;
  }

  .global-nav-list .global-nav-link-item a {
    z-index: 10;
  }

  .global-nav-menu-wrapper.tab-expand .global-nav-link-item a {
    color: #1d1d1f !important;
  }
  .global-nav-menu-wrapper.tab-expand .global-nav-link-item a::after {
    background-color: #1d1d1f !important;
  }
  .main-submenu-content {
    pointer-events: none;
    height: 0;
    overflow: hidden;
    transition: height 0.3s, opacity 0.3s;
  }
  .main-submenu-content.active-submenu {
    opacity: 1;
    pointer-events: unset;
    height: 400px;
    overflow: hidden;
  }
  .main-submenu-content.active-submenu::after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    width: 100vw;
    height: var(--nav-height);
    top: 0;
    background-color: #fafafa;
  }
  .main-submenu-content .main-submenu .main-submenu-item {
    padding: 3px 0;
  }
  .main-submenu-content .main-submenu .main-submenu-item-list {
    padding-bottom: 25px;
  }
  .main-submenu-content .main-submenu .main-submenu-item a {
    color: #1d1d1f !important;
    font-size: 14px !important;
    font-weight: 600 !important;
  }

  .main-submenu-content.tab-2 .main-submenu .main-submenu-item a {
    font-size: 17px !important;
  }
  .main-submenu-content.tab-2
    .main-submenu
    .main-submenu-item.tab-large-link
    a {
    font-size: 21px !important;
  }
  .main-submenu-content .main-submenu .main-submenu-item a::after {
    display: none;
  }
  .main-submenu-content .main-submenu .main-submenu-title a {
    color: #888 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    margin-bottom: 15px !important;
  }
  .main-submenu-content .main-submenu .main-submenu-title {
    color: #888 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    margin-bottom: 15px !important;
  }
  .main-submenu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;

    max-width: 1000px;
    position: relative;
    margin: 0 auto;
  }
  .main-submenu-content.main-subemnu-info.active-submenu {
    height: 700px;
  }
  .main-submenu-content .main-submenu-item {
    height: unset;
  }
  .main-submenu-content.main-subemnu-info .main-submenu {
    padding-bottom: 0px;
    overflow-y: scroll;
    height: unset;
    max-height: 100svh;
  }
  .main-submenu-content.tab-2 .main-submenu {
    display: block;
  }
}
.main-submenu .main-submenu-item.tab-large-link a {
  font-size: 24px !important;
}
.main-submenu .main-submenu-item.tab-large-link {
  margin-bottom: 20px !important;
}
@media (min-width: 800px) and (max-width: 1000px) {
  .main-submenu {
    grid-template-columns: repeat(2, 1fr);
  }
}
.blur-tab {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  z-index: 100;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s 0s;
  pointer-events: none;
}
.blur-tab.active-blur {
  opacity: 1;
  pointer-events: unset;
}
