.anchor-component.anchor-menu {
  padding-top: 24px;
  padding-bottom: 24px;
}

.anchor-component.anchor-menu .component-content {
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.2s ease;
  transition: transform 0.4s ease, opacity 0.2s ease, -webkit-transform 0.4s ease;
}

.anchor-component.anchor-menu .component-content .anchor-list-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767.98px) {
  .anchor-component.anchor-menu .component-content .anchor-list-container ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.anchor-component.anchor-menu .component-content .anchor-list-container ul li a:not(.button) {
  font-size: 24px;
  line-height: 36px;
  text-decoration: none;
}

.anchor-component.anchor-menu .component-content .anchor-list-container ul li a:not(.button):not(:hover) {
  color: #434B52;
}

@media screen and (max-width: 767.98px) {
  .anchor-component.anchor-menu .component-content .anchor-list-container ul li {
    display: none;
  }
}

.anchor-component.anchor-menu .component-content .anchor-list-container ul li:first-child a {
  margin-bottom: 0px;
}

.anchor-component.anchor-menu.anchor-menu-simple .component-content .anchor-list-container ul li a {
  font-size: 24px;
  line-height: 36px;
  text-decoration: none;
}

.anchor-component.anchor-menu.anchor-menu-simple .component-content .anchor-list-container ul li a:not(:hover) {
  color: #434B52;
}

@media screen and (max-width: 767.98px) {
  .anchor-component.anchor-menu.anchor-menu-simple .component-content .anchor-list-container ul li {
    display: none;
  }
}

.anchor-component.anchor-menu.floating .component-content {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  padding: 16px 0px;
  z-index: 20;
}

@media screen and (max-width: 767.98px) {
  .anchor-component.anchor-menu.floating .component-content {
    padding: 0px;
  }
}

.anchor-component.anchor-menu.floating .component-content .container {
  padding-left: 24px;
  padding-right: 24px;
}

.anchor-component.anchor-menu:not(.floating).anchor-menu-simple::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

.anchor-component.anchor-menu:not(.floating) .component-content .container {
  max-width: inherit;
  padding-left: 0px;
  padding-right: 0px;
}
