/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/header-menu/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
/* * {
  border: 1px solid gray;
}
 */
nav.ucc {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
nav.ucc menu-container {
  display: block;
  margin: 0;
  padding-bottom: 1em;
  position: relative;
  width: 100%;
}
nav.ucc menu-container > ul {
  color: black;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-block-end: 0;
  margin-block-start: 0;
  padding: 0;
  position: static;
  width: 100%;
}
nav.ucc li {
  list-style: none;
}
nav.ucc li a {
  text-decoration: none;
}
nav.ucc li.main {
  font-size: 1em;
  padding: 1.5em 1em 0.5em;
  white-space: nowrap;
}
nav.ucc li.main:hover > a {
  color: #e31a22;
}
nav.ucc li.main:last-child {
  padding-right: 0;
}
nav.ucc li.main > a {
  color: black;
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 125%;
  padding: 0;
  position: relative;
}
nav.ucc li.main > a:focus-visible {
  outline-offset: 1px;
  outline: 2px solid black;
}
nav.ucc li.main > a:visited,
nav.ucc li.main > a:active {
  color: inherit;
}
nav.ucc nav-toggle {
  align-items: center;
  cursor: pointer;
  display: none;
  height: 30px;
  overflow: hidden;
  padding: 0;
  pointer-events: all;
  position: relative;
  width: 30px;
}
nav.ucc nav-toggle span {
  background-color: black;
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
nav.ucc nav-toggle span:before, nav.ucc nav-toggle span:after {
  background-color: black;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  /*transition-delay: 0.3s, 0s;*/
  transition-duration: 0.3s, 0.3s;
  width: 100%;
}
nav.ucc nav-toggle span:before {
  top: -7px;
  transition-property: top, transform;
}
nav.ucc nav-toggle span:after {
  bottom: -7px;
  transition-property: bottom, transform;
}
nav.ucc.active nav-toggle span {
  height: 0;
  background-color: transparent;
  /*&:before,
  &:after {
  	transition-delay: 0s, 0.3s;
  }*/
}
nav.ucc.active nav-toggle span:before {
  top: 0;
  transform: rotate(45deg);
}
nav.ucc.active nav-toggle span:after {
  bottom: -1px;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1699px) {
  nav.ucc li.main {
    padding: 1.25rem 1.5rem;
  }
  nav.ucc menu-container {
    margin-right: 1.5rem;
  }
}
@media only screen and (max-width: 1520px) {
  nav.ucc li.main {
    padding: 1.25rem 1rem;
  }
  nav.ucc menu-container {
    margin-right: 1.5rem;
  }
}
@media only screen and (max-width: 1420px) {
  nav.ucc menu-container {
    margin-right: 0;
    flex-grow: 1;
  }
  nav.ucc menu-container > ul {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1320px) {
  nav.ucc li.main {
    padding: 0.75rem 1rem;
  }
  nav.ucc li.main.button {
    padding-right: 1.75rem;
  }
}
@media only screen and (max-width: 1149px) {
  nav.ucc menu-container {
    margin-right: 0;
    flex-grow: 1;
  }
  nav.ucc menu-container > ul {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 993px) {
  .mobile-menu-only {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  nav.ucc {
    flex-grow: 0;
    flex-shrink: 1;
    width: 30px;
  }
  nav.ucc li.main:not(:first-child) {
    margin-left: 0;
  }
  nav.ucc li.main.mega .menu-wrapper > ul.children {
    padding: 0;
  }
  nav.ucc li.main ul.children > li,
  nav.ucc li.main ul.children > li > a {
    margin-bottom: 0;
  }
  nav.ucc li.main ul.children > li {
    width: 100%;
  }
  nav.ucc menu-container {
    background-color: #f2f2f2;
    height: 94vh;
    height: calc(100vh - 108px);
    left: auto;
    margin: 0 !important;
    overflow: hidden;
    padding: 0.5rem 1.5rem 1.5rem;
    pointer-events: none;
    position: absolute !important;
    right: 0;
    overflow: hidden;
    top: 100%;
    transform: translateX(100%);
    transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100vw;
  }
  nav.ucc menu-container ul {
    flex-direction: column !important;
  }
  nav.ucc menu-container > ul {
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding: 0.5em 0;
    transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  }
  nav.ucc menu-container > ul li {
    /* align-items: center; */
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 100%;
    padding: 16px;
    position: static;
    /* &:not(:first-child) {
      margin-left: 1rem;
    } */
  }
  nav.ucc menu-container > ul li.main {
    letter-spacing: 0;
    width: 100%;
  }
  nav.ucc menu-container > ul .mobile-only {
    border-top: 2px solid black;
    align-self: stretch;
    margin: 2rem 0;
    padding-top: 3rem;
  }
  nav.ucc menu-container.sub-active > ul {
    /* transform: translateX(-100%); */
  }
  nav.ucc:not(.active) menu-container {
    pointer-events: none;
  }
  nav.ucc.active menu-container {
    overflow-y: auto;
    opacity: 1;
    pointer-events: all;
    transform: translateX(0);
  }
  nav.ucc.active menu-container > ul {
    opacity: 1;
    box-sizing: border-box;
  }
  nav.ucc nav-toggle {
    display: flex;
  }
  nav.ucc .menu-wrapper, nav.ucc li.main ul ul {
    left: 100%;
    position: absolute;
    top: 0;
  }
  nav.ucc ul, nav.ucc .menu-wrapper {
    transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  }
  nav.ucc menu-container ul ul {
    background: #efefef;
    height: calc(100vh - 84px);
    width: 100vw;
    z-index: 100;
  }
  nav.ucc li > .menu-wrapper,
  nav.ucc menu-container .sub-active > ul {
    display: block;
    left: 110%;
    left: calc(100% + 1.5rem);
    position: absolute;
    top: 0;
  }
  nav.ucc li.active > .menu-wrapper,
  nav.ucc li.main ul li.sub-active > ul {
    left: 0;
  }
  nav.ucc .mobile-menu-only {
    margin-top: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  nav.ucc menu-container > ul li {
    font-size: 28px;
  }
}
@media only screen and (max-width: 300px) {
  nav.ucc menu-container > ul li {
    font-size: 24px;
  }
}

/*# sourceMappingURL=style-index.css.map*/