@media (min-width: 768px) {
  .main_header {
    position: relative; }
    .main_header:not(.advanced_menu_transform) .-mobileHidden,
    .main_header:not(.advanced_menu_transform) .-mobileVisible {
      width: 100%; }
  .main_header__wrapper {
    display: flex;
    text-transform: none;
    font-weight: 400;
    flex-direction: column; }
  .main_header__bottom {
    display: flex;
    width: 100%; }
  .header_section--left {
    width: 20%;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -1.9375rem; }
  .header_section--right {
    flex-grow: 1; }
  .main_header__logo {
    display: block;
    position: relative;
    margin-top: 0 !important; }
  .main_header__logo_container {
    position: relative; }
  .main_header__logo_addon {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(61, 61, 61, 0.35) 5px 5px 7px 2px;
    z-index: 2; }
    .main_header__logo_addon--top_left {
      top: 0;
      left: 0;
      transform: translate(-10%, -10%); }
    .main_header__logo_addon--bottom_left {
      bottom: 0;
      left: 0;
      transform: translate(-10%, 10%); }
    .main_header__logo_addon--top_right {
      top: 0;
      right: 0;
      transform: translate(10%, -10%); }
    .main_header__logo_addon--bottom_right {
      bottom: 0;
      right: 0;
      transform: translate(10%, 10%); }
  .header_section--bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 4.0625rem; }
    .header_section--bar .google_translate_icon {
      display: none; }
    .header_section--bar .google_translate {
      margin-left: 1rem; }
    .header_section--bar--first {
      margin-bottom: 1.875rem;
      height: 1.25rem; }
    .header_section--bar--second {
      margin-bottom: 0.625rem;
      height: 3.4375rem; }
    .header_section--bar--third {
      margin-bottom: 0;
      height: 4.0625rem; }
  .main_header.advanced_menu_transform .main_header__wrapper .main_header__bottom {
    margin-top: 1.875rem; }
  body.home .main_header--absolute {
    position: absolute;
    Z-index: 30;
    left: 0;
    right: 0; }
  .google_translate_svg {
    width: 5.625rem; }
  .main_header--scrolled .header_section--bar--third {
    border-bottom: 1px solid #D6D8E0; }
  .header_section_bar_third__container {
    width: 100%;
    display: flex;
    justify-content: space-between; }
  .main_header--scrolled .header_section--bar--third {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 6.25rem;
    z-index: 30;
    background-color: #FFFFFF; }
    .main_header--scrolled .header_section--bar--third .menu_top__wrapper {
      position: static; }
    .main_header--scrolled .header_section--bar--third .main_header__logo--scrolled {
      padding: 0.3125rem 0;
      display: block !important;
      height: 6.25rem;
      flex-shrink: 0;
      position: relative;
      z-index: 30; }
      .main_header--scrolled .header_section--bar--third .main_header__logo--scrolled img {
        max-height: 5.625rem; } }

@media (min-width: 768px) and (max-width: 1000px) {
  .main_header--scrolled .header_section--bar--third {
    padding: 0 2.9411vw; }
    .main_header--scrolled .header_section--bar--third .menu_top__wrapper {
      font-size: .9em; }
      .main_header--scrolled .header_section--bar--third .menu_top__wrapper .menu_top__container {
        padding: 0; } }

@media (min-width: 768px) and (max-width: 900px) {
  .main_header--scrolled .header_section--bar--third .menu_top__wrapper {
    font-size: .8em; } }
/*# sourceMappingURL=header_v1.css.map */
