:root {
  --presst-menu-item-gap: 22px;
  --presst-menu-item-padding-y: 14px;
  --presst-menu-item-padding-x: 22px;
  --presst-menu-active-radius: 18px;
  --presst-menu-header-height: 104px;
  --presst-menu-logo-max-height: 55px;
  --presst-menu-tablet-row-gap: 22px;
  --presst-menu-tablet-row-padding-y: 12px;
  --presst-menu-tablet-row-padding-x: 24px;
  --presst-menu-drawer-width: 88vw;
  --presst-menu-drawer-max-width: 420px;
  --presst-menu-drawer-link-padding-y: 17px;
  --presst-menu-drawer-link-padding-x: 24px;
  --presst-menu-close-button-size: 36px;
  --presst-menu-close-line-width: 15px;
  --presst-menu-animation-duration: 210ms;
}

header.et-l--header .et_pb_row_0_tb_header.menu-flex {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  min-height: var(--presst-menu-header-height, 104px);
}

header.et-l--header .et_pb_row_0_tb_header .et_pb_column_0_tb_header {
  flex: 0 0 auto;
}

header.et-l--header .et_pb_row_0_tb_header .et_pb_column_1_tb_header {
  flex: 1 1 auto;
  min-width: 0;
}

header.et-l--header .et_pb_image_0_tb_header .et_pb_image_wrap img {
  max-height: var(--presst-menu-logo-max-height, 55px) !important;
  width: auto !important;
}

header.et-l--header .et_pb_menu_0_tb_header,
header.et-l--header .et_pb_menu_0_tb_header .et_pb_menu_inner_container,
header.et-l--header .et_pb_menu_0_tb_header .et_pb_menu__wrap {
  min-width: 0;
}

header.et-l--header .et_pb_menu_0_tb_header .et_pb_menu__wrap {
  overflow-x: auto;
  overflow-y: visible;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  scrollbar-width: thin;
  scrollbar-color: rgba(126, 190, 197, 0.45) transparent;
}

header.et-l--header .et_pb_menu_0_tb_header .et_pb_menu__wrap::-webkit-scrollbar {
  height: 4px;
}

header.et-l--header .et_pb_menu_0_tb_header .et_pb_menu__wrap::-webkit-scrollbar-track {
  background: transparent;
}

header.et-l--header .et_pb_menu_0_tb_header .et_pb_menu__wrap::-webkit-scrollbar-thumb {
  background: rgba(126, 190, 197, 0.45);
  border-radius: 999px;
}

header.et-l--header .et_pb_menu_0_tb_header .et_pb_menu__menu,
header.et-l--header .et_pb_menu_0_tb_header .et_pb_menu__menu > nav,
header.et-l--header .et_pb_menu_0_tb_header .et_pb_menu__menu > nav > ul {
  width: max-content;
  min-width: max-content;
  flex: 0 0 auto;
  flex-wrap: nowrap !important;
  align-items: center;
}

header.et-l--header .et_pb_menu_0_tb_header .et_pb_menu__menu > nav > ul {
  align-items: center;
  gap: var(--presst-menu-item-gap, 22px);
}

header.et-l--header .et_pb_menu_0_tb_header .et-menu > li {
  width: auto !important;
  min-width: max-content;
  max-width: none !important;
  flex: 0 0 auto !important;
  float: none !important;
  display: flex !important;
  align-items: center;
}

header.et-l--header .et_pb_menu_0_tb_header .et-menu > li > a {
  width: auto !important;
  min-width: max-content;
  max-width: none !important;
  white-space: nowrap !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: var(--presst-menu-item-padding-y, 14px) var(--presst-menu-item-padding-x, 22px) !important;
}

header.et-l--header .et_pb_menu_0_tb_header .et-menu > li.current-menu-item > a,
header.et-l--header .et_pb_menu_0_tb_header .et-menu > li.current_page_item > a,
header.et-l--header .et_pb_menu_0_tb_header .et-menu > li.current-menu-ancestor > a {
  border-radius: var(--presst-menu-active-radius, 18px);
  background: rgba(13, 58, 120, 0.06);
}

.et-l--header .mobile_nav .presst-mobile-menu-close,
.et-l--footer .mobile_nav .presst-mobile-menu-close {
  display: none !important;
}

.et-l--header .mobile_nav.opened,
.et-l--footer .mobile_nav.opened,
.et-l--header .mobile_nav.presst-menu-closing,
.et-l--footer .mobile_nav.presst-menu-closing,
.et-l--header .mobile_nav.presst-menu-loading,
.et-l--footer .mobile_nav.presst-menu-loading {
  display: block !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  width: min(var(--presst-menu-drawer-width, 88vw), var(--presst-menu-drawer-max-width, 420px)) !important;
  min-width: 0 !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  margin: 0 !important;
  padding: 76px 0 24px !important;
  overflow-y: auto;
  background: #ffffff !important;
  border-top: 0 !important;
  box-shadow: -16px 0 34px rgba(0, 0, 0, 0.22);
  z-index: 100001;
  animation: presst-mobile-menu-slide-in var(--presst-menu-animation-duration, 210ms) cubic-bezier(0.22, 1, 0.36, 1) both;
  will-change: transform;
}

.et-l--header .mobile_nav.presst-menu-closing,
.et-l--footer .mobile_nav.presst-menu-closing {
  animation-name: presst-mobile-menu-slide-out;
  animation-timing-function: cubic-bezier(0.64, 0, 0.78, 0);
}

.et-l--header .mobile_nav.opened .mobile_menu_bar,
.et-l--footer .mobile_nav.opened .mobile_menu_bar,
.et-l--header .mobile_nav.presst-menu-closing .mobile_menu_bar,
.et-l--footer .mobile_nav.presst-menu-closing .mobile_menu_bar,
.et-l--header .mobile_nav.presst-menu-loading .mobile_menu_bar,
.et-l--footer .mobile_nav.presst-menu-loading .mobile_menu_bar {
  display: none;
}

.et-l--header .et_pb_menu .et_mobile_menu,
.et-l--footer .et_pb_menu .et_mobile_menu {
  position: static !important;
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible;
  background: #ffffff !important;
  border-top: 0 !important;
  box-shadow: none !important;
}

.et-l--header .et_pb_menu .et_mobile_menu ul,
.et-l--footer .et_pb_menu .et_mobile_menu ul {
  background: #ffffff !important;
  padding: 0 !important;
}

.et-l--header .et_pb_menu .et_mobile_menu li,
.et-l--footer .et_pb_menu .et_mobile_menu li {
  padding: 0 !important;
}

.et-l--header .et_pb_menu .et_mobile_menu li a,
.et-l--footer .et_pb_menu .et_mobile_menu li a {
  padding: var(--presst-menu-drawer-link-padding-y, 17px) var(--presst-menu-drawer-link-padding-x, 24px) !important;
  color: #1f2933 !important;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  white-space: normal;
  border-bottom: 1px solid rgba(13, 58, 120, 0.12);
}

.et-l--header .et_pb_menu .et_mobile_menu li a:hover,
.et-l--footer .et_pb_menu .et_mobile_menu li a:hover {
  background: rgba(126, 190, 197, 0.14);
  opacity: 1;
}

.et-l--header .et_pb_menu .et_mobile_menu li a.presst-menu-link-loading,
.et-l--footer .et_pb_menu .et_mobile_menu li a.presst-menu-link-loading {
  position: relative;
  background: rgba(126, 190, 197, 0.16) !important;
  color: #0d3a78 !important;
  opacity: 1;
}

.et-l--header .et_pb_menu .et_mobile_menu li a.presst-menu-link-loading::before,
.et-l--footer .et_pb_menu .et_mobile_menu li a.presst-menu-link-loading::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 0;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: #7ebec5;
}

.et-l--header .et_pb_menu .et_mobile_menu li a.presst-menu-link-loading::after,
.et-l--footer .et_pb_menu .et_mobile_menu li a.presst-menu-link-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 7px;
  height: 7px;
  margin-top: -3.5px;
  border-radius: 999px;
  background: #7ebec5;
  animation: presst-menu-loading-pulse 780ms ease-in-out infinite alternate;
}

.et-l--header .mobile_nav.opened .presst-mobile-menu-close,
.et-l--footer .mobile_nav.opened .presst-mobile-menu-close,
.et-l--header .mobile_nav.presst-menu-closing .presst-mobile-menu-close,
.et-l--footer .mobile_nav.presst-menu-closing .presst-mobile-menu-close,
.et-l--header .mobile_nav.presst-menu-loading .presst-mobile-menu-close,
.et-l--footer .mobile_nav.presst-menu-loading .presst-mobile-menu-close {
  position: absolute;
  top: calc(18px + env(safe-area-inset-top));
  right: 20px;
  z-index: 100002;
  width: var(--presst-menu-close-button-size, 36px);
  height: var(--presst-menu-close-button-size, 36px);
  padding: 0;
  border: 1px solid rgba(13, 58, 120, 0.1);
  border-radius: 999px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  box-shadow: 0 10px 24px rgba(13, 58, 120, 0.14), 0 1px 5px rgba(13, 58, 120, 0.08);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.et-l--header .mobile_nav.opened .presst-mobile-menu-close::before,
.et-l--header .mobile_nav.opened .presst-mobile-menu-close::after,
.et-l--footer .mobile_nav.opened .presst-mobile-menu-close::before,
.et-l--footer .mobile_nav.opened .presst-mobile-menu-close::after,
.et-l--header .mobile_nav.presst-menu-closing .presst-mobile-menu-close::before,
.et-l--header .mobile_nav.presst-menu-closing .presst-mobile-menu-close::after,
.et-l--footer .mobile_nav.presst-menu-closing .presst-mobile-menu-close::before,
.et-l--footer .mobile_nav.presst-menu-closing .presst-mobile-menu-close::after,
.et-l--header .mobile_nav.presst-menu-loading .presst-mobile-menu-close::before,
.et-l--header .mobile_nav.presst-menu-loading .presst-mobile-menu-close::after,
.et-l--footer .mobile_nav.presst-menu-loading .presst-mobile-menu-close::before,
.et-l--footer .mobile_nav.presst-menu-loading .presst-mobile-menu-close::after {
  content: "";
  position: absolute;
  width: var(--presst-menu-close-line-width, 15px);
  height: 1.5px;
  border-radius: 999px;
  background: #0d3a78;
  transform-origin: center;
}

.et-l--header .mobile_nav.opened .presst-mobile-menu-close::before,
.et-l--footer .mobile_nav.opened .presst-mobile-menu-close::before,
.et-l--header .mobile_nav.presst-menu-closing .presst-mobile-menu-close::before,
.et-l--footer .mobile_nav.presst-menu-closing .presst-mobile-menu-close::before,
.et-l--header .mobile_nav.presst-menu-loading .presst-mobile-menu-close::before,
.et-l--footer .mobile_nav.presst-menu-loading .presst-mobile-menu-close::before {
  transform: rotate(45deg);
}

.et-l--header .mobile_nav.opened .presst-mobile-menu-close::after,
.et-l--footer .mobile_nav.opened .presst-mobile-menu-close::after,
.et-l--header .mobile_nav.presst-menu-closing .presst-mobile-menu-close::after,
.et-l--footer .mobile_nav.presst-menu-closing .presst-mobile-menu-close::after,
.et-l--header .mobile_nav.presst-menu-loading .presst-mobile-menu-close::after,
.et-l--footer .mobile_nav.presst-menu-loading .presst-mobile-menu-close::after {
  transform: rotate(-45deg);
}

.et-l--header .mobile_nav.opened .presst-mobile-menu-close:hover,
.et-l--footer .mobile_nav.opened .presst-mobile-menu-close:hover {
  transform: translateY(-1px);
  border-color: rgba(13, 58, 120, 0.18);
  box-shadow: 0 12px 28px rgba(13, 58, 120, 0.18), 0 2px 7px rgba(13, 58, 120, 0.1);
}

.et-l--header .mobile_nav.opened .presst-mobile-menu-close:active,
.et-l--footer .mobile_nav.opened .presst-mobile-menu-close:active {
  transform: translateY(0) scale(0.96);
}

.et-l--header .mobile_nav.opened .presst-mobile-menu-close:focus-visible,
.et-l--footer .mobile_nav.opened .presst-mobile-menu-close:focus-visible {
  outline: 2px solid rgba(126, 190, 197, 0.65);
  outline-offset: 3px;
}

.et-l--footer .et_pb_menu_0_tb_footer,
.et-l--footer .et_pb_menu_1_tb_footer {
  overflow: visible !important;
}

body.presst-mobile-menu-open {
  overflow: hidden;
}

@keyframes presst-mobile-menu-slide-in {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes presst-mobile-menu-slide-out {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

@keyframes presst-menu-loading-pulse {
  from {
    opacity: 0.45;
    transform: scale(0.82);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 980px) {
  header.et-l--header .et_pb_section_0_tb_header.et_pb_section {
    padding: 0 !important;
  }

  header.et-l--header .et_pb_row_0_tb_header.menu-flex.et_pb_row {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: var(--presst-menu-header-height, 104px);
    margin: 0 !important;
    padding: 14px 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    gap: 12px;
    position: relative;
  }

  header.et-l--header .et_pb_row_0_tb_header .et_pb_column_0_tb_header,
  header.et-l--header .et_pb_row_0_tb_header .et_pb_column_1_tb_header {
    margin: 0 !important;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
  }

  header.et-l--header .et_pb_row_0_tb_header .et_pb_column_0_tb_header {
    width: auto !important;
    flex: 1 1 auto;
    justify-content: flex-start;
  }

  header.et-l--header .et_pb_row_0_tb_header .et_pb_column_1_tb_header {
    width: auto !important;
    flex: 0 0 auto;
    justify-content: flex-end;
    position: static;
  }

  header.et-l--header .et_pb_image_0_tb_header {
    width: auto !important;
    max-width: calc(100vw - 96px);
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
  }

  header.et-l--header .et_pb_image_0_tb_header a,
  header.et-l--header .et_pb_image_0_tb_header .et_pb_image_wrap {
    display: block;
    max-width: 100%;
  }

  header.et-l--header .et_pb_image_0_tb_header .et_pb_image_wrap img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: var(--presst-menu-logo-max-height, 55px) !important;
    display: block;
  }

  header.et-l--header .et_pb_menu_0_tb_header {
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    position: static !important;
    display: flex;
    align-items: center;
  }

  header.et-l--header .et_pb_menu_0_tb_header .et_pb_menu_inner_container,
  header.et-l--header .et_pb_menu_0_tb_header .et_pb_menu__wrap {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: static !important;
  }

  header.et-l--header .et_pb_menu_0_tb_header .et_mobile_nav_menu {
    margin: 0 !important;
  }

  header.et-l--header .et_pb_menu_0_tb_header .mobile_menu_bar {
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header.et-l--header .et_pb_menu_0_tb_header .mobile_menu_bar:before {
    position: static;
    color: #79b7bf;
    font-size: 42px;
    line-height: 1;
  }

  body.et_header_style_left #main-header,
  body.et_header_style_split #main-header {
    padding: 0;
  }

  body.et_header_style_left #main-header .container,
  body.et_header_style_split #main-header .container {
    width: 100%;
    max-width: none;
    min-height: var(--presst-menu-header-height, 104px);
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  body.et_header_style_left #main-header .logo_container,
  body.et_header_style_split #main-header .logo_container {
    position: static;
    width: auto;
    height: auto;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
  }

  body.et_header_style_left #main-header .logo_container a,
  body.et_header_style_split #main-header .logo_container a {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
  }

  body.et_header_style_left #main-header #logo,
  body.et_header_style_split #main-header #logo {
    width: auto;
    max-width: calc(100vw - 112px);
    height: auto;
    max-height: var(--presst-menu-logo-max-height, 55px);
    display: block;
  }

  body.et_header_style_left #et-top-navigation,
  body.et_header_style_split #et-top-navigation {
    float: none;
    flex: 0 0 auto;
    width: auto;
    padding: 0 !important;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  body.et_header_style_left #et_mobile_nav_menu,
  body.et_header_style_split #et_mobile_nav_menu {
    float: none;
    margin: 0;
    display: block;
  }

  body.et_header_style_left .mobile_nav,
  body.et_header_style_split .mobile_nav {
    background: transparent;
  }

  body.et_header_style_left .mobile_nav .select_page,
  body.et_header_style_split .mobile_nav .select_page {
    display: none;
  }

  body.et_header_style_left .mobile_menu_bar,
  body.et_header_style_split .mobile_menu_bar {
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body.et_header_style_left .mobile_menu_bar:before,
  body.et_header_style_split .mobile_menu_bar:before {
    position: static;
    color: #79b7bf;
    font-size: 42px;
    line-height: 1;
  }

  body.et_header_style_left #main-header .et_mobile_menu,
  body.et_header_style_split #main-header .et_mobile_menu {
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    margin: 0;
  }

  body.presst-mobile-menu-open {
    overflow: hidden;
  }

  .et-l--header .mobile_nav.opened,
  .et-l--footer .mobile_nav.opened,
  .et-l--header .mobile_nav.presst-menu-closing,
  .et-l--footer .mobile_nav.presst-menu-closing,
  .et-l--header .mobile_nav.presst-menu-loading,
  .et-l--footer .mobile_nav.presst-menu-loading {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: min(var(--presst-menu-drawer-width, 88vw), var(--presst-menu-drawer-max-width, 420px)) !important;
    min-width: 0 !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    margin: 0 !important;
    padding: 76px 0 24px !important;
    overflow-y: auto;
    background: #ffffff !important;
    border-top: 0 !important;
    box-shadow: -16px 0 34px rgba(0, 0, 0, 0.22);
    z-index: 100001;
    animation: presst-mobile-menu-slide-in var(--presst-menu-animation-duration, 210ms) cubic-bezier(0.22, 1, 0.36, 1) both;
    will-change: transform;
  }

  .et-l--header .mobile_nav.presst-menu-closing,
  .et-l--footer .mobile_nav.presst-menu-closing {
    animation-name: presst-mobile-menu-slide-out;
    animation-timing-function: cubic-bezier(0.64, 0, 0.78, 0);
  }

  .et-l--header .mobile_nav.opened .mobile_menu_bar,
  .et-l--footer .mobile_nav.opened .mobile_menu_bar,
  .et-l--header .mobile_nav.presst-menu-closing .mobile_menu_bar,
  .et-l--footer .mobile_nav.presst-menu-closing .mobile_menu_bar,
  .et-l--header .mobile_nav.presst-menu-loading .mobile_menu_bar,
  .et-l--footer .mobile_nav.presst-menu-loading .mobile_menu_bar {
    display: none;
  }

  .et-l--header .et_pb_menu .et_mobile_menu,
  .et-l--footer .et_pb_menu .et_mobile_menu {
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
    background: #ffffff !important;
    border-top: 0 !important;
    box-shadow: none !important;
  }

  .et-l--header .et_pb_menu .et_mobile_menu ul,
  .et-l--footer .et_pb_menu .et_mobile_menu ul {
    background: #ffffff !important;
    padding: 0 !important;
  }

  .et-l--header .et_pb_menu .et_mobile_menu li,
  .et-l--footer .et_pb_menu .et_mobile_menu li {
    padding: 0 !important;
  }

  .et-l--header .et_pb_menu .et_mobile_menu li a,
  .et-l--footer .et_pb_menu .et_mobile_menu li a {
    padding: var(--presst-menu-drawer-link-padding-y, 17px) var(--presst-menu-drawer-link-padding-x, 24px) !important;
    color: #1f2933 !important;
    font-size: 18px;
    line-height: 1.3;
    text-align: left;
    white-space: normal;
    border-bottom: 1px solid rgba(13, 58, 120, 0.12);
  }

  .et-l--header .et_pb_menu .et_mobile_menu li a:hover,
  .et-l--footer .et_pb_menu .et_mobile_menu li a:hover {
    background: rgba(126, 190, 197, 0.14);
    opacity: 1;
  }

  .et-l--header .et_pb_menu .et_mobile_menu li a.presst-menu-link-loading,
  .et-l--footer .et_pb_menu .et_mobile_menu li a.presst-menu-link-loading {
    position: relative;
    background: rgba(126, 190, 197, 0.16) !important;
    color: #0d3a78 !important;
    opacity: 1;
  }

  .et-l--header .et_pb_menu .et_mobile_menu li a.presst-menu-link-loading::before,
  .et-l--footer .et_pb_menu .et_mobile_menu li a.presst-menu-link-loading::before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0;
    width: 3px;
    border-radius: 0 999px 999px 0;
    background: #7ebec5;
  }

  .et-l--header .et_pb_menu .et_mobile_menu li a.presst-menu-link-loading::after,
  .et-l--footer .et_pb_menu .et_mobile_menu li a.presst-menu-link-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    width: 7px;
    height: 7px;
    margin-top: -3.5px;
    border-radius: 999px;
    background: #7ebec5;
    animation: presst-menu-loading-pulse 780ms ease-in-out infinite alternate;
  }

  .et-l--header .mobile_nav .presst-mobile-menu-close,
  .et-l--footer .mobile_nav .presst-mobile-menu-close {
    display: none;
  }

  .et-l--header .mobile_nav.opened .presst-mobile-menu-close,
  .et-l--footer .mobile_nav.opened .presst-mobile-menu-close,
  .et-l--header .mobile_nav.presst-menu-closing .presst-mobile-menu-close,
  .et-l--footer .mobile_nav.presst-menu-closing .presst-mobile-menu-close,
  .et-l--header .mobile_nav.presst-menu-loading .presst-mobile-menu-close,
  .et-l--footer .mobile_nav.presst-menu-loading .presst-mobile-menu-close {
    position: absolute;
    top: calc(18px + env(safe-area-inset-top));
    right: 20px;
    z-index: 100002;
    width: var(--presst-menu-close-button-size, 36px);
    height: var(--presst-menu-close-button-size, 36px);
    padding: 0;
    border: 1px solid rgba(13, 58, 120, 0.1);
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
    box-shadow: 0 10px 24px rgba(13, 58, 120, 0.14), 0 1px 5px rgba(13, 58, 120, 0.08);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
  }

  .et-l--header .mobile_nav.opened .presst-mobile-menu-close::before,
  .et-l--header .mobile_nav.opened .presst-mobile-menu-close::after,
  .et-l--footer .mobile_nav.opened .presst-mobile-menu-close::before,
  .et-l--footer .mobile_nav.opened .presst-mobile-menu-close::after,
  .et-l--header .mobile_nav.presst-menu-closing .presst-mobile-menu-close::before,
  .et-l--header .mobile_nav.presst-menu-closing .presst-mobile-menu-close::after,
  .et-l--footer .mobile_nav.presst-menu-closing .presst-mobile-menu-close::before,
  .et-l--footer .mobile_nav.presst-menu-closing .presst-mobile-menu-close::after,
  .et-l--header .mobile_nav.presst-menu-loading .presst-mobile-menu-close::before,
  .et-l--header .mobile_nav.presst-menu-loading .presst-mobile-menu-close::after,
  .et-l--footer .mobile_nav.presst-menu-loading .presst-mobile-menu-close::before,
  .et-l--footer .mobile_nav.presst-menu-loading .presst-mobile-menu-close::after {
    content: "";
    position: absolute;
    width: var(--presst-menu-close-line-width, 15px);
    height: 1.5px;
    border-radius: 999px;
    background: #0d3a78;
    transform-origin: center;
  }

  .et-l--header .mobile_nav.opened .presst-mobile-menu-close::before,
  .et-l--footer .mobile_nav.opened .presst-mobile-menu-close::before,
  .et-l--header .mobile_nav.presst-menu-closing .presst-mobile-menu-close::before,
  .et-l--footer .mobile_nav.presst-menu-closing .presst-mobile-menu-close::before,
  .et-l--header .mobile_nav.presst-menu-loading .presst-mobile-menu-close::before,
  .et-l--footer .mobile_nav.presst-menu-loading .presst-mobile-menu-close::before {
    transform: rotate(45deg);
  }

  .et-l--header .mobile_nav.opened .presst-mobile-menu-close::after,
  .et-l--footer .mobile_nav.opened .presst-mobile-menu-close::after,
  .et-l--header .mobile_nav.presst-menu-closing .presst-mobile-menu-close::after,
  .et-l--footer .mobile_nav.presst-menu-closing .presst-mobile-menu-close::after,
  .et-l--header .mobile_nav.presst-menu-loading .presst-mobile-menu-close::after,
  .et-l--footer .mobile_nav.presst-menu-loading .presst-mobile-menu-close::after {
    transform: rotate(-45deg);
  }

  .et-l--header .mobile_nav.opened .presst-mobile-menu-close:hover,
  .et-l--footer .mobile_nav.opened .presst-mobile-menu-close:hover {
    transform: translateY(-1px);
    border-color: rgba(13, 58, 120, 0.18);
    box-shadow: 0 12px 28px rgba(13, 58, 120, 0.18), 0 2px 7px rgba(13, 58, 120, 0.1);
  }

  .et-l--header .mobile_nav.opened .presst-mobile-menu-close:active,
  .et-l--footer .mobile_nav.opened .presst-mobile-menu-close:active {
    transform: translateY(0) scale(0.96);
  }

  .et-l--header .mobile_nav.opened .presst-mobile-menu-close:focus-visible,
  .et-l--footer .mobile_nav.opened .presst-mobile-menu-close:focus-visible {
    outline: 2px solid rgba(126, 190, 197, 0.65);
    outline-offset: 3px;
  }

  .et-l--footer .et_pb_menu_0_tb_footer,
  .et-l--footer .et_pb_menu_1_tb_footer {
    overflow: visible !important;
  }

  @keyframes presst-mobile-menu-slide-in {
    from {
      transform: translateX(100%);
    }

    to {
      transform: translateX(0);
    }
  }

  @keyframes presst-mobile-menu-slide-out {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(100%);
    }
  }

  @keyframes presst-menu-loading-pulse {
    from {
      opacity: 0.45;
      transform: scale(0.82);
    }

    to {
      opacity: 1;
      transform: scale(1);
    }
  }
}

@media (max-width: 480px) {
  body.et_header_style_left #main-header .container,
  body.et_header_style_split #main-header .container {
    min-height: var(--presst-menu-header-height, 104px);
    padding: 14px 20px;
    gap: 12px;
  }

  body.et_header_style_left #main-header #logo,
  body.et_header_style_split #main-header #logo {
    max-width: calc(100vw - 96px);
  }
}
