.editor-styles-wrapper .Personas__item__title {
  margin: 20px 0;
}
.editor-styles-wrapper .Personas.__mode_slider .Personas__title {
  padding-left: 0;
}
.editor-styles-wrapper .Personas.__mode_slider .Personas__item {
  max-width: 257px;
}
.editor-styles-wrapper .Personas.__mode_grid .Personas__item:nth-child(3),
.editor-styles-wrapper .Personas.__mode_grid .Personas__item:nth-child(9),
.editor-styles-wrapper .Personas.__mode_grid .Personas__item:nth-child(15) {
  margin-right: 25%;
}
.editor-styles-wrapper .Personas.__mode_grid .Personas__item:nth-child(4),
.editor-styles-wrapper .Personas.__mode_grid .Personas__item:nth-child(10),
.editor-styles-wrapper .Personas.__mode_grid .Personas__item:nth-child(16) {
  margin-left: 25%;
}
.editor-styles-wrapper .Personas.__mode_grid_1 .Personas__item {
  padding-left: calc(var(--sizes-padding) * 0.5);
  padding-right: calc(var(--sizes-padding) * 0.5);
}
.editor-styles-wrapper .Personas.__mode_grid_1 .Personas__item .Personas__item__image {
  width: 100%;
}
.editor-styles-wrapper .Personas.__mode_grid_1 .Personas__item .Personas__item__excerpt {
  transition: opacity ease 0.25s;
  will-change: opacity;
  opacity: 0;
}
.editor-styles-wrapper .Personas.__mode_grid_1 .Personas__item:hover .Personas__item__excerpt {
  opacity: 1;
}
.editor-styles-wrapper .Personas.__mode_grid_2 .Personas__item:nth-child(1) {
  margin-left: 50%;
}
.editor-styles-wrapper .Personas.__mode_grid_2 .Personas__sub_title,
.editor-styles-wrapper .Personas.__mode_grid_2 .Personas__title {
  position: absolute;
  max-width: 300px;
}
.editor-styles-wrapper .Personas.__mode_grid_2 .Personas__title {
  margin-top: 0.5em;
}
.editor-styles-wrapper .Personas.__mode_grid_2 .Personas__title:after {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  transform: rotate(10deg);
  background: url("data:image/svg+xml,%3Csvg width='203' height='219' viewBox='0 0 203 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M170.958 98.8011L190.064 141.488L154.53 180.246L192.471 145.443L167.75 98.8748' stroke='white'/%3E%3Cpath d='M7.65872 64.0178C6.30848 121.363 110.232 136.19 179.113 137.916' stroke='white'/%3E%3Cpath d='M7.82624 68.7346C10.9006 111.347 52.6644 141.686 176.431 138.843' stroke='white'/%3E%3C/svg%3E%0A") no-repeat center;
}
.editor-styles-wrapper .Personas .Personas__container.embla {
  position: relative;
}
.editor-styles-wrapper .Personas .Personas__container.embla .Personas__item {
  padding-left: 10px;
  padding-right: 10px;
}
.editor-styles-wrapper .Personas__slider_dragger {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
  position: absolute;
  transition: left ease 0.05s;
  margin-top: -50px;
}
.editor-styles-wrapper .Personas.__block_name_personas.__mode_grid .Personas__item__excerpt {
  transition: all ease 0.25s;
  opacity: 0;
}
.editor-styles-wrapper .Personas.__block_name_personas.__mode_grid .Personas__row:hover .Personas__item:hover .Personas__item__excerpt,
.editor-styles-wrapper .Personas.__block_name_personas.__mode_grid .Personas__row:not(:hover) .Personas__item:nth-child(1) .Personas__item__excerpt {
  opacity: 1;
}
.editor-styles-wrapper .Personas.__block_name_personas.__theme_orange_white.__mode_grid .Personas__item:hover .Personas__item__title,
.editor-styles-wrapper .Personas.__block_name_personas.__theme_orange_white.__mode_grid .Personas__item:hover .Personas__item__job_title,
.editor-styles-wrapper .Personas.__block_name_personas.__theme_orange_white.__mode_grid .Personas__item:hover .Personas__item__excerpt {
  color: var(--colors-quinary);
}
.editor-styles-wrapper .Personas.__block_name_personas.__theme_blue_white.__mode_grid .Personas__item:hover .Personas__item__title,
.editor-styles-wrapper .Personas.__block_name_personas.__theme_blue_white.__mode_grid .Personas__item:hover .Personas__item__job_title,
.editor-styles-wrapper .Personas.__block_name_personas.__theme_blue_white.__mode_grid .Personas__item:hover .Personas__item__excerpt {
  color: var(--colors-primary);
}
/*# sourceMappingURL=style.lg.css.map */