.section--offerings .inner {
  padding: var(--margin);
}
.section--offerings .offering-section {
  border-bottom: 1px solid white;
  margin-bottom: 0;
  padding-bottom: 20px;
  transition: padding-bottom 300ms;
}
.section--offerings .offering-section:last-child {
  border-bottom: none;
}
.section--offerings .offering-section:hover {
  padding-bottom: 40px;
}
.section--offerings .offerings-header {
  margin-bottom: 2rem;
}
.section--offerings .offerings-intro {
  margin-bottom: 3rem;
  max-width: 700px;
}
.section--offerings .offerings-intro p {
  font-family: Lausanne, "Lausanne", Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.15px;
  color: white;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .section--offerings .offerings-intro p {
    font-size: 15px;
  }
}
.section--offerings .offerings-controls {
  margin-bottom: 3rem;
  text-align: right;
}
.section--offerings .offerings-controls .collapse-all-btn {
  background: transparent;
  border: 0;
  color: white;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: -0.2px;
  font-family: Lausanne, "Lausanne", Helvetica, sans-serif;
  text-align: right;
  text-transform: none;
}
@media screen and (max-width: 750px) {
  .section--offerings .offerings-controls {
    display: none;
  }
}
.section--offerings .offering-header {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 20px 0;
  color: white;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Alma Synt";
  font-feature-settings: "ss08";
  transition: font-variation-settings 200ms;
}
.section--offerings .offering-header:hover {
  font-variation-settings: "slnt" -19;
}
.section--offerings .offering-header .offering-title {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.section--offerings .offering-header .offering-toggle {
  font-size: 30px;
  line-height: 1;
  font-variation-settings: "slnt" 0;
  transition: transform 300ms ease;
  display: inline-block;
  width: 30px;
  text-align: center;
}
.section--offerings .offering-section.expanded .offering-toggle {
  transform: rotate(0deg);
}
.section--offerings .offering-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 400ms ease;
  padding-left: 0;
}
.section--offerings .offering-section.expanded .offering-content {
  max-height: none;
}
.section--offerings .offerings-contact {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid white;
}
.section--offerings .offerings-contact a {
  color: white;
  text-decoration: none;
  transition: font-variation-settings 200ms;
  font-variation-settings: "slnt" 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.section--offerings .offerings-contact a:hover {
  font-variation-settings: "slnt" -19;
}
.section--offerings .offerings-contact a svg.arrow {
  fill: white;
}
.section--offerings .offering-items {
  list-style: none;
  margin: 0;
  padding: 0 0 20px 0;
}
.section--offerings .offering-items li {
  font-family: Lausanne, "Lausanne", Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.15px;
  padding: 10px 0;
  color: white;
}
@media screen and (max-width: 1000px) {
  .section--offerings .offering-items li {
    font-size: 15px;
  }
}

/*# sourceMappingURL=offerings.css.map */