:root {
  --link: #707070;
  --black: #000;
  --white: white;
  --border: lightgrey;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

._w-nav_brand-wrap {
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

._w-nav_menu-wrap {
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

._w-nav_menu-item {
  border-top: 4px solid var(--link);
  color: var(--link);
  letter-spacing: .075em;
  text-transform: uppercase;
  justify-content: center;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 1.5em .75em;
  font-family: Poppins, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1em;
  display: flex;
		transition: all 400ms ease;
}

._w-nav {
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 4rem;
  padding-left: 1.5rem;
  display: flex;
}

.body {
  background-color: #fff;
}

._w-footer-section {
  border-top: 1px solid var(--border);
  background-color: var(--white);
  color: var(--link);
  text-align: center;
  padding: 2rem;
  font-family: Poppins, sans-serif;
  font-size: .85rem;
}

._w-content {
  min-height: 100vh;
}

._w-footer_text {
  margin-bottom: 1rem;
}

._w-footer_social-wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: center;
  align-items: center;
}

._w-footer_social-link {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

._w-footer_social-link:hover {
  color: var(--link);
}

._w-footer_social-icon {
  width: 25px;
}

@media screen and (max-width: 991px) {
  ._w-nav-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  ._w-nav_menu-item {
    background-color: var(--black);
  }

  ._w-nav_menu-toggle {
    align-self: stretch;
  }

  ._w-nav_menu-toggle.w--open {
    background-color: var(--white);
  }

  ._w-nav {
    justify-content: space-between;
    align-items: center;
  }

  ._w-nav_brand-img {
    height: 2.25rem;
  }

  .icon {
    color: var(--black);
  }
}

@media screen and (max-width: 479px) {
  .code-embed {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

._w-nav_menu-item {
font-size: clamp(0.875rem, 0.2055rem + 1.046vw, 1.5rem)!important;
}
@media (min-width: 1367px) {
	._w-nav_brand-img {
  	height: 3rem;
	}
}
@media (max-width: 1366px) {
	._w-nav_brand-img {
  	height: 3.25vw;
	}
}
@media (max-width: 1024px) {
	._w-nav_brand-img {
		height: 2.25rem;
	}
}
.w-nav:before, .w-nav:after {
content: unset;
}
._w-nav {
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.24);
}
@media (min-width: 992px) {
	._w-nav_menu-item:nth-of-type(1) {
    border-top: 4px solid #DB521B;
}
._w-nav_menu-item:nth-of-type(2) {
    border-top: 4px solid #DB973C;
}
._w-nav_menu-item:nth-of-type(3) {
    border-top: 4px solid #3B4CDB;
}
._w-nav_menu-item:nth-of-type(4) {
    border-top: 4px solid #4DA6DB;
}
._w-nav_menu-item:nth-of-type(5) {
    border-top: 4px solid #867051;
}
._w-nav_menu-item:nth-of-type(6) {
    border-top: 4px solid #605350;
}
._w-nav_menu-item:nth-of-type(7) {
    border-top: 4px solid #CAC1CB;
}
._w-nav_menu-item:nth-of-type(8) {
    border-top: 4px solid #B9AB2C;
}
}
@media (max-width: 991px) {
	._w-nav_menu-item {
    border-top: none;
}
}
	._w-nav_menu-item:nth-of-type(1):hover {
    color: #DB521B;
}
._w-nav_menu-item:nth-of-type(2):hover {
    color: #DB973C;
}
._w-nav_menu-item:nth-of-type(3):hover {
    color: #3B4CDB;
}
._w-nav_menu-item:nth-of-type(4):hover {
    color: #4DA6DB;
}
._w-nav_menu-item:nth-of-type(5):hover {
    color: #867051;
}
._w-nav_menu-item:nth-of-type(6):hover {
    color: #605350;
}
._w-nav_menu-item:nth-of-type(7):hover {
    color: #CAC1CB;
}
._w-nav_menu-item:nth-of-type(8):hover {
    color: #B9AB2C;
}


