.brand-stats__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  --font-size: 32px;
  --font-size-rem: 2rem;
  --line-height: 42px;
  --line-height-rem: 2.625rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}

.brand-stats {
  background-color: #fcfaf8;
  padding: 0.5rem 0;
}
.brand-stats__panel {
  width: calc(100% - 1rem);
  margin: 0 auto;
  padding: 4rem 1.25rem;
  border-radius: 16px;
  background-color: #111b21;
}
.brand-stats__intro {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.brand-stats__heading-col {
  display: flex;
  flex-direction: column;
}
.brand-stats__eyebrow {
  margin-bottom: 0.75rem;
  color: #dbc264;
}
.brand-stats__title {
  margin: 0;
  color: hsl(0, 0%, 100%);
}
.brand-stats__editor p {
  margin: 0 0 1rem;
  color: rgba(250, 248, 241, 0.7);
}
.brand-stats__editor p:last-child {
  margin-bottom: 0;
}
.brand-stats__editor p strong {
  color: hsl(0, 0%, 100%);
}
.brand-stats__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(140px, 1fr));
  gap: 2rem;
  margin: 0;
  padding: 2rem 0 0;
  list-style: none;
}
.brand-stats__item {
  flex: 1 1 auto;
  min-width: 140px;
  padding-inline: 1.5rem;
  border-left: 1px solid rgba(232, 207, 128, 0.32);
}
.brand-stats__number {
  display: block;
  margin-bottom: 0.5rem;
  color: #e7dc9c;
}
.brand-stats__caption {
  display: block;
  color: rgba(250, 248, 241, 0.62);
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .brand-stats__title {
    --font-size: 72px;
    --font-size-rem: 4.5rem;
    --line-height: 82px;
    --line-height-rem: 5.125rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
}
@media screen and (min-width: 1200px) {
  .brand-stats__panel {
    padding: 5rem 3rem;
  }
  .brand-stats__intro {
    flex-direction: row;
    gap: 3rem;
    margin-bottom: 3.5rem;
  }
  .brand-stats__heading-col {
    flex-shrink: 0;
    width: 540px;
  }
  .brand-stats__editor {
    padding-top: 0.5rem;
  }
  .brand-stats__list {
    grid-template-columns: repeat(4, minmax(160px, 1fr));
    gap: 0;
    padding: 3rem 0 0;
  }
  .brand-stats__item:last-child {
    border-right: 1px solid rgba(232, 207, 128, 0.32);
  }
}
@media screen and (max-width: 1199.99px) {
  .brand-stats__number {
    --font-size: 36px;
    --font-size-rem: 2.25rem;
    --line-height: 50.4px;
    --line-height-rem: 3.15rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
}
@charset "UTF-8";
.ceo-message {
  background-color: #fcfaf8;
  padding-bottom: 0.5rem;
}
.ceo-message__background {
  width: calc(100% - 1rem);
  margin: 0 auto;
  padding: 2rem 0;
  background-color: hsl(0, 0%, 100%);
  border-radius: 16px;
}
.ceo-message__panel {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.ceo-message__photo {
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 16px;
}
.ceo-message__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ceo-message__body {
  min-width: 0;
}
.ceo-message__label {
  display: block;
  margin-bottom: 0.5rem;
  color: #194547;
}
.ceo-message__editor h2 {
  margin: 0 0 1rem;
  font-weight: 600;
}
.ceo-message__editor p {
  margin: 0 0 1rem;
  color: rgba(17, 27, 33, 0.6);
}
.ceo-message__editor p:last-child {
  margin-bottom: 0;
}
.ceo-message__more {
  height: 0;
  overflow: hidden;
  transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.ceo-message__more .editor {
  padding-top: 1rem;
}
.ceo-message__more p {
  margin: 0 0 1rem;
  color: rgba(17, 27, 33, 0.6);
}
.ceo-message__more p:last-child {
  margin-bottom: 0;
}
.ceo-message__toggle {
  margin-top: 1.5rem;
  padding: 0 1.5rem 0 2rem;
  text-transform: none;
  font-weight: 500;
}
.ceo-message__toggle::after {
  content: "↓";
  opacity: 1;
  transform: none;
  margin-left: 4px;
}
.ceo-message__toggle:hover::after, .ceo-message__toggle:focus-visible::after {
  transform: none;
}
.ceo-message__toggle.-active::after {
  transform: rotate(180deg);
}
@media screen and (min-width: 576px){
  .ceo-message__photo img {
    max-height: 350px;
  }
}
@media screen and (min-width: 992px){
  .ceo-message__background {
    padding: 4rem 0;
  }
  .ceo-message__panel {
    flex-direction: row;
    align-items: flex-start;
    gap: 6rem;
  }
}
@media screen and (min-width: 1200px){
  .ceo-message__photo {
    width: 410px;
    height: 450px;
  }
  .ceo-message__photo img {
    object-fit: cover;
    max-height: 450px;
  }
}
.legacy {
  background-color: #fcfaf8;
}
.legacy__panel {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.legacy__media {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 14px 16px -8px rgba(0, 0, 0, 0.04);
}
.legacy__video {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3.6;
  object-fit: cover;
  max-height: 500px;
}
.legacy__body {
  min-width: 0;
}
.legacy__eyebrow {
  display: block;
  margin-bottom: 0.75rem;
  color: #194547;
}
.legacy__editor h2 {
  margin: 0 0 1.5rem;
  font-weight: 600;
}
.legacy__editor p {
  margin: 0 0 1rem;
  color: rgba(17, 27, 33, 0.6);
}
.legacy__editor p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .legacy {
    padding: 6rem 0 3rem;
  }
  .legacy__panel {
    flex-direction: row;
    align-items: flex-start;
    gap: 4rem;
  }
  .legacy__media {
    flex-shrink: 0;
    width: 50%;
  }
}
.mission-vision__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
.mission-vision__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1rem;
}
.mission-vision__icon {
  display: block;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}
.mission-vision__label {
  color: #194547;
}
@media screen and (min-width: 992px) {
  .mission-vision {
    padding: 6rem 0 3rem;
  }
  .mission-vision__grid {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
  .mission-vision__item {
    position: relative;
  }
  .mission-vision__item:not(:first-child) {
    padding-left: 2.5rem;
  }
  .mission-vision__item:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2.5rem;
    width: 1px;
    height: 100%;
    background-color: rgba(17, 27, 33, 0.12);
  }
  .mission-vision__head {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .mission-vision__icon {
    width: 88px;
    height: 88px;
  }
}
.team {
  background-color: #fcfaf8;
}
.team__intro {
  margin-bottom: 2rem;
}
.team__eyebrow {
  display: block;
  margin-bottom: 0.75rem;
  color: #194547;
}
.team__title {
  margin: 0;
}
.team__grid {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.team__card {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  height: 100%;
  min-height: 400px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 14px 16px -8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.team__photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  max-height: 240px;
}
.team__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.team__body {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0 3px 3px;
  background-color: #4b384c;
}
.team__text {
  margin-top: -10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.85rem 1.25rem 1.5rem;
  border-radius: 8px;
  background-color: #faf8f1;
}
.team__name {
  margin-bottom: 0.5rem;
  color: #4b384c;
  font-weight: 600;
  --font-size: 22px;
  --font-size-rem: 1.375rem;
  --line-height: 28px;
  --line-height-rem: 1.75rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.team__role {
  margin-bottom: 0.75rem;
  color: #4b384c;
  font-weight: 500;
  --font-size: 13px;
  --font-size-rem: 0.8125rem;
  --line-height: 18px;
  --line-height-rem: 1.125rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.team__desc {
  margin: 0;
  color: rgba(17, 27, 33, 0.55);
  --font-size: 13.5px;
  --font-size-rem: 0.84375rem;
  --line-height: 20px;
  --line-height-rem: 1.25rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
@media screen and (min-width: 768px) {
  .team__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .team__intro {
    margin-bottom: 3rem;
  }
  .team__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (hover: hover) {
  .team__card:hover {
    box-shadow: 0 24px 32px -12px rgba(0, 0, 0, 0.16);
  }
  .team__card:hover .team__photo img {
    transform: scale(1.05);
  }
}
.why-us__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: -0.016em;
  --font-size: 32px;
  --font-size-rem: 2rem;
  --line-height: 42px;
  --line-height-rem: 2.625rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}

.why-us {
  background-color: #fcfaf8;
}
.why-us__panel {
  display: flex;
  flex-direction: column-reverse;
  gap: 2.5rem;
}
.why-us__content {
  min-width: 0;
}
.why-us__eyebrow {
  display: block;
  margin-bottom: 0.75rem;
  color: #194547;
}
.why-us__title {
  margin: 0;
}
.why-us__list {
  display: flex;
  flex-direction: column;
  margin: 2rem 0 0;
  padding: 0;
  border-top: 1px solid rgba(17, 27, 33, 0.1);
  list-style: none;
}
.why-us__item {
  display: flex;
  gap: 1rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(17, 27, 33, 0.1);
}
.why-us__index {
  flex-shrink: 0;
  color: #dbc264;
  --font-size: 17px;
  --font-size-rem: 1.0625rem;
  --line-height: 28px;
  --line-height-rem: 1.75rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.why-us__item-title {
  margin: 0 0 0.5rem;
  color: #111b21;
}
.why-us__item-desc {
  margin: 0;
  color: rgba(17, 27, 33, 0.6);
}
.why-us__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1.1;
  margin: 0 auto;
  transform: translateX(6%);
}
.why-us__piece {
  position: absolute;
  display: block;
  pointer-events: none;
  will-change: transform;
}
.why-us__piece img {
  display: block;
  width: 100%;
  height: auto;
}
.why-us__piece--main-bg {
  top: 41%;
  left: 6%;
  width: 40%;
}
.why-us__piece--main {
  width: 63%;
  left: 6%;
}
.why-us__piece--ring {
  width: 75%;
  top: 12%;
  left: 0;
}
.why-us__piece--ring.ring-2 {
  top: 8%;
  left: 14%;
  width: 75%;
}
.why-us__piece--dot-gold {
  top: 6%;
  width: 6%;
  left: 40%;
}
.why-us__piece--dot-teal {
  bottom: 9%;
  left: 52%;
  width: 7%;
}
.why-us__piece--dot-teal.dot-teal-2 {
  left: -2%;
  width: 14%;
  top: 28%;
}
.why-us__piece--sharpener {
  top: 16%;
  right: 8%;
  width: 34%;
}
.why-us__piece--globe {
  top: 51%;
  right: 10%;
  width: 32%;
}
@media screen and (min-width: 576px) {
  .why-us__visual {
    width: 50%;
    max-width: 500px;
    transform: none;
  }
}
@media screen and (min-width: 768px) {
  .why-us__title {
    --font-size: 52px;
    --font-size-rem: 3.25rem;
    --line-height: 62px;
    --line-height-rem: 3.875rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
}
@media screen and (min-width: 992px) {
  .why-us {
    padding-top: 10rem;
  }
  .why-us__panel {
    flex-direction: row;
    align-items: flex-start;
    gap: 4rem;
  }
  .why-us__content {
    max-width: 70%;
  }
  .why-us__title {
    max-width: 80%;
  }
  .why-us__item {
    gap: 3rem;
  }
  .why-us__item-body {
    max-width: 80%;
  }
  .why-us__visual {
    position: absolute;
    width: 40%;
    top: 0;
    right: 0;
    margin: 0;
    flex-shrink: 0;
  }
}