/* Figma Contact composition: nodes 363:3955 and 225:2087 */
.template-contact {
  color: var(--color-text);
  background: var(--color-bg);
}

.template-contact main {
  overflow: hidden;
}

.template-contact .home-site-header__inner {
  padding-block: 16px;
}

.figma-contact {
  position: relative;
  height: 866px;
  overflow: hidden;
  color: var(--color-text);
  background: var(--color-bg);
}

.figma-contact__layout {
  position: relative;
  z-index: 1;
  padding-top: 160px;
  padding-right: 80px;
  padding-left: 80px;
}

.figma-contact__top {
  min-height: 0;
}

.figma-contact__intro {
  width: 100%;
  max-width: 100%;
}

.figma-contact__intro h1 {
  width: 524px;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: var(--script);
  font-size: 44px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.figma-contact__body {
  width: 632px;
  max-width: 100%;
  margin-top: 32px;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 24px;
  color: var(--color-text-secondary);
}

.figma-contact__body p {
  margin: 0;
}

.figma-contact__body p + p {
  margin-top: 16px;
}

.figma-contact__actions {
  margin-top: 32px;
  margin-left: 8px;
}

.figma-contact__action {
  position: relative;
  width: 123px;
  height: 44px;
  color: var(--color-primary);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.figma-contact__action + .figma-contact__action {
  width: 155px;
  margin-left: 24px;
}

.figma-contact__action::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
}

.figma-contact__photo-column {
  margin-top: 0;
}

.figma-contact__photo {
  width: 632px;
  max-width: 100%;
  height: 398px;
  margin: 0;
  overflow: hidden;
}

.figma-contact__photo img {
  width: 100%;
  max-width: none;
  height: auto;
  transform: translateY(-23px);
}

@media (hover: hover) {
  .figma-contact__action:hover {
    color: var(--color-primary-hover);
    font-style: italic;
  }
}
@media (max-width: 820px) {
  .template-contact .home-site-header__inner {
    height: 72px;
    padding: 16px;
  }
  .figma-contact {
    height: 1116.003px;
  }
  .figma-contact__layout {
    padding-top: 120px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .figma-contact__top {
    height: auto;
  }
  .figma-contact__intro,
  .figma-contact__intro h1,
  .figma-contact__body {
    width: 343px;
  }
  .figma-contact__intro h1 {
    height: auto;
    font-size: 38px;
    line-height: 1.2;
  }
  .figma-contact__body {
    height: auto;
  }
  .figma-contact__actions {
    margin-left: 0;
  }
  .figma-contact__photo-column {
    margin-top: 44px;
  }
  .figma-contact__photo {
    width: 343px;
    height: 216.003px;
  }
  .figma-contact__photo img {
    transform: translateY(-12.483px);
  }
}
