:root {
    --nav_height: 402px;
}

.body-refresh .site-search {
  float: right;
  border-left: 2px solid #D9D9D9;
  padding-left: 15px;
  cursor: pointer;
  display: flex;
  height: 100vh; }
  @media only screen and (max-width: 1199px) {
    .body-refresh .site-search {
      height: auto !important;
      border-left: 0; } }
  .body-refresh .site-search svg {
    max-width: 100%;
    width: 25px;
    height: 25px; }
    .body-refresh .site-search svg.icon-search {
      position: relative;
      top: 11px; }
    @media only screen and (max-width: 1199px) {
      .body-refresh .site-search svg {
        width: 40px;
        height: 40px; } }
.body-refresh .search-form {
  /*opacity:0;
  position: absolute; 
  top: 0;  
  left:0;
  padding: 22.5px 30px;     
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.20); 
  */
  display: none;
  width: 100%;
  background: #fff;
  z-index: 0;
  transition: opacity .5s ease-out; }
  .body-refresh .search-form input {
    border: 0;
    color: #019fe6;
    font-family: 'Public Sans';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.7px;
    position: relative;
    top: 1px; }
  .body-refresh .search-form:after {
    content: "";
    clear: both;
    display: block;
    width: 100%; }
  .body-refresh .search-form .close-button {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 24px;
    right: 10px;
    cursor: pointer;
    top: 0px; }
.body-refresh .header-top-wrapper .header-top {
  background-color: #fff;
  background-image: none; }
  .body-refresh .header-top-wrapper .header-top a {
    font-family: 'Public Sans';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.7px; }
@media only screen and (min-width: 1200px) {
  .body-refresh .header-left.widget-area {
    display: none; } }
@media only screen and (max-width: 1199px) {
  .body-refresh .header-top.widget-area {
    display: none; }
  .body-refresh .mobile-search-form {
    position: absolute;
    top: 0;
    z-index: 999999999;
    height: 100px;
    width: 100%;
    left: 0;
    background: #fff;
    display: none; }
    .body-refresh .mobile-search-form .search-form {
      height: 100px; }
      .body-refresh .mobile-search-form .search-form form {
        height: 100px; }
        .body-refresh .mobile-search-form .search-form form input {
          line-height: 100px;
          padding: 0 20px; }
        .body-refresh .mobile-search-form .search-form form .close-button {
          top: 30px;
          position: absolute; } }
@media only screen and (min-width: 1200px) {
  .body-refresh .nav-refresh > .wrap {
    border-top: 2px solid #D9D9D9;
    position: relative;
    z-index: 2; }
  .body-refresh .nav-refresh .title-area {
    background: #fff;
    padding: 0 30px 0 50px;
    margin: -49px 0 0 0;
    border-right: 2px solid #D9D9D9;
    min-width: 320px;
    min-height: 99px; }
    .body-refresh .nav-refresh .title-area * {
      outline: none; }
    .body-refresh .nav-refresh .title-area img {
      padding: 23px 0; }
  .body-refresh .nav-refresh .site-description {
    display: none; }
  .body-refresh .nav-refresh .nav-primary {
    margin: 0;
    padding: 0; }
    .body-refresh .nav-refresh .nav-primary .genesis-nav-menu a {
      height: 50px;
      line-height: 50px; }
    .body-refresh .nav-refresh .nav-primary .genesis-nav-menu .sub-menu {
      border: none;
      border-radius: 0;
      background: #009FE3; }
      .body-refresh .nav-refresh .nav-primary .genesis-nav-menu .sub-menu a {
        color: #fff; }
  .body-refresh .nav-refresh .menu-item-has-children:hover > .sub-menu {
    display: block !IMPORTANT;
    }
  .body-refresh .nav-refresh .nav-primary {
    position: static; }
    .body-refresh .nav-refresh .nav-primary .wrap {
      position: static; }
      .body-refresh .nav-refresh .nav-primary .wrap #menu-main-navigation > li > .sub-menu > li:not(:first-child) > a {
        border-top: 3px solid rgba(255, 255, 255, 0.2); }
      .body-refresh .nav-refresh .nav-primary .wrap #menu-main-navigation li {
        position: static; }
        .body-refresh .nav-refresh .nav-primary .wrap #menu-main-navigation li .nav-arrow-down {
          padding-left: 7px; }
        .body-refresh .nav-refresh .nav-primary .wrap #menu-main-navigation li a {
          transition: width .5s ease-out;
          width: 100%; }
        .body-refresh .nav-refresh .nav-primary .wrap #menu-main-navigation li .sub-menu {
          position: absolute;
          left: 0;
          width: 100%;
          min-height: var(--nav_height);
          padding-top: 0px; /* 60px */
          }
          .body-refresh .nav-refresh .nav-primary .wrap #menu-main-navigation li .sub-menu li {
            padding: 0;
            margin: 0;
            width: 100%; }
            .body-refresh .nav-refresh .nav-primary .wrap #menu-main-navigation li .sub-menu li a {
              font-size: 24px;
              font-weight: 700;
              line-height: 24px;
              letter-spacing: -1.2px;
              height: auto;
              padding: 15px 25px 15px 48px;
              transition: width .25s ease-in-out; }
            .body-refresh .nav-refresh .nav-primary .wrap #menu-main-navigation li .sub-menu li:hover a {
              color: #FE0; }
            .body-refresh .nav-refresh .nav-primary .wrap #menu-main-navigation li .sub-menu li:hover li a {
              color: #fff;
              width: 100% !important; }
              .body-refresh .nav-refresh .nav-primary .wrap #menu-main-navigation li .sub-menu li:hover li a:hover {
                color: #FE0; }
          .body-refresh .nav-refresh .nav-primary .wrap #menu-main-navigation li .sub-menu .sub-menu {
            left: 50%;
            width: 50%;
            padding-top: 5px;
            margin: 0;
            height: 100%;
            top: 0;
            }

            .body-refresh .nav-refresh .nav-primary .wrap #menu-main-navigation li .sub-menu .sub-menu li {
              border-top: 0;
              }
              .body-refresh .nav-refresh .nav-primary .wrap #menu-main-navigation li .sub-menu .sub-menu:has(li.megamenu-link.with-image) {
                display: grid !important;
                grid-template-columns: repeat(3, 1fr);
                max-height: 100%;
                overflow: hidden;
                grid-template-rows: auto;
                padding: 14px;
              }
              .body-refresh .nav-refresh .nav-primary .wrap #menu-main-navigation li .sub-menu .sub-menu.has__megamenu-link_with-image {
                display: grid !important;
                grid-template-columns: repeat(3, 1fr);
                max-height: 100%;
                overflow: hidden;
                grid-template-rows: auto;
                padding: 14px;
                }
              .body-refresh .nav-refresh .nav-primary li.megamenu-link.with-image .nav-image > a {
                display: flex !important;
                flex-direction: column;
                justify-content: flex-start;
                align-items: center;
              }
              .body-refresh .nav-refresh .nav-primary li.megamenu-link.with-description {
                display: block;
                max-height: 100%;
              }
              .body-refresh .nav-refresh .nav-primary li.megamenu-link.with-description .nav-description {
                max-height: var(--nav_height);
                box-sizing: content-box;
                display: flex;
                flex-direction: column;
                overflow: hidden;
              }
              .body-refresh .nav-refresh .nav-primary li.megamenu-link.with-description .nav-description img {
                display: block;
                flex-shrink: 1;
                min-height: 1px;
                object-fit: cover;
              }
      .body-refresh .nav-refresh .nav-primary .wrap #menu-main-navigation .menu-item-has-children li {
        display: block; }
  .body-refresh .nav-refresh .normal-submenu .sub-menu {
    top: 15px !important; }
  .body-refresh .nav-refresh #menu-main-navigation {
    padding-left: 0; }
    .body-refresh .nav-refresh #menu-main-navigation ul.sfHover li a {
      width: 50% !important; }
  .body-refresh .nav-refresh .genesis-nav-menu a {
    font-family: 'Public Sans';
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.9px; } }
  @media only screen and (min-width: 1200px) and (min-width: 1199px) and (max-width: 1380px) {
    .body-refresh .nav-refresh .genesis-nav-menu a {
      font-size: 14px; } }
@media only screen and (min-width: 1200px) {
  .body-refresh .nav-refresh .genesis-nav-menu a:focus,
  .body-refresh .nav-refresh .genesis-nav-menu li:hover a {
    background-color: #009FE3;
    border: none;
    color: #fff; }
    .body-refresh .nav-refresh .genesis-nav-menu a:focus svg path,
    .body-refresh .nav-refresh .genesis-nav-menu li:hover a svg path {
      fill: #fff; }
  .body-refresh .nav-refresh li li a {
    color: #000; }
    .body-refresh .nav-refresh li li a svg {
      display: none; }
    .body-refresh .nav-refresh li li a .nav-arrow {
      float: right; }
      .body-refresh .nav-refresh li li a .nav-arrow svg {
        display: block; }
  .body-refresh .nav-refresh li li:hover a {
    color: #fe0; }
    .body-refresh .nav-refresh li li:hover a .nav-arrow svg path {
      fill: #fe0; }
  .body-refresh .nav-refresh li li .sub-menu {
    display: block !important;
    pointer-events: none !important;
    opacity: 0 !important; }
    .body-refresh .nav-refresh li li:hover .sub-menu {
      opacity: 1 !important;
      pointer-events: auto !important;
      transition: opacity .25s ease-out .25s !important; }
    .body-refresh .nav-refresh li li li a {
      background: transparent; }
    .body-refresh .nav-refresh li li li .nav-description {
      padding: 25px;
      height: 100vh;
      color: #fff;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      letter-spacing: -0.6px;
      /* position: relative; */
      /* top: -40px; */
      }
      .body-refresh .nav-refresh li li li .nav-description b, .body-refresh .nav-refresh li li li .nav-description strong {
        weight: 700; }
      .body-refresh .nav-refresh li li li .nav-description img {
        margin-bottom: 25px;
        border-radius: 25px; }
    .body-refresh .nav-refresh li li li .nav-image {
      transition: all .2s ease-out;
      border-radius: 20px;
      padding: 20px;
      text-align: center;
      margin: 0;
      position: relative;
      }
      .body-refresh .nav-refresh li li li .nav-image:hover {
        background: #046994; }
      .body-refresh .nav-refresh li li li .nav-image a, .body-refresh .nav-refresh li li li .nav-image p {
        font-size: 20px;
        font-weight: 600;
        background-color: transparent !important;
        padding: 0 !important;
        margin: 0 !important;
        line-height: normal; }
      .body-refresh .nav-refresh li li li .nav-image .img {
        border-radius: 50%;
        background-size: cover;
        background-position: center center;
        margin-bottom: 5px;
        display: inline-block;
        aspect-ratio: 1/1;
        width: 10vw;
        max-width: 112px;
        }
    .body-refresh .nav-refresh li li li.with-image {
      margin: 5px 0 !important;
      float: left;
      padding: 25px;
      width: 100%;
      max-height: 100%;
      } }
@media only screen and (max-width: 1199px) {
  .body-refresh .nav-refresh .nav-primary {
    top: 100px; }
  .body-refresh .nav-refresh.site-header {
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
    height: 100px;
    position: relative;
    z-index: 9999; }
    .body-refresh .nav-refresh.site-header .wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      height: 100px; }
      .body-refresh .nav-refresh.site-header .wrap .wrap {
        padding-left: 0;
        padding-right: 0;
        display: block; }
      .body-refresh .nav-refresh.site-header .wrap .title-area {
        order: 2;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto; }
        .body-refresh .nav-refresh.site-header .wrap .title-area .site-title, .body-refresh .nav-refresh.site-header .wrap .title-area .site-description {
          display: none; }
      .body-refresh .nav-refresh.site-header .wrap .title-area,
      .body-refresh .nav-refresh.site-header .wrap .header-left,
      .body-refresh .nav-refresh.site-header .wrap .header-widget-area,
      .body-refresh .nav-refresh.site-header .wrap #genesis-mobile-nav-primary {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-top: 0;
        top: 0; }
  .body-refresh .nav-refresh #menu-main-navigation {
    padding-left: 0; }
    .body-refresh .nav-refresh #menu-main-navigation .nav-arrow-down, .body-refresh .nav-refresh #menu-main-navigation .nav-arrow {
      display: none; }
  .body-refresh .nav-refresh .site-header .menu-toggle::before {
    display: none; }
  .body-refresh .nav-refresh .menu-toggle {
    margin-right: -5px !important; }
  .body-refresh .nav-refresh .genesis-nav-menu a:focus,
  .body-refresh .nav-refresh .genesis-nav-menu a:hover,
  .body-refresh .nav-refresh .genesis-nav-menu .current-menu-item > a,
  .body-refresh .nav-refresh .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
  .body-refresh .nav-refresh .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    background: transparent; }
  .body-refresh .nav-refresh #genesis-mobile-nav-primary {
    outline: none;
    order: 1; }
    .body-refresh .nav-refresh #genesis-mobile-nav-primary *, .body-refresh .nav-refresh #genesis-mobile-nav-primary:focus {
      outline: none !important; }
    .body-refresh .nav-refresh #genesis-mobile-nav-primary.menu-toggle.activated::before {
      display: none; }
  .body-refresh .nav-refresh .header-left,
  .body-refresh .nav-refresh .header-widget-area {
    order: 3;
    margin-left: auto; } }

@media only screen and (min-width: 960px) {
  .nav-primary {
    float: left !important;
    padding-left: 20px !important; } }
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 10px 0 0 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  outline: none;
  padding: 0 15px 0 0; }
  .hamburger * {
    outline: none; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.activated:hover {
  opacity: 0.7; }

.hamburger.activated .hamburger-inner, .hamburger.activated .hamburger-inner::before, .hamburger.activated .hamburger-inner::after {
  background-color: #009FE3; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #009FE3;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

.genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
  min-width: 0 !important; }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.activated .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.activated .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.activated .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
