.color-yellow {
  color: #FFC75F;
}
.color-orange {
  color: #D0B368;
}
.color-blue {
  color: #071D49;
}
.color-gold {
  color: #A88A3C;
}
.color-gray {
  color: #AFB6C5;
}
.color-cream {
  color: #E0CD9C;
}
.bg-color-yellow {
  background-color: #FFC75F;
}
.bg-color-orange {
  background-color: #D0B368;
}
.bg-color-blue {
  background-color: #071D49;
}
.bg-color-gold {
  background-color: #A88A3C;
}
.bg-color-gray {
  background-color: #AFB6C5;
}
.bg-color-cream {
  background-color: #E0CD9C;
}
.outfit {
  font-family: 'Outfit', sans-serif;
}
.calluna {
  font-family: 'Calluna', sans-serif;
}
.open-sans {
  font-family: 'Open Sans', sans-serif;
}
.graphie {
  font-family: "graphie", sans-serif;
  font-style: normal;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.fs-70 {
  font-size: 3.4375rem;
}
.fs-52 {
  font-size: 2.4375rem;
}
.fs-48 {
  font-size: 2.25rem;
}
.fs-46 {
  font-size: 2.1875rem;
}
.fs-44 {
  font-size: 2.0625rem;
}
.fs-42 {
  font-size: 1.9375rem;
}
.fs-36 {
  font-size: 1.6875rem;
}
.fs-32 {
  font-size: 1.5rem;
}
.fs-28 {
  font-size: 1.3125rem;
}
.fs-26 {
  font-size: 1.1875rem;
}
.fs-24 {
  font-size: 1.125rem;
}
.fs-20 {
  font-size: 0.9375rem;
}
.fs-18 {
  font-size: 0.85rem;
}
.fs-16 {
  font-size: 0.8rem;
}
.fs-14 {
  font-size: 0.7rem;
}
.fs-13 {
  font-size: 0.675rem;
}
.fs-12 {
  font-size: 0.65rem;
}
.transition {
  transition: all 0.25s ease-out;
}
.grid-child {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  padding-left: 2.71875rem !important;
  padding-right: 2.71875rem !important;
  gap: 0.9375rem;
  place-items: center;
}
@media only screen and (max-width: 1024px) {
  .grid-child {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 5rem !important;
    padding-right: 5rem !important;
    gap: 3rem;
  }
}
.description {
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: -0.01rem;
}
@media only screen and (max-width: 600px) {
  .description {
    letter-spacing: -0.05rem;
  }
}
.border-bottom-icon {
  position: relative;
}
.border-bottom-icon::after {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  aspect-ratio: 1920 / 46;
  width: 100%;
  height: auto;
  content: "";
  background-image: url(/wp-content/themes/Pharmacy/images/icon/border_bottom_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.border-bottom-icon:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .border-bottom-icon::after {
    aspect-ratio: unset;
    height: 40px;
    width: 100%;
    background-position: center center;
  }
}
.ontop {
  position: relative;
  z-index: 11;
}
.scroll-top {
  scroll-padding-top: calc(120rem * 1 / 21.33333);
  scroll-margin-top: calc(120rem * 1 / 21.33333);
}
@media only screen and (max-width: 1024px) {
  .scroll-top {
    scroll-padding-top: 120px;
    scroll-margin-top: 120px;
  }
}
.odt {
  background-color: rgba(7, 29, 73, 0.08);
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  position: relative;
  z-index: 77;
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  padding-left: 2.71875rem !important;
  padding-right: 2.71875rem !important;
  gap: 0.9375rem;
  place-items: center;
  row-gap: 2.2rem;
}
@media only screen and (max-width: 1024px) {
  .odt {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 5rem !important;
    padding-right: 5rem !important;
    gap: 3rem;
  }
}
.odt::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  aspect-ratio: 119 / 98;
  width: auto;
  content: "";
  background-image: url(/wp-content/themes/Pharmacy/images/odt/design.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .odt {
    padding: 60px 0;
    gap: 40px;
    overflow: hidden;
  }
}
.odt__member {
  z-index: 77;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.odt__member-overlay {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: -1;
  max-height: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(7, 29, 73, 0.95);
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 600px) {
  .odt__member-overlay {
    justify-content: flex-start;
  }
}
.odt__member-overlay.active {
  z-index: 999;
  max-height: 100vh;
}
@media only screen and (max-width: 600px) {
  .odt__member-overlay.active {
    overflow: scroll;
    padding-top: calc(90px + 4rem);
  }
}
.odt__member-overlay-section {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  padding-left: 2.71875rem !important;
  padding-right: 2.71875rem !important;
  gap: 0.9375rem;
  place-items: center;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media only screen and (max-width: 1024px) {
  .odt__member-overlay-section {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 5rem !important;
    padding-right: 5rem !important;
    gap: 3rem;
  }
}
@media only screen and (max-width: 1024px) {
  .odt__member-overlay-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .odt__member-overlay-section:first-of-type {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .odt__member-overlay-section:last-of-type {
    padding-bottom: 80px;
    padding-top: 120px;
  }
}
.odt__member-overlay-x {
  justify-self: flex-end;
  grid-column: 15 / 16;
  cursor: pointer;
  padding-top: 11rem;
}
@media only screen and (max-width: 1024px) {
  .odt__member-overlay-x {
    position: absolute;
    top: 80px;
    right: var(--grid-gutter-mobile);
    padding-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .odt__member-overlay-x {
    top: calc(90px + 4rem);
  }
}
.odt__member-overlay-image {
  grid-column: 2 / 7;
  width: 85%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 0.05rem solid #A88A3C;
  overflow: hidden;
  align-self: flex-start;
  margin-top: 0.5rem;
  background-color: #071D49;
}
@media only screen and (max-width: 1024px) {
  .odt__member-overlay-image {
    width: 450px;
    max-width: 450px;
    min-height: 450px;
    border: 1px solid #A88A3C;
  }
}
@media only screen and (max-width: 600px) {
  .odt__member-overlay-image {
    width: 360px;
    max-width: 360px;
    min-height: 360px;
    align-self: center;
  }
}
@media only screen and (max-width: 450px) {
  .odt__member-overlay-image {
    width: 280px;
    max-width: 280px;
    min-height: 280px;
  }
}
.odt__member-overlay-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 45% center;
}
.odt__member-overlay-text {
  grid-column: 7 / 15;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2rem;
}
@media only screen and (max-width: 1024px) {
  .odt__member-overlay-text {
    gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .odt__member-overlay-text {
    gap: 0px;
  }
}
.odt__member-overlay-name {
  font-size: 2.25rem;
  font-family: 'Calluna', sans-serif;
  color: white;
}
@media only screen and (max-width: 1024px) {
  .odt__member-overlay-name {
    font-size: 30px;
  }
}
.odt__member-overlay-flex {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 0.05rem solid #A88A3C;
  padding-right: 0.5rem;
}
@media only screen and (max-width: 1024px) {
  .odt__member-overlay-flex {
    padding: 16px 0;
    padding-right: 10px;
    border-bottom: 1px solid #A88A3C;
  }
}
@media only screen and (max-width: 600px) {
  .odt__member-overlay-flex {
    margin-bottom: 16px;
  }
}
.odt__member-overlay-position {
  font-size: 0.85rem;
  font-family: 'Outfit', sans-serif;
  color: white;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .odt__member-overlay-position {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .odt__member-overlay-position {
    font-size: 14px;
  }
}
.odt__member-overlay-socials {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 1024px) {
  .odt__member-overlay-socials {
    gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .odt__member-overlay-socials {
    display: none;
  }
}
.odt__member-overlay-socials-mobile {
  display: none;
  width: 100%;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .odt__member-overlay-socials-mobile {
    display: flex;
  }
}
.odt__member-overlay-social {
  width: 1.25rem;
  height: 1.25rem;
}
@media only screen and (max-width: 1024px) {
  .odt__member-overlay-social {
    width: 24px;
    height: 24px;
  }
}
.odt__member-overlay-social img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.odt__member-overlay-bio * {
  font-size: 0.9375rem;
  font-family: 'Calluna', sans-serif;
  color: white;
  line-height: 1.4;
  margin-bottom: 20px;
}
.odt__member-overlay-bio *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .odt__member-overlay-bio * {
    font-size: 16px;
  }
}
.odt__member:nth-child(10n + 2) {
  grid-column: 8 / 10;
}
.odt__member:nth-child(10n + 4) {
  grid-column: 11 / 13;
}
.odt__member:nth-child(10n + 6) {
  grid-column: 14 / 16;
}
.odt__member:nth-child(10n + 8) {
  grid-column: 2 / 4;
}
.odt__member:nth-child(10n + 10) {
  grid-column: 5 / 7;
}
@media only screen and (max-width: 1024px) {
  .odt__member:nth-child(4n + 2) {
    grid-column: 3 / 5;
  }
}
@media only screen and (max-width: 600px) {
  .odt__member:nth-child(4n + 2) {
    grid-column: 1 / 5;
  }
}
@media only screen and (max-width: 1024px) {
  .odt__member:nth-child(4n + 4) {
    grid-column: 1 / 3;
  }
}
@media only screen and (max-width: 600px) {
  .odt__member:nth-child(4n + 4) {
    grid-column: 1 / 5;
  }
}
@media only screen and (max-width: 1024px) {
  .odt__member {
    gap: 10px;
  }
}
.odt__member-bio-ball {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  background-color: #A88A3C;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
  width: 65%;
  aspect-ratio: 1 / 1;
  z-index: 11;
  transition: all 0.25s ease-out;
}
.odt__member-bio-ball > span {
  color: white;
  font-family: 'Outfit', sans-serif;
  font-size: 0.8rem;
}
@media only screen and (max-width: 1024px) {
  .odt__member-bio-ball {
    padding: 10px;
  }
  .odt__member-bio-ball > span {
    font-size: 16px;
  }
}
.odt__member-image {
  cursor: pointer;
  border-radius: 50%;
  border: 0.05rem solid #A88A3C;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: 100%;
  position: relative;
  background-color: #071D49;
}
@media only screen and (max-width: 1024px) {
  .odt__member-image {
    width: 100%;
    max-width: 280px;
    border: 1px solid #A88A3C;
  }
}
.odt__member-image::after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(168, 138, 60, 0.2);
  transition: all 0.25s ease-out;
  z-index: 9;
}
.odt__member-image:hover::after {
  opacity: 1;
}
.odt__member-image:hover > .odt__member-bio-ball {
  transform: translateX(-50%) translateY(70%);
}
.odt__member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 45% center;
}
.odt__member-name {
  font-size: 1.3125rem;
  color: #071D49;
  font-family: 'Calluna', sans-serif;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .odt__member-name {
    font-size: 24px;
  }
}
.odt__member-position {
  font-size: 0.7rem;
  font-family: 'Outfit', sans-serif;
  text-align: center;
  color: #071D49;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .odt__member-position {
    font-size: 14px;
  }
}
.odt__text {
  grid-column: 2 / 7;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-self: flex-start;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .odt__text {
    margin-top: 40px;
    grid-column: 1 / 3;
    gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .odt__text {
    grid-column: 1 / 5;
  }
}
.odt__title {
  font-size: 1.6875rem;
  font-family: 'Calluna', sans-serif;
  color: #071D49;
}
@media only screen and (max-width: 1024px) {
  .odt__title {
    font-size: 30px;
  }
}
.odt__ptext {
  font-size: 0.8rem;
  font-family: 'Calluna', sans-serif;
  color: #071D49;
  line-height: 1.4;
  padding-right: 2.6rem;
}
@media only screen and (max-width: 1024px) {
  .odt__ptext {
    font-size: 16px;
  }
}
