/* Shared Easify page chrome: document base, Header and Footer. */

@keyframes eas26ChromeSpin {
  0%,
  100% {
    transform: rotate(0) scale(1);
  }
  45% {
    transform: rotate(14deg) scale(1.12);
  }
}

body.eas26 {
  --eas-black: #000;
  --eas-white: #fff;
  --eas-hover: #c31f70;
  --eas-select-bg: #fff200;
  --eas-select-fg: #000;
  --eas-footer-top: #35001a;
  --eas-max-nav: 1360px;
  --eas-max: 1280px;
  --eas-nav-h: 76px;
  --eas-tap: 44px;
  --eas-radius-card: 16px;
  --eas-radius-pill: 9999px;
  margin: 0;
  min-width: 320px;
  background: var(--eas-black);
  color: var(--eas-white);
  font-family: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.eas26 *,
.eas26 ::before,
.eas26 ::after {
  box-sizing: border-box;
}

.eas26 :where(h1, h2, h3, p, ul, ol) {
  margin-top: 0;
}

.eas26 :where(img, svg) {
  max-width: 100%;
}

.eas26 img {
  display: block;
}

.eas26 :where(button, input, select, textarea) {
  font: inherit;
}

.eas26 :where(button, a) {
  -webkit-tap-highlight-color: transparent;
}

.eas26 a {
  color: inherit;
}

.eas26 a:hover {
  color: var(--eas-hover);
}

.eas26 ::selection {
  background: var(--eas-select-bg);
  color: var(--eas-select-fg);
}

.eas26 :where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid var(--eas-black);
  outline-offset: 2px;
  box-shadow: 0 0 0 6px var(--eas-select-bg);
}

.eas26 .eas26-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1100;
  padding: 12px 16px;
  border-radius: 8px;
  background: var(--eas-white);
  color: var(--eas-black);
  transform: translateY(-160%);
}

.eas26 .eas26-skip-link:focus-visible {
  transform: translateY(0);
}

.eas26 .eas26-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html.eas26-nav-locked,
html.eas26-nav-locked body.eas26 {
  overflow: hidden;
}

.eas26 .eas26-header {
  position: relative;
  z-index: 900;
}

.eas26 .eas26-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 900;
  display: flex;
  width: 100%;
  max-width: var(--eas-max-nav);
  margin: 0 auto;
  padding: 24px 40px 0;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}

.eas26 .eas26-nav.is-hidden {
  transform: translateY(-130%);
}

.eas26 .eas26-nav__main,
.eas26 .eas26-nav__contact {
  min-height: var(--eas-nav-h);
  border-radius: var(--eas-radius-card);
  background: var(--eas-white);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.14);
  color: var(--eas-black);
}

.eas26 .eas26-nav__main {
  position: relative;
  display: flex;
  min-width: 0;
  padding: 14px 32px;
  flex: 1 1 640px;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
}

.eas26 .eas26-nav__logo {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  color: var(--eas-black);
  text-decoration: none;
}

.eas26 .eas26-wordmark {
  width: 109px;
  height: auto;
}

.eas26 .eas26-nav__panel {
  display: block;
}

.eas26 .eas26-nav__list,
.eas26 .eas26-nav__apps-menu,
.eas26 .eas26-nav__more-menu {
  margin: 0;
  list-style: none;
}

.eas26 .eas26-nav__list {
  display: flex;
  padding: 0;
  align-items: center;
  gap: 8px;
}

.eas26 .eas26-nav__apps,
.eas26 .eas26-nav__more,
.eas26 .eas26-nav__more details,
.eas26 .eas26-nav__more summary {
  position: relative;
}

.eas26 .eas26-nav__apps-toggle,
.eas26 .eas26-nav__list a,
.eas26 .eas26-nav__more summary {
  display: flex;
  min-height: var(--eas-tap);
  padding: 0 20px;
  border: 0;
  border-radius: var(--eas-radius-pill);
  background: transparent;
  color: var(--eas-black);
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.eas26 .eas26-nav__more summary {
  list-style: none;
}

.eas26 .eas26-nav__more summary::-webkit-details-marker {
  display: none;
}

.eas26 .eas26-nav__apps-toggle:hover,
.eas26 .eas26-nav__apps-toggle[aria-expanded="true"],
.eas26 .eas26-nav__list a:hover,
.eas26 .eas26-nav__list a.is-current,
.eas26 .eas26-nav__more details[open] summary,
.eas26 .eas26-nav__more summary:hover {
  background: #eaeaea;
  color: var(--eas-black);
}

.eas26 .eas26-nav__apps-toggle svg,
.eas26 .eas26-nav__more summary svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 2;
  transition: transform 0.2s ease;
}

.eas26 .eas26-nav__apps-toggle[aria-expanded="true"] svg,
.eas26 .eas26-nav__more details[open] summary svg {
  transform: rotate(180deg);
}

.eas26 .eas26-nav__apps-menu,
.eas26 .eas26-nav__more-menu {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  z-index: 5;
  display: grid;
  width: min(340px, 82vw);
  padding: 10px;
  border: 1px solid #dedede;
  border-radius: var(--eas-radius-card);
  background: var(--eas-white);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
  gap: 4px;
}

.eas26 .eas26-nav__apps-menu[hidden] {
  display: none;
}

.eas26 .eas26-nav__more-menu {
  width: min(260px, 82vw);
}

.eas26 .eas26-nav__apps-menu a,
.eas26 .eas26-nav__more-menu a {
  padding: 12px 16px;
  border-radius: 10px;
  justify-content: flex-start;
  font-size: 17px;
}

.eas26 .eas26-nav__app-icon,
.eas26 .eas26-nav__mobile-contact-icon {
  width: 22px;
  height: 23px;
  flex: 0 0 auto;
  object-fit: contain;
}

.eas26 .eas26-nav__mobile-toggle,
.eas26 .eas26-nav__mobile-contact {
  display: none;
}

.eas26 .eas26-nav__contact {
  display: flex;
  width: 178px;
  padding: 10px 20px;
  flex: 0 0 178px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.18s ease-out;
}

.eas26 .eas26-nav__contact:hover,
.eas26 .eas26-nav__contact:focus-visible {
  color: var(--eas-black);
  transform: translateY(-3px);
}

.eas26 .eas26-nav__contact-icon {
  width: 30px;
  height: 32px;
  object-fit: cover;
}

.eas26 .eas26-nav__contact:hover .eas26-nav__contact-icon,
.eas26 .eas26-nav__contact:focus-visible .eas26-nav__contact-icon {
  animation: eas26ChromeSpin 0.9s ease-in-out infinite;
}

.eas26 .eas26-footer {
  position: relative;
  z-index: 6;
  margin: 0;
  background: var(--eas-black);
  color: var(--eas-white);
}

.eas26 .eas26-footer__zone {
  position: relative;
  min-height: 646px;
  padding: 92px 80px 50px;
  overflow: hidden;
  background: linear-gradient(180deg, var(--eas-footer-top) 0, #000 75.62%);
}

.eas26 .eas26-footer__zone::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  content: "";
  mask-image: linear-gradient(to bottom, transparent, #000 25%, #000);
  pointer-events: none;
}

.eas26 .eas26-footer__float {
  position: absolute;
  z-index: 0;
  object-fit: contain;
  pointer-events: none;
}

.eas26 .eas26-footer__float--1 {
  top: 78px;
  left: max(18px, calc(50% - 756px));
  width: 142px;
  height: 142px;
  transform: rotate(-8deg);
}

.eas26 .eas26-footer__float--2 {
  top: 62px;
  right: max(12px, calc(50% - 756px));
  width: 150px;
  height: 150px;
  transform: rotate(7deg);
}

.eas26 .eas26-footer__card {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, var(--eas-max));
  min-height: 504px;
  margin: 0 auto;
  padding: 42px 40px 34px;
  border-radius: 16px;
  background: var(--eas-white);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  color: var(--eas-black);
  grid-template-areas: "nav social" "brand meta";
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto 1fr;
  gap: 24px 60px;
}

.eas26 .eas26-footer__brand {
  display: block;
  grid-area: brand;
  align-self: end;
}

.eas26 .eas26-footer__wordmark {
  width: min(100%, 620px);
  height: auto;
  color: #d7d7d7;
}

.eas26 .eas26-footer__nav {
  width: min(100%, 590px);
  grid-area: nav;
  align-self: start;
}

.eas26 .eas26-footer__nav ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 64px;
}

.eas26 .eas26-footer__nav a {
  display: flex;
  min-height: 44px;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.eas26 .eas26-footer__social {
  display: flex;
  grid-area: social;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
}

.eas26 .eas26-footer__social-link {
  display: grid;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--eas-black);
  color: var(--eas-white);
  place-items: center;
  text-decoration: none;
  transition:
    transform 0.18s ease-out,
    background-color 0.18s ease-out;
}

.eas26 a.eas26-footer__social-link:hover {
  background: var(--eas-hover);
  color: var(--eas-white);
  transform: translateY(-3px);
}

.eas26 .eas26-footer__social-link--linkedin span {
  font-size: 31px;
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 1;
}

.eas26 .eas26-footer__social-link--youtube svg {
  width: 31px;
  height: 24px;
  color: var(--eas-white);
}

.eas26 .eas26-footer__social-link--facebook span {
  font-family: Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(5px);
}

.eas26 .eas26-footer__meta {
  display: flex;
  grid-area: meta;
  align-self: end;
  align-items: flex-end;
  flex-direction: column;
  text-align: right;
}

.eas26 .eas26-footer__tagline {
  max-width: 300px;
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.025em;
}

.eas26 .eas26-footer__tagline span {
  display: block;
}

.eas26 .eas26-footer__copyright {
  margin: 24px 0 0;
  color: #858585;
  font-size: 15px;
}

@media (max-width: 1024px), (pointer: coarse), (prefers-reduced-motion: reduce) {
  .eas26 .eas26-nav {
    padding: calc(12px + env(safe-area-inset-top)) 16px 0;
  }

  .eas26 .eas26-nav__main {
    min-height: 64px;
    padding: 10px 16px;
    flex-basis: 100%;
    flex-wrap: wrap;
  }

  .eas26 .eas26-wordmark {
    width: 96px;
  }

  .eas26 .eas26-nav__mobile-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 0;
    border-radius: 50%;
    background: #eaeaea;
    place-content: center;
    gap: 4px;
    cursor: pointer;
  }

  .eas26 .eas26-nav__mobile-toggle > span:not(.eas26-sr-only) {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--eas-black);
    transition: transform 0.2s, opacity 0.2s;
  }

  .eas26 .eas26-nav__mobile-toggle[aria-expanded="true"] > span:nth-of-type(2) {
    transform: translateY(6px) rotate(45deg);
  }

  .eas26 .eas26-nav__mobile-toggle[aria-expanded="true"] > span:nth-of-type(3) {
    opacity: 0;
  }

  .eas26 .eas26-nav__mobile-toggle[aria-expanded="true"] > span:nth-of-type(4) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .eas26 .eas26-nav__panel {
    display: none;
    width: 100%;
    padding-top: 8px;
    flex: 1 1 100%;
  }

  .eas26 .eas26-nav__panel.is-mobile-open {
    display: block;
    max-height: calc(100vh - 132px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  @supports (max-height: 100dvh) {
    .eas26 .eas26-nav__panel.is-mobile-open {
      max-height: calc(100dvh - 132px);
    }
  }

  .eas26 .eas26-nav__list {
    align-items: stretch;
    flex-direction: column;
  }

  .eas26 .eas26-nav__apps-toggle,
  .eas26 .eas26-nav__list a,
  .eas26 .eas26-nav__list > li {
    width: 100%;
  }

  .eas26 .eas26-nav__apps-toggle,
  .eas26 .eas26-nav__list a {
    min-height: 48px;
    padding: 12px 16px;
    border-radius: 12px;
    justify-content: space-between;
    gap: 10px;
    line-height: 1.25;
  }

  .eas26 .eas26-nav__apps-menu {
    position: static;
    width: 100%;
    margin-top: 4px;
    border: 0;
    background: #f5f5f5;
    box-shadow: none;
  }

  .eas26 .eas26-nav__apps-menu a {
    justify-content: flex-start;
  }

  .eas26 .eas26-nav__contact {
    display: none;
  }

  .eas26 .eas26-nav__mobile-contact {
    display: block;
  }

  .eas26 .eas26-nav__mobile-contact a {
    justify-content: center;
    border-radius: 12px;
    background: var(--eas-black);
    color: var(--eas-white);
  }

  .eas26 .eas26-nav__more details,
  .eas26 .eas26-nav__more summary {
    width: 100%;
  }

  .eas26 .eas26-nav__more summary {
    padding: 12px 16px;
    justify-content: space-between;
    font-size: 18px;
  }

  .eas26 .eas26-nav__more-menu {
    position: static;
    width: 100%;
    padding: 4px 0 0 14px;
    border: 0;
    box-shadow: none;
  }

  .eas26 .eas26-footer__zone {
    min-height: 0;
    padding: 72px 40px 40px;
  }

  .eas26 .eas26-footer__float {
    display: none;
  }

  .eas26 .eas26-footer__card {
    min-height: 0;
    padding: 40px;
    gap: 32px 36px;
  }

  .eas26 .eas26-footer__nav {
    width: min(100%, 500px);
  }

  .eas26 .eas26-footer__nav ul {
    column-gap: 36px;
  }

  .eas26 .eas26-footer__social-link {
    width: 56px;
    height: 56px;
  }

  .eas26 .eas26-footer__wordmark {
    width: min(52vw, 500px);
  }
}

@media (max-width: 767px) {
  .eas26 .eas26-nav {
    padding: calc(12px + env(safe-area-inset-top)) 16px 0;
  }

  .eas26 .eas26-footer__zone {
    padding: 56px 20px 28px;
  }

  .eas26 .eas26-footer__card {
    padding: 36px 28px 32px;
    grid-template-areas: "nav" "social" "brand" "meta";
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    gap: 28px;
    text-align: left;
  }

  .eas26 .eas26-footer__nav,
  .eas26 .eas26-footer__nav ul {
    width: 100%;
  }

  .eas26 .eas26-footer__nav ul {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .eas26 .eas26-footer__nav a {
    min-height: 48px;
    justify-content: flex-start;
  }

  .eas26 .eas26-footer__social {
    justify-content: center;
  }

  .eas26 .eas26-footer__brand {
    text-align: center;
  }

  .eas26 .eas26-footer__wordmark {
    width: min(100%, 270px);
  }

  .eas26 .eas26-footer__meta {
    align-items: center;
    text-align: center;
  }

  .eas26 .eas26-footer__tagline {
    font-size: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eas26 .eas26-nav,
  .eas26 .eas26-nav__contact,
  .eas26 .eas26-footer__social-link {
    transition-duration: 0s !important;
  }

  .eas26 .eas26-nav__contact-icon {
    animation: none !important;
  }
}
