@font-face {
  font-family: Playfair Display;
  src: url(../media/playfair-display-500.befd5aca.woff2) format("woff2"), url(../media/playfair-display-500.5442a933.woff) format("woff"), url(../media/playfair-display-500.1633a7e0.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap
}

@font-face {
  font-family: Poppins;
  src: url(../media/poppins-300.bdb1aab2.woff2) format("woff2"), url(../media/poppins-300.e26b6cb9.woff) format("woff"), url(../media/poppins-300.2db1d9ff.ttf) format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap
}

@font-face {
  font-family: Poppins;
  src: url(../media/poppins-400.e3cc4830.woff2) format("woff2"), url(../media/poppins-400.edeacff5.woff) format("woff"), url(../media/poppins-400.21b73a63.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap
}

@font-face {
  font-family: Poppins;
  src: url(../media/poppins-500.ee21c5a6.woff2) format("woff2"), url(../media/poppins-500.2496870f.woff) format("woff"), url(../media/poppins-500.feac96e6.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap
}

@font-face {
  font-family: Poppins;
  src: url(../media/poppins-600.b19db0da.woff2) format("woff2"), url(../media/poppins-600.d04813d9.woff) format("woff"), url(../media/poppins-600.a7dce0ab.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap
}

@font-face {
  font-family: Poppins;
  src: url(../media/poppins-700.57ae9757.woff2) format("woff2"), url(../media/poppins-700.a6794d25.woff) format("woff"), url(../media/poppins-700.0fa22c92.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap
}

*,
:after,
:before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

* {
  margin: 0;
  padding: 0;
  font: inherit
}

:root {
  color-scheme: light
}

html {
  scroll-behavior: smooth
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  font-family: Poppins, sans-serif;
  background-color: #f8f9f9
}

@media screen and (min-width:1020px) {
  body.normal-header main {
    padding-top: 124px
  }
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto
}

a,
input,
textarea {
  font-family: Poppins, sans-serif;
  color: inherit
}

button {
  all: unset;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  display: block;
  -webkit-appearance: none;
  appearance: none;
  font-family: Poppins, sans-serif
}

h1 {
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px
}

@media screen and (min-width:1280px) {
  h1 {
    font-family: Playfair Display, sans-serif;
    font-size: 76px;
    font-weight: 500;
    line-height: 92px
  }
}

h2 {
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px
}

@media screen and (min-width:1280px) {
  h2 {
    font-family: Playfair Display, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px
  }
}

main {
  padding-top: 64px
}

@media screen and (min-width:1020px) {
  main {
    padding-top: 0
  }
}

.content-grid {
  display: grid;
  grid-template-columns: [full-width-start] minmax(24px, 1fr) [breakout-start] minmax(0, 138px) [content-start] min(100% - 48px, 1356px) [content-end] minmax(0, 138px) [breakout-end] minmax(24px, 1fr) [full-width-end]
}

.content-grid>:not(.breakout, .full-width),
.full-width>:not(.breakout, .full-width) {
  grid-column: content
}

.content-grid>.breakout {
  grid-column: breakout
}

.content-grid>.full-width {
  grid-column: full-width;
  display: grid;
  grid-template-columns: inherit
}

.default-padding {
  padding: 80px 0
}

@media screen and (min-width:1280px) {
  .default-padding {
    padding: 120px 0
  }
}

main.about-us-page {
  background-color: #fff
}

main.about-us-page section.intro h2 {
  padding: 40px 0;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  max-width: 30ch
}

@media screen and (min-width:1280px) {
  main.about-us-page section.intro h2 {
    padding: 120px 0 100px;
    font-family: Playfair Display, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px
  }
}

@media screen and (min-width:1420px) {
  main.about-us-page section.intro h2 {
    font-family: Playfair Display, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px
  }
}

@media screen and (min-width:1590px) {
  main.about-us-page section.intro h2 {
    padding: 160px 0 120px
  }
}

@media screen and (min-width:1910px) {
  main.about-us-page section.intro h2 {
    padding: 200px 0 120px
  }
}

@media screen and (min-width:1280px) {
  section.banner-image {
    min-height: 650px
  }
}

@media screen and (min-width:1910px) {
  section.banner-image {
    margin: 0 auto;
    grid-column: full-width;
    width: 100%
  }
}

section.banner-image.mobile-gap-16 .banner-content {
  gap: 16px
}

section.banner-image.mobile-gap-24 .banner-content {
  gap: 24px;
  gap: 32px
}

section.banner-image.align-items-center .banner-content {
  align-items: center
}

section.banner-image.align-items-center .banner-content h1,
section.banner-image.align-items-center .banner-content p {
  text-align: center
}

section.banner-image.align-items-left .banner-content {
  align-items: flex-start
}

section.banner-image .banner-inner {
  grid-column: full-width;
  isolation: isolate;
  align-items: center
}

@media screen and (min-width:1910px) {
  section.banner-image .banner-inner {
    width: 100%
  }
}

section.banner-image .banner-inner>* {
  grid-row: 1/-1
}

section.banner-image .banner-inner>img {
  grid-column: full-width;
  object-fit: contain;
  width: 100%;
  aspect-ratio: 18/25;
  object-fit: cover;
  object-position: center
}

@media screen and (min-width:720px) {
  section.banner-image .banner-inner>img {
    aspect-ratio: 16/9
  }
}

@media screen and (min-width:1280px) {
  section.banner-image .banner-inner>img {
    max-height: 100vh;
    max-height: 100dvh;
    min-height: 650px
  }
}

@media screen and (min-width:1590px) {
  section.banner-image .banner-inner>img {
    aspect-ratio: auto;
    justify-self: center;
    max-width: 2560px;
    width: 100%
  }
}

section.banner-image .banner-inner .banner-content {
  display: flex;
  flex-direction: column;
  color: #fff
}

@media screen and (min-width:1020px) {
  section.banner-image .banner-inner .banner-content {
    gap: 32px
  }
}

section.banner-image .banner-inner .banner-content picture,
section.banner-image .banner-inner .banner-content>img {
  max-width: 163px;
  max-height: 66px
}

@media screen and (min-width:1590px) {

  section.banner-image .banner-inner .banner-content picture,
  section.banner-image .banner-inner .banner-content>img {
    max-width: 370px;
    max-height: 150px
  }
}

section.banner-image .banner-inner .banner-content h1 {
  max-width: 18ch
}

section.banner-image .banner-inner .banner-content p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  max-width: 45ch
}

@media screen and (min-width:1590px) {
  section.banner-image .banner-inner .banner-content p {
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px
  }
}

section.image-text-spaced.reversed {
  background-color: #f8f9f9
}

@media screen and (min-width:1020px) {
  section.image-text-spaced.reversed .flex-wrapper.flex-wrapper {
    flex-direction: row
  }
}

section.image-text-spaced .image-text-spaced-inner {
  grid-column: full-width;
  padding: 80px 0 40px;
  row-gap: 40px;
  z-index: 2
}

@media screen and (min-width:1020px) {
  section.image-text-spaced .image-text-spaced-inner {
    padding: 80px 0
  }
}

@media screen and (min-width:1590px) {
  section.image-text-spaced .image-text-spaced-inner {
    padding: 120px 0
  }
}

section.image-text-spaced .image-text-spaced-inner .flex-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  position: relative
}

@media screen and (min-width:1020px) {
  section.image-text-spaced .image-text-spaced-inner .flex-wrapper {
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 32px
  }
}

section.image-text-spaced .image-text-spaced-inner .flex-wrapper .inner-flex {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center
}

@media screen and (min-width:1020px) {
  section.image-text-spaced .image-text-spaced-inner .flex-wrapper .inner-flex {
    flex-basis: 530px;
    flex-shrink: 0
  }
}

section.image-text-spaced .image-text-spaced-inner .flex-wrapper .inner-flex .content {
  color: #000
}

section.image-text-spaced .image-text-spaced-inner .flex-wrapper .inner-flex .content h2 {
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px
}

@media screen and (min-width:1420px) {
  section.image-text-spaced .image-text-spaced-inner .flex-wrapper .inner-flex .content h2 {
    font-family: Playfair Display, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px
  }
}

section.image-text-spaced .image-text-spaced-inner .flex-wrapper .inner-flex .content h3 {
  margin-top: 40px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px
}

@media screen and (min-width:1420px) {
  section.image-text-spaced .image-text-spaced-inner .flex-wrapper .inner-flex .content h3 {
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px
  }
}

section.image-text-spaced .image-text-spaced-inner .flex-wrapper .inner-flex .content p {
  margin-top: 24px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px
}

@media screen and (min-width:1420px) {
  section.image-text-spaced .image-text-spaced-inner .flex-wrapper .inner-flex .content p {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px
  }
}

section.image-text-spaced .image-text-spaced-inner .flex-wrapper .inner-flex .content p strong {
  font-weight: 700
}

section.image-text-spaced .image-text-spaced-inner .flex-wrapper>.placeholder,
section.image-text-spaced .image-text-spaced-inner .flex-wrapper>img {
  width: 100%;
  max-width: 450px;
  min-width: 0;
  aspect-ratio: 530/625;
  object-position: center;
  object-fit: cover
}

@media screen and (min-width:1420px) {

  section.image-text-spaced .image-text-spaced-inner .flex-wrapper>.placeholder,
  section.image-text-spaced .image-text-spaced-inner .flex-wrapper>img {
    max-width: 530px
  }
}