/* line 3, ../../global/header/header.scss */
header {
  width: 100%;
  z-index: 5;
  background-color: #fefefe;
  padding: 10px 0;
  transition: padding 0.25s;
  position: relative; }
  @media only screen and (max-width: 640px) {
    /* line 3, ../../global/header/header.scss */
    header {
      padding: 10px 0; } }
  /* line 14, ../../global/header/header.scss */
  header::after {
    height: 1px;
    background-color: #e8e8e8;
    width: calc(100% - 74px);
    left: 37px;
    position: absolute;
    bottom: 0;
    content: " ";
    z-index: -1; }
    @media only screen and (max-width: 640px) {
      /* line 14, ../../global/header/header.scss */
      header::after {
        width: calc(100% - 20px);
        left: 10px; } }
  /* line 29, ../../global/header/header.scss */
  header.scroll {
    padding: 5px 0;
    position: fixed;
    top: 0;
    z-index: 4; }
    @media only screen and (max-width: 640px) {
      /* line 29, ../../global/header/header.scss */
      header.scroll {
        padding: 6px 0; } }
    /* line 41, ../../global/header/header.scss */
    header.scroll .logo a img {
      max-width: 230px; }
  /* line 48, ../../global/header/header.scss */
  header .hold_header {
    transition: transform 0.25s;
    transform: translateX(0px);
    max-width: none; }
    @media only screen and (min-width: 640px) {
      /* line 53, ../../global/header/header.scss */
      header .hold_header > .columns {
        padding: 0 37px; } }
    /* line 59, ../../global/header/header.scss */
    header .hold_header .logo {
      display: flex;
      align-items: center; }
      /* line 64, ../../global/header/header.scss */
      header .hold_header .logo a img {
        transition: max-width 0.25s; }
      /* line 68, ../../global/header/header.scss */
      header .hold_header .logo a h1 {
        margin-bottom: 0; }
    /* line 74, ../../global/header/header.scss */
    header .hold_header .navigation {
      display: flex; }
      /* line 78, ../../global/header/header.scss */
      header .hold_header .navigation .menu_mobile_trigger_holder #menu_mobile_trigger {
        display: none;
        width: 30px;
        height: 17px;
        position: relative;
        transform: rotate(0deg);
        transition: 0.5s ease-in-out;
        cursor: pointer;
        background-color: transparent;
        float: right; }
        /* line 89, ../../global/header/header.scss */
        header .hold_header .navigation .menu_mobile_trigger_holder #menu_mobile_trigger span {
          display: block;
          position: absolute;
          height: 1px;
          width: 100%;
          background: #cf100f;
          border-radius: 0;
          opacity: 1;
          left: 0;
          transform: rotate(0deg);
          transition: 0.25s ease-in-out; }
        /* line 102, ../../global/header/header.scss */
        header .hold_header .navigation .menu_mobile_trigger_holder #menu_mobile_trigger span:nth-child(1) {
          top: 0; }
        /* line 106, ../../global/header/header.scss */
        header .hold_header .navigation .menu_mobile_trigger_holder #menu_mobile_trigger span:nth-child(2),
        header .hold_header .navigation .menu_mobile_trigger_holder #menu_mobile_trigger span:nth-child(3) {
          top: 8px; }
        /* line 111, ../../global/header/header.scss */
        header .hold_header .navigation .menu_mobile_trigger_holder #menu_mobile_trigger span:nth-child(4) {
          top: 16px; }
        @media only screen and (max-width: 1024px) {
          /* line 78, ../../global/header/header.scss */
          header .hold_header .navigation .menu_mobile_trigger_holder #menu_mobile_trigger {
            display: block; } }
      @media only screen and (max-width: 1024px) {
        /* line 120, ../../global/header/header.scss */
        header .hold_header .navigation .menu_wrap {
          position: absolute;
          left: 0;
          width: 100%;
          top: -300px;
          transition: top 0.5s; } }
      /* line 129, ../../global/header/header.scss */
      header .hold_header .navigation .menu_wrap .is-drilldown {
        width: 100% !important;
        max-width: 100% !important; }
        /* line 133, ../../global/header/header.scss */
        header .hold_header .navigation .menu_wrap .is-drilldown ul.menu-header {
          float: right; }
          @media only screen and (max-width: 1024px) {
            /* line 133, ../../global/header/header.scss */
            header .hold_header .navigation .menu_wrap .is-drilldown ul.menu-header {
              float: unset; } }
          /* line 142, ../../global/header/header.scss */
          header .hold_header .navigation .menu_wrap .is-drilldown ul.menu-header > li > ul {
            margin: 0;
            list-style: none;
            height: 100%; }
            /* line 150, ../../global/header/header.scss */
            header .hold_header .navigation .menu_wrap .is-drilldown ul.menu-header > li > ul > li > ul {
              margin: 0;
              list-style: none;
              height: 100%; }

/*# sourceMappingURL=header.css.map */