/* Super Topnav */
nav.stopnav {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid transparent;
    z-index: 96;
  }
  nav.stopnav > .wrapper {
    display: block;
    width: 100%;
    padding: 0 1.75rem;
  }
  nav.stopnav .blocks {
    display: flex;
    align-items: center;
  }
  nav.stopnav .blocks > .option .hotline {
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
    transition: color 0.5s, border 0.5s;
  }
  nav.stopnav .blocks > .option .hotline > em {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: border 0.25s;
    margin-right: 0.375rem;
    background: transparent;
    border-radius: 50%;
    border: 2px solid transparent;
    font-size: 0.6125rem;
  }
  nav.stopnav .blocks.blocks-main {
    width: 100%;
    justify-content: space-between;
  }
  nav.stopnav .option {
    display: flex;
    align-items: center;
    border-right: 1px solid transparent;
    font-size: 0.8125rem;
    font-weight: 500;
    padding: 0.5625rem 0.875rem;
    transition: color 0.25s;
  }
  nav.stopnav .option:first-child {
    padding-left: 0;
  }
  nav.stopnav .option:last-child {
    padding-right: 0;
    border-right: 0;
  }
  nav.stopnav .option > .icon {
    margin: 0 0.4375rem 0 0;
    font-size: 0.875rem;
  }
  nav.stopnav .option.login > .icon {
    display: flex;
  }
  nav.stopnav .option.login > .icon img,
  nav.stopnav .option.login > .icon svg {
    position: relative;
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 1.25rem;
    margin-right: 0.375rem;
    transition: all 0.25s;
  }
  nav.stopnav .option.login > .icon img.active {
    position: absolute;
    opacity: 0;
  }
  nav.stopnav .option.login:hover > .icon img.active {
    opacity: 1;
  }
  nav.stopnav .option-select {
    position: relative;
    display: block;
    margin: 0 0 0 1rem;
  }
  nav.stopnav .option-select > .select {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 500;
    padding: 0.1875rem 0.5rem 0.125rem 0.5rem;
    border-radius: 0.375rem;
    cursor: pointer;
  }
  nav.stopnav .option-select > .select > .chev {
    font-size: 0.5rem;
    margin: 0 0 0 0.25rem;
  }
  nav.stopnav .option-select > .dropdown {
    position: absolute;
    top: calc(100% + 0.375rem);
    left: 0;
    right: 0;
    padding: 0.25rem 0;
    border-radius: 0.375rem;
    border: 1px solid transparent;
    pointer-events: none;
    opacity: 0;
    transition: top 0.25s, opacity 0.25s;
  }
  nav.stopnav .option-select:hover > .dropdown {
    top: 100%;
    pointer-events: auto;
    opacity: 1;
  }
  nav.stopnav .option-select > .dropdown .item {
    display: block;
    width: 100%;
    font-size: 0.8125rem;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
    border-top: 1px solid transparent;
    transition: background 0.25s, color 0.25s;
  }
  nav.stopnav .option-select > .dropdown .item:first-child {
    border-top: 0;
  }
  nav.stopnav .btn-social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.625rem;
    height: 1.625rem;
    border-radius: 50%;
    font-size: 0.875rem;
    margin: 0 0 0 0.1875rem;
    transition: background 0.25s, color 0.25s;
  }
  
  nav.stopnav.style-02 {
    border-bottom: 1px solid transparent;
  }
  
  nav.stopnav.style-03 .blocks {
    align-items: unset;
  }
  nav.stopnav.style-03 .option-select {
    margin: 0;
  }
  nav.stopnav.style-03 .blocks.blocks-main {
    width: 100%;
    justify-content: flex-end;
  }
  nav.stopnav.style-03 .option:first-child {
    padding-left: 0.875rem;
  }
  nav.stopnav.style-03 .option:last-child {
    padding: 0.5625rem 0.875rem;
    border-right: 1px solid transparent;
  }
  nav.stopnav.style-03 .option.select {
    padding: 0.5625rem 0 0.875rem 0.5625rem !important;
  }
  nav.stopnav.style-03 .option.select .select {
    margin: 0;
  }
  nav.stopnav.style-03 .option-select > .select {
    padding: 0.5625rem 0 0.5625rem 0.875rem !important;
  }
  
  nav.stopnav.style-04 .blocks.hid {
    display: flex;
    align-items: center;
  }
  nav.stopnav.style-04 .logo {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 0 0.625rem 0 0;
    padding: 0.375rem 0;
    transition: color 0.25s;
  }
  nav.stopnav.style-04 .logo img {
    display: block;
    height: 3.5rem;
    width: auto;
  }
  nav.stopnav.style-04 .logo .img-container {
    margin: 0 0.625rem 0 0;
  }
  nav.stopnav.style-04 .logo p {
    font-size: 1.25rem;
    font-weight: 500;
    transition: color 0.25s;
  }
  nav.stopnav.style-04 .option-select {
    margin: 0;
  }
  nav.stopnav.style-04 .btn-social {
    border: 2px solid transparent;
    border-radius: 0.25rem;
    width: 1.75rem !important;
  }
  nav.stopnav.style-04 .blocks.blocks-main {
    width: 100%;
    justify-content: space-between;
  }
  nav.stopnav.style-04 .option:first-child {
    padding-left: 0.875rem;
  }
  nav.stopnav.style-04 .option:last-child {
    padding: 0.5625rem 0 0.5625rem 0.875rem;
    border-right: 1px solid transparent;
  }
  nav.stopnav.style-04 .option > .icon {
    font-size: 1.25rem;
    display: flex;
    align-items: center;
  }
  
  @media screen and (max-width: 1199.98px) {
    nav.stopnav > .wrapper {
      padding: 0 1.5rem;
    }
  }
  @media screen and (max-width: 991.98px) {
    nav.stopnav > .wrapper {
      padding: 0 1.25rem;
    }
    nav.stopnav.style-04 .blocks.hide-tablet {
      display: none;
    }
    nav.stopnav.style-04 .option:nth-child(2) {
      border-right: 0;
    }
  }
  @media screen and (max-width: 767.98px) {
    nav.stopnav > .wrapper {
      padding: 0 1rem;
    }
    nav.stopnav .blocks.hide-mobile,
    nav.stopnav .option-select.hide-mobile {
      display: none;
    }
    nav.stopnav .blocks.blocks-main {
      width: 100%;
      justify-content: center;
    }
    nav.stopnav.style-03 .blocks.blocks-main {
      justify-content: center;
    }
    nav.stopnav.style-03 .option:last-child {
      padding: 0.5625rem 0.875rem;
      border-right: 0px;
    }
    nav.stopnav > .wrapper {
      padding: 1rem 1rem;
    }
    nav.stopnav.style-04 .blocks.blocks-main {
      justify-content: space-between;
      flex-direction: column;
    }
    nav.stopnav.style-04 .option:last-child {
      padding: 0.5625rem 0.875rem;
      border-right: 0px;
    }
    nav.stopnav .option:first-child {
      padding-left: 0.875rem;
    }
    nav.stopnav .option:first-child.no-border-right {
      border-right: 1px solid !important;
    }
    nav.stopnav .option:first-child.no-border-right {
      border-color: rgba(255, 255, 255, 0.3) !important;
    }
  }
  
  /* Topnav */
  nav.topnav {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 95;
    transition: transform 0.25s, background 0.25s, box-shadow 0.25s, border 0.25s;
  }
  nav.topnav.sticky {
    position: fixed;
    top: 0;
    box-shadow: 0px 4px 12px 8px rgba(0, 0, 0, 0.04);
  }
  nav.topnav > .wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 1.75rem;
  }
  
  nav.topnav .logo {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 0 0.625rem 0 0;
    padding: 0.375rem 0;
    transition: color 0.25s;
  }
  nav.topnav .logo .img-container {
    margin: 0 0.625rem 0 0;
  }
  nav.topnav .logo img {
    display: block;
    height: 3.5rem;
    width: auto;
  }
  nav.topnav .logo p {
    font-size: 1.25rem;
    font-weight: 500;
    transition: color 0.25s;
  }
  nav.topnav .menu-container {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
  }
  nav.topnav .menu {
    position: relative;
    display: block;
    padding: 0 0.875rem;
  }
  nav.topnav .menu:first-child .fa-chevron-down {
    display: none;
  }
  nav.topnav.mega-menu-01 .menu:nth-child(7),
  nav.topnav.mega-menu-01 .menu:nth-child(8) {
    position: relative !important;
  }
  nav.topnav.mega-menu-01 .menu:nth-child(7) .mega-menu-dropdown {
    width: 620px;
  }
  nav.topnav.mega-menu-01 .menu:nth-child(8) .mega-menu-dropdown {
    width: 800px;
  }
  nav.topnav .menu.mega:not(.has-children),
  nav.topnav .menu:not(.has-children):nth-child(2) {
    position: static !important;
  }
  body.minisite nav.topnav .menu.mega:nth-child(6),
  body.minisite nav.topnav .menu.mega:nth-child(3),
  body.minisite nav.topnav .menu.mega:nth-child(2),
  body.minisite nav.topnav .menu.mega:nth-child(7),
  body.minisite nav.topnav .menu.mega:nth-child(5),
  body.minisite nav.topnav .menu.mega:nth-child(8) {
    position: relative !important;
  }
  body.minisite nav.topnav .menu.mega:nth-child(2) .mega-menu-dropdown,
  body.minisite nav.topnav .menu.mega:nth-child(3) .mega-menu-dropdown,
  body.minisite nav.topnav .menu.mega:nth-child(7) .mega-menu-dropdown,
  body.minisite nav.topnav .menu.mega:nth-child(5) .mega-menu-dropdown,
  body.minisite nav.topnav .menu.mega:nth-child(8) .mega-menu-dropdown {
    width: 620px;
  }
  nav.topnav .menu > *:first-child {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    padding: 1.325rem 0;
    white-space: nowrap;
    transition: background 0.25s, color 0.25s;
  }
  nav.topnav .menu > *:first-child em {
    font-size: 0.5625rem;
    margin: 0 0 0 0.375rem;
    transition: color 0.25s;
  }
  nav.topnav .menu > *:first-child::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 0;
    height: 0.1875rem;
    transition: width 0.5s;
  }
  nav.topnav .menu:hover > *:first-child::after {
    left: 0;
    right: unset;
    width: 100%;
  }
  
  nav.topnav .submenu-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(1.5625rem); /*  */
    box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s, top 0.3s, transform 0.3s;
  }
  
  nav.topnav .submenu-dropdown.anchor-right {
    left: auto;
    right: 0;
  }
  nav.topnav .submenu-dropdown.anchor-middle {
    transform: translateX(-50%);
  }
  nav.topnav .menu:hover > .submenu-dropdown {
    opacity: 1;
    top: 100%;
    pointer-events: auto;
    transform: translateY(0);
  }
  nav.topnav .submenu-container {
    position: relative;
    display: flex;
  }
  nav.topnav .submenu-wrapper {
    display: block;
    width: 310px;
    padding: 0.5rem 0 0.5rem 0;
  }
  nav.topnav .submenu-wrapper.size-02 {
    width: 320px;
  }
  nav.topnav .submenu-wrapper.size-03 {
    width: 380px;
  }
  nav.topnav .submenu-wrapper.size-04 {
    width: 370px;
  }
  nav.topnav .submenu {
    position: relative;
    border-bottom: 1px solid transparent;
  }
  nav.topnav .submenu:last-child {
    border-bottom: 0;
  }
  nav.topnav .submenu {
    position: relative;
  }
  nav.topnav .submenu > *:first-child {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0.5rem 0.875rem 0.5rem 0.875rem;
    font-size: 1rem;
    font-weight: 400;
    transition: background 0.25s, color 0.25s;
  }
  nav.topnav.style-02 .submenu {
    border: 0;
  }
  nav.topnav.style-02 .submenu > .submenu-dropdown {
    top: -0.5125rem;
    left: 100%;
  }
  nav.topnav.style-02 .menu:nth-last-child(-n + 4) .submenu > .submenu-dropdown {
    left: unset;
    right: 100%;
  }
  nav.topnav.style-02 .submenu-dropdown.anchor-right .submenu > .submenu-dropdown {
    left: unset;
    right: 100%;
  }
  nav.topnav .menu:nth-last-child(-n + 4) .submenu-dropdown {
    left: auto;
    right: 0;
  }
  nav.topnav.style-02 .submenu:hover > .submenu-dropdown {
    opacity: 1 !important;
    left: 100%;
    pointer-events: auto;
  }
  nav.topnav.style-02 .menu:nth-last-child(-n + 4) .submenu:hover > .submenu-dropdown {
    left: unset;
    right: 100%;
  }
  nav.topnav.style-02 .submenu-dropdown.anchor-right .submenu:hover > .submenu-dropdown {
    right: 100%;
  }
  
  /* Minisite - Dropdown */
  nav.topnav.minisite .logo p {
    font-size: 1.0625rem;
    font-weight: 600;
  }
  nav.topnav.minisite.dropdown .menu:nth-child(2) {
    position: relative !important;
  }
  nav.topnav.minisite .menu > *:first-child::after {
    display: none;
  }
  nav.stopnav.minisite.style-02 .blocks > .option .hotline > em {
    transition: background 0.25s, border 0.25s;
  }
  nav.topnav.minisite .submenu > .submenu-dropdown.level-3 {
    transform: translateX(0) scaleX(0);
    opacity: 0;
    visibility: hidden;
    transform-origin: left center;
    transition: opacity 0.2s ease 0.3s, visibility 0s ease 0.5s, transform 0.2s ease 0.3s;
  }
  nav.topnav.minisite .submenu:hover > .submenu-dropdown.level-3 {
    opacity: 1;
    transform: translateX(0) scaleX(1);
    visibility: visible;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0s, transform 0.2s ease 0s;
  }
  nav.topnav.minisite .submenu-dropdown.anchor-right .submenu > .submenu-dropdown {
    transform: translateX(0) scaleX(0);
    opacity: 0;
    visibility: hidden;
    transform-origin: right center;
    transition: opacity 0.2s ease 0.3s, visibility 0s ease 0.5s, transform 0.2s ease 0.3s;
  }
  nav.topnav.minisite .submenu-dropdown.anchor-right .submenu:hover > .submenu-dropdown {
    opacity: 1;
    transform: translateX(0) scaleX(1);
    visibility: visible;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0s, transform 0.2s ease 0s;
  }
  
  /* Mega Menu */
  nav.topnav .menu:nth-last-child(-n + 4) .mega-menu-dropdown {
    left: auto;
    right: 0;
  }
  nav.topnav .mega-menu-dropdown {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    right: 0;
    border: 1px solid transparent;
    box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s, top 0.3s, transform 0.3s;
    display: block;
    opacity: 0;
    pointer-events: none;
    transform: translateY(1.5625rem);
    max-height: 560px;
    overflow: auto;
    width: 620px;
  }
  nav.topnav .mega-menu-dropdown::-webkit-scrollbar {
    width: 5px;
  }
  nav.topnav .mega-menu-dropdown::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  nav.topnav .mega-menu-dropdown::-webkit-scrollbar-thumb {
    border-radius: 10px;
  }
  
  nav.topnav .menu.mega:nth-last-child(-n + 4) .mega-menu-dropdown {
    left: auto;
  }
  
  nav.topnav .menu:hover > .mega-menu-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  nav.topnav .mega-menu-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    max-width: calc(1300px - 2rem);
    margin: 0 auto;
  }
  nav.topnav .mega-menu-dropdown.anchor-right {
    left: auto;
    right: 0;
  }
  nav.topnav .mega-menu-content {
    width: 25%;
    transition: color 0.25s;
  }
  nav.topnav .mega-menu-content.size-02 {
    width: 33.33%;
  }
  nav.topnav .mega-menu-content.size-03 {
    width: 23% !important;
  }
  nav.topnav .mega-menu-content.size-04 {
    width: 27% !important;
  }
  nav.topnav .mega-menu-content.size-05 {
    width: 50% !important;
  }
  nav.topnav .mega-menu-content {
    border-right: 1px solid transparent;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    margin: 1rem 0 1rem 0;
  }
  nav.topnav .mega-menu-content .mega-menu .wrapper {
    display: flex;
    align-items: center;
    padding: 0.875rem 0.5rem;
    border-radius: 0.375rem;
    transition: background 0.25s;
    cursor: pointer;
  }
  nav.topnav .mega-menu-content .mega-menu .dot {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
  }
  nav.topnav .mega-menu-content .mega-menu .dot-list {
    position: relative;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    transition: background 0.25s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  nav.topnav .mega-menu-content .mega-menu .dot-list.style-02::after {
    position: absolute;
    content: '';
    top: 1.12px;
    left: 1.15px;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
  }
  nav.topnav .mega-menu-content .mega-menu > .mega-menu-level-3 {
    padding-left: 1.5rem;
  }
  
  nav.topnav .mega-menu-content .mega-menu .dot-list.style-02::after {
    background: #ffffff;
  }
  
  nav.topnav .mega-menu-content:last-child {
    border-right: 0;
  }
  nav.topnav .mega-menu-content .mega-menu a {
    display: block;
    font-weight: 500;
    transition: color 0.25s;
    width: 100%;
  }
  nav.topnav .mega-menu-content > .mega-menu .icon {
    margin-right: 0.75rem;
    position: relative;
  }
  nav.topnav .mega-menu-content > .mega-menu .icon > img,
  nav.topnav .mega-menu-content > .mega-menu .icon > svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 1rem;
    transition: all 0.25s;
  }
  nav.topnav .mega-menu-content > .mega-menu .icon.xs {
    height: 0.5rem;
  }
  nav.topnav .mega-menu-content > .mega-menu .icon > img.active {
    position: absolute !important;
    top: 0;
    opacity: 0;
  }
  nav.topnav .mega-menu-content > .mega-menu:hover .icon > img.inactive {
    opacity: 0;
  }
  nav.topnav .mega-menu-content > .mega-menu:hover .icon > img.active {
    opacity: 1;
  }
  
  nav.topnav .blocks {
    display: flex;
    margin: 0 -0.875rem 0 1.5rem;
  }
  nav.topnav .blocks .option {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.25rem;
    padding: 0 0.875rem;
  }
  nav.topnav .blocks .option img,
  nav.topnav .blocks .option svg {
    display: block;
    height: 1.625rem;
    width: auto;
  }
  nav.topnav .sidenav-toggle {
    position: relative;
  }
  nav.topnav .sidenav-toggle::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc(100% + 1.75rem);
    transition: background 0.25s;
  }
  nav.topnav .sidenav-toggle > .hamburger {
    position: relative;
  }
  nav.topnav .show-tablet {
    display: none !important;
  }
  nav.topnav + .topnav-spacer {
    display: block;
    width: 100%;
    height: 4.25rem;
  }
  @media screen and (max-width: 1299.98px) {
    nav.topnav .show-tablet {
      display: flex !important;
    }
    nav.topnav .hide-tablet {
      display: none !important;
    }
    nav.topnav .mega-menu-dropdown {
      display: none !important;
    }
    nav.topnav .blocks {
      margin: 0 -0.875rem 0 auto;
    }
  }
  @media screen and (max-width: 1199.98px) {
    nav.topnav > .wrapper {
      padding: 0 1.5rem;
    }
    nav.topnav .sidenav-toggle::before {
      width: calc(100% + 1.5rem);
    }
  }
  @media screen and (max-width: 991.98px) {
    nav.topnav > .wrapper {
      padding: 0 1.25rem;
    }
    nav.topnav .sidenav-toggle::before {
      width: calc(100% + 1.25rem);
    }
  }
  @media screen and (max-width: 767.98px) {
    nav.topnav > .wrapper {
      padding: 0 1rem;
    }
    nav.topnav .sidenav-toggle::before {
      width: calc(100% + 1rem);
    }
  }
  @media screen and (max-width: 575.98px) {
    nav.topnav .logo p {
      display: block;
      font-size: .9rem;
    }
  }
  
  nav.topnav .submenu > .submenu-dropdown.level-3 {
    transform: all 0.3s;
    transform: translateX(1.5625rem);
    background: yellow;
  }
  nav.topnav .menu:nth-last-child(-n + 4) .submenu > .submenu-dropdown.level-3 {
    transform: all 0.3s;
    transform: translateX(-1.5625rem);
    background: yellow;
  }
  nav.topnav .submenu:hover > .submenu-dropdown.level-3 {
    transform: translateX(0);
  }
  nav.topnav .menu:nth-last-child(-n + 4) .submenu:hover > .submenu-dropdown.level-3 {
    transform: translateX(0);
  }
  nav.topnav .submenu-dropdown.anchor-right .submenu > .submenu-dropdown {
    transform: translateX(-1.5625rem);
  }
  nav.topnav .submenu-dropdown.anchor-right .submenu:hover > .submenu-dropdown {
    transform: translateX(0);
  }
  nav.topnav .submenu {
    transition: background 0.25s;
    border-radius: 0.3125rem;
    padding: 0 0.375rem;
  }
  nav.topnav .submenu > .wrapper {
    border-radius: 0.375rem;
  }
  nav.topnav .submenu > .submenu-dropdown.level-3 {
    background: #ffffff !important;
    width: fit-content;
  }
  nav.topnav.style-02 .submenu > .wrapper {
    display: flex;
    padding: 0.75rem 0 0.75rem 0.5rem;
  }
  nav.topnav.style-02 .submenu > .wrapper a {
    transition: unset;
    width: 100%;
  }
  nav.sidenav .submenu > .wrapper > a {
    width: 100%;
    display: flex;
  }
  nav.sidenav .submenu.level-3 > .wrapper > a {
    color: #ffffff;
    width: 100%;
    display: flex;
  }
  nav.sidenav .submenu.level-3 > .wrapper:hover a {
    color: #ffff00;
  }
  nav.topnav.style-02 .submenu > .submenu-dropdown {
    top: -0.5125rem;
    left: 100%;
  }
  nav.topnav.style-02 .submenu-dropdown.anchor-right .submenu > .submenu-dropdown {
    left: unset;
    right: 100%;
  }
  nav.topnav.style-02 .submenu .dot {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
  }
  nav.topnav.style-02 .submenu .dot-list {
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    transition: background 0.25s;
    background: #000000;
  }
  nav.topnav.style-02 .submenu > .wrapper .icon {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 0.75rem;
  }
  nav.topnav.style-02 .submenu > .wrapper .icon > img,
  nav.topnav.style-02 .submenu > .wrapper .icon > svg {
    position: relative;
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 1rem;
    transition: opacity 0.25s;
  }
  nav.topnav.style-02 .submenu > .wrapper .icon.xs > img,
  nav.topnav.style-02 .submenu > .wrapper .icon.xs > svg {
    height: 0.5rem;
  }
  nav.topnav.style-02 .submenu > .wrapper .icon > img.active {
    position: absolute;
    opacity: 0;
  }
  nav.topnav.style-02 .submenu:hover > .wrapper .icon > img.inactive {
    opacity: 0;
  }
  nav.topnav.style-02 .submenu:hover > .wrapper .icon > img.active {
    opacity: 1;
  }
  nav.topnav.style-02 .submenu:hover > .submenu-dropdown {
    opacity: 1 !important;
    left: 100%;
    pointer-events: auto;
  }
  nav.topnav.style-02 .menu:nth-last-child(-n + 4) .submenu:hover > .submenu-dropdown {
    left: unset;
    right: 100%;
  }
  nav.topnav.style-02 .submenu-dropdown.anchor-right .submenu:hover > .submenu-dropdown {
    right: 100%;
  }
  
  nav.topnav.style-03 .submenu > .submenu-dropdown {
    top: -0.5125rem;
    left: 100%;
  }
  nav.topnav.style-03 .submenu-dropdown.anchor-right .submenu > .submenu-dropdown {
    left: unset;
    right: 100%;
    padding: 0 0.625rem 0 0;
  }
  nav.topnav.style-03 .submenu:hover > .submenu-dropdown {
    opacity: 1 !important;
    left: 100%;
    pointer-events: auto;
  }
  nav.topnav.style-03 .submenu-dropdown.anchor-right .submenu:hover > .submenu-dropdown {
    right: 100%;
  }
  nav.topnav.style-03 .menu {
    transition: background 0.25s;
  }
  nav.topnav.style-03 .menu > *:first-child {
    transition: color 0.25s;
  }
  nav.topnav.style-03 .menu:hover > *:first-child::after {
    left: 0;
    right: unset;
    width: 0;
  }
  
  /* nav.topnav.style-04 .menu:hover > .submenu-dropdown{top:128%;} */
  nav.topnav.style-04 > .wrapper {
    display: flex;
    justify-content: space-between;
  }
  nav.topnav.style-04 .menu-container {
    display: flex;
    align-items: center;
    margin: unset;
  }
  nav.topnav.style-04 .submenu > .submenu-dropdown {
    top: -0.5125rem;
    left: 100%;
  }
  nav.topnav.style-04 .submenu-dropdown.anchor-right .submenu > .submenu-dropdown {
    left: unset;
    right: 100%;
  }
  nav.topnav.style-04 .submenu:hover > .submenu-dropdown {
    opacity: 1 !important;
    left: 100%;
    pointer-events: auto;
  }
  nav.topnav.style-04 .submenu-dropdown.anchor-right .submenu:hover > .submenu-dropdown {
    right: 100%;
  }
  nav.topnav.style-04 .menu {
    transition: background 0.25s;
    padding: 1rem 0.375rem;
  }
  nav.topnav.style-04 .menu > a {
    display: inline-block;
    padding: 0.5rem;
  }
  nav.topnav.style-04 .menu > *:first-child {
    transition: background 0.25s, color 0.25s;
    border-radius: 0.375rem;
  }
  nav.topnav.style-04 .menu:hover > *:first-child::after {
    left: 0;
    right: unset;
    width: 0;
  }
  
  nav.topnav.style-04 .menu:hover > *:first-child {
    background: #ffffff;
    color: #303030 !important;
  }
  
  /* Sidenav */
  nav.sidenav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 340px;
    height: 100vh;
    z-index: 98;
    transform: translateX(340px);
    transition: transform 0.5s;
  }
  nav.sidenav > .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  nav.sidenav .sidenav-toggle {
    display: block;
    width: 4rem;
    height: 4rem;
    padding: 1.5rem 1rem 0 1rem;
    margin: 0 0 0 auto;
    cursor: pointer;
    border-left: 1px solid transparent;
  }
  nav.sidenav .options {
    display: flex;
    width: 100%;
    margin: 0;
    border-top: 1px solid transparent;
  }
  nav.sidenav .options > .option,
  nav.sidenav .options > .option-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 3);
    height: 3.125rem;
    position: relative;
    cursor: pointer;
    border-right: 1px solid transparent;
  }
  nav.sidenav .options > .option:last-child {
    border-right: 0;
  }
  nav.sidenav .option > .icon {
    font-size: 1.125rem;
    font-weight: 500;
  }
  nav.sidenav .option .flag {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  nav.sidenav .options > .option-btn > a {
    display: block;
    font-size: 0.9375rem;
    font-weight: 500;
    transition: color 0.25s;
  }
  nav.sidenav .option > .dropdown {
    position: absolute;
    top: calc(100% + 0.25rem);
    left: 0;
    right: 0;
    opacity: 0;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    pointer-events: none;
    box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    z-index: 1;
    transition: opacity 0.5s, top 0.5s;
  }
  nav.sidenav .option:hover > .dropdown {
    opacity: 1;
    top: 100%;
    pointer-events: all;
  }
  nav.sidenav .option > .dropdown > * {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.125rem;
    text-decoration: none;
    border-top: 1px solid transparent;
  }
  nav.sidenav .option > .dropdown > *:first-child {
    border-top: 0;
  }
  nav.sidenav .option [data-theme='0'] {
    background: #ffffff !important;
    color: #000000 !important;
  }
  nav.sidenav .option [data-theme='1'] {
    background: #000000 !important;
    color: #ffffff !important;
  }
  nav.sidenav .option [data-theme='2'] {
    background: #000000 !important;
    color: #ffff00 !important;
  }
  nav.sidenav .scroll-wrapper {
    display: block;
    width: 100%;
    height: calc(100% - 12rem);
    max-height: calc(100% - 12rem);
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 1px solid transparent;
    padding: 0 0 1px 0;
  }
  nav.sidenav .menu,
  nav.sidenav .submenu {
    position: relative;
  }
  nav.sidenav .menu > *:first-child,
  nav.sidenav .submenu > *:first-child {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 1.0625rem 1rem 0.875rem 1rem;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    border-bottom: 1px solid transparent;
    transition: background 0.25s, color 0.25s;
  }
  nav.sidenav .submenu > *:first-child {
    padding-left: 1.5rem;
  }
  nav.sidenav .submenu .submenu > *:first-child{padding-left: 2.255rem;}
  
  nav.sidenav .submenu .icon {
    display: none;
  }
  nav.sidenav .has-children > *:first-child {
    padding-right: 4.125rem !important;
  }
  nav.sidenav .submenu-dropdown,
  nav.sidenav .submenu > .submenu-wrapper {
    display: none;
  }
  nav.sidenav .mega-menu-dropdown {
    display: none;
    position: relative;
  }
  nav.sidenav .mega-menu-content .mega-menu .wrapper {
    /* display:flex; padding:1.0625rem 1rem .875rem 1rem; border-bottom:1px solid transparent; */
    position: relative;
    display: flex;
    width: 100%;
    text-decoration: none;
    padding: 1.0625rem 1rem 0.875rem 1.5rem;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    border-bottom: 1px solid transparent;
    transition: background 0.25s, color 0.25s;
  }
  nav.sidenav .mega-menu-content .mega-menu .icon {
    margin-right: 0.75rem;
  }
  nav.sidenav .mega-menu-content .mega-menu .icon > img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 1rem;
  }
  nav.sidenav .mega-menu-content .mega-menu a {
    display: block;
    font-weight: 400;
    line-height: 1.1;
    transition: color 0.25s;
    width: 100%;
  }
  nav.sidenav .dropdown-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 3.125rem;
    text-align: end;
    line-height: 3.125rem;
    cursor: pointer;
    font-size: 0.875rem;
    padding-right: 1rem;
  }
  nav.sidenav .menu-container > .menu:first-child .dropdown-toggle {
    visibility: hidden;
  }
  nav.sidenav .dropdown-toggle > em {
    transition: transform 0.25s, color 0.25s;
  }
  nav.sidenav .dropdown-toggle.active > em {
    transform: rotate(90deg);
  }
  nav.sidenav .dropdown-toggle::after {
    display: none;
  }
  nav.sidenav ~ .sidenav-filter {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 97;
    background: #000000;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    transition: opacity 0.5s;
  }
  nav.sidenav .mega-menu-content .mega-menu .icon {
    position: relative;
  }
  nav.sidenav .mega-menu-content .mega-menu .icon > img {
    transition: opacity 0.25s;
  }
  nav.sidenav .mega-menu-content .mega-menu .icon > img.active {
    position: absolute !important;
    top: 0;
    opacity: 1;
  }
  nav.sidenav .mega-menu-content .mega-menu .icon > img.inactive {
    opacity: 0;
  }
  nav.sidenav .mega-menu-content .mega-menu:hover .icon > img.active {
    opacity: 1;
  }
  nav.sidenav .mega-menu-content .mega-menu .icon.xs {
    height: 0.5rem;
  }
  nav.sidenav.minisite .options > .option {
    width: 3.9375rem;
  }
  nav.sidenav.minisite .options > .option-btn {
    width: calc(100% - 3.9375rem);
  }
  nav.sidenav .mega-menu-level-3 {
    display: none;
  }
  nav.sidenav .mega-menu-content .mega-menu .icon > svg {
    width: 1rem;
  }
  
  nav.sidenav .mega-menu-level-3 > .mega-menu > .wrapper{
    padding-left: 2.255rem;
  }
  
  @media screen and (max-width: 1299.98px) {
    nav.sidenav {
      display: block;
    }
    nav.sidenav.active {
      transform: translateX(0);
    }
    nav.sidenav ~ .sidenav-filter {
      display: block;
    }
    nav.sidenav.active ~ .sidenav-filter {
      opacity: 0.7;
      pointer-events: all;
    }
  }
  
  /* Global Search Container */
  .global-search-container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.85);
  }
  .global-search-container:not(.use-gsap) {
    transition: opacity 0.45s;
  }
  .global-search-container.active {
    opacity: 1;
    pointer-events: all;
  }
  .global-search-container > .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1.5rem 1.5rem 6rem 1.5rem;
    display: flex;
    align-items: center;
  }
  .global-search-container .hamburger {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    transition: all 0.3s ease-in-out;
  }
  .global-search-container .hamburger:hover {
    transform: rotate(180deg);
  }
  .global-search-container form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
  }
  .global-search-container .input-container {
    position: relative;
  }
  .global-search-container input[type='text'] {
    width: 100%;
    font-size: 1.25rem;
    border: 1.5px solid transparent;
    border-radius: 0.4375rem;
    padding: 0.75rem 3.75rem 0.75rem 1rem;
    margin: 0;
    box-shadow: none;
    transition: border-color 0.3s;
  }
  .global-search-container button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3.5rem;
    background: transparent;
    box-shadow: none;
    outline: none;
    border: 0;
    font-size: 1.75rem;
    padding: 0;
    text-align: center;
    cursor: pointer;
    transition: color 0.3s;
  }
  
  /* global-search-container - overlay-slide-down  */
  .overlay-slide-down.global-search-container form {
    max-width: 800px;
  }
  .overlay-slide-down.global-search-container {
    opacity: unset !important;
    transform: translateY(-110%) !important;
    transition: transform 500ms ease, opacity 500ms ease;
  }
  .overlay-slide-down.global-search-container form input {
    border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  }
  .overlay-slide-down.global-search-container.active {
    transform: translateY(0%) !important;
  }
  .overlay-slide-down.global-search-container button {
    border-radius: 0 0.3rem 0.3rem 0;
  }
  .overlay-slide-down.global-search-container .ui.input.icon > input {
    padding-right: 3rem !important;
  }
  .overlay-slide-down.global-search-container .ui.icon.input input {
    min-height: 3.25rem !important;
  }
  .overlay-slide-down.global-search-container .ui.icon.input input::placeholder {
    color: #69696a;
  }
  
  /* Accessibility & Quick Links */
  nav.side-panel {
    position: fixed;
    top: 8rem;
    right: 0;
    letter-spacing: 0;
    z-index: 97;
  }
  nav.side-panel > .wrapper > .icon {
    transform: translateY(1px);
  }
  nav.side-panel > .wrapper {
    position: relative;
  }
  nav.side-panel .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin: 0;
    font-size: 24px;
    transition: 0.25s background, 0.25s color, 0.25s opacity;
  }
  nav.side-panel .icon.main {
    border-radius: 0.4375rem 0 0 0.4375rem;
  }
  nav.side-panel .icon.main > * {
    transition: opacity 0.25s;
  }
  nav.side-panel .icon.main .icon-active {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  nav.side-panel.active .icon.main .icon-active {
    opacity: 1;
  }
  nav.side-panel.active .icon.main .icon-inactive {
    opacity: 0;
  }
  nav.side-panel .icon > img,
  nav.side-panel .icon > svg {
    display: block;
    height: 60%;
    width: auto;
  }
  nav.side-panel .panel {
    position: absolute;
    top: 0;
    right: -1rem;
    opacity: 0;
    pointer-events: none;
    border: 1px solid transparent;
    border-radius: 0.4375rem 0 0 0.4375rem;
    overflow: hidden;
    transition: opacity 0.25s, right 0.25s;
  }
  nav.side-panel.active .panel {
    right: 0;
    opacity: 1;
    pointer-events: auto;
  }
  nav.side-panel .panel-row {
    width: 245px;
    min-height: 60px;
    display: flex;
    align-items: center;
  }
  nav.side-panel .panel-row:first-child {
    cursor: pointer;
  }
  nav.side-panel .panel-row p {
    font-size: 13.5px;
    line-height: 1.5;
    font-weight: 300;
  }
  nav.side-panel .panel-row:first-child p {
    padding: 0 0 0 12px;
  }
  nav.side-panel .icon-width {
    display: block;
    text-align: center;
    width: 110px;
    padding: 8px 0 0 0;
  }
  nav.side-panel .icon-width > img {
    display: block;
    width: auto;
    max-width: 54px;
    height: auto;
    max-height: 24px;
    margin: 0 auto 4px auto;
  }
  nav.side-panel .options {
    width: calc(100% - 110px);
    padding: 0 0.75rem 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  nav.side-panel .option {
    display: block;
    font-size: 16px;
    font-weight: 300;
    padding: 0;
    margin: 0;
    cursor: pointer;
    width: 28px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    text-align: center;
    border-radius: 0.4375rem;
    transition: background 0.25s, color 0.25s, fill 0.25s;
  }
  nav.side-panel .option.btn-lsp {
    width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  nav.side-panel .option.btn-cursor {
    position: relative;
  }
  nav.side-panel .option.btn-cursor img {
    position: absolute;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
    display: block;
    width: 18px;
    height: auto;
    transition: opacity 0.25s;
  }
  nav.side-panel .option.btn-cursor[data-cursor='0.8'] img {
    transform: scale(0.8);
  }
  nav.side-panel .option.btn-cursor[data-cursor='0.6'] img {
    transform: scale(0.6);
  }
  nav.side-panel .option.btn-cursor img:nth-child(2) {
    opacity: 0;
  }
  nav.side-panel .option.btn-cursor.active img:nth-child(2) {
    opacity: 1;
  }
  nav.side-panel .option-row {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    border-radius: 0;
    cursor: pointer;
    transition: background 0.25s, color 0.25s, fill 0.25s;
  }
  nav.side-panel .option-row:first-child {
    margin: 0.5rem 0 0 0;
  }
  nav.side-panel .option-row:last-child {
    margin: 0 0 0.5rem 0;
  }
  nav.side-panel .option-row .icon {
    background: transparent;
    display: block;
    width: 1rem;
    height: 1rem;
    margin: 0 0.75rem 0 0;
  }
  nav.side-panel .option-row .icon img {
    display: block;
    height: 100%;
    width: auto;
  }
  nav.side-panel .option-row .icon + * {
    position: relative;
    padding: 0.1875rem 0 0 0;
  }
  nav.side-panel .option-row .icon + *::before {
    content: '';
    position: absolute;
    bottom: 0.125rem;
    left: -0.375rem;
    width: 0;
    height: 0.1rem;
    transition: width 0.25s;
  }
  nav.side-panel .option-row:hover .icon + *::before,
  nav.side-panel .option-row.active .icon + *::before {
    width: calc(100% + 0.375rem);
  }
  
  nav.side-panel + .access-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 96;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: opacity 0.25s;
  }
  nav.side-panel.style-02 + .access-filter {
    height: 100%;
  }
  nav.side-panel.active + .access-filter {
    opacity: 1;
    pointer-events: auto;
  }
  
  /* Page Loader */
  .page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 101;
  }
  .page-loader > .bg {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .page-loader > .bg > * {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25%;
    transition: width 0.75s;
  }
  .page-loader.fade-out > .bg > * {
    width: 0;
  }
  .page-loader > .bg > *:nth-child(1) {
    left: 0;
  }
  .page-loader > .bg > *:nth-child(2) {
    left: 25%;
  }
  .page-loader > .bg > *:nth-child(3) {
    left: 50%;
  }
  .page-loader > .bg > *:nth-child(4) {
    left: 75%;
  }
  .page-loader > .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 0.3s;
  }
  .page-loader.fade-out > .wrapper {
    opacity: 0;
  }
  .page-loader .spinner-wrapper {
    display: flex;
    justify-content: center;
  }
  .page-loader .spinner {
    border-radius: 50%;
    border: 3px solid transparent;
    height: 150px;
    margin: 0 auto 3.5rem auto;
    width: 150px;
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
  }
  .page-loader .text-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .page-loader .text {
    position: relative;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 0.8;
    padding: 0 0.625rem;
  }
  .page-loader .text .sub {
    position: absolute;
    top: -4px;
    transform: rotateY(-90deg);
    -webkit-animation: spinnerLetter 4s infinite;
    animation: spinnerLetter 4s infinite;
  }
  .page-loader .text:nth-child(1) .sub {
    animation-delay: 0s;
  }
  .page-loader .text:nth-child(2) .sub {
    animation-delay: 0.15s;
  }
  .page-loader .text:nth-child(3) .sub {
    animation-delay: 0.3s;
  }
  .page-loader .text:nth-child(4) .sub {
    animation-delay: 0.45s;
  }
  .page-loader .text:nth-child(5) .sub {
    animation-delay: 0.6s;
  }
  .page-loader .text:nth-child(6) .sub {
    animation-delay: 0.75s;
  }
  .page-loader .text:nth-child(7) .sub {
    animation-delay: 0.9s;
  }
  .page-loader .text:nth-child(8) .sub {
    animation-delay: 1.05s;
  }
  @keyframes spinner {
    0% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(180deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes spinnerLetter {
    0%,
    75%,
    100% {
      opacity: 0;
      -webkit-transform: rotateY(-90deg);
      transform: rotateY(-90deg);
    }
    25%,
    50% {
      opacity: 1;
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg);
    }
  }
  
  .page-loader.style-02 > .bg > * {
    top: unset;
    bottom: unset;
    left: 0;
    right: 0;
    width: 100%;
    height: 50vh;
    opacity: 1;
    transition: transform 0.7s cubic-bezier(1, 0, 0.55, 1);
  }
  .page-loader.style-02 > .bg > *:nth-child(1) {
    top: 0;
  }
  .page-loader.style-02.fade-out > .bg > *:nth-child(1) {
    transform: translateY(-50vh);
  }
  .page-loader.style-02 > .bg > *:nth-child(2) {
    bottom: 0;
  }
  .page-loader.style-02.fade-out > .bg > *:nth-child(2) {
    transform: translateY(50vh);
  }
  .page-loader.style-02.fade-out > .bg > * {
    transition-delay: 1s;
  }
  .page-loader.style-02 > .wrapper {
    opacity: 1 !important;
  }
  .page-loader.style-02 .loader-text {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.8125rem;
    font-weight: 500;
    margin: 0 0 3.5rem 0;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    text-transform: uppercase;
  }
  .page-loader.style-02.fade-out .loader-text {
    opacity: 0;
    transform: translateY(2rem);
    transition-delay: 0.5s;
  }
  .page-loader.style-02 .loader-progress {
    position: absolute;
    top: calc(50vh - 0.875px);
    left: calc(50% - 220px);
    right: calc(50% - 220px);
    height: 1.75px;
    transition: all 0.9s;
  }
  .page-loader.style-02 .loader-progress > .bar {
    display: block;
    height: 100%;
    width: 0;
    transition: width 1s linear;
  }
  .page-loader.style-02.started .loader-progress > .bar {
    width: 100%;
  }
  @media screen and (max-width: 767.98px) {
    .page-loader.style-02 .loader-progress {
      left: calc(50% - 180px);
      right: calc(50% - 180px);
    }
  }
  @media screen and (max-width: 575.98px) {
    .page-loader.style-02 .loader-progress {
      left: 20%;
      right: 20%;
    }
  }
  .page-loader.style-02.fade-out .loader-progress {
    left: 0;
    right: 0;
    opacity: 0;
  }
  
  /* Sidebar (Member Page) */
  .sidebar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 17.5rem;
    z-index: 99;
    transition: all 0.5s ease;
    border-right: 1px solid transparent;
  }
  .sidebar .pattern {
    position: absolute;
    bottom: 12rem;
    right: -2.5rem;
  }
  .sidebar .pattern > .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .sidebar .pattern > .wrapper img {
    height: 13rem;
  }
  .sidebar.open {
    width: 17.5rem;
  }
  .sidebar.style-02.open {
    width: 19.5rem !important;
  }
  .sidebar .logo-container {
    width: 100%;
    height: 5rem;
    position: relative;
    border-bottom: 1px solid transparent;
  }
  .sidebar .logo-container > .wrapper {
    display: flex;
    align-items: center;
    padding: 0.5rem 0 0.5rem 0.5rem;
    height: 100%;
  }
  .sidebar .logo-container > .wrapper .logo {
    min-width: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sidebar .logo-container > .wrapper .logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 3.5rem;
  }
  .sidebar .logo-container > .wrapper .text-container {
    width: calc(100% - 5.5rem);
    padding-left: 0.5rem;
  }
  .sidebar .logo-container > .wrapper .arrow-container {
    position: absolute;
    right: -1.25rem;
    transform: rotate(180deg);
    transition: transform 0.15s ease-in-out;
  }
  .sidebar.open .logo-container > .wrapper .arrow-container {
    right: -1.25rem;
    transform: rotate(0);
  }
  .sidebar.open .logo-container > .wrapper .arrow-container {
    display: block;
  }
  .sidebar .logo-container > .wrapper .arrow {
    width: 2.125rem;
    height: 2.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 0.9735rem;
    cursor: pointer;
  }
  .sidebar .logo-container > .wrapper .arrow > img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 1.0625rem;
  }
  .sidebar .profile-container {
    position: relative;
    min-width: 17.5rem;
  }
  .sidebar .profile-container > .wrapper {
    padding: 1rem;
    display: flex;
    align-items: center;
  }
  .sidebar .profile-container > .wrapper .img-container {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    overflow: hidden;
  }
  .sidebar .profile-container > .wrapper .text-container {
    width: calc(100% - 3rem);
    padding-left: 1rem;
  }
  .sidebar .menu-container {
    min-height: 100vh;
  }
  .sidebar .menu-container > .menu-item {
    display: block;
    padding: 0.9375rem 1rem;
    transition: 0.5s;
  }
  .sidebar .menu-container > .menu-item .wrapper {
    display: flex;
    align-items: center;
  }
  .sidebar .menu-container > .menu-item .wrapper > .icon {
    margin-right: 1rem;
    min-width: 3rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sidebar .menu-container > .menu-item .wrapper > .icon img,
  .sidebar .menu-container > .menu-item .wrapper > .icon svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 0.9375rem;
    transition: all 0.25s;
  }
  .sidebar .menu-container > .menu-item .wrapper > .icon.size-02 img,
  .sidebar .menu-container > .menu-item .wrapper > .icon.size-02 svg {
    width: 1.5rem;
  }
  .sidebar .menu-container > .menu-item {
    position: relative;
    border-bottom: 1px solid transparent;
  }
  .sidebar .tooltip,
  .sidebar .profile-container .tootltip {
    position: absolute;
    top: 0.5rem;
    left: calc(100% + 0.3125rem);
    z-index: 3;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    font-weight: 400;
    opacity: 0;
    white-space: nowrap;
    pointer-events: none;
    transition: 0.25s;
  }
  .sidebar .menu-item:hover .tooltip,
  .sidebar .profile-container:hover .tootltip {
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
  }
  .sidebar.open .menu-item .tooltip {
    display: none;
  }
  .sidebar .logo-container .title-link,
  .sidebar .menu-item .title-link,
  .sidebar .profile-container .title-link {
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: 0.25s;
  }
  .sidebar.open .logo-container .title-link,
  .sidebar.open .menu-item .title-link,
  .sidebar.open .profile-container .title-link {
    opacity: 1;
    pointer-events: auto;
    transition: 2s;
  }
  .sidebar.open ~ .main-container {
    left: 17.5rem;
    width: calc(100% - 17.5rem);
  }
  .sidebar.style-02.open ~ .main-container {
    left: 19.5rem !important;
    width: calc(100% - 19.5rem) !important;
  }
  .sidebar.style-02 .profile-container {
    position: relative;
    min-width: 19.5rem !important;
  }
  .sidebar.style-02 .menu-container > .menu-item .title-link {
    transition: color 0.25s;
  }
  
  @media screen and (max-width: 660.98px) {
    .sidebar .pattern {
      opacity: 0;
    }
  }
  
  /* Back to Top */
  .back-to-top {
    display: block;
    text-decoration: none;
    width: 3rem;
    height: 3rem;
    border-radius: 0.3125rem;
    text-align: center;
    line-height: 3.25rem;
    font-size: 1.25rem;
    opacity: 0;
    z-index: 90;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    border: 1.8px solid transparent;
    pointer-events: none;
    transition: opacity 0.25s, background 0.25s, color 0.25s;
  }
  .back-to-top.active {
    opacity: 1;
    pointer-events: all;
  }
  .back-to-top.active:hover {
    opacity: 1;
  }
  .back-to-top > i {
    transform: translateY(-0.1875rem);
  }
  
  /* Footer */
  nav.footer {
    position: relative;
    width: 100%;
    padding: 2.5rem 0;
    overflow: hidden;
    border-top: 1px solid transparent;
  }
  nav.footer > .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  nav.footer > .container {
    position: relative;
  }
  nav.footer > .pattern {
    display: block;
    height: 37rem;
    width: auto;
    position: absolute;
    bottom: -15.5rem;
    right: -9rem;
    pointer-events: none;
    opacity: 0.08;
  }
  nav.footer .list-icon {
    display: flex;
    align-items: center;
  }
  nav.footer .list-icon > .icon {
    display: block;
    width: 1.5rem;
    text-align: center;
    margin: 0 0.5rem 0 0;
    font-size: 0.875rem;
  }
  nav.footer .title-empty {
    opacity: 0;
  }
  nav.footer .footer-socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -0.375rem -0.375rem 0 0;
    gap: 0.375rem;
  }
  nav.footer .footer-socials .social {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 0.5rem;
    font-size: 1rem;
    width: 2.375rem;
    height: 2.375rem;
    margin: 0.375rem 0 0;
    transition: background 0.25s, color 0.25s, border-color 0.25s;
  }
  
  nav.footer.style-02 .footer-socials .social em {
    transition: transform 0.25s;
    transform: translateY(0);
    display: inline-block;
    line-height: 40px;
  }
  nav.footer.style-02 li > img {
    position: relative;
    transition: opacity 0.25s;
  }
  nav.footer.style-02 li > img.active {
    position: absolute;
    opacity: 0;
  }
  nav.footer.style-02 li:hover > img.active {
    opacity: 1;
  }
  nav.footer.style-02 li {
    margin-bottom: 0.5rem;
  }
  nav.footer.style-02 .footer-socials > .social-wrapper {
    position: relative;
  }
  nav.footer.style-02 .footer-socials > .social-wrapper .tooltip {
    position: absolute;
    top: 0;
    font-size: 0.5rem;
    font-weight: 500;
    padding: 0.125rem 0.25rem;
    border-radius: 0.375rem;
    opacity: 0;
    transition: opacity 0.4s ease-out; /*left:-15%;*/
    font-weight: 400;
  }
  /* nav.footer.style-02 .footer-socials > .social-wrapper .tooltip.size-02{left:-2%;}
  nav.footer.style-02 .footer-socials > .social-wrapper .tooltip.size-03{left:-13%;} */
  nav.footer.style-02 .footer-socials > .social-wrapper:hover .tooltip {
    opacity: 1;
  }
  
  nav.footer.style-02 .footer-socials .social {
    position: relative;
    overflow: hidden;
    margin-top: 1.5rem;
  }
  nav.footer.style-02 .footer-socials .social:hover em {
    transform: translateY(100%);
  }
  nav.footer.style-02 .footer-socials .social em::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
  }
  /* nav.footer.style-02 .footer-socials .social-wrapper:nth-child(1) > .social em::after{content:'\f39e';}
  nav.footer.style-02 .footer-socials .social-wrapper:nth-child(2) > .social em::after{content:'\f099';}
  nav.footer.style-02 .footer-socials .social-wrapper:nth-child(3) > .social em::after{content:'\f167';}
  nav.footer.style-02 .footer-socials .social-wrapper:nth-child(4) > .social em::after{content:'\e07b';} */
  nav.footer.style-02 .count-container {
    display: flex;
    align-items: center;
  }
  nav.footer.style-02 .count-web {
    display: flex;
    border-radius: 0.1875rem;
    border: 2px solid transparent;
    overflow: hidden;
  }
  nav.footer.style-02 .count-web > * {
    width: 1.375rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid transparent;
    font-size: 0.875rem;
    font-weight: 500;
  }
  nav.footer.style-02 .count-web > *:last-child {
    border-right: 0;
  }
  nav.footer.style-02 .image-container {
    max-width: 7.5rem;
  }
  nav.footer.style-02 .image-container > img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  
  @media screen and (max-width: 1299.98px) {
    nav.footer > .pattern {
      height: 35rem;
      bottom: -14rem;
      right: -11rem;
    }
    nav.footer .grid.mute-lg {
      margin-top: 0;
    }
    nav.footer .grid.mute-lg .title-empty {
      display: none;
    }
  }
  @media screen and (max-width: 1199.98px) {
    nav.footer {
      padding: 2rem 0;
    }
    nav.footer > .pattern {
      height: 32rem;
      bottom: -12rem;
      right: -10rem;
    }
  }
  @media screen and (max-width: 991.98px) {
    nav.footer {
      padding: 1.5rem 0 2rem 0;
    }
    nav.footer > .pattern {
      display: none;
    }
  }
  @media screen and (max-width: 767.98px) {
    nav.footer {
      padding: 1.25rem 0 2rem 0;
    }
    nav.footer > .pattern {
      height: 28rem;
      bottom: -11rem;
      right: -9rem;
    }
  }
  @media screen and (max-width: 575.98px) {
    nav.footer > .pattern {
      height: 25rem;
      bottom: -10rem;
      right: -10rem;
    }
    nav.footer .grid.mute-xs {
      margin-top: 0;
    }
    nav.footer .grid.mute-xs .title-empty {
      display: none;
    }
  }
  
  /* Footer Style 03 */
  nav.footer.style-03 {
    padding-bottom: 0;
    background-size: cover;
    background-position: center;
    height: 100%;
  }
  nav.footer.style-03 .footer-container {
    border-radius: 0.875rem 0.875rem 0 0;
    margin-top: 3rem;
  }
  nav.footer.style-03 .footer-container > .wrapper {
    padding: 1.625rem;
  }
  nav.footer.style-03 .footer-socials .social em {
    transition: transform 0.25s;
    transform: translateY(0);
    display: inline-block;
    line-height: 40px;
  }
  nav.footer.style-03 .footer-socials > .social-wrapper {
    position: relative;
  }
  nav.footer.style-03 .footer-socials > .social-wrapper .tooltip {
    position: absolute;
    top: 0;
    font-size: 0.5rem;
    font-weight: 500;
    padding: 0.125rem 0.25rem;
    border-radius: 0.375rem;
    opacity: 0;
    transition: opacity 0.4s ease-out; /*left:-15%;*/
    font-weight: 400;
  }
  /* nav.footer.style-03 .footer-socials > .social-wrapper .tooltip.size-02{left:-2%;}
  nav.footer.style-03 .footer-socials > .social-wrapper .tooltip.size-03{left:-13%;} */
  nav.footer.style-03 .footer-socials > .social-wrapper:hover .tooltip {
    opacity: 1;
  }
  
  nav.footer.style-03 .footer-socials .social {
    position: relative;
    overflow: hidden;
    margin-top: 1.5rem;
    cursor: default;
  }
  nav.footer.style-03 .footer-socials .social:hover em {
    transform: translateY(100%);
  }
  nav.footer.style-03 .footer-socials .social em::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
  }
  /* nav.footer.style-03 .footer-socials .social-wrapper:nth-child(1) > .social em::after{content:'\f39e';}
  nav.footer.style-03 .footer-socials .social-wrapper:nth-child(2) > .social em::after{content:'\f099';}
  nav.footer.style-03 .footer-socials .social-wrapper:nth-child(3) > .social em::after{content:'\f167';}
  nav.footer.style-03 .footer-socials .social-wrapper:nth-child(4) > .social em::after{content:'\e07b';} */
  nav.footer.style-03 .count-container {
    display: flex;
    align-items: center;
  }
  nav.footer.style-03 .count-container > .counts:last-child {
    margin-left: 1rem;
  }
  nav.footer.style-03 .counts {
    display: flex;
    align-items: center;
  }
  nav.footer.style-03 .count-web {
    display: flex;
    border-radius: 0.1875rem;
    border: 2px solid transparent;
    overflow: hidden;
  }
  nav.footer.style-03 .count-web > * {
    width: 1.375rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid transparent;
    font-size: 0.875rem;
    font-weight: 500;
  }
  nav.footer.style-03 .count-web > *:last-child {
    border-right: 0;
  }
  nav.footer.style-03 .count-container > .image-container {
    max-width: 10rem;
    margin-left: 0.5rem;
  }
  nav.footer.style-03 .count-container > .image-container img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 2rem;
  }
  @media screen and (max-width: 491.98px) {
    nav.footer.style-03 .count-container {
      flex-wrap: wrap;
    }
    nav.footer.style-03 .count-container > .image-container {
      margin: 1rem 0 0 0;
    }
  }
  
  /* Footer Style 04 */
  nav.footer.style-04 .footer-top {
    border-bottom: 1px solid transparent;
    padding: 1rem 0;
  }
  nav.footer.style-04 .footer-top .contact {
    display: flex;
    align-items: center;
  }
  nav.footer.style-04 .footer-top .contact > .icon {
    width: 2rem;
    height: 3rem;
    display: flex;
    align-items: center;
    font-size: 1.4375rem;
  }
  nav.footer.style-04 .footer-top .contact > .text-wrapper {
    width: calc(100% - 2rem);
  }
  nav.footer.style-04 .counts {
    margin: 0.875rem 0;
  }
  nav.footer.style-04 .count-web {
    display: flex;
    margin: 0;
  }
  nav.footer.style-04 .count-web > * {
    width: 1.375rem;
    height: 1.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid transparent;
    font-size: 0.625rem;
  }
  nav.footer.style-04 .footer-bottom {
    border-top: 1px solid transparent;
    margin-top: 1.5rem;
    padding: 1.5rem 0;
    text-align: center;
  }
  
  /* Footer Style 05 */
  nav.footer.style-05 .google-map {
    border-radius: 0.875rem;
  }
  nav.footer.style-05 .footer-bottom {
    margin-top: 1.5rem;
    padding: 1.375rem 0;
    text-align: center;
    border-top: 1px solid transparent;
  }
  nav.footer.style-05 .footer-bottom .counts {
    display: flex;
    align-items: center;
  }
  nav.footer.style-05 .count-web {
    display: flex;
  }
  nav.footer.style-05 .count-web > * {
    width: 1.375rem;
    height: 1.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid transparent;
    font-size: 0.625rem;
  }
  nav.footer.style-05 .count-web > *:last-child {
    border-right: 0;
  }
  @media screen and (max-width: 1299.98px) {
    nav.footer.style-05 .google-map {
      height: 500px;
    }
  }
  @media screen and (max-width: 991.98px) {
    nav.footer.style-05 .google-map {
      height: 320px;
    }
    nav.footer.style-05 .footer-bottom .counts {
      flex-direction: column;
      margin-bottom: 0.5rem;
    }
  }
  @media screen and (max-width: 767.98px) {
    nav.footer.style-05 .google-map {
      height: 290px;
    }
  }
  
  /* Footer Style 06 */
  nav.footer.style-06 .footer-bottom {
    margin-top: 1.5rem;
    padding: 1.375rem 0;
    text-align: center;
    border-top: 1px solid transparent;
  }
  nav.footer.style-06 .counts {
    display: flex;
    align-items: center;
  }
  nav.footer.style-06 .count-web {
    display: flex;
  }
  nav.footer.style-06 .count-web > * {
    width: 1.375rem;
    height: 1.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid transparent;
    font-size: 0.625rem;
  }
  nav.footer.style-06 .count-web > *:last-child {
    border-right: 0;
  }
  @media screen and (max-width: 991.98px) {
    nav.footer.style-06 .footer-bottom .counts {
      flex-direction: column;
      margin-bottom: 0.5rem;
    }
  }
  
  /* Footer Style 07 */
  nav.footer.style-07 {
    padding-bottom: 0;
    background-size: cover;
    background-position: center;
    height: 100%;
  }
  nav.footer.style-07 .footer-container {
    border-radius: 0.875rem 0.875rem 0 0;
    margin-top: 3rem;
  }
  nav.footer.style-07 .footer-container > .wrapper {
    padding: 2rem;
  }
  nav.footer.style-07 .footer-bottom {
    padding: 1.215rem;
    text-align: center;
  }
  nav.footer.style-07 .google-map {
    border-radius: 0.875rem !important;
  }
  
  /* Footer Style 08 */
  nav.footer.style-08 .text-intro {
    max-width: 50rem;
    margin: 0 auto;
    border-top: 4px solid transparent;
    padding-top: 0.5rem;
    margin-bottom: 1rem;
  }
  nav.footer.style-08 .contact {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    margin-top: 1rem;
    padding: 0.5rem 0;
  }
  nav.footer.style-08 .contact-list {
    display: flex;
    align-items: center;
  }
  nav.footer.style-08 .contact-list.center {
    justify-content: center;
  }
  nav.footer.style-08 .contact-list.right {
    justify-content: flex-end;
  }
  nav.footer.style-08 .contact-list > .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.625rem;
    height: 1.625rem;
    font-size: 0.875rem;
  }
  nav.footer.style-08 .social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.9375rem;
  }
  nav.footer.style-08 .social-links > .btns-social {
    display: flex;
  }
  nav.footer.style-08 .social-links > .btns-social .btn-social {
    width: 1.625rem;
    height: 1.625rem;
    margin: 0 0 0 0.1875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: color 0.25s, background 0.25s;
  }
  nav.footer.style-08 .policy-container {
    max-width: 60rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 2rem auto 0 auto;
    justify-content: center;
  }
  nav.footer.style-08 .policy-container > .text-wrapper a {
    font-weight: 500;
    font-size: 0.9375rem;
    transition: color 0.25s;
  }
  nav.footer.style-08 .policy-container > .image-container {
    margin-left: 1rem;
    width: 10rem;
  }
  nav.footer.style-08 .policy-container > .image-container img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  nav.footer.style-08 .footer-bottom {
    margin-top: 1.5rem;
    padding: 1.375rem 0;
    text-align: center;
    border-top: 1px solid transparent;
  }
  nav.footer.style-08 .count-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  nav.footer.style-08 .count-container > .counts:last-child {
    margin-left: 1rem;
  }
  nav.footer.style-08 .counts {
    display: flex;
    align-items: center;
  }
  nav.footer.style-08 .count-web {
    display: flex;
    border-radius: 0.1875rem;
    overflow: hidden;
  }
  nav.footer.style-08 .count-web > * {
    width: 1.375rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid transparent;
    font-size: 0.875rem;
    font-weight: 500;
  }
  nav.footer.style-08 .count-web > *:last-child {
    border-right: 0;
  }
  @media screen and (max-width: 1199.98px) {
    nav.footer.style-08 .footer-bottom .counts {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 0.5rem;
    }
    nav.footer.style-08 .count-web {
      margin-left: 0 !important;
    }
  }
  @media screen and (max-width: 991.98px) {
    nav.footer.style-08 .policy-container > .image-container {
      margin: 0.875rem 0 0 0;
      width: 9.5rem;
    }
    nav.footer.style-08 .footer-bottom .copyright {
      justify-content: center;
    }
    nav.footer.style-08 .footer-bottom .counts {
      flex-direction: row;
      align-items: center;
      margin: 0.75rem 0 0 0;
    }
    nav.footer.style-08 .count-web {
      margin-left: 0.375rem !important;
    }
    nav.footer.style-08 .count-container {
      justify-content: center;
    }
  }
  @media screen and (max-width: 767.98px) {
    nav.footer.style-08 .contact-list.center {
      justify-content: flex-end;
    }
    nav.footer.style-08 .contact-list.right {
      justify-content: flex-start;
      margin-top: 0.5rem;
    }
  }
  @media screen and (max-width: 575.98px) {
    nav.footer.style-08 .social-links {
      justify-content: flex-start;
    }
    nav.footer.style-08 .policy-container > .image-container {
      width: 9rem;
    }
    nav.footer.style-08 .footer-bottom .counts {
      flex-direction: column;
      align-items: center;
    }
    nav.footer.style-08 .contact-list.center {
      justify-content: flex-start;
      margin-top: 0.5rem;
    }
    nav.footer.style-08 .count-web {
      margin-left: 0 !important;
    }
  }
  
  /* Footer Style 09 */
  nav.footer.style-09 .google-map {
    border-radius: 0.875rem !important;
  }
  nav.footer.style-09 .text-intro {
    max-width: 50rem;
    margin: 0 auto;
    border-top: 4px solid transparent;
    padding-top: 0.5rem;
    margin-bottom: 1rem;
  }
  nav.footer.style-09 .contact {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    margin-top: 1rem;
    padding: 0.5rem 0;
  }
  nav.footer.style-09 .contact-list {
    display: flex;
    align-items: center;
  }
  nav.footer.style-09 .contact-list.center {
    justify-content: center;
  }
  nav.footer.style-09 .contact-list.right {
    justify-content: flex-end;
  }
  nav.footer.style-09 .contact-list > .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.625rem;
    height: 1.625rem;
    font-size: 0.875rem;
  }
  nav.footer.style-09 .social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.9375rem;
  }
  nav.footer.style-09 .social-links > .btns-social {
    display: flex;
  }
  nav.footer.style-09 .social-links > .btns-social .btn-social {
    width: 1.625rem;
    height: 1.625rem;
    margin: 0 0 0 0.1875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: color 0.25s, background 0.25s;
  }
  nav.footer.style-09 .policy-container {
    max-width: 60rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 2rem auto 0 auto;
    justify-content: center;
  }
  nav.footer.style-09 .policy-container > .text-wrapper a {
    font-weight: 500;
    font-size: 0.9375rem;
    transition: color 0.25s;
  }
  nav.footer.style-09 .policy-container > .image-container {
    margin-left: 1rem;
    width: 10rem;
  }
  nav.footer.style-09 .policy-container > .image-container img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  nav.footer.style-09 .footer-bottom {
    margin-top: 1.5rem;
    padding: 1.375rem 0;
    text-align: center;
    border-top: 1px solid transparent;
  }
  nav.footer.style-09 .count-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  nav.footer.style-09 .count-container > .counts:last-child {
    margin-left: 1rem;
  }
  nav.footer.style-09 .counts {
    display: flex;
    align-items: center;
  }
  nav.footer.style-09 .count-web {
    display: flex;
    border-radius: 0.1875rem;
    overflow: hidden;
  }
  nav.footer.style-09 .count-web > * {
    width: 1.375rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid transparent;
    font-size: 0.875rem;
    font-weight: 500;
  }
  nav.footer.style-09 .count-web > *:last-child {
    border-right: 0;
  }
  @media screen and (max-width: 1299.98px) {
    nav.footer.style-09 .google-map {
      height: 500px;
    }
    nav.footer.style-09 .count-container {
      margin-bottom: 1rem;
    }
  }
  @media screen and (max-width: 991.98px) {
    nav.footer.style-09 .policy {
      justify-content: center;
    }
    nav.footer.style-09 .google-map {
      height: 320px;
    }
    nav.footer.style-09 .policy-container > .image-container {
      margin: 0.875rem 0 0 0;
      width: 9.5rem;
    }
    nav.footer.style-09 .footer-bottom .copyright {
      justify-content: center;
    }
    nav.footer.style-09 .footer-bottom .counts {
      flex-direction: row;
      align-items: center;
      margin: 0.75rem 0 0 0;
    }
    nav.footer.style-09 .count-web {
      margin-left: 0.375rem !important;
    }
    nav.footer.style-09 .count-container {
      justify-content: center;
    }
  }
  @media screen and (max-width: 767.98px) {
    nav.footer.style-09 .google-map {
      height: 290px;
    }
    nav.footer.style-09 .contact-list.center {
      justify-content: flex-end;
    }
    nav.footer.style-09 .contact-list.right {
      justify-content: flex-start;
      margin-top: 0.5rem;
    }
  }
  @media screen and (max-width: 575.98px) {
    nav.footer.style-09 .social-links {
      justify-content: flex-start;
    }
    nav.footer.style-09 .policy-container > .image-container {
      width: 9rem;
    }
    nav.footer.style-09 .footer-bottom .counts {
      flex-direction: column;
      align-items: center;
    }
    nav.footer.style-09 .contact-list.center {
      justify-content: flex-start;
      margin-top: 0.5rem;
    }
    nav.footer.style-09 .count-web {
      margin-left: 0 !important;
    }
  }
  
  /* Footer Style 10 */
  nav.footer.style-10 .text-intro {
    max-width: 50rem;
    margin: 0 auto;
    border-top: 4px solid transparent;
    padding-top: 0.5rem;
    margin-bottom: 1rem;
  }
  nav.footer.style-10 .contact {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    margin-top: 1rem;
    padding: 0.5rem 0;
  }
  nav.footer.style-10 .contact-list {
    display: flex;
    align-items: center;
  }
  nav.footer.style-10 .contact-list.center {
    justify-content: center;
  }
  nav.footer.style-10 .contact-list.right {
    justify-content: flex-end;
  }
  nav.footer.style-10 .contact-list > .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.625rem;
    height: 1.625rem;
    font-size: 0.875rem;
  }
  nav.footer.style-10 .social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.9375rem;
  }
  nav.footer.style-10 .social-links > .btns-social {
    display: flex;
  }
  nav.footer.style-10 .social-links > .btns-social .btn-social {
    width: 1.625rem;
    height: 1.625rem;
    margin: 0 0 0 0.1875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: color 0.25s, background 0.25s;
  }
  nav.footer.style-10 .policy-container {
    max-width: 60rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 2rem auto 0 auto;
    justify-content: center;
  }
  nav.footer.style-10 .policy-container > .text-wrapper a {
    font-weight: 500;
    font-size: 0.9375rem;
    transition: color 0.25s;
  }
  nav.footer.style-10 .policy-container > .image-container {
    margin-left: 1rem;
    width: 10rem;
  }
  nav.footer.style-10 .policy-container > .image-container img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  nav.footer.style-10 .footer-bottom {
    margin-top: 1.5rem;
    padding: 1.375rem 0;
    text-align: center;
    border-top: 1px solid transparent;
  }
  nav.footer.style-10 .count-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  nav.footer.style-10 .count-container > .counts:last-child {
    margin-left: 1rem;
  }
  nav.footer.style-10 .counts {
    display: flex;
    align-items: center;
  }
  nav.footer.style-10 .count-web {
    display: flex;
    border-radius: 0.1875rem;
    overflow: hidden;
  }
  nav.footer.style-10 .count-web > * {
    width: 1.375rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid transparent;
    font-size: 0.875rem;
    font-weight: 500;
  }
  nav.footer.style-10 .count-web > *:last-child {
    border-right: 0;
  }
  @media screen and (max-width: 1199.98px) {
    nav.footer.style-10 .footer-bottom .counts {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 0.5rem;
    }
    nav.footer.style-10 .count-web {
      margin-left: 0 !important;
    }
  }
  @media screen and (max-width: 991.98px) {
    nav.footer.style-10 .policy-container > .image-container {
      margin: 0.875rem 0 0 0;
      width: 9.5rem;
    }
    nav.footer.style-10 .footer-bottom .copyright {
      justify-content: center;
    }
    nav.footer.style-10 .footer-bottom .counts {
      flex-direction: row;
      align-items: center;
      margin: 0.75rem 0 0 0;
    }
    nav.footer.style-10 .count-web {
      margin-left: 0.375rem !important;
    }
    nav.footer.style-10 .count-container {
      justify-content: center;
    }
  }
  @media screen and (max-width: 767.98px) {
    nav.footer.style-10 .contact-list.center {
      justify-content: flex-end;
    }
    nav.footer.style-10 .contact-list.right {
      justify-content: flex-start;
      margin-top: 0.5rem;
    }
  }
  @media screen and (max-width: 575.98px) {
    nav.footer.style-10 .social-links {
      justify-content: flex-start;
    }
    nav.footer.style-10 .policy-container > .image-container {
      width: 9rem;
    }
    nav.footer.style-10 .footer-bottom .counts {
      flex-direction: column;
      align-items: center;
    }
    nav.footer.style-10 .contact-list.center {
      justify-content: flex-start;
      margin-top: 0.5rem;
    }
    nav.footer.style-10 .count-web {
      margin-left: 0 !important;
    }
  }
  
  /* Footer Style 11 */
  nav.footer.style-11 {
    padding-bottom: 0;
    background-size: cover;
    background-position: center;
    height: 100%;
  }
  nav.footer.style-11 .google-map-container {
    display: flex;
  }
  nav.footer.style-11 .footer-container {
    border-radius: 0.875rem 0.875rem 0 0;
    margin-top: 3rem;
  }
  nav.footer.style-11 .footer-container > .wrapper {
    padding: 2rem;
  }
  nav.footer.style-11 .footer-bottom {
    padding: 1.215rem;
    text-align: center;
  }
  nav.footer.style-11 .google-map {
    border-radius: 0.875rem !important;
  }
  nav.footer.style-11 .footer-socials > .social {
    border: none;
    border-radius: 50%;
  }
  @media screen and (max-width: 1299.98px) {
    nav.footer.style-11 .google-map-container {
      display: unset;
    }
  }
  
  /* Footer Single Pages */
  nav.footer-single-page {
    display: flex;
    justify-content: flex-end;
    padding: 1rem 0;
  }
  nav.footer-single-page .social-list .icon {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.25s, color 0.25s;
    border-radius: 50%;
  }
  nav.footer-single-page .social-list .tooltip {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 4.25rem;
    border-radius: 1000em;
    padding: 0.25rem 1rem;
    opacity: 0;
    transition: opacity 0.25s;
  }
  nav.footer-single-page .social-list .tooltip > p {
    white-space: nowrap;
    font-size: 0.75rem;
  }
  
  /* Footer Social */
  nav.footer .footer-socials .social-wrapper.social-brand-facebook > .social em::after {
    content: '\f39e';
  }
  nav.footer .footer-socials .social-wrapper.social-brand-twitter > .social em::after {
    content: '\f099';
  }
  nav.footer .footer-socials .social-wrapper.social-brand-youtube > .social em::after {
    content: '\f167';
  }
  nav.footer .footer-socials .social-wrapper.social-brand-tiktok > .social em::after {
    content: '\e07b';
  }
  nav.footer .footer-socials .social-wrapper.social-brand-line > .social em::after {
    content: '\f3c0';
  }
  nav.footer .footer-socials .social-wrapper.social-brand-instagram > .social em::after {
    content: '\f16d';
  }
  
  nav.footer .footer-socials > .social-wrapper .tooltip {
    left: -5%;
  }
  nav.footer .footer-socials > .social-wrapper .tooltip.size-02 {
    left: 4%;
  }
  nav.footer .footer-socials > .social-wrapper .tooltip.size-03 {
    left: 2%;
  }
  nav.footer .footer-socials > .social-wrapper .tooltip.size-04 {
    left: 10%;
  }
  nav.footer .footer-socials > .social-wrapper .tooltip.size-05 {
    left: 18%;
  }