.bg-blue,
.hover\:bg-blue:hover {
  --bg-opacity: 1;
  background-color: #c1181b !important;
  background-color: rgba(193, 24, 27, var(--bg-opacity)) !important;
}

.bg-blue-dark,
.hover\:bg-blue-dark:hover {
  --bg-opacity: 1;
  background-color: #c1181b !important;
  background-color: rgba(193, 24, 27, var(--bg-opacity)) !important;
}

.bg-blue-sky,
.hover\:bg-blue-sky:hover {
  --bg-opacity: 1;
  background-color: #e22b35 !important;
  background-color: rgba(226, 43, 53, var(--bg-opacity)) !important;
}

.text-blue,
.hover\:text-blue:hover {
  --text-opacity: 1;
  color: #c1181b !important;
  color: rgba(193, 24, 27, var(--text-opacity)) !important;
}

.text-blue-dark,
.hover\:text-blue-dark:hover {
  --text-opacity: 1;
  color: #c1181b !important;
  color: rgba(193, 24, 27, var(--text-opacity)) !important;
}

.text-blue-sky,
.hover\:text-blue-sky:hover {
  --text-opacity: 1;
  color: #e22b35 !important;
  color: rgba(226, 43, 53, var(--text-opacity)) !important;
}

.border-blue,
.hover\:border-blue:hover {
  --border-opacity: 1;
  border-color: #c1181b !important;
  border-color: rgba(193, 24, 27, var(--border-opacity)) !important;
}

.border-blue-dark,
.hover\:border-blue-dark:hover {
  --border-opacity: 1;
  border-color: #c1181b !important;
  border-color: rgba(193, 24, 27, var(--border-opacity)) !important;
}

.border-blue-sky,
.hover\:border-blue-sky:hover {
  --border-opacity: 1;
  border-color: #e22b35 !important;
  border-color: rgba(226, 43, 53, var(--border-opacity)) !important;
}

.st-nav-item--blue.st-nav-item:before,
.st-nav-item--blue.st-nav-subitem:before {
  background-color: #c1181b !important;
}

::-moz-selection {
  color: #fff;
  background: #c1181b;
}

::selection {
  color: #fff;
  background: #c1181b;
}

html,
body {
  background: #000;
}

#__nuxt,
#__layout,
#js-scroll {
  background: #fff;
}

#js-scroll .relative.w-full.overflow-hidden {
  overflow: visible !important;
}

#js-scroll .bg-black.w-full {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.double {
  background-image: linear-gradient(180deg, #e5df09 33%, #e5df09) !important;
}

.multiselect.s-select {
  cursor: pointer;
}

.multiselect.s-select.multiselect--active {
  z-index: 35;
}

.multiselect.s-select.multiselect--active .st-icon-expand {
  transform: rotate(180deg);
}

.multiselect.s-select .multiselect__content-wrapper {
  left: 0;
  right: 0;
  width: 100%;
  z-index: 40;
}

.local-select-display {
  color: #000;
}

.local-header-logo {
  display: block;
  width: auto;
  height: 100%;
}

#js-scroll .relative.w-full.overflow-hidden > .absolute.w-full.bg-transparent {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  will-change: transform;
  overflow: visible;
}

#js-scroll .relative.w-full.overflow-hidden > .absolute.w-full.bg-transparent > .relative {
  z-index: 1001;
}

#js-scroll .lg\:hidden.transition.duration-600.transition-transform.fixed {
  z-index: 1200 !important;
}

@media (min-width: 961px) {
  #js-scroll .relative.w-full.overflow-hidden > .absolute.w-full.bg-transparent nav {
    width: min(71.1805555556vw, 1195.833333px);
    margin-left: auto;
    margin-right: auto;
  }
}

.local-career-header .local-header-logo {
  content: url("/mach-footer.svg");
}

.local-career-header nav .st-nav-item {
  color: #fff !important;
}

.local-career-header .st-icon-menu-burger {
  color: #fff !important;
}

.local-career-header.local-services-header-open .local-header-logo {
  content: url("/mach.svg");
}

.local-career-header.local-services-header-open nav .st-nav-item {
  color: #000 !important;
}

.local-career-header.local-services-header-open .st-icon-menu-burger {
  color: #000 !important;
}

.local-footer-logo {
  display: block;
  width: 100%;
  height: auto;
}

.local-login-link {
  text-decoration: none;
}

.local-login-button {
  min-width: 72px;
  white-space: nowrap;
}

.local-login-button .inline-flex {
  gap: 0.55rem;
}

.local-login-mobile-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.local-login-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35em;
  height: 1.35em;
  line-height: 1;
}

.local-login-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.local-login-label {
  display: none;
  font-size: 1rem;
  line-height: 1;
}

@media (min-width: 1024px) {
  .local-login-label {
    display: inline-flex;
    align-items: center;
  }
}

#js-scroll .lg\:hidden.transition.duration-600.transition-transform.fixed > .pb-15 > .flex {
  justify-content: flex-end !important;
  gap: 12px;
}

@media (max-width: 1023px) {
  #js-scroll .relative.w-full.overflow-hidden > .absolute.w-full.bg-transparent .px-30px {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  #js-scroll .relative.w-full.overflow-hidden > .absolute.w-full.bg-transparent nav {
    width: 100%;
  }

  #js-scroll .relative.w-full.overflow-hidden > .absolute.w-full.bg-transparent nav > .block.lg\:hidden {
    margin-left: auto;
  }

  #js-scroll .relative.w-full.overflow-hidden > .absolute.w-full.bg-transparent .st-icon-menu-burger {
    font-size: 1.45rem !important;
  }
}

@media (max-width: 1023px) {
  body.local-strategy-detail .w-full.py-20.lg\:py-50 {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 1024px) {
  body.local-strategy-detail .lg\:pt-69.lg\:pb-35 {
    padding-bottom: 2.5rem !important;
  }

  body.local-strategy-detail .w-full.py-20.lg\:py-50 {
    padding-top: 2.5rem !important;
  }

  body.local-academy-page .w-full.lg\:w-85\/100.mx-auto.lg\:pt-20 {
    padding-top: 2.5rem !important;
  }
}

@media (min-width: 1024px) {
  .local-home-hero-row {
    justify-content: flex-start;
    column-gap: 24px;
    flex-direction: row-reverse;
  }

  .local-home-hero-copy {
    width: 56% !important;
    padding-left: 18px;
  }

  .local-home-hero-media {
    width: 42% !important;
    justify-content: flex-start !important;
    position: relative;
    z-index: 1 !important;
  }

  .local-home-hero-image {
    width: 92% !important;
    margin-left: -1rem;
    margin-right: 0 !important;
    position: relative;
    z-index: 1;
  }

  .local-home-hero-description {
    font-size: 1.375rem !important;
    line-height: 1.65 !important;
  }
}

@media (min-width: 1280px) {
  .local-home-hero-nowrap {
    white-space: nowrap;
  }
}

.local-select-has-value .multiselect__placeholder,
.local-select-has-value.multiselect--active .multiselect__placeholder {
  display: none !important;
  visibility: hidden !important;
}

.local-contact-message {
  margin-top: 24px;
  padding: 18px 20px;
  font-size: 16px;
  line-height: 1.55;
}

.local-contact-message--success {
  background: #f5f5f5;
  border-left: 4px solid #c1181b;
  color: #111;
}

.local-contact-message--error {
  background: #fff1f1;
  border-left: 4px solid #c1181b;
  color: #c1181b;
}

.local-field-error {
  width: 100%;
}

.local-contact-dynamic-fields {
  display: contents;
}

.local-file-input {
  display: none;
}

.local-file-button {
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background-color 180ms ease;
}

.local-file-name {
  min-height: 22px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #111;
  word-break: break-word;
}

.local-services-panel {
  display: block !important;
  z-index: 0 !important;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-14px) scaleY(0.96);
  transform-origin: top center;
  transition:
    opacity 260ms ease,
    transform 260ms ease,
    visibility 0s linear 260ms;
}

.local-services-panel .service-menu--inner {
  display: grid !important;
}

.local-services-panel--open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scaleY(1);
  transition:
    opacity 260ms ease,
    transform 260ms ease,
    visibility 0s linear 0s;
}

.local-services-trigger--open .st-icon-expand {
  transform: rotate(180deg);
}

.local-services-panel .st-nav-subitem {
  transition:
    color 200ms ease,
    opacity 200ms ease,
    transform 200ms ease;
}

.local-services-panel a:hover .st-nav-subitem,
.local-services-panel a:focus .st-nav-subitem {
  opacity: 0.62;
  transform: translateX(4px);
}

.local-feedback-widget {
  position: fixed;
  left: 0;
  right: auto;
  top: 48%;
  z-index: 90;
  font-family: inherit;
  transform: translateY(-50%);
}

.local-feedback-widget__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 132px;
  width: 44px;
  border: 0;
  background: #c1181b;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  border-radius: 0 6px 6px 0;
  writing-mode: vertical-rl;
  transform: none;
}

.local-feedback-widget__panel {
  position: absolute;
  left: 54px;
  right: auto;
  top: 50%;
  display: none;
  width: min(340px, calc(100vw - 78px));
  padding: 24px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  color: #202124;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
  transform: translateY(-50%);
}

.local-feedback-widget.is-open .local-feedback-widget__panel {
  display: block;
}

body.local-mobile-menu-open .local-feedback-widget {
  display: none;
}

.local-feedback-widget__title {
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.local-feedback-widget__text {
  margin: 16px 0 18px;
  font-size: 14px;
  line-height: 1.45;
  color: #555;
}

.local-feedback-widget__emojis {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 18px;
}

.local-feedback-widget__emoji {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #d9e8f7;
  border-radius: 50%;
  background: #f6fbff;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

.local-feedback-widget__emoji:hover,
.local-feedback-widget__emoji:focus,
.local-feedback-widget__emoji.is-selected {
  border-color: #c1181b;
  background: #ffe8e9;
  transform: translateY(-2px);
}

.local-feedback-widget__note {
  display: none;
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.45;
  color: #c1181b;
}

.local-feedback-widget__note.is-visible {
  display: block;
}

.local-feedback-widget__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.local-feedback-widget__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid #c1181b;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.local-feedback-widget__close {
  background: #fff;
  color: #c1181b;
  cursor: pointer;
}

@media (max-width: 767px) {
  .local-feedback-widget {
    top: auto;
    left: 18px;
    right: auto;
    bottom: 18px;
    z-index: 8;
    transform: none;
  }

  .local-feedback-widget__tab {
    min-height: 44px;
    width: auto;
    padding: 0 16px;
    border-radius: 6px 6px 0 0;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .local-feedback-widget__panel {
    left: 0;
    right: auto;
    top: auto;
    bottom: 56px;
    transform: none;
  }
}
