.mf-go-page {
  --mf-orange: #f59b2d;
  --mf-black: #101010;
  --mf-white: #ffffff;
  --mf-ink: #151515;
  --mf-muted: #626a73;
  --mf-line: #deded8;
  --mf-soft: #f5f3ed;
  --mf-max: 1300px;
  --mf-hero-pull: 170px;
  position: relative;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-top: calc(var(--mf-hero-pull) * -1) !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow-x: hidden;
  isolation: isolate;
  background:
    radial-gradient(ellipse at 92% 14%, rgba(245, 155, 45, .06), transparent 22%),
    radial-gradient(ellipse at 6% 46%, rgba(245, 155, 45, .045), transparent 24%),
    #ffffff;
  color: var(--mf-ink);
  font-family: Arial, Helvetica, sans-serif;
}

.mf-go-page *,
.mf-go-page *::before,
.mf-go-page *::after {
  box-sizing: border-box;
}

.mf-go-page a {
  color: inherit;
  text-decoration: none;
}

.mf-go-page img {
  display: block;
  max-width: 100%;
}

.mf-go-page h1,
.mf-go-page h2,
.mf-go-page h3,
.mf-go-page p,
.mf-go-page a,
.mf-go-page span,
.mf-go-page b,
.mf-go-page time,
.mf-go-page input,
.mf-go-page textarea,
.mf-go-page button,
.mf-go-page dt,
.mf-go-page dd {
  letter-spacing: 0 !important;
}

body:has(.mf-go-page) header,
body:has(.mf-go-page) .site-header,
body:has(.mf-go-page) #masthead,
body:has(.mf-go-page) .elementor-location-header {
  background: rgba(16, 16, 16, .96) !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .08) !important;
}

.mf-go-wrap {
  position: relative;
  z-index: 2;
  width: min(var(--mf-max), calc(100% - 56px));
  margin: 0 auto;
}

.mf-go-label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  color: #f59b2d !important;
  -webkit-text-fill-color: #f59b2d !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.mf-go-label span {
  display: block !important;
  flex: 0 0 44px !important;
  width: 44px !important;
  height: 1px !important;
  margin: 0 !important;
  background: rgba(17, 17, 17, .36) !important;
}

.mf-go-label::after {
  content: "";
  display: block;
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  background: rgba(17, 17, 17, .34);
}

.mf-go-head {
  display: block;
  width: min(1080px, 100%);
  max-width: none;
  margin: 0 0 38px;
  padding: 0;
}

.mf-go-head-row {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(340px, .58fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
  width: 100%;
}

.mf-go-head h2,
.mf-go-intro h2,
.mf-go-section h2,
.mf-go-history h2,
.mf-go-join h2,
.mf-go-contact h2,
.mf-go-mission h2 {
  position: relative;
  margin: 0 !important;
  max-width: 720px;
  color: #111111 !important;
  font-size: clamp(31px, 3.25vw, 50px) !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
  text-transform: none !important;
}

.mf-go-head h2 span,
.mf-go-intro h2 span,
.mf-go-section h2 span,
.mf-go-history h2 span,
.mf-go-join h2 span,
.mf-go-contact h2 span,
.mf-go-mission h2 span {
  color: var(--mf-orange) !important;
}

.mf-go-head h2::after,
.mf-go-intro h2::after,
.mf-go-section h2::after,
.mf-go-history h2::after,
.mf-go-join h2::after,
.mf-go-contact h2::after,
.mf-go-mission h2::after {
  content: "";
  display: block;
  width: 86px;
  height: 3px;
  margin-top: 20px;
  background: var(--mf-orange);
}

.mf-go-head-copy {
  display: grid;
  gap: 18px;
  align-self: end;
  justify-self: start;
  max-width: 610px;
  margin: 0 0 8px;
  padding: 0;
}

.mf-go-head-copy p {
  margin: 0 !important;
  color: var(--mf-muted) !important;
  font-size: 15px !important;
  line-height: 1.68 !important;
  font-weight: 500 !important;
}

.mf-go-hero {
  position: relative;
  min-height: 92vh;
  padding: clamp(168px, 15vw, 214px) 0 0;
  overflow: hidden;
  isolation: isolate;
  color: #ffffff;
  background: #101010;
}

.mf-go-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #101010;
}

.mf-go-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .58;
  filter: saturate(.92) contrast(1.08) brightness(.72);
  transform: scale(1.04);
}

.mf-go-hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(16, 16, 16, .94) 0%, rgba(16, 16, 16, .72) 42%, rgba(16, 16, 16, .32) 100%),
    linear-gradient(180deg, rgba(16, 16, 16, .9) 0%, rgba(16, 16, 16, .2) 48%, rgba(16, 16, 16, .84) 100%);
}

.mf-go-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: .38;
  background-image:
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .82) 72%, transparent 100%);
}

.mf-go-hero::before {
  content: "";
  position: absolute;
  right: max(32px, calc((100vw - var(--mf-max)) / 2));
  top: clamp(130px, 12vw, 180px);
  width: min(27vw, 360px);
  height: min(27vw, 360px);
  z-index: 1;
  opacity: .88;
  border-top: 3px solid rgba(245, 155, 45, .88);
  border-right: 3px solid rgba(245, 155, 45, .55);
  transform: translate(18%, -10%) rotate(45deg);
}

.mf-go-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  z-index: 4;
  background: linear-gradient(90deg, transparent, var(--mf-orange), transparent);
}

.mf-go-hero .mf-go-label span {
  background: rgba(255, 255, 255, .38) !important;
}

.mf-go-hero .mf-go-label::after {
  background: rgba(255, 255, 255, .32);
}

.mf-go-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, .72fr);
  align-items: end;
  gap: clamp(40px, 7vw, 96px);
  min-height: calc(92vh - clamp(168px, 15vw, 214px));
  padding-bottom: 116px;
}

.mf-go-hero-copy {
  position: relative;
  max-width: 780px;
}

.mf-go-hero h1 {
  margin: 24px 0 0 !important;
  max-width: 790px;
  color: #ffffff !important;
  font-size: clamp(40px, 5.1vw, 72px) !important;
  line-height: .96 !important;
  font-weight: 900 !important;
  text-transform: none !important;
}

.mf-go-hero h1 span {
  color: var(--mf-orange) !important;
}

.mf-go-lead {
  max-width: 670px;
  margin: 28px 0 0 !important;
  color: rgba(255, 255, 255, .76) !important;
  font-size: clamp(15px, 1.05vw, 17px) !important;
  line-height: 1.7 !important;
  font-weight: 500 !important;
}

.mf-go-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.mf-go-btn,
.mf-go-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 30px;
  border: 1px solid var(--mf-orange) !important;
  border-radius: 0 !important;
  background: var(--mf-orange) !important;
  color: #111111 !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease !important;
}

.mf-go-btn:hover,
.mf-go-submit:hover {
  transform: translateY(-2px);
  background: rgba(245, 155, 45, .02) !important;
  color: var(--mf-orange) !important;
  border-color: var(--mf-orange) !important;
  box-shadow: 0 0 0 4px rgba(245, 155, 45, .14) !important;
}

.mf-go-btn-secondary {
  background: rgba(255, 255, 255, .04) !important;
  border-color: rgba(255, 255, 255, .34) !important;
  color: #ffffff !important;
}

.mf-go-btn-secondary:hover {
  background: rgba(245, 155, 45, .1) !important;
  color: var(--mf-orange) !important;
  border-color: var(--mf-orange) !important;
}

.mf-go-hero-card,
.mf-go-mission-card {
  position: relative;
  min-height: 430px;
  padding: 34px;
  overflow: hidden;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .34);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.mf-go-hero-card::before,
.mf-go-mission-card::before {
  content: "";
  position: absolute;
  right: -105px;
  top: -105px;
  width: 230px;
  height: 230px;
  border: 2px solid rgba(245, 155, 45, .72);
  transform: rotate(45deg);
}

.mf-go-hero-card::after,
.mf-go-mission-card::after {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  height: 1px;
  background: linear-gradient(90deg, var(--mf-orange), transparent);
}

.mf-go-hero-card > span,
.mf-go-mission-card span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  background: var(--mf-orange);
  color: #111111 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.mf-go-hero-card h2 {
  position: relative;
  z-index: 2;
  max-width: none;
  margin: 60px 0 0 !important;
  color: #ffffff !important;
  font-size: clamp(22px, 1.75vw, 28px) !important;
  line-height: 1.06 !important;
  font-weight: 900 !important;
  white-space: nowrap;
}

.mf-go-hero-card p,
.mf-go-mission-card p {
  position: relative;
  z-index: 2;
  margin: 20px 0 0 !important;
  color: rgba(255, 255, 255, .72) !important;
  font-size: 14px !important;
  line-height: 1.62 !important;
}

.mf-go-hero-card dl {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1px;
  margin: 28px 0 0;
  background: rgba(255, 255, 255, .13);
}

.mf-go-hero-card dl div {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 16px;
  padding: 14px 0;
  background: rgba(16, 16, 16, .1);
}

.mf-go-hero-card dt,
.mf-go-hero-card dd {
  margin: 0;
}

.mf-go-hero-card dt {
  color: var(--mf-orange) !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  white-space: nowrap;
}

.mf-go-hero-card dd {
  color: #ffffff !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}

.mf-go-anchor {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: min(var(--mf-max), calc(100% - 56px));
  margin: -72px auto 0;
  padding-bottom: 54px;
}

.mf-go-anchor a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .04);
  color: #ffffff !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  transition: transform .22s ease, border-color .22s ease, color .22s ease, background .22s ease;
}

.mf-go-anchor a:hover {
  transform: translateY(-2px);
  border-color: var(--mf-orange);
  color: var(--mf-orange) !important;
  background: rgba(245, 155, 45, .08);
}

.mf-go-intro,
.mf-go-section,
.mf-go-history,
.mf-go-join,
.mf-go-contact,
.mf-go-mission {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.mf-go-intro {
  padding: clamp(82px, 9vw, 120px) 0 42px;
  background: #ffffff;
}

.mf-go-values-section {
  padding: 28px 0 clamp(76px, 8vw, 112px);
  background: #ffffff;
}

.mf-go-section:not(.mf-go-values-section),
.mf-go-join {
  padding: clamp(82px, 9vw, 120px) 0;
  background: #ffffff;
}

.mf-go-history {
  padding: clamp(82px, 9vw, 120px) 0;
  background:
    radial-gradient(ellipse at 88% 18%, rgba(245, 155, 45, .07), transparent 24%),
    var(--mf-soft);
  border-top: 1px solid rgba(16, 16, 16, .08);
  border-bottom: 1px solid rgba(16, 16, 16, .08);
}

.mf-go-values,
.mf-go-projects,
.mf-go-timeline,
.mf-go-join-cards {
  display: grid;
  border-top: 1px solid var(--mf-line);
  border-left: 1px solid var(--mf-line);
  box-shadow: 0 30px 90px rgba(16, 16, 16, .07);
}

.mf-go-values {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mf-go-values article,
.mf-go-project,
.mf-go-timeline article,
.mf-go-join-cards article {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, .84);
  border-right: 1px solid var(--mf-line);
  border-bottom: 1px solid var(--mf-line);
  transition: transform .24s ease, background .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.mf-go-values article {
  min-height: 315px;
  padding: 34px;
}

.mf-go-values article::before,
.mf-go-project::before,
.mf-go-timeline article::before,
.mf-go-join-cards article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 76px;
  height: 3px;
  background: var(--mf-orange);
  transition: width .32s ease;
}

.mf-go-values article::after,
.mf-go-project::after,
.mf-go-join-cards article::after,
.mf-go-timeline article::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -52px;
  width: 148px;
  height: 148px;
  border: 1px solid rgba(245, 155, 45, .42);
  transform: rotate(45deg);
  opacity: .58;
  pointer-events: none;
  animation: mf-go-card-mark 12s ease-in-out infinite;
  transition: transform .32s ease, opacity .32s ease;
}

.mf-go-values article:nth-child(2)::after,
.mf-go-project:nth-child(2)::after,
.mf-go-join-cards article:nth-child(2)::after {
  right: -38px;
  bottom: -32px;
  width: 128px;
  height: 86px;
  transform: rotate(-18deg);
  animation-delay: -2.2s;
}

.mf-go-values article:nth-child(3)::after,
.mf-go-project:nth-child(3)::after,
.mf-go-join-cards article:nth-child(3)::after {
  right: -70px;
  bottom: -18px;
  width: 184px;
  height: 84px;
  transform: rotate(-22deg);
  animation-delay: -4s;
}

@keyframes mf-go-card-mark {
  0%, 100% { translate: 0 0; }
  50% { translate: -8px -6px; }
}

.mf-go-values article:hover,
.mf-go-project:hover,
.mf-go-timeline article:hover,
.mf-go-join-cards article:hover {
  z-index: 3;
  transform: translateY(-2px);
  background: #fffaf2;
  border-color: rgba(245, 155, 45, .42);
  box-shadow: 0 18px 48px rgba(16, 16, 16, .11);
}

.mf-go-values article:hover::before,
.mf-go-project:hover::before,
.mf-go-timeline article:hover::before,
.mf-go-join-cards article:hover::before {
  width: 100%;
}

.mf-go-values article:hover::after,
.mf-go-project:hover::after,
.mf-go-timeline article:hover::after,
.mf-go-join-cards article:hover::after {
  opacity: .82;
}

.mf-go-values b,
.mf-go-project span,
.mf-go-timeline time {
  position: relative;
  z-index: 2;
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  margin: 0 0 42px;
  padding: 0 11px;
  border: 1px solid rgba(245, 155, 45, .42);
  background: rgba(245, 155, 45, .075);
  color: #111111 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.mf-go-values h3,
.mf-go-project h3,
.mf-go-timeline h3,
.mf-go-join-cards h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px !important;
  color: #111111 !important;
  font-size: 22px !important;
  line-height: 1.14 !important;
  font-weight: 900 !important;
}

.mf-go-values p,
.mf-go-project p,
.mf-go-timeline p,
.mf-go-join-cards p {
  position: relative;
  z-index: 2;
  margin: 0 !important;
  color: var(--mf-muted) !important;
  font-size: 14px !important;
  line-height: 1.62 !important;
}

.mf-go-mission {
  padding: clamp(76px, 8vw, 112px) 0;
  color: var(--mf-ink);
  background:
    radial-gradient(ellipse at 14% 18%, rgba(245, 155, 45, .1), transparent 24%),
    var(--mf-soft);
  border-top: 1px solid rgba(16, 16, 16, .08);
  border-bottom: 1px solid rgba(16, 16, 16, .08);
}

.mf-go-mission-grid {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(360px, .58fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: start;
}

.mf-go-head--mission {
  width: 100%;
  margin-bottom: 0;
}

.mf-go-head--mission .mf-go-head-row {
  grid-template-columns: 1fr;
  gap: 18px;
}

.mf-go-head--mission .mf-go-head-copy {
  margin-top: 0;
}

.mf-go-mission-card {
  min-height: 310px;
  align-self: stretch;
  background: #101010;
  border: 1px solid rgba(16, 16, 16, .18);
  box-shadow: 0 26px 80px rgba(16, 16, 16, .14);
}

.mf-go-mission-card h3 {
  position: relative;
  z-index: 2;
  max-width: 440px;
  margin: 48px 0 0 !important;
  color: #ffffff !important;
  font-size: clamp(24px, 2.2vw, 34px) !important;
  line-height: 1.06 !important;
  font-weight: 900 !important;
}


.mf-go-mission-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  background: rgba(255, 255, 255, .12);
}

.mf-go-mission-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, .62fr) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 14px 0;
  color: rgba(255, 255, 255, .76);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mf-go-mission-list li:last-child {
  border-bottom: 0;
}

.mf-go-mission-list b,
.mf-go-mission-list strong,
.mf-go-mission-list em {
  font-style: normal;
  line-height: 1.35;
}

.mf-go-mission-list b {
  color: var(--mf-orange);
  font-size: 11px;
  font-weight: 900;
}

.mf-go-mission-list strong {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.mf-go-mission-list em {
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  font-weight: 500;
}
.mf-go-projects {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mf-go-project {
  min-height: 360px;
  padding: 34px;
}

.mf-go-project-dark,
.mf-go-project-dark:hover,
.mf-go-project-image,
.mf-go-project-image:hover {
  background: #101010;
}

.mf-go-project-dark h3,
.mf-go-project-image h3,
.mf-go-project-dark:hover h3,
.mf-go-project-image:hover h3 {
  color: #ffffff !important;
}

.mf-go-project-dark p,
.mf-go-project-image p,
.mf-go-project-dark:hover p,
.mf-go-project-image:hover p {
  color: rgba(255, 255, 255, .74) !important;
}

.mf-go-project-dark span,
.mf-go-project-image span {
  color: #ffffff !important;
  border-color: rgba(245, 155, 45, .62);
  background: rgba(245, 155, 45, .11);
}

.mf-go-project-image {
  padding: 0;
  color: #ffffff;
}

.mf-go-project-image img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.88) contrast(1.08) brightness(.55);
  transition: transform .6s ease, filter .6s ease;
}

.mf-go-project-image::before {
  z-index: 3;
}

.mf-go-project-image::after {
  z-index: 4;
}

.mf-go-project-image:hover img {
  transform: scale(1.045);
  filter: saturate(.98) contrast(1.08) brightness(.7);
}

.mf-go-project-image > div {
  position: relative;
  z-index: 5;
  display: flex;
  min-height: 360px;
  flex-direction: column;
  align-items: flex-start;
  padding: 34px;
}

.mf-go-timeline {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mf-go-timeline article {
  min-height: 235px;
  padding: 28px 24px;
}

.mf-go-timeline time {
  margin-bottom: 36px;
}

.mf-go-join-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mf-go-join-cards article {
  min-height: 210px;
  padding: 28px;
}

.mf-go-contact {
  padding: clamp(82px, 9vw, 120px) 0;
  color: var(--mf-ink);
  background:
    radial-gradient(ellipse at 84% 22%, rgba(245, 155, 45, .11), transparent 25%),
    var(--mf-soft);
  border-top: 1px solid rgba(16, 16, 16, .08);
}

.mf-go-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, .66fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: end;
}

.mf-go-head--contact {
  width: 100%;
  margin-bottom: 0;
}

.mf-go-head--contact .mf-go-head-row {
  grid-template-columns: 1fr;
  gap: 18px;
}

.mf-go-head--contact .mf-go-head-copy {
  margin-top: 0;
}

.mf-go-mail,
.mf-go-mail:visited,
.mf-go-mail:hover {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 38px;
  margin-top: 4px;
  color: var(--mf-orange) !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  text-transform: none !important;
}

.mf-go-mail::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background: var(--mf-orange);
}

.mf-go-form {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 32px;
  overflow: hidden;
  background: rgba(255, 255, 255, .96);
  color: #111111;
  border: 1px solid rgba(16, 16, 16, .1);
  box-shadow: 0 24px 60px rgba(16, 16, 16, .1);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.mf-go-form:hover,
.mf-go-form:focus-within {
  transform: translateY(-2px);
  border-color: rgba(245, 155, 45, .72);
  box-shadow: 0 0 0 4px rgba(245, 155, 45, .1), 0 30px 72px rgba(16, 16, 16, .12);
}

.mf-go-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  height: 3px;
  background: var(--mf-orange);
}

.mf-go-form::after {
  content: "";
  position: absolute;
  right: -68px;
  bottom: -68px;
  width: 190px;
  height: 190px;
  opacity: .18;
  pointer-events: none;
  border: 2px solid var(--mf-orange);
  transform: rotate(45deg);
}

.mf-go-form > * {
  position: relative;
  z-index: 1;
}

.mf-go-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mf-go-form label {
  display: grid;
  gap: 8px;
  margin: 0;
}

.mf-go-form label > span {
  color: rgba(16, 16, 16, .72) !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.mf-go-form input,
.mf-go-form textarea {
  width: 100% !important;
  min-height: 54px;
  margin: 0 !important;
  padding: 0 16px !important;
  background: rgba(245, 243, 237, .72) !important;
  border: 1px solid rgba(16, 16, 16, .13) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #111111 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  outline: none !important;
  transition: border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.mf-go-form textarea {
  min-height: 126px;
  padding-top: 15px !important;
  resize: vertical;
}

.mf-go-form input::placeholder,
.mf-go-form textarea::placeholder {
  color: rgba(16, 16, 16, .42) !important;
  opacity: 1 !important;
}

.mf-go-form input:focus,
.mf-go-form textarea:focus {
  background: #ffffff !important;
  border-color: rgba(245, 155, 45, .82) !important;
  box-shadow: 0 0 0 4px rgba(245, 155, 45, .12) !important;
}

.mf-go-submit {
  width: 100%;
  margin-top: 2px;
}

.mf-go-form .mf-form-website {
  display: none !important;
}

.mf-go-form .mf-form-consent {
  margin: -2px 0 0 !important;
  color: rgba(16, 16, 16, .58) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

.mf-go-form .mf-form-consent a,
.mf-go-form .mf-form-consent a:visited,
.mf-go-form .mf-form-consent a:hover {
  color: inherit !important;
  font: inherit !important;
  text-transform: none !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

@media (max-width: 1180px) {
  .mf-go-hero-grid,
  .mf-go-head-row,
  .mf-go-mission-grid,
  .mf-go-contact-grid {
    grid-template-columns: 1fr;
  }

  .mf-go-hero-grid {
    min-height: auto;
    padding-bottom: 132px;
  }

  .mf-go-hero-card,
  .mf-go-mission-card {
    min-height: 340px;
    max-width: 720px;
  }

  .mf-go-head-copy {
    max-width: 650px;
    margin-top: 0;
  }

  .mf-go-values,
  .mf-go-projects,
  .mf-go-timeline,
  .mf-go-join-cards {
    grid-template-columns: 1fr;
  }

  .mf-go-project,
  .mf-go-project-image {
    min-height: 360px;
  }
}

@media (max-width: 767px) {
  .mf-go-page {
    --mf-hero-pull: 118px;
  }

  .mf-go-wrap,
  .mf-go-anchor {
    width: min(100% - 32px, var(--mf-max));
  }

  .mf-go-label {
    gap: 10px !important;
    font-size: 11px !important;
    white-space: normal !important;
  }

  .mf-go-label span {
    flex-basis: 36px !important;
    width: 36px !important;
  }

  .mf-go-hero {
    min-height: auto;
    padding-top: 146px;
  }

  .mf-go-hero-grid {
    gap: 30px;
    padding-bottom: 118px;
  }

  .mf-go-hero h1 {
    font-size: clamp(34px, 11vw, 46px) !important;
    line-height: 1 !important;
  }

  .mf-go-actions,
  .mf-go-anchor {
    flex-direction: column;
    align-items: stretch;
  }

  .mf-go-btn,
  .mf-go-submit,
  .mf-go-anchor a {
    width: 100%;
  }

  .mf-go-anchor {
    margin-top: -82px;
    padding-bottom: 34px;
  }

  .mf-go-hero-card,
  .mf-go-mission-card,
  .mf-go-form {
    padding: 26px 22px;
  }

  .mf-go-hero-card h2 {
    margin-top: 48px !important;
    font-size: 28px !important;
    white-space: normal;
  }

  .mf-go-hero-card dl div,
  .mf-go-form-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .mf-go-intro,
  .mf-go-section:not(.mf-go-values-section),
  .mf-go-history,
  .mf-go-join,
  .mf-go-contact,
  .mf-go-mission {
    padding: 70px 0;
  }

  .mf-go-values-section {
    padding: 34px 0 70px;
  }

  .mf-go-head {
    margin-bottom: 28px;
  }

  .mf-go-head h2,
  .mf-go-intro h2,
  .mf-go-section h2,
  .mf-go-history h2,
  .mf-go-join h2,
  .mf-go-contact h2,
  .mf-go-mission h2 {
    font-size: clamp(28px, 8.2vw, 38px) !important;
    line-height: 1.08 !important;
  }

  .mf-go-values article,
  .mf-go-project,
  .mf-go-timeline article,
  .mf-go-join-cards article {
    min-height: auto;
    padding: 28px;
  }

  .mf-go-project-image {
    min-height: 420px;
    padding: 0;
  }

  .mf-go-project-image > div {
    min-height: 420px;
    padding: 28px;
  }

  .mf-go-mission-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (max-width: 420px) {
  .mf-go-hero h1 {
    font-size: 34px !important;
  }

  .mf-go-head h2,
  .mf-go-intro h2,
  .mf-go-section h2,
  .mf-go-history h2,
  .mf-go-join h2,
  .mf-go-contact h2,
  .mf-go-mission h2 {
    font-size: 32px !important;
  }

  .mf-go-values h3,
  .mf-go-project h3,
  .mf-go-timeline h3,
  .mf-go-join-cards h3 {
    font-size: 20px !important;
  }
}
