.custom-round-navbar  {
    z-index: 1000;
    width: 100%;
    position: relative;
  }
  .custom-round-navbar  .dropdown-item:before {
    font-family: Moririse2 !important;
    content: "\e966";
    display: inline-block;
    width: 0;
    position: absolute;
    left: 1rem;
    top: 0.5rem;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: inherit;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    transform: scale(0, 1);
    transition: all 0.25s ease-in-out;
  }
  @media (max-width: 767px) {
    .custom-round-navbar  .navbar-toggler {
      transform: scale(0.8);
    }
  }
  .custom-round-navbar  .navbar-brand {
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 10px 0;
    transition: all 0.3s;
    word-break: break-word;
    z-index: 1;
  }
  .custom-round-navbar  .navbar-brand img {
    max-width: 100%;
    max-height: 100%;
  }
  .custom-round-navbar  .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .custom-round-navbar  .navbar-brand .navbar-logo a {
    outline: none;
  }
  .custom-round-navbar  .navbar-nav {
    margin: auto;
    margin-left: 0;
    margin-left: auto;
  }
  .custom-round-navbar  .navbar-nav .nav-item {
    padding: 0 !important;
    transition: 0.3s all !important;
  }
  .custom-round-navbar  .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
    margin: 0 !important;
    border-radius: 1rem !important;
    transition: 0.3s all !important;
  }
  .custom-round-navbar  .navbar-nav .nav-item .nav-link:hover {
    background-color: rgba(27, 31, 10, 0.05);
  }
  .custom-round-navbar  .navbar-nav .open .nav-link::after {
    transform: rotate(180deg);
  }
  @media (min-width: 992px) {
    .custom-round-navbar  .navbar-nav .open .nav-link::before {
      content: "";
      width: 100%;
      height: 20px;
      top: 100%;
      background: transparent;
      position: absolute;
    }
  }
  .custom-round-navbar  .navbar-nav .dropdown-item {
    padding: 12px !important;
    border-radius: 0.5rem !important;
    margin: 0 8px !important;
    transition: 0.3s all !important;
  }
  .custom-round-navbar  .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  @media (min-width: 992px) {
    .custom-round-navbar  .navbar-nav {
      padding-left: 1.5rem;
    }
  }
  .custom-round-navbar  .nav-link {
    width: fit-content;
    position: relative;
  }
  .custom-round-navbar  .navbar-logo {
    margin: 0 !important;
  }
  @media (max-width: 767px) {
    .custom-round-navbar  .navbar-logo {
      padding-left: 0;
    }
  }
  .custom-round-navbar  .navbar-caption {
    padding-left: 1rem;
    padding-right: 0.5rem;
  }
  @media (max-width: 767px) {
    .custom-round-navbar  .nav-dropdown {
      padding-bottom: 0.5rem;
    }
  }
  .custom-round-navbar  .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    transition: 0.3s all;
  }
  .custom-round-navbar  .container {
    display: flex;
    height: 90px;
    padding: 0.5rem 0.6rem;
    flex-wrap: nowrap;
    background: rgba(255, 255, 255, 0.7) !important;
    left: 0;
    right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100vw;
    margin-top: 1rem;
    background-color: #FFFFFF;
    box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  }
  @media (max-width: 992px) {
    .custom-round-navbar  .container {
      padding-right: 2rem;
    }
  }
  @media (max-width: 767px) {
    .custom-round-navbar  .container {
      width: 95%;
      height: 56px !important;
      padding-right: 1rem;
      margin-top: 0rem;
    }
  }
  .custom-round-navbar  .iconfont-wrapper {
    color: #000000 !important;
    font-size: 1.5rem;
    padding-right: 0.5rem;
  }
  .custom-round-navbar  .dropdown-menu {
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 100%;
    padding: 12px 4px !important;
    border-radius: 1.5rem;
    transition: 0.3s all !important;
    min-width: auto;
    background: #FFFFFF;
    background: rgba(255, 255, 255, 0.8) !important;
  }
  .custom-round-navbar  .nav-item:focus,
  .custom-round-navbar  .nav-link:focus {
    outline: none;
  }
  .custom-round-navbar  .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    transition: all 0.25s ease-in-out;
  }
  .custom-round-navbar  .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .custom-round-navbar  .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
  }
  .custom-round-navbar  .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
  }
  .custom-round-navbar  .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
  }
  .custom-round-navbar  .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .custom-round-navbar  .navbar {
    min-height: 90px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  .custom-round-navbar  .navbar.opened {
    transition: all 0.3s;
  }
  .custom-round-navbar  .navbar .dropdown-item {
    padding: 0.5rem 1.8rem;
  }
  .custom-round-navbar  .navbar .navbar-logo img {
    min-width: 6rem;
    object-fit: cover;
  }
  .custom-round-navbar  .navbar .navbar-collapse {
    z-index: 1;
    justify-content: flex-end;
  }
  .custom-round-navbar  .navbar.collapsed {
    justify-content: center;
  }
  .custom-round-navbar  .navbar.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .custom-round-navbar  .navbar.collapsed.opened .dropdown-menu {
    top: 0;
  }
  @media (min-width: 992px) {
    .custom-round-navbar  .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
      max-height: calc(98.5vh - 3rem);
    }
  }
  .custom-round-navbar  .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .custom-round-navbar  .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .custom-round-navbar  .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .custom-round-navbar  .navbar.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .custom-round-navbar  .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .custom-round-navbar  .navbar.collapsed .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  @media (max-width: 767px) {
    .custom-round-navbar  .navbar {
      min-height: 72px;
    }
    .custom-round-navbar  .navbar .navbar-logo img {
      height: 2.5rem !important;
      min-width: 2.5rem !important;
    }
  }
  @media (max-width: 991px) {
    .custom-round-navbar  .navbar .nav-item .nav-link::before {
      display: none;
    }
    .custom-round-navbar  .navbar.opened .dropdown-menu {
      top: 0;
    }
    .custom-round-navbar  .navbar .dropdown-menu .dropdown-submenu {
      left: 0 !important;
    }
    .custom-round-navbar  .navbar .dropdown-menu .dropdown-item:after {
      right: auto;
    }
    .custom-round-navbar  .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
      margin-left: 0.5rem;
      margin-top: 0.2rem;
      border-top: 0.35em solid;
      border-right: 0.35em solid transparent;
      border-left: 0.35em solid transparent;
      border-bottom: 0;
      top: 40%;
    }
    .custom-round-navbar  .navbar .dropdown-menu .dropdown-item {
      padding: 0.25rem 1.5rem !important;
      text-align: center;
    }
    .custom-round-navbar  .navbar .navbar-brand {
      flex-shrink: initial;
      flex-basis: auto;
      word-break: break-word;
      padding-right: 10px;
    }
    .custom-round-navbar  .navbar .navbar-toggler {
      flex-basis: auto;
    }
    .custom-round-navbar  .navbar .icons-menu {
      padding-left: 0;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
  }
  .custom-round-navbar  .navbar.navbar-short .navbar-logo img {
    height: 2rem;
  }
  .custom-round-navbar  .dropdown-item.active,
  .custom-round-navbar  .dropdown-item:active {
    background-color: transparent;
  }
  .custom-round-navbar  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .custom-round-navbar  .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .custom-round-navbar  .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
  }
  .custom-round-navbar  .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #FFFFFF;
  }
  .custom-round-navbar  .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 105%;
    transform: none;
    top: -12px;
  }
  .custom-round-navbar  .navbar .dropdown.open > .dropdown-menu {
    display: flex;
  }
  .custom-round-navbar  ul.navbar-nav {
    flex-wrap: wrap;
  }
  .custom-round-navbar  .navbar-buttons {
    text-align: center;
    min-width: 140px;
  }
  @media (max-width: 992px) {
    .custom-round-navbar  .navbar-buttons {
      text-align: left;
    }
  }
  .custom-round-navbar  button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .custom-round-navbar  button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .custom-round-navbar  button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
  }
  .custom-round-navbar  button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
  }
  .custom-round-navbar  button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
  }
  .custom-round-navbar  button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
  }
  .custom-round-navbar  nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
  }
  .custom-round-navbar  nav.opened .hamburger span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
  }
  .custom-round-navbar  nav.opened .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
  }
  .custom-round-navbar  nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
  }
  .custom-round-navbar  .navbar-dropdown {
    padding: 0 1rem;
  }
  .custom-round-navbar  a.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .custom-round-navbar  .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.3rem;
    text-align: center;
  }
  @media (max-width: 992px) {
    .custom-round-navbar  .icons-menu {
      justify-content: flex-start;
      margin-bottom: 0.5rem;
    }
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .custom-round-navbar  .navbar {
      height: 70px;
    }
    .custom-round-navbar  .navbar.opened {
      height: auto;
    }
    .custom-round-navbar  .nav-item .nav-link:hover::before {
      width: 175%;
      max-width: calc(100% + 2rem);
      left: -1rem;
    }
  }
  .custom-round-navbar  .navbar .dropdown > .dropdown-menu {
    display: none;
    width: max-content;
    max-width: 500px !important;
    transform: translateX(-50%);
    top: calc(100% + 20px);
    left: 50%;
  }
  .custom-round-navbar  .navbar .dropdown > .dropdown-menu .dropdown-item {
    line-height: 1 !important;
  }
  .custom-round-navbar  .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .custom-round-navbar  .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(-90deg);
  }
  .custom-round-navbar  .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(0deg);
  }
  .custom-round-navbar  .mbr-section-btn {
    margin: -0.6rem -0.6rem;
  }
  .custom-round-navbar  .navbar-toggler {
    margin-left: 12px;
    margin-right: 8px;
    order: 1000;
  }
  @media (max-width: 991px) {
    .custom-round-navbar  .navbar-brand {
      margin-right: auto;
    }
    .custom-round-navbar  .navbar-collapse {
      z-index: -1 !important;
      position: absolute;
      top: 110%;
      left: 0;
      width: 100%;
      padding: 1rem;
      border-radius: 1.5rem;
      background: #FFFFFF;
      opacity: 1;
      border-color: rgba(255, 255, 255, 0.8) !important;
      background: rgba(255, 255, 255, 0.8) !important;
      backdrop-filter: blur(8px);
    }
    .custom-round-navbar  .navbar-nav .nav-item .nav-link::after {
      margin-left: 10px;
    }
    .custom-round-navbar  .navbar-nav .dropdown-item:hover {
      background-color: rgba(27, 31, 10, 0.06);
    }
    .custom-round-navbar  .navbar .dropdown > .dropdown-menu {
      max-width: 100% !important;
      transform: translateX(0);
      top: 10px;
      left: 0;
      padding: 8px !important;
      border-radius: 1rem;
      background-color: rgba(27, 31, 10, 0.04) !important;
    }
    .custom-round-navbar  .navbar .dropdown > .dropdown-menu .dropdown-item {
      padding: 8px !important;
      line-height: 1 !important;
      margin-bottom: 4px !important;
    }
    .custom-round-navbar  .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
      align-items: center;
      display: flex;
      height: max-content !important;
      min-height: max-content !important;
    }
    .custom-round-navbar  .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
      display: inline-block;
      position: static;
      margin-left: 0.5rem;
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      transition: 0.3s all;
      transform: rotate(0deg);
    }
    .custom-round-navbar  .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
      transform: rotate(180deg);
    }
    .custom-round-navbar  .navbar .dropdown > .dropdown-menu .dropdown-submenu {
      position: static;
      width: 100%;
      max-width: 100% !important;
      transform: translateX(0) !important;
      top: 0;
      left: 0;
      padding: 8px !important;
      border-radius: 1rem;
      background-color: rgba(27, 31, 10, 0.04) !important;
    }
    .custom-round-navbar  .navbar .dropdown.open > .dropdown-menu {
      display: flex !important;
      flex-direction: column;
      align-items: flex-start;
    }
  }
  @media (max-width: 575px) {
    .custom-round-navbar  .navbar-collapse {
      padding: 1rem;
    }
  }
  