.amva-page {
  background-color: #fff;
  min-height: 100vh;
  padding: 0;
  font-family: Geist, M Saans, system-ui, sans-serif;
}

.amva-nav {
  background-color: #fff;
  border-bottom-style: none;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  height: 88px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  display: flex;
}

.amva-nav-left {
  color: #161614;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: nowrap;
  width: 250px;
  font-family: M Saans, Geist, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.amva-nav-logo {
  justify-content: center;
  align-items: center;
  width: 250px;
  display: flex;
}

.amva-logo-mark {
  background-image: none;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 2px;
  width: auto;
  height: 56px;
  object-fit: contain;
}

.amva-nav-right {
  color: #000;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Geist, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.amva-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1440px;
  height: 90vh;
  margin: 0 auto;
  padding: 40px 100px 72px;
  display: grid;
}

.amva-card {
  min-height: 260px;
  color: inherit;
  border-radius: 10px;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.amva-card--bordeaux {
  color: #fff;
  background-color: #731923;
}

.amva-card--light {
  color: #000;
  background-color: #f5f5f5;
}

.amva-card-content {
  z-index: 2;
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 0 29px 28px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.amva-card-title {
  color: inherit;
  font-family: Geist, system-ui, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.amva-arrow {
  z-index: 2;
  color: #000;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  display: block;
  position: absolute;
  inset: auto 5% 5% auto;
}

.div-block {
  justify-content: flex-end;
  align-items: center;
  width: 250px;
  display: flex;
}

.image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  display: none;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.transition {
  z-index: 100;
  pointer-events: none;
  position: fixed;
  inset: 0;
  overflow: clip;
}

.transition__panel {
  color: #fff;
  background-color: #161614;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 900;
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
}

.transition__label {
  color: #fff;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: M Saans, Geist, Arial, sans-serif;
  font-size: 3em;
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  .amva-grid {
    grid-template-columns: 1fr;
    height: auto;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .amva-page {
    height: auto;
    min-height: auto;
  }

  .amva-nav {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center;
    height: auto;
    display: grid;
  }

  .amva-grid {
    flex-flow: column;
    grid-template-columns: 100%;
    place-items: center;
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .amva-card.amva-card--light {
    width: 100%;
    display: block;
  }

  .amva-card-content {
    width: 100%;
    padding-bottom: 12px;
    padding-left: 5%;
    padding-right: 0;
  }

  .div-block {
    justify-content: center;
    align-items: center;
  }

  .container {
    max-width: none;
  }

  .title-small {
    text-align: center;
  }

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }
}

#w-node-_5354e981-ccbe-20e7-1adb-ca8b7365af17-73bc41d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_026ce9da-ad93-3c89-f4d4-7deafbdbf2ac-73bc41d4, #w-node-d38ccb7a-f138-304a-f58d-cddaacd22ecf-cbd10255 {
    grid-area: 1 / 1 / 2 / 2;
  }
}



[data-transition-label-text] {
  color: #fff;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.transition__panel span,
[data-transition-label-text],
.transition__panel [data-transition-label-text] {
  color: #fff !important;
  text-transform: uppercase !important;
  font-size: 3em !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}
