*[class$=__container] {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@font-face {
  font-family: "Uni Neue";
  src: url("../../fonts/UniNeueRegular.eot");
  src: local("UniNeueRegular"), local("UniNeueRegular"), url("../../fonts/UniNeueRegular.eot?#iefix") format("embedded-opentype"), url("../../fonts/UniNeueRegular.woff2") format("woff2"), url("../../fonts/UniNeueRegular.woff") format("woff"), url("../../fonts/UniNeueRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Uni Neue";
  src: url("../../fonts/UniNeueBold.eot");
  src: local("UniNeueBold"), local("UniNeueBold"), url("../../fonts/UniNeueBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/UniNeueBold.woff2") format("woff2"), url("../../fonts/UniNeueBold.woff") format("woff"), url("../../fonts/UniNeueBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: "Uni Neue", sans-serif;
}

body {
  background: #F5F4F8;
  color: #45495E;
}

.pdfjs-iframe {
  border: 0;
}

.team__container {
  max-width: 81.875rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  width: 100%;
}
.team__header {
  padding-bottom: 3.75rem;
  display: flex;
  gap: 5.3125rem;
  justify-content: space-between;
}
.team__buttons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.team__buttons div {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 0.25rem;
  cursor: pointer;
  border: 0.0625rem solid #FFFFFF;
  transition: all 0.3s ease;
}
.team__buttons div:hover {
  border-color: #A094B8;
  transition: all 0.3s ease;
}
.team__title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0;
  text-transform: uppercase;
}
.team__slider {
  width: 100%;
}
.team__slider .slick-list {
  overflow: hidden;
  margin: 0 -0.9375rem;
}
.team__slider .slick-track {
  display: flex;
}
.team__slider .slick-slide {
  height: auto;
}
.team__slider .slick-slide > div {
  height: 100%;
}
.team__slide {
  gap: 3rem;
  display: flex !important;
  flex-direction: column;
  padding: 0 0.9375rem;
  justify-content: flex-start;
}
.team__item {
  display: flex;
  gap: 2rem;
  align-items: center;
  max-height: calc(50% - 1.5rem);
}
.team__item-title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #45495E;
}
.team__item-position {
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #45495E;
}
.team__item-cv {
  text-decoration: none;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #A094B8;
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  margin-top: 1.0625rem;
  transition: all 0.3s ease;
}
.team__item-cv svg path {
  transition: all 0.3s ease;
}
.team__item-cv:hover {
  transition: all 0.3s ease;
  color: #45495E;
}
.team__item-cv:hover svg path {
  transition: all 0.3s ease;
  fill: #45495E;
}
.team__item-image img {
  max-width: 11rem;
  width: 11rem;
  height: 11rem;
  border-radius: 0.5rem;
  object-fit: cover;
}
.team__item-social {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  padding-top: 1.5rem;
}
.team__item-social svg path {
  fill: #A094B8;
  transition: all 0.3s ease;
}
.team__item-social a:hover svg path {
  fill: #45495E;
}