@font-face {
  font-family: Neoneon;
  src: url('../fonts/Neoneon.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --midnight-blue: #173552;
  --bright-blue: #0eb0cd;
  --lighter-blue: #175874;
  --white-lighter: white;
  --transparent: var(--white-lighter);
}

body {
  color: var(--midnight-blue);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

p {
  color: var(--midnight-blue);
  margin-bottom: 10px;
}

a {
  color: var(--bright-blue);
  font-weight: 500;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.page-wrapper {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(150deg, var(--lighter-blue), var(--midnight-blue));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.container.columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.container.left {
  align-items: flex-end;
}

.container.horizontal {
  flex-direction: row;
  justify-content: flex-start;
  height: 100%;
  overflow: hidden;
}

.logo {
  width: 100%;
  max-width: 600px;
  height: 200px;
}

.heading-wrapper {
  margin-top: 20px;
}

.heading {
  text-align: center;
  max-width: 600px;
  margin-top: 0;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.3em;
}

.html-embed {
  width: 100%;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 2rem;
  display: flex;
  position: relative;
}

.section.secondary {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  padding-top: 80px;
  padding-bottom: 150px;
  position: relative;
}

.section.no-spacing {
  padding-top: 0;
  padding-bottom: 0;
}

.section.blue {
  background-color: var(--midnight-blue);
  background-image: url('../images/White-Divider.svg');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 200px;
  overflow: hidden;
}

.section.no-divider {
  background-image: none;
  max-width: 1300px;
  padding-top: 50px;
  padding-bottom: 20px;
  overflow: hidden;
}

.section.bottom-divider {
  background-image: url('../images/Divider-V2.svg'), url('../images/MTN-Divider.svg');
  background-position: 50% 100%, 80% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 13%;
  padding-top: 50px;
  padding-bottom: 200px;
  overflow: hidden;
}

.section.shopping {
  padding-bottom: 10px;
}

.lottie-link, .lottie-animation {
  height: 200px;
}

.credit {
  color: var(--white-lighter);
  margin-bottom: 20px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  position: absolute;
  inset: auto auto 0%;
}

.credit:hover {
  letter-spacing: 1px;
  font-weight: 600;
}

.hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 90vh;
  min-height: 600px;
  padding-bottom: 2rem;
  padding-left: 1.9rem;
  padding-right: 1.9rem;
  display: flex;
  position: relative;
}

.menu-wrapper {
  z-index: 999;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0% auto auto;
  overflow: visible;
}

.navbar {
  color: var(--white-lighter);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  height: 110px;
  display: flex;
}

.nav-link {
  border-bottom: 2px solid var(--midnight-blue);
  color: var(--white-lighter);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 15px;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

.nav-link:hover {
  border-bottom: 2px solid var(--white-lighter);
}

.nav-link.w--current {
  color: var(--white-lighter);
  font-weight: 400;
}

.logo-image {
  max-width: 268px;
  height: 80px;
  display: block;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  max-width: 300px;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.nav-menu {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.shop-icons {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.shop-icons.mobile {
  display: none;
}

.hero-title-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.page-heading {
  z-index: 2;
  color: var(--midnight-blue);
  text-align: center;
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Neoneon, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
}

.page-heading.typed {
  color: var(--midnight-blue);
  text-align: right;
  white-space: nowrap;
  max-width: 600px;
  height: 90px;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 90px;
  overflow: visible;
}

.page-heading.white {
  color: var(--white-lighter);
}

.page-heading.white.with-shadow {
  text-shadow: 0 0 20px var(--midnight-blue);
}

.divider {
  background-color: #0000;
  justify-content: flex-end;
  width: 100%;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.feature-block {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-text {
  color: var(--white-lighter);
  margin-left: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}

.feature-text.sub {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
}

.shop-embed {
  width: 100%;
  margin-top: 40px;
}

.shop-embed.no-padding {
  margin-top: 0;
}

.section-heading {
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Neoneon, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1em;
}

.section-heading.white {
  color: var(--white-lighter);
  text-align: left;
  font-size: 50px;
}

.section-heading.white.left {
  text-align: left;
}

.footer {
  flex-direction: column;
  align-items: center;
  width: auto;
  padding-top: 100px;
  display: flex;
  overflow: hidden;
}

.menu-hover {
  background-color: var(--midnight-blue);
  opacity: 0;
  width: 150px;
  height: 100%;
}

.feature-text-wrap {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.icon {
  width: 15px;
  margin-right: 10px;
}

.icon.feet {
  width: 50px;
}

.ticking-text-wrapper {
  z-index: 5;
  color: var(--white-lighter);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-bottom: 20px;
  font-family: Neoneon, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.after {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  font-weight: 400;
  display: flex;
  position: relative;
}

.typed-words {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
}

.column {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.column.reverse {
  text-align: right;
  align-items: flex-end;
}

.column.right {
  align-items: flex-end;
}

.column.top {
  justify-content: flex-start;
}

.footer-columns {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 90%;
  max-width: 1200px;
  padding-top: 50px;
  padding-bottom: 40px;
  display: grid;
}

.sub-heading {
  margin-top: 0;
  margin-bottom: 20px;
}

.sub-heading.white {
  color: var(--white-lighter);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.2em;
}

.footer-logo {
  max-width: 200px;
  margin-bottom: 20px;
}

.footer-nav-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.shop-icon-embed {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  display: flex;
}

.secondary-hero {
  background-image: url('../images/White-Divider.svg'), url('../images/MTNS-Hero-Compressed.jpg');
  background-position: 100% 100%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: 100%, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 800px;
  padding-top: 200px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.secondary-hero.shop {
  background-image: url('../images/White-Divider.svg'), url('../images/shop-hero-image3.jpg');
  background-position: 100% 100%, 50%;
  height: 100vh;
  min-height: 800px;
}

.secondary-hero.about {
  background-image: url('../images/White-Divider.svg'), url('../images/DSC_0898_3000px.jpg');
  background-position: 100% 100%, 40%;
}

.secondary-hero.contact {
  background-image: url('../images/White-Divider.svg'), url('../images/pathfind-apparel-contact.jpg');
}

.secondary-hero.custom-designs {
  background-image: url('../images/White-Divider.svg'), url('../images/Pathfind-Apparel-custom-design.jpg');
  background-position: 100% 100%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: 100%, cover;
  height: 100vh;
  min-height: 800px;
}

.secondary-hero.all-apparel {
  background-image: url('../images/White-Divider.svg'), url('../images/catalogue-hero.jpg');
  background-position: 100% 100%, 50%;
  height: 100vh;
  min-height: 800px;
}

.hero-image-no-bg {
  object-fit: cover;
  object-position: 50% 50%;
  height: 80%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer-text-wrapper {
  margin-bottom: 10px;
}

.paragraph {
  max-width: 900px;
}

.paragraph.white, .paragraph.white p {
  color: var(--white-lighter);
}

.paragraph.white.defintion {
  margin-bottom: 0;
  line-height: 1em;
}

.paragraph.hero-text {
  color: var(--midnight-blue);
  text-align: center;
  max-width: 500px;
  font-size: 18px;
}

.paragraph.hero-text.white {
  color: var(--white-lighter);
}

.paragraph.hero-text.white.with-shadow {
  text-shadow: 0 2px 3px var(--midnight-blue);
}

.paragraph.center {
  text-align: center;
}

.button-text {
  background-color: var(--white-lighter);
  color: var(--lighter-blue);
  border-radius: 10px 10px 0;
  padding: 14px 30px;
  font-weight: 600;
  text-decoration: none;
}

.button-text.blue {
  background-color: var(--midnight-blue);
  color: var(--white-lighter);
}

.button-text.hero-button-margin {
  margin-top: -69px;
}

.main-button {
  background-color: var(--bright-blue);
  border-radius: 10px 10px 0;
  margin-top: 20px;
  text-decoration: none;
  position: relative;
}

.link-wrapper {
  border-bottom: 2px solid var(--white-lighter);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-text.white {
  color: var(--white-lighter);
  font-size: 15px;
  text-decoration: none;
}

.link-icon {
  opacity: 0;
  width: 40px;
  margin-left: 10px;
}

.about-columns {
  align-items: center;
  width: 100%;
  display: flex;
}

.text-wrapper {
  color: var(--midnight-blue);
  margin-left: 20px;
}

.image-wrapper {
  width: 45%;
  margin-bottom: 60px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-column {
  height: 600px;
}

.image-mask {
  background-image: url('../images/Reverse-IMG-Divider.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  inset: 0% -1px 0% 0%;
}

.image-mask.left {
  background-image: url('../images/Hero-Divider.svg');
  background-position: 0%;
  left: -1px;
  right: 0;
}

.image {
  text-align: left;
  object-fit: cover;
  border-radius: 10px 10px 0;
  align-self: center;
  width: 100%;
  height: 500px;
}

.image.small {
  height: 400px;
  margin-top: 40px;
}

.contact-details-wrapper {
  flex-direction: column;
  max-width: 600px;
  display: flex;
}

.contact-link {
  border-bottom: 2px solid var(--white-lighter);
  color: var(--midnight-blue);
  align-items: center;
  width: auto;
  margin-top: 20px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.contact-link:hover {
  border-bottom: 2px solid var(--lighter-blue);
}

.contact-link-text {
  color: var(--midnight-blue);
}

.contact-icon {
  width: 60px;
  margin-right: 10px;
}

.announcement-break {
  background-color: var(--midnight-blue);
  background-image: url('../images/Slide-Overlay.svg'), linear-gradient(#1735527a, #1735527a), url('../images/MTNS-Hero-Compressed.jpg');
  background-position: 100% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 100%, auto, cover;
  border-radius: 30px 30px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 90%;
  min-height: 300px;
  padding: 40px;
  display: flex;
}

.announcement-text {
  color: var(--white-lighter);
  text-align: right;
  text-transform: none;
  margin-top: 20px;
  font-family: Neoneon, sans-serif;
  font-size: 35px;
  line-height: 1.5em;
  position: relative;
}

.lottie-animation-2 {
  height: 250px;
}

.c-faq-item {
  border-left: 3px solid var(--lighter-blue);
  cursor: pointer;
  background-color: #f1f1f1;
  border-radius: 10px 10px 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6em;
}

.accordion {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.accordion-trigger-top {
  width: 100%;
  height: 60%;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-2 {
  color: var(--white-lighter);
  line-height: 1.5em;
}

.accordion-trigger-bottom {
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.accordion-highlight-top {
  z-index: -1;
  background-color: var(--lighter-blue);
  transform-origin: 50% 0;
  width: 100%;
  height: 150%;
  position: absolute;
  inset: 0% 0% auto;
}

.accordion-item {
  border-top: 1px solid var(--lighter-blue);
  cursor: pointer;
  padding: 20px;
  line-height: 1.6em;
  position: relative;
  overflow: hidden;
}

.accordion-item-top-wrapper {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  display: flex;
}

.accordion-arrow {
  width: 28px;
  max-width: none;
}

.accordion-item-bottom-wrapper {
  z-index: 2;
  font-size: 16px;
  overflow: hidden;
}

.accordion-highlight-bottom {
  z-index: -1;
  background-color: var(--lighter-blue);
  transform-origin: 50% 100%;
  width: 100%;
  height: 150%;
  position: absolute;
  inset: auto 0% 0%;
}

.faq-number {
  color: var(--white-lighter);
  margin-right: 40px;
  line-height: 1em;
}

.faq-arrow-wrap {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.hero-image-wrapper {
  width: 45%;
  height: 100%;
  margin-bottom: 60px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hamburger-line {
  float: right;
  flex-flow: column wrap;
  place-content: space-between;
  align-items: flex-start;
  width: 32px;
  height: 28px;
  display: flex;
}

.line-1 {
  transform-origin: 100%;
  color: #173552;
  background-color: #173552;
  border-radius: 2px;
  width: 50%;
  height: 3px;
}

.line-2 {
  background-color: #173552;
  border-radius: 2px;
  width: 100%;
  height: 3px;
}

.line-3 {
  transform-origin: 0%;
  color: #fff;
  background-color: #173552;
  border-radius: 2px;
  justify-content: flex-end;
  align-self: flex-end;
  width: 50%;
  height: 3px;
}

.nav-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.container-copy {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  display: flex;
}

.container-copy.columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.container-copy.left {
  align-items: flex-start;
}

.container-copy.horizontal {
  flex-direction: row;
  justify-content: flex-start;
  height: 100%;
  overflow: hidden;
}

.divder-wrapper {
  height: 150px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.divider-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-2 {
  z-index: 0;
  height: 125px;
  position: absolute;
  top: -40%;
  left: auto;
  right: 25%;
}

.display-columns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 96%;
  margin-top: 40px;
  display: grid;
}

.secondary-button {
  background-color: var(--bright-blue);
  border-radius: 10px 10px 0;
  margin-top: 20px;
  text-decoration: none;
}

.feature-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: end;
  width: 100%;
  max-width: 1300px;
}

.reviews {
  background-color: var(--white-lighter);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 90%;
  max-width: 1300px;
  min-height: 200px;
  margin-bottom: 40px;
  padding: 20px;
  position: relative;
}

.speach-icon {
  width: 50px;
  position: absolute;
  inset: auto auto -30% 50%;
}

.core-values-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.value-block {
  flex-direction: row;
  align-items: center;
  padding: 20px;
  display: flex;
}

.value-text {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
}

.help-hero {
  background-image: url('../images/White-Divider.svg'), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding-top: 200px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.works-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.number {
  margin-right: 10px;
  font-family: Neoneon, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1em;
}

.works-text {
  font-size: 16px;
  font-weight: 500;
}

.works-block {
  flex-direction: row;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.ticking-text-mask {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 100px;
  display: flex;
  overflow: hidden;
}

.ticking-title {
  z-index: 2;
  color: var(--white-lighter);
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neoneon, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
}

.ticking-title.typed {
  color: var(--midnight-blue);
  text-align: right;
  max-width: 600px;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 400;
}

.heading-text {
  display: flex;
}

.heading-text-space {
  width: 600px;
}

.bold-text {
  white-space: nowrap;
}

.text-ticker_mask {
  float: right;
  color: #111;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 90px;
  display: flex;
  overflow: hidden;
}

.text-ticker_carousel {
  clear: both;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  line-height: 1em;
  display: flex;
  overflow: visible;
}

.text-ticker_text {
  color: var(--white-lighter);
  text-align: center;
  justify-content: flex-start;
  width: auto;
  height: 90px;
  font-size: 80px;
  line-height: 90px;
  display: flex;
}

.text-ticker_text.style {
  text-shadow: 5px 0 0 var(--bright-blue);
}

.text-ticker_text.design {
  text-shadow: 0 0 20px var(--white-lighter);
}

.dictionary-text {
  align-items: flex-end;
  height: 40px;
  margin-bottom: 10px;
  display: flex;
}

.word {
  color: var(--white-lighter);
  margin-right: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
  display: inline-block;
}

.bold-text-2 {
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 30px;
  font-weight: 600;
}

.announcement-text-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.secondary-hero-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-top: -103px;
  display: flex;
  position: relative;
  bottom: 40%;
}

.nav-dropdown {
  color: var(--midnight-blue);
  border-bottom: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 50px;
  transition: all .2s ease-in-out;
  display: flex;
}

.nav-dropdown:hover {
  border-bottom: 2px solid var(--lighter-blue);
}

.nav-dropdown.w--open {
  color: var(--midnight-blue);
}

.nav-dropdown-list.w--open {
  background-color: var(--midnight-blue);
  border-radius: 0 0 10px 10px;
  padding: 10px;
}

.promo-wrapper {
  background-image: linear-gradient(120deg, var(--midnight-blue), var(--bright-blue));
  color: var(--white-lighter);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.promo-text {
  color: var(--white-lighter);
  font-size: 14px;
}

.hero-image {
  object-fit: cover;
  border-radius: 30px 30px 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-heading-title-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.dot-button {
  background-color: var(--bright-blue);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: -20% -3% auto auto;
}

.footer-container {
  background-color: var(--midnight-blue);
  border-radius: 30px 30px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.section-block {
  background-color: var(--midnight-blue);
  background-image: url('../images/White-Divider.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 300px 2rem 140px;
  display: flex;
}

.section-block.home {
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.section-overlap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -400px;
  display: flex;
  position: relative;
}

.section-overlap.secondary {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  padding-top: 80px;
  padding-bottom: 150px;
  position: relative;
}

.section-overlap.no-spacing {
  padding-top: 0;
  padding-bottom: 0;
}

.section-overlap.blue {
  background-color: var(--midnight-blue);
}

.section-overlap.no-divider {
  background-image: none;
  padding-top: 50px;
}

.section-overlap.bottom-divider {
  background-image: url('../images/Divider-V2.svg'), url('../images/MTN-Divider.svg');
  background-position: 100% 100%, 80% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 13%;
  padding-top: 50px;
  padding-bottom: 200px;
}

.divider {
  position: static;
}

.page-divider {
  background-image: url('../images/Divider-V2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 150px;
}

.css {
  display: none;
}

.double {
  cursor: pointer;
  object-fit: cover;
  background-image: url('../images/Pathfind-Apparel-hero-expand.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px 30px 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block {
  background-image: url('../images/MTN-Dividers.svg');
  background-position: 100% 100%;
  background-size: contain;
  width: 90%;
  height: 50%;
  display: block;
}

.spacer {
  width: 100%;
  height: 80px;
  display: block;
}

.html-embed-2 {
  width: 90%;
}

.html-embed-3 {
  width: 100%;
  margin-top: 20px;
}

.html-embed-4, .html-embed-5 {
  width: 100%;
}

.bold-text-4, .bold-text-5 {
  display: none;
}

.line {
  color: var(--white-lighter);
  background-image: linear-gradient(#faf3f380, #faf3f380);
  width: 90%;
  height: .05em;
  line-height: .8em;
}

.contact-wrapper {
  margin-top: 40px;
}

.footer-contact-block {
  color: #fff;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.footer-contact-block:hover {
  color: #fff9;
}

.footer-contact-block.blue {
  color: var(--midnight-blue);
}

.footer-contact-title {
  margin-right: 20px;
  font-size: 15px;
}

.footer-contact-title.icon {
  color: #fff;
  margin-right: 10px;
  font-size: 14px;
  line-height: 20px;
  position: static;
}

.footer-contact-title.icon:hover {
  color: #fff;
}

.footer-contact-title.icon.pin {
  margin-right: 10px;
  font-size: 18px;
}

.intro-block {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60%;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.footer-small-text {
  color: var(--white-lighter);
  text-align: center;
  margin-top: 13px;
  margin-bottom: 17px;
  font-size: 12px;
}

.bold-text-7 {
  color: var(--midnight-blue);
}

.menu {
  width: 100%;
  margin-bottom: 40px;
}

.menu.homepage {
  margin-top: 20px;
  margin-bottom: 20px;
}

.calalogue-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  display: grid;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.nav-menu2 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-3 {
  padding-left: 50px;
}

@media screen and (min-width: 1280px) {
  .section.no-divider {
    max-width: none;
    margin-top: auto;
  }

  .section-heading.white.center {
    text-align: center;
  }

  .secondary-hero.shop {
    background-position: 100% 100%, 50% 30%;
  }

  .secondary-hero.about {
    background-size: 100%, cover;
    margin-bottom: -1px;
  }

  .image.cat {
    height: 600px;
  }

  .display-columns {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .footer-container {
    padding-bottom: 17px;
  }

  .section-block {
    background-size: 100%;
    margin-bottom: 60px;
  }

  .line {
    height: .08em;
  }

  .intro-block {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .image-3 {
    height: 570px;
  }

  .bold-text-6 {
    color: var(--bright-blue);
  }

  .footer-small-text {
    margin-bottom: 0;
  }

  .calalogue-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  .container.columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container.horizontal {
    justify-content: flex-start;
  }

  .section {
    padding-top: 100px;
  }

  .section.bottom-divider {
    background-size: 100%, 15%;
    padding-bottom: 150px;
  }

  .hero {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-wrapper {
    background-color: #ffffff8f;
    position: absolute;
  }

  .navbar {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-link {
    color: var(--lighter-blue);
    border-bottom-width: 1px;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .nav-link.w--current {
    background-color: var(--white-lighter);
    color: var(--lighter-blue);
  }

  .logo-image {
    height: 80px;
  }

  .brand {
    flex: 1;
    max-width: none;
  }

  .brand.w--current {
    flex: 1;
    max-width: 100%;
  }

  .nav-menu {
    background-color: var(--white-lighter);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .shop-icons {
    display: none;
  }

  .shop-icons.mobile {
    margin-left: 0;
    display: flex;
  }

  .page-heading {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 1.4em;
  }

  .divider {
    display: none;
  }

  .feature-text {
    font-size: 16px;
  }

  .footer {
    margin-top: 0;
  }

  .after {
    text-align: right;
  }

  .typed-words {
    font-size: 40px;
    line-height: 1.4em;
  }

  .column {
    margin-bottom: 20px;
  }

  .column.reverse {
    text-align: right;
    align-items: flex-start;
  }

  .footer-columns {
    flex-direction: column-reverse;
    display: flex;
  }

  .sub-heading {
    font-size: 26px;
  }

  .footer-logo {
    height: 90px;
  }

  .secondary-hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .secondary-hero.shop {
    background-position: 100% 100%, 50% 0;
  }

  .secondary-hero.contact {
    background-position: 100% 100%, 80%;
  }

  .secondary-hero.custom-designs {
    background-position: 100% 100%, 20%;
  }

  .secondary-hero.all-apparel {
    background-position: 100% 100%, 50% 0;
  }

  .hero-image-no-bg {
    height: 70%;
    right: 75px;
  }

  .paragraph {
    text-align: left;
  }

  .paragraph.hero-text {
    text-align: center;
  }

  .button-text.hero-button-margin {
    margin-top: -19px;
  }

  .about-columns {
    flex-direction: column-reverse;
  }

  .text-wrapper {
    margin-left: 0;
  }

  .image-wrapper {
    width: 100%;
    height: 300px;
    inset: auto auto 0% 0%;
  }

  .image-column {
    height: 350px;
  }

  .image {
    width: 100%;
    height: 500px;
  }

  .contact-link {
    padding-bottom: 10px;
  }

  .announcement-text {
    text-align: left;
    font-size: 30px;
    top: 0;
  }

  .faq-arrow-wrap {
    min-width: 150px;
  }

  .menu-button {
    color: var(--lighter-blue);
    border-radius: 10px 10px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .hero-image-wrapper {
    width: 60%;
    height: 90%;
    margin-bottom: 0;
    inset: auto 0% 0% auto;
  }

  .close-line-1, .close-line-2 {
    background-color: var(--lighter-blue);
    width: 60px;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-wrapper {
    background-color: var(--white-lighter);
    color: var(--white-lighter);
    background-image: linear-gradient(#fff, #fff);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 20px;
    display: flex;
  }

  .container-copy.columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container-copy.horizontal {
    justify-content: flex-start;
  }

  .display-columns {
    flex-direction: column-reverse;
    display: flex;
  }

  .display-columns.reverse {
    flex-direction: column;
  }

  .feature-grid {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .help-hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ticking-title {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 1.4em;
  }

  .secondary-hero-wrapper {
    margin-top: 364px;
  }

  .nav-dropdown {
    padding-left: 20px;
  }

  .nav-dropdown-list.w--open {
    background-color: var(--white-lighter);
    color: var(--lighter-blue);
  }

  .hero-heading-title-wrapper {
    margin-top: 205px;
  }

  .section-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-overlap {
    padding-top: 40px;
  }

  .section-overlap.bottom-divider {
    background-size: 100%, 15%;
    padding-bottom: 150px;
  }

  .intro-block {
    width: 83%;
  }

  .calalogue-grid {
    flex-direction: column-reverse;
    display: flex;
  }

  .calalogue-grid.reverse {
    flex-direction: column;
  }

  .nav-menu2 {
    background-color: var(--white-lighter);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .container.columns {
    flex-direction: column;
    display: flex;
  }

  .heading {
    font-size: 3em;
  }

  .section.no-divider {
    padding-bottom: 30px;
  }

  .credit {
    text-align: center;
    width: 90%;
  }

  .text-block {
    text-align: left;
  }

  .hero {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar {
    justify-content: space-between;
  }

  .logo-image {
    height: 75px;
  }

  .brand {
    align-items: center;
    display: flex;
  }

  .shop-icons.mobile {
    margin-right: 10px;
  }

  .hero-title-wrapper {
    z-index: 1;
    position: relative;
  }

  .page-heading {
    text-align: right;
  }

  .section-heading {
    font-size: 35px;
  }

  .icon {
    width: 15px;
  }

  .ticking-text-wrapper, .after {
    margin-bottom: 0;
  }

  .sub-heading {
    font-size: 22px;
  }

  .footer-logo {
    height: 80px;
  }

  .footer-nav-wrapper {
    flex-flow: wrap;
  }

  .secondary-hero.shop {
    background-position: 100% 100%, 40% 0;
  }

  .secondary-hero.about {
    background-position: 100% 100%, 90%;
  }

  .secondary-hero.contact {
    background-position: 100% 100%, 75%;
  }

  .secondary-hero.all-apparel {
    background-position: 100% 100%, 40% 0;
  }

  .hero-image-no-bg {
    height: 80%;
    inset: auto auto 0% 0%;
  }

  .image-mask, .image-mask.left {
    background-image: url('../images/Hero-Divider---Mobile.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    top: -1px;
    right: 0;
  }

  .image {
    width: 100%;
    height: 400px;
  }

  .image.small {
    height: 300px;
  }

  .contact-details-wrapper {
    max-width: 100%;
  }

  .contact-link {
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .contact-icon {
    width: 40px;
  }

  .announcement-break {
    padding: 20px;
  }

  .announcement-text {
    margin-top: 40px;
  }

  .accordion {
    margin-top: 0;
  }

  .faq-arrow-wrap {
    min-width: 0;
  }

  .menu-button {
    padding: 15px;
  }

  .hero-image-wrapper {
    width: 100%;
    height: 50%;
  }

  .nav-wrapper {
    flex-flow: column wrap;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-copy.columns, .core-values-wrapper {
    flex-direction: column;
    display: flex;
  }

  .value-block {
    width: 100%;
  }

  .works-grid {
    flex-direction: column;
    display: flex;
  }

  .works-block {
    width: 100%;
  }

  .ticking-title {
    text-align: right;
  }

  .text-ticker_mask {
    padding-left: .5em;
  }

  .text-ticker_carousel {
    display: flex;
  }

  .text-ticker_text {
    font-size: 3.5rem;
  }

  .secondary-hero-wrapper {
    z-index: 1;
    margin-top: 400px;
    position: relative;
  }

  .bold-text-3 {
    font-size: 3.5rem;
  }

  .intro-block {
    width: 86%;
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 2em;
  }

  .section.no-divider {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.bottom-divider {
    padding-bottom: 100px;
  }

  .credit {
    width: 80%;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-image {
    max-width: 125px;
    height: auto;
  }

  .brand {
    align-items: center;
    display: flex;
  }

  .page-heading {
    text-align: center;
    font-size: 30px;
  }

  .page-heading.white {
    text-align: center;
  }

  .page-heading.white.with-shadow {
    text-shadow: 1px 0 20px var(--midnight-blue);
  }

  .feature-text {
    margin-left: 10px;
  }

  .section-heading {
    text-align: center;
  }

  .section-heading.white {
    font-size: 40px;
  }

  .ticking-text-wrapper {
    flex-direction: column;
  }

  .after {
    margin-left: 0;
  }

  .column {
    margin-bottom: 40px;
  }

  .footer-columns {
    padding-bottom: 10px;
  }

  .sub-heading.white {
    font-size: 20px;
  }

  .footer-nav-wrapper {
    margin-top: 30px;
  }

  .secondary-hero.shop {
    background-position: 100% 100%, 50% 100%;
  }

  .secondary-hero.about {
    background-position: 100% 100%, 0%;
    background-size: 100%, cover;
  }

  .secondary-hero.contact {
    background-position: 100% 100%, 100%;
  }

  .secondary-hero.custom-designs {
    background-position: 100% 100%, 0 100%;
  }

  .secondary-hero.all-apparel {
    background-position: 100% 100%, 30%;
  }

  .hero-image-no-bg {
    height: 80%;
  }

  .paragraph.white {
    text-align: left;
  }

  .paragraph.white ul {
    padding-left: 20px;
  }

  .paragraph.hero-text.white {
    text-align: center;
  }

  .link-text.white {
    font-size: 15px;
  }

  .image {
    height: 400px;
  }

  .image.small {
    height: 200px;
  }

  .contact-icon {
    margin-right: 5px;
  }

  .announcement-text {
    font-size: 24px;
    line-height: 1.3em;
  }

  .text-block-2 {
    font-size: 16px;
    font-weight: 600;
  }

  .faq-number {
    margin-right: 20px;
  }

  .faq-arrow-wrap {
    flex: 0 auto;
    width: 60px;
    display: none;
  }

  .hero-image-wrapper {
    height: 45%;
  }

  .value-block, .works-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-ticker_text {
    font-size: 2.5rem;
  }

  .secondary-hero-wrapper {
    text-align: center;
    margin-top: 435px;
    bottom: 47%;
  }

  .section-block {
    padding-top: 200px;
  }

  .section-overlap.bottom-divider {
    padding-bottom: 100px;
  }

  .bold-text-3 {
    font-size: 2.5rem;
  }

  .footer-contact-title {
    margin-right: 0;
  }
}

#w-node-f5d76faf-421b-0a23-1eea-eb21ec8e1ee3-f31ef3c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Neoneon';
  src: url('../fonts/Neoneon.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}