@font-face {
  font-family: 'CadizBlack';
  src: url('/fonts/Cadiz-Black.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CadizRegular';
  src: url('/fonts/Cadiz-Regular.otf');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

a {
  color: unset;
  text-decoration: none;
}
.bar-one, .bar-two, .bar-three {
  width: 30px;
  height: 4px;
  background-color: #fff;
  transition: all 0.3s linear;
  position: relative;
  transform-origin: 1px;
}
.Bottom {
  margin: 0 auto;
  padding: 15px;
  font-family: 'CadizRegular', sans-serif;
}
.Container {
  height: 100px;
  padding: 0 40px;
  background-color: #18A58B;
}
.FooterContainer {
  background-color: #E22237;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  text-align: center;
}
.FooterLogoWrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 360px;
  padding-top: 41px;
}
.FooterLogoWrapper a {
  display: block;
}
.FooterLogoWrapper a:hover {
  border-bottom: none;
}
.Header {
  width: 100%;
  z-index: 1000;    
}
.HeaderContainer {
  width: 100%;
  z-index: 1000;
}
.HeaderContainer.sticky {
  position: '-webkit-sticky';
  position: sticky;
  top: 0;
}
.HeaderNavBlock {
  background-color: #18A58B;
  color: #000;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  width: 100%;
  height: 70px;
  margin: 0px 20px;
}
.HeaderNavBlock a:hover {
  border-bottom: none;
  color: #FFFFFF;
  text-decoration: none;
}
.LogoWrapper {
  width: auto;
  text-align: center;

}
.LogoWrapper a {
  display: flex;
  align-items: center;
}
.LogoWrapper a:hover {
  border-bottom: none;
}
.Menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.Menu div:last-child {
  margin-right: 0;
}
.Middle {
  display: flex;
  justify-content: center;
}
.MobileContainer {
  width: 100%;
}
.MobileHeaderContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 20px;
}
.MobileHeaderContainer.open {
  background-color: #18A58B;
}
.MobileHeaderContainer svg {
  background-color: #18A58B;
  height: 150px;
}
.MobileHeaderNavGroup {
  z-index: 5;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  display: none;
  height: 0%;
  transition: opacity 0.75s, visibility 0.75s, height 0.75s;
  overflow: hidden;
  padding: 0 20px;
  background-color: #18A58B;
}
.MobileHeaderNavGroup.open {
  opacity: 1;
  display: block;
  height: 290px;
}
.MobileNavButton {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  padding: 0;

}
.MobileNavButton:focus {
  outline: none;
}
.MobileNavButton.BarOne, .MobileNavButton.BarTwo, .MobileNavButton.BarThree {
  width: 30px;
  height: 4px;
  background-color: #fff;
  transition: all 0.3s linear;
  position: relative;
  transform-origin: 1px;
}
.MobileNavButton.open .BarOne {
  transform: rotate(45deg);
}
.MobileNavButton.open .BarTwo {
  opacity: 0;
  transform: translateX(20px);
}
.MobileNavButton.open .BarThree {
  transform: rotate(-45deg);
}
.MobileNavMenu {
  margin-left: 15px;
}
.MobileNavWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.NavItem {
  color: #fff;
  font-family: 'CadizBlack', sans-serif;
  font-size: 22px;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  width: 100%;
  border-bottom: 1px solid transparent;
}
.NavSpan {
  position: relative;
  font-family: 'CadizBlack', sans-serif;
  font-size: 36px;
  line-height: 43.2px;
  pointer-events: none;
  display: block;
}
.SecondaryNavGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.SecondaryNavGroup a:hover {
  border-bottom: none;
}
.SecondaryNavItem {
  color: #fff;
  font-size: 16px;
  font-family: 'CadizRegular', sans-serif;
}
.SecondaryNavItem:hover {
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}
.Separator {
  color: #fff;
  margin: 0 5px;
}
.sticky {
  position: '-webkit-sticky';
  position: sticky;
  top: 0;
}
.Text {
  font-size: 14px;
  line-height: 1.5;
}
.Top {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  margin: 0 auto;
  padding: 15px;
}

#desktop {
  display: none;
}

#mobile {
  display: block;
}

body {
  font-family: 'CadizBlack', sans-serif;
}

footer {
  flex-shrink: 0;
  bottom: 0;
  width: 100%;
}

footer a:hover {
    text-decoration: none;
}

@media (min-width: 1024px) {
  .Bottom {
    padding: 20px 0;
  }
  .Container {
    justify-content: space-between;
    align-items: center;
  }
  .LogoWrapper a {
    justify-content: center;
  }
  .NavItem {
    margin-right: 20px;
    padding-bottom: 0;
    width: auto;
    border-bottom: 3px solid transparent;
  }
  .StyledAnchor:hover .NavItem {
    color: #fff;
    border-bottom: 3px solid #fff;
    text-decoration: none;
  }
  .Top {
    flex-direction: row;
    padding: 0;
  }
  .Top a:not(:last-child) {
    margin-right: 50px;
  }
  #desktop {
    display: flex;
  }
  #mobile {
    display: none;
  }
}