html,
body {
  overflow-x: hidden;
  width: 100%;
}

.wf-layout-layout {
  width: 100%;
}

.quick-stack-6,
.quick-stack-7,
.quick-stack-2,
.quick-stack-3,
.quick-stack-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.quick-stack-4,
.quick-stack-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-6 > .wf-layout-layout {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.cell-9 img,
.link-block-5 img {
  width: 100%;
  height: auto;
}

.list li:first-child {
  grid-column: 1/-1;
}

@media screen and (max-width: 767px) {
  .quick-stack-2,
  .quick-stack-3,
  .quick-stack-4,
  .quick-stack-5,
  .quick-stack-8,
  .section-6 > .wf-layout-layout {
    grid-template-columns: 1fr;
  }
  .w-container,
  .w-layout-blockcontainer {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 479px) {
  .quick-stack-6,
  .quick-stack-7 {
    grid-template-columns: 1fr;
  }
}
.menu-button.w-nav-button {
  z-index: 10;
}

.hamburger {
  width: 30px;
  height: 22px;
  position: relative;
  cursor: pointer;
}
.hamburger span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger span:nth-child(3) {
  bottom: 0;
}

.w--open .hamburger span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.w--open .hamburger span:nth-child(2) {
  opacity: 0;
}
.w--open .hamburger span:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

a[href^=http]:not(.w-inline-block)::after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin-left: 0.25em;
  vertical-align: middle;
  background: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1h5v5l-2-2-3 3-1-1 3-3-2-2zM2 3h3l-1 1H3v5h5V8l1-1v3H2V3z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1h5v5l-2-2-3 3-1-1 3-3-2-2zM2 3h3l-1 1H3v5h5V8l1-1v3H2V3z'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
}