.editor-styles-wrapper .Personas {
  margin-top: 40px;
  overflow: hidden!important;
}
.editor-styles-wrapper .Personas.__theme_orange_white .Personas__item__title,
.editor-styles-wrapper .Personas.__theme_orange_white .Personas__item__job_title.__title {
  color: var(--colors-quinary);
}
.editor-styles-wrapper .Personas.__theme_blue_white .Personas__item__title,
.editor-styles-wrapper .Personas.__theme_blue_white .Personas__item__job_title.__title {
  color: var(--colors-primary);
}
.editor-styles-wrapper .Personas.__theme_orange_white_bg {
  background: var(--colors-quinary);
}
.editor-styles-wrapper .Personas.__theme_orange_white_bg .Personas__sub_title,
.editor-styles-wrapper .Personas.__theme_orange_white_bg .Personas__title,
.editor-styles-wrapper .Personas.__theme_orange_white_bg .Personas__item__job_title,
.editor-styles-wrapper .Personas.__theme_orange_white_bg .Personas__item__title,
.editor-styles-wrapper .Personas.__theme_orange_white_bg .Personas__item__excerpt,
.editor-styles-wrapper .Personas.__theme_orange_white_bg .Personas__item__contact_information a,
.editor-styles-wrapper .Personas.__theme_orange_white_bg .Pagination a {
  color: var(--colors-white) !important;
}
.editor-styles-wrapper .Personas.__theme_blue_white_bg {
  background: var(--colors-primary);
}
.editor-styles-wrapper .Personas.__theme_blue_white_bg .Personas__sub_title,
.editor-styles-wrapper .Personas.__theme_blue_white_bg .Personas__title,
.editor-styles-wrapper .Personas.__theme_blue_white_bg .Personas__item__job_title,
.editor-styles-wrapper .Personas.__theme_blue_white_bg .Personas__item__title,
.editor-styles-wrapper .Personas.__theme_blue_white_bg .Personas__item__excerpt,
.editor-styles-wrapper .Personas.__theme_blue_white_bg .Personas__item__contact_information a,
.editor-styles-wrapper .Personas.__theme_blue_white_bg .Pagination a {
  color: var(--colors-white) !important;
}
.editor-styles-wrapper .Personas.__theme_dark_blue_white_bg {
  background: var(--colors-tertiary);
}
.editor-styles-wrapper .Personas.__theme_dark_blue_white_bg .Personas__sub_title,
.editor-styles-wrapper .Personas.__theme_dark_blue_white_bg .Personas__title,
.editor-styles-wrapper .Personas.__theme_dark_blue_white_bg .Personas__item__job_title,
.editor-styles-wrapper .Personas.__theme_dark_blue_white_bg .Personas__item__title,
.editor-styles-wrapper .Personas.__theme_dark_blue_white_bg .Personas__item__excerpt,
.editor-styles-wrapper .Personas.__theme_dark_blue_white_bg .Personas__item__contact_information a,
.editor-styles-wrapper .Personas.__theme_dark_blue_white_bg .Pagination a {
  color: var(--colors-white) !important;
}
.editor-styles-wrapper .Personas.__grayscale_photos img {
  filter: grayscale(1);
  transition: filter ease 0.5s;
  will-change: filter;
}
.editor-styles-wrapper .Personas .embla,
.editor-styles-wrapper .Personas .embla__viewport {
  overflow: visible!important;
}
.Personas:not(.__align_full) .editor-styles-wrapper .Personas__container {
  padding-left: var(--sizes-padding);
  padding-right: var(--sizes-padding);
}
.editor-styles-wrapper .Personas__container:nth-child(1) {
  padding-top: 22px;
}
.editor-styles-wrapper .Personas__container:nth-last-child(1) {
  padding-bottom: 158px;
}
.editor-styles-wrapper .Personas__sub_title {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: normal;
}
.editor-styles-wrapper .Personas__title {
  margin: 12px 0 46px 0;
  display: flex;
}
.editor-styles-wrapper .Personas__title span {
  font-family: var(--fonts-h1);
  font-size: 54px;
  line-height: 60px;
  display: flex;
  align-items: center;
}
.editor-styles-wrapper .Personas__icon {
  width: 110px;
  height: 110px;
  margin-right: 21px;
}
.editor-styles-wrapper .Personas__row {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}
.editor-styles-wrapper .Personas__item {
  padding: 26px 10px 24px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
}
.editor-styles-wrapper .Personas__item.embla__slide {
  padding-left: 21px;
  padding-right: 21px;
  max-width: 307px;
}
.editor-styles-wrapper .Personas__item:hover img {
  filter: grayscale(0);
}
.editor-styles-wrapper .Personas__item__image {
  width: 292px;
  aspect-ratio: 1/1;
  border-radius: 6px;
  display: block;
  object-fit: cover;
  border-right: 6px;
}
.editor-styles-wrapper .Personas__item__title {
  font-size: 16px;
  line-height: 28px;
  margin: 25px 0;
}
.editor-styles-wrapper .Personas__item__job_title {
  font-size: 34px;
  line-height: 29px;
  font-family: var(--fonts-h1);
  margin-bottom: 12px;
}
.editor-styles-wrapper .Personas__item__excerpt {
  font-size: 18px;
  line-height: 24px;
}
.editor-styles-wrapper .Personas__item__contact_information {
  font-size: 20px;
  line-height: 23px;
}
.editor-styles-wrapper .Personas__item__contact_information:empty {
  display: none;
}
.editor-styles-wrapper .Personas__item__contact_information a {
  text-decoration: none;
  display: block;
}
.editor-styles-wrapper .Personas.__mode_slider .Personas__title {
  padding-left: 20px;
}
.editor-styles-wrapper .Personas.__mode_grid .Personas__item__title {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.editor-styles-wrapper .Personas.__mode_grid_1 .Personas__item .Personas__item__image {
  order: -2;
  margin-bottom: 19px;
}
.editor-styles-wrapper .Personas.__mode_grid_1 .Personas__item .Personas__item__title {
  order: -1;
  margin-top: 0;
}
.editor-styles-wrapper .Personas.__mode_grid_1 .Personas__item .Personas__item__job_title {
  color: var(--colors-black);
}
.editor-styles-wrapper .Personas.__mode_grid_1.__theme_orange_white .Personas__item__excerpt,
.editor-styles-wrapper .Personas.__mode_grid_1.__theme_orange_white .Personas__item:hover .Personas__item__job_title {
  color: var(--colors-quinary);
}
.editor-styles-wrapper .Personas.__mode_grid_1.__theme_blue_white .Personas__item__excerpt,
.editor-styles-wrapper .Personas.__mode_grid_1.__theme_blue_white .Personas__item:hover .Personas__item__job_title {
  color: var(--colors-primary);
}
.editor-styles-wrapper .Personas.__mode_grid_1.__theme_blue_white_bg .Personas__item__job_title,
.editor-styles-wrapper .Personas.__mode_grid_1.__theme_dark_blue_white_bg .Personas__item__job_title {
  color: var(--colors-white) !important;
}
.editor-styles-wrapper .Personas.__theme_blue_white_bg .Personas__item__job_title,
.editor-styles-wrapper .Personas.__theme_dark_blue_white_bg .Personas__item__job_title {
  color: var(--colors-white) !important;
}
.editor-styles-wrapper .Personas.__theme_blue_white_bg .__bu__dragger,
.editor-styles-wrapper .Personas.__theme_dark_blue_white_bg .__bu__dragger {
  background: var(--colors-white) !important;
}
.editor-styles-wrapper .Personas.__theme_blue_white_bg .__bu__dragger,
.editor-styles-wrapper .Personas.__theme_blue_white_bg .__bu__dragger span {
  color: var(--colors-primary) !important;
}
.editor-styles-wrapper .Personas.__theme_blue_white_bg .__bu__dragger,
.editor-styles-wrapper .Personas.__theme_blue_white_bg .__bu__dragger:before,
.editor-styles-wrapper .Personas.__theme_blue_white_bg .__bu__dragger:after {
  border-color: var(--colors-primary) !important;
}
.editor-styles-wrapper .Personas.__theme_dark_blue_white_bg .__bu__dragger {
  background: var(--colors-denary) !important;
}
.editor-styles-wrapper .Personas.__theme_dark_blue_white_bg .__bu__dragger,
.editor-styles-wrapper .Personas.__theme_dark_blue_white_bg .__bu__dragger span {
  color: var(--colors-tertiary) !important;
}
.editor-styles-wrapper .Personas.__theme_dark_blue_white_bg .__bu__dragger,
.editor-styles-wrapper .Personas.__theme_dark_blue_white_bg .__bu__dragger:before,
.editor-styles-wrapper .Personas.__theme_dark_blue_white_bg .__bu__dragger:after {
  border-color: var(--colors-tertiary) !important;
}
.editor-styles-wrapper .Personas.__mode_grid_2 {
  margin-top: 0;
  background: var(--colors-denary1);
}
.editor-styles-wrapper .Personas.__mode_grid_2 .Personas__container:nth-child(1) {
  padding-top: 62px;
}
.editor-styles-wrapper .Personas.__mode_grid_2 .Personas__title,
.editor-styles-wrapper .Personas.__mode_grid_2 .Personas__item__contact_information a {
  color: var(--colors-white);
}
.editor-styles-wrapper .Personas.__mode_grid_2 .Personas__item {
  padding-top: 12px;
  padding-bottom: 12px;
}
.editor-styles-wrapper .Personas.__mode_grid_2 .Personas__item__title {
  font-size: 20px;
  line-height: 30px;
  margin: 6px 0;
}
.editor-styles-wrapper .Personas__slider_dragger {
  display: none;
}
.editor-styles-wrapper .Personas.__block_name_personas-our-team .Personas__item {
  padding: 10px 10px 26px 10px;
}
.TwoColumnImageAndText + .Personas {
  margin-top: 0!important;
}
/*# sourceMappingURL=style.css.map */