html {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  overflow-x: hidden;
  color: #1E211E;
  background-color: #f9f9f9;
  margin: 0 !important;
  padding: 0 !important;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

body.show_menu {
  position: fixed;
  overflow-y: hidden;
  width: 100vw;
}

svg {
  shape-rendering: geometricPrecision;
}

.container {
  width: 87vw;
  margin: auto;
  display: block;
}

h1, h2, h3, h4, h5, h6, p, span, li, ul, ol, a {
  margin: 0;
  padding: 0;
  font-family: inherit;
  text-decoration: none;
  letter-spacing: -0.038em;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p, p p, span p, li p, ul p, ol p, a p {
  font-size: 1em !important;
  font-weight: inherit !important;
  color: inherit !important;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 1.6rem;
  color: #C2B398;
}
.pagination ._active {
  color: #1E211E;
  font-weight: 700;
}
.pagination ._icon {
  color: #C2B398;
}

._more {
  font-size: 1.6rem;
  background-color: #A15252;
  border: none;
  color: #f9f9f9;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6em 1.2em;
  border-radius: 2em;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
._more:hover {
  background-color: #1E211E;
}
._more._all {
  background-color: #1E211E;
}
._more._all:hover {
  background-color: #A15252;
}

.slide_links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2em;
  padding: 1em 0;
  border-bottom: solid 1px #1E211E;
  position: relative;
}
.slide_links .current {
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(-100%, 0.5em);
  width: 6rem;
  height: 6rem;
  background-color: #1E211E;
  color: #C2B398;
  font-size: 1.8em;
  font-weight: 700;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide_links .links {
  display: flex;
  align-items: center;
  gap: 1em 1.6em;
  font-size: 1.8em;
  font-weight: 400;
  margin-left: 6rem;
  margin-left: 3rem;
  flex-wrap: wrap;
}
.slide_links .links .s_link {
  cursor: pointer;
  transition: font-weight 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide_links .links .s_link._active {
  color: #1E211E;
  font-weight: 700;
}
.slide_links .links .s_link:hover {
  color: #1E211E;
  font-weight: 700;
}

.top_slide {
  font-size: 1rem;
}
.top_slide ._slideshow .s_slide {
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 5em;
  padding: 3em 0em;
  position: relative;
}
.top_slide ._slideshow .s_slide h2 {
  width: 63%;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.35;
  min-height: 3em;
}
.top_slide ._slideshow .s_slide._visible {
  display: flex;
}

#home {
  padding-top: 2rem;
  font-size: 1rem;
}

.home_container {
  display: grid;
  grid-template-columns: 55% 1fr;
  padding-bottom: 5rem;
  border-bottom: solid 1px #94A3BB;
  align-items: center;
  min-height: calc(100vh - 12rem);
  gap: 5em;
}
.home_container ._main {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.home_container ._main h1 {
  font-size: 15em;
  height: 2.5em;
  font-weight: 600;
  line-height: 0.85;
  display: none;
}
.home_container ._main h1 strong {
  font-weight: 600;
  color: #A15252;
}
.home_container ._main h1._active {
  display: block;
}
.home_container img {
  width: 100%;
  display: none;
}
.home_container img._active {
  display: block;
}

#home_message {
  padding: 5rem;
}
#home_message .container {
  padding-bottom: 10rem;
  border-bottom: solid 1px #94A3BB;
}
#home_message h1 {
  font-size: 11.5rem;
  font-weight: 500;
}
#home_message .message_links {
  margin-top: 15rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 9em;
}
#home_message .message_links span {
  color: #1E211E;
  font-size: 3.6em;
}
#home_message .message_links .link {
  font-size: 2.4em;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
#home_message .message_links .link h3 {
  position: relative;
  z-index: 1;
}
#home_message .message_links .link::before {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: -30%;
  width: 10rem;
  height: 10rem;
  background-color: rgba(94, 108, 109, 0.6);
  border-radius: 100%;
  z-index: 0;
  transition: transform 0.6s ease-in-out;
}
#home_message .message_links .link._sec::before {
  background-color: #C2B398;
}
#home_message .message_links .link:hover::before {
  transform: scale(0.85);
}

.sec_page_wrapper {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  color: #f9f9f9;
  z-index: 10000;
}
.sec_page_wrapper ._arrow {
  cursor: pointer;
  font-size: 0.61em;
}
.sec_page_wrapper .container {
  margin: 0 auto;
}

.sec_data {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 5rem;
  font-size: 2.6rem;
  max-width: 42em;
  margin: 0;
}
.sec_data h2 {
  font-size: 3.6em;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0em;
}
.sec_data ._text {
  font-weight: 600;
  line-height: 1.4;
}
.sec_data ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6em;
  margin-left: -2em;
}
.sec_data ul li {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
  display: grid;
  grid-template-columns: 1em auto;
  position: relative;
  padding-left: 1em;
}
.sec_data ul li::before {
  content: "";
  position: relative;
  left: 0;
  top: 0.5em;
  width: 0.4em !important;
  height: 0.4em !important;
  background-color: #f9f9f9;
  border-radius: 100%;
}

#who_wrapper {
  background-color: #5E6C6D;
  display: none;
}
#who_wrapper._visible {
  display: flex;
}

#what_wrapper {
  display: none;
  background-color: #C2B398;
  color: #1E211E;
}
#what_wrapper._visible {
  display: flex;
}

#home_vid {
  width: 100vw;
  height: 55vw;
  margin-top: 10rem;
  background-image: url(../images/vid_cover.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
#home_vid .vid_container {
  margin-top: auto;
  margin-bottom: auto;
}
#home_vid .vid_container h2 {
  padding: 3rem 0;
  border-left: 0;
  border-right: 0;
  max-width: 7em;
  font-size: 10rem;
  font-weight: 500;
  line-height: 1.1;
  color: #1E211E;
  text-shadow: 0 0 4rem #000;
}
#home_vid .play {
  font-size: 2.4rem;
}

#home_vid_player {
  position: absolute;
  width: inherit;
  height: inherit;
  background: #f9f9f9;
  padding: 0rem;
  display: none;
}
#home_vid_player iframe {
  width: 84vw;
  height: 46vw;
  border: none;
}
#home_vid_player._visible {
  display: block;
}
#home_vid_player .wp-block-embed__wrapper {
  position: relative;
  display: flex;
  padding: 0Wem 0;
  align-items: center;
  justify-content: center;
}
#home_vid_player ._top_vid {
  padding: 2rem 0 0 2rem;
}
#home_vid_player #player_arrow {
  font-size: 4.8rem;
  cursor: pointer;
}

#team {
  padding: 10rem 0;
}
#team h1 {
  font-size: 12rem;
  font-weight: 500;
  padding: 15rem;
  max-width: 85rem;
}

.s_team {
  display: flex;
  align-items: center;
  font-size: 1rem;
  gap: 3em;
}
.s_team img {
  width: 25em;
  height: 25em;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s_team h2, .s_team h3 {
  font-size: 3.6em;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}
.s_team p {
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0em;
}

.team_slideshow {
  margin-top: 10em;
}
.team_slideshow .s_team {
  font-size: 0.6rem;
}

#team_arrows {
  margin-top: 6rem;
}

.slideshow_arrows {
  margin-top: 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.slideshow_arrows::before {
  content: " ";
  height: 1px;
  width: 41vw;
  background-color: #94A3BB;
  margin-right: auto;
}
.slideshow_arrows::after {
  content: " ";
  height: 1px;
  width: 41vw;
  background-color: #94A3BB;
  margin-left: auto;
}
.slideshow_arrows ._arrows {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.slideshow_arrows ._arrows .arrow {
  cursor: pointer;
  color: #f9f9f9;
  width: 3vw;
  height: 3vw;
  background-color: #5E6C6D;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slideshow_arrows ._arrows .arrow:hover {
  background-color: #C2B398;
  color: #f9f9f9;
}

#patients_info {
  padding: 10rem 0;
}
#patients_info .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10rem;
}
#patients_info h2 {
  font-size: 9rem;
  font-weight: 500;
}
#patients_info .info_slideshow {
  width: 100%;
}
#patients_info .single_info_wrapper {
  padding: 2rem;
}
#patients_info .single-info {
  display: flex;
  flex-direction: column;
  border-radius: 2rem;
  overflow: hidden;
  background-color: #DCD3C2;
  width: 100%;
  font-size: 1rem;
}
#patients_info .single-info ._top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  overflow: hidden;
}
#patients_info .single-info ._bottom {
  padding: 4em 2em;
  position: relative;
}
#patients_info .single-info h3 {
  font-size: 3.6em;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.3em;
}
#patients_info .single-info ._desc {
  font-size: 16px;
  min-height: 30px;
  color: #1E211E;
  font-weight: 600;
  display: flex;
  gap: 0.61em;
  gap: 0.21em;
  flex-wrap: wrap;
}
#patients_info .info_link {
  font-size: 1.8em;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-50%, -50%);
}

#news {
  padding: 10rem 0;
}

#news h2, #about_press h2 {
  font-size: 9rem;
  font-weight: 500;
}
#news .top_slide, #about_press .top_slide {
  display: flex;
  margin: 6rem;
}
#news ._grid, #about_press ._grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 10rem;
}
#news .n_item, #about_press .n_item {
  display: flex;
  flex-direction: column;
  background-color: rgba(112, 112, 112, 0.04);
  border-radius: 1.5rem;
  padding: 4rem;
  color: #1E211E;
  font-weight: 700;
  font-size: 3.2rem;
  transition: background-color 0.6s ease-in-out, color 0.6s ease-in-out;
}
#news .n_item:hover, #about_press .n_item:hover {
  background-color: #C2B398;
}
#news .n_item ._top, #about_press .n_item ._top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#news .n_item ._top .date, #about_press .n_item ._top .date {
  font-size: 0.5em;
  color: #1E211E;
}
#news .n_item ._bottom, #about_press .n_item ._bottom {
  font-size: 0.5em;
  color: #1E211E;
  display: flex;
  justify-content: flex-start;
  margin-top: auto;
  align-items: flex-end;
}
#news .n_item ._bottom ._left img, #about_press .n_item ._bottom ._left img {
  width: auto;
  height: 1em;
  -o-object-fit: cover;
     object-fit: cover;
}
#news .n_item ._bottom ._right, #about_press .n_item ._bottom ._right {
  margin-left: auto;
}
#news .n_item h3, #about_press .n_item h3 {
  font-size: 1em;
  padding: 2em 0;
  font-weight: 300;
}
#news .n_item h3 strong, #about_press .n_item h3 strong {
  font-weight: 500;
}
#news .n_item._hidden, #about_press .n_item._hidden {
  display: none;
}

#pubs {
  padding: 10rem 0;
}
#pubs h2 {
  display: flex;
  font-size: 9rem;
  font-weight: 500;
  margin-bottom: 10rem;
}
#pubs h2.__bot {
  justify-content: flex-end;
  margin-top: 10rem;
}
#pubs .books_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  width: 100%;
}
#pubs .s_pub {
  font-size: 1rem;
  display: flex;
  align-self: center;
  margin: auto;
}
#pubs .s_pub img {
  width: 40em;
  height: auto;
  position: relative;
  z-index: 10;
}
#pubs .s_pub .text {
  display: flex;
  flex-direction: column;
  margin: auto 0;
  gap: 1em;
}
#pubs .s_pub ._info {
  font-size: max(1.2em, 12px);
  display: flex;
  gap: 1em;
  position: relative;
  left: -5em;
  display: flex;
  align-items: center;
}
#pubs .s_pub ._info::before {
  content: "";
  position: relative;
  width: 10em;
  height: 10em;
  border-radius: 100%;
  background-color: #1E211E;
}
#pubs .s_pub ._info .data {
  font-size: 14px;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
#pubs .s_pub ._info .data ._authors {
  font-size: 1em;
  font-weight: 600;
  color: #1E211E;
}
#pubs .s_pub .details {
  padding: 3em;
  font-size: 1.8em;
  font-weight: 400;
  opacity: 0.6;
}
#pubs .s_pub .details h3 {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.3;
}

#courses {
  padding-bottom: 10rem;
}
#courses h2 {
  display: flex;
  font-size: 9rem;
  font-weight: 500;
  margin-bottom: 10rem;
  color: #C2B398;
}
#courses ._courses {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1rem;
  gap: 2em;
}
#courses .s_course {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3em;
  padding: 2em;
  background-color: #C2B398;
  border-radius: 1.3em;
  color: #f9f9f9;
  transition: background-color 0.6s ease-in-out, color 0.6s ease-in-out;
}
#courses .s_course h3 {
  font-size: 2.6em;
  font-weight: 600;
  color: #1E211E;
  max-width: 25em;
  order: 2;
}
#courses .s_course .course-link {
  font-size: 6.5em;
  color: #f9f9f9;
  order: 1;
}
#courses .s_course:hover {
  background-color: #1E211E;
  color: #f9f9f9;
}
#courses .s_course:hover h3 {
  color: #f9f9f9;
}

#generic {
  padding: 10rem 0;
}
#generic h1 {
  font-size: 9rem;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.1;
}
#generic ._layout {
  display: flex;
  gap: 6em;
}
#generic ._image {
  max-width: 40vw;
}
#generic ._image img {
  max-width: inherit;
}
#generic ._desc {
  max-width: 90rem;
  font-size: 2.4rem;
  line-height: 1.42;
  display: flex;
  flex-direction: column;
  gap: 1.2em;
}

@media (max-width: 1920px) {
  html {
    font-size: 0.52vw;
  }
}
@media (max-width: 1150px) {
  .top_slide {
    font-size: 1.4rem;
  }
  ._more {
    font-size: 2.4rem;
  }
  #home_message .message_links {
    font-size: 1.4rem;
  }
  .sec_data {
    padding: 0;
    font-size: 3rem;
  }
  #home_vid .play {
    font-size: 3.2rem;
  }
  #home_vid_player #player_arrow {
    font-size: 7.8rem;
  }
  .s_team {
    font-size: 1.5rem;
  }
  .team_slideshow .s_team {
    font-size: 1rem;
  }
  #patients_info .single-info {
    font-size: 1.4rem;
  }
  #news ._grid, #about_press ._grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  #news .top_slide, #about_press .top_slide {
    display: flex;
    margin: 6rem 0;
  }
  #courses ._courses {
    font-size: 1.5rem;
  }
  #pubs h2.__bot {
    justify-content: flex-start;
    margin-top: 10rem;
  }
  #pubs .books_list {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: start;
    gap: 3em;
    width: 100%;
  }
  .slide_links .links {
    font-size: 2.8em;
  }
}
@media (max-width: 850px) {
  html {
    font-size: 0.7vw;
  }
  #patients_info .single-info {
    font-size: 1.84rem;
  }
  .home_container {
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
    min-height: auto;
  }
  .home_container ._main {
    order: 2;
  }
  .home_container .w-image {
    width: 61%;
    height: auto;
    order: 1;
    margin: auto;
  }
  #home_message h1 {
    font-size: 5.5rem;
  }
  #home_vid .vid_container h2 {
    font-size: 6rem;
  }
  #home_vid .play {
    font-size: 2.2rem;
  }
  #team h1 {
    font-size: 8rem;
    font-weight: 500;
    padding: 1em 0;
    max-width: 100%;
    text-align: center;
  }
  .s_team {
    flex-direction: column;
    align-items: center;
    font-size: 1.8rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .s_team ._details {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .team_slideshow .s_team {
    font-size: 1.8rem;
  }
  .slideshow_arrows ._arrows .arrow {
    height: 6vw;
    width: 6vw;
  }
  .slideshow_arrows::before {
    content: " ";
    height: 1px;
    width: 30vw;
    background-color: #94A3BB;
    margin-right: auto;
  }
  .slideshow_arrows::after {
    content: " ";
    height: 1px;
    width: 30vw;
    background-color: #94A3BB;
    margin-left: auto;
  }
  #courses ._courses {
    font-size: 2rem;
  }
  #courses ._courses .s_course {
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
  }
  #courses ._courses .s_course .course-link {
    font-size: 3.5em;
    color: #f9f9f9;
  }
  .slide_links {
    justify-content: flex-start;
    border-top: solid 1px #1E211E;
  }
  .slide_links .links {
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .slide_links .current {
    display: none;
  }
  .sec_data {
    padding: 0;
    font-size: 3rem;
  }
  .sec_data h2 {
    font-size: 2.8em;
  }
  #news .n_item, #about_press .n_item {
    font-size: 5.2rem;
  }
  #home_quicklinks .slide_links {
    border-top: solid 1px #1E211E;
  }
  #home_quicklinks .slide_links .links {
    margin-left: 0;
    flex-direction: row;
    align-items: center;
  }
  #pubs .books_list {
    gap: 15em;
  }
  #pubs .s_pub {
    flex-direction: column;
    margin: 0;
  }
  #pubs .s_pub ._info {
    left: 0;
  }
  #pubs .s_pub ._info::before {
    display: none;
  }
  #pubs .s_pub ._info .data {
    margin-top: 0.6em;
    font-size: 18px;
    gap: 1em;
  }
  #pubs .s_pub img {
    margin-left: 0;
    width: 100%;
  }
  #pubs .s_pub .details {
    padding: 0;
    font-size: 18px;
    opacity: 1;
  }
  input[type=radio] { /* IE 9 */ /* Chrome, Safari, Opera */
    transform: scale(0.5);
  }
  #generic ._layout {
    flex-direction: column;
    gap: 3em;
    align-items: flex-start;
  }
  #generic ._image {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  html {
    font-size: 1vw;
  }
  #generic ._desc {
    font-size: 4rem;
  }
}
@media (max-width: 550px) {
  #news ._grid, #about_press ._grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  #news .n_item h3, #about_press .n_item h3 {
    padding: 0.5em 0;
    line-height: 1.36;
  }
}
/**
 * Disable smooth scrolling when users have prefers-reduced-motion enabled
 */
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}/*# sourceMappingURL=general.css.map */