:root {
  --font-default: "Open Sans", sans-serif;
  --font-headline: "Bariol", sans-serif;
  --grid-columns: 12;
  --grid-width-max: 1680px;
  --grid-gutter: 10px;
  --grid-color: 190, 100%, 50%;
  --color-black: #000;
  --color-white: #fff;
  --color-grey-1: #f5f5f5;
  --color-grey-2: #EFEFEF;
  --color-grey-3: #F3F6FA;
  --color-grey-4: #4E4E4E;
  --color-grey-5: #E9ECF0;
  --color-blue-1: #3396FE;
  --color-blue-2: #1674D8;
  --color-blue-3: #07488C;
  --color-green-1: #0B6021;
  --color-yellow-1: #FFBA00;
  --color-orange-1: #FF5800;
}
:root {
  --grid-offset: 20px;
}
@media only screen and (min-width: 375px) {
  :root {
    --grid-offset: calc(20px + 100 * (100vw - 375px) / (1920 - 375));
  }
}
@media only screen and (min-width: 1920px) {
  :root {
    --grid-offset: 120px;
  }
}

@media (min-width: 768px) {
  :root {
    --grid-gutter: 20px;
  }
}
@media (min-width: 1024px) {
  :root {
    --grid-gutter: 40px;
  }
}
@media (min-width: 1366px) {
  :root {
    --grid-gutter: 60px;
  }
}
.block.block-employees {
  padding-left: var(--grid-offset);
  padding-right: var(--grid-offset);
}
.block.block-employees .inner {
  max-width: var(--grid-width-max);
  width: 100%;
  margin: 0 auto;
}
.block.block-employees .items {
  justify-content: center;
}
.block.block-employees .items {
  display: flex;
  flex-flow: row wrap;
  margin-left: calc(var(--grid-gutter) / 2 * -1);
  margin-right: calc(var(--grid-gutter) / 2 * -1);
}
.block.block-employees .items .item {
  display: flex;
  flex-flow: row nowrap;
}
.block.block-employees .items .item {
  width: 1px;
  min-width: calc(100% / var(--grid-columns) * 12 - var(--grid-gutter) - 0.01px);
  margin-right: calc(var(--grid-gutter) / 2);
  margin-left: calc(var(--grid-gutter) / 2);
}
.block.block-employees .items .item {
  margin-top: 32px;
}
@media only screen and (min-width: 375px) {
  .block.block-employees .items .item {
    margin-top: calc(32px + 32 * (100vw - 375px) / (1920 - 375));
  }
}
@media only screen and (min-width: 1920px) {
  .block.block-employees .items .item {
    margin-top: 64px;
  }
}
.block.block-employees .items .item:nth-child(1) {
  margin-top: 0;
}
.block.block-employees .items .item .item-media {
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid var(--color-blue-3);
}
.block.block-employees .items .item .item-media {
  width: 80px;
}
@media only screen and (min-width: 375px) {
  .block.block-employees .items .item .item-media {
    width: calc(80px + 80 * (100vw - 375px) / (1920 - 375));
  }
}
@media only screen and (min-width: 1920px) {
  .block.block-employees .items .item .item-media {
    width: 160px;
  }
}
.block.block-employees .items .item .item-media {
  border-width: 2px;
}
@media only screen and (min-width: 375px) {
  .block.block-employees .items .item .item-media {
    border-width: calc(2px + 2 * (100vw - 375px) / (1920 - 375));
  }
}
@media only screen and (min-width: 1920px) {
  .block.block-employees .items .item .item-media {
    border-width: 4px;
  }
}
.block.block-employees .items .item .item-media img {
  border-radius: 50%;
  border: 4px solid var(--color-white);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.block.block-employees .items .item .item-media img {
  border-width: 2px;
}
@media only screen and (min-width: 375px) {
  .block.block-employees .items .item .item-media img {
    border-width: calc(2px + 2 * (100vw - 375px) / (1920 - 375));
  }
}
@media only screen and (min-width: 1920px) {
  .block.block-employees .items .item .item-media img {
    border-width: 4px;
  }
}
.block.block-employees .items .item .item-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.block.block-employees .items .item .item-content {
  padding-left: 12px;
}
@media only screen and (min-width: 375px) {
  .block.block-employees .items .item .item-content {
    padding-left: calc(12px + 12 * (100vw - 375px) / (1920 - 375));
  }
}
@media only screen and (min-width: 1920px) {
  .block.block-employees .items .item .item-content {
    padding-left: 24px;
  }
}
.block.block-employees .items .item .item-content .item-name {
  font-weight: 700;
  font-family: var(--font-headline);
  color: var(--color-blue-3);
  line-height: 1;
}
.block.block-employees .items .item .item-content .item-name {
  font-size: 18px;
}
@media only screen and (min-width: 375px) {
  .block.block-employees .items .item .item-content .item-name {
    font-size: calc(18px + 14 * (100vw - 375px) / (1920 - 375));
  }
}
@media only screen and (min-width: 1920px) {
  .block.block-employees .items .item .item-content .item-name {
    font-size: 32px;
  }
}
.block.block-employees .items .item .item-content .item-position {
  line-height: 1.2;
}
.block.block-employees .items .item .item-content .item-position {
  font-size: 14px;
}
@media only screen and (min-width: 375px) {
  .block.block-employees .items .item .item-content .item-position {
    font-size: calc(14px + 4 * (100vw - 375px) / (1920 - 375));
  }
}
@media only screen and (min-width: 1920px) {
  .block.block-employees .items .item .item-content .item-position {
    font-size: 18px;
  }
}
.block.block-employees .items .item .item-content .item-position {
  margin-top: 4px;
}
@media only screen and (min-width: 375px) {
  .block.block-employees .items .item .item-content .item-position {
    margin-top: calc(4px + 4 * (100vw - 375px) / (1920 - 375));
  }
}
@media only screen and (min-width: 1920px) {
  .block.block-employees .items .item .item-content .item-position {
    margin-top: 8px;
  }
}

@media (min-width: 768px) {
  .block.block-employees .items {
    display: flex;
    flex-flow: row wrap;
    margin-left: calc(var(--grid-gutter) / 2 * -1);
    margin-right: calc(var(--grid-gutter) / 2 * -1);
  }
  .block.block-employees .items .item {
    width: 1px;
    min-width: calc(100% / var(--grid-columns) * 6 - var(--grid-gutter) - 0.01px);
    margin-right: calc(var(--grid-gutter) / 2);
    margin-left: calc(var(--grid-gutter) / 2);
  }
  .block.block-employees .items .item:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 1366px) {
  .block.block-employees .items {
    display: flex;
    flex-flow: row wrap;
    margin-left: calc(var(--grid-gutter) / 2 * -1);
    margin-right: calc(var(--grid-gutter) / 2 * -1);
  }
  .block.block-employees .items .item {
    width: 1px;
    min-width: calc(100% / var(--grid-columns) * 4 - var(--grid-gutter) - 0.01px);
    margin-right: calc(var(--grid-gutter) / 2);
    margin-left: calc(var(--grid-gutter) / 2);
  }
  .block.block-employees .items .item:nth-child(3) {
    margin-top: 0;
  }
}

/*# sourceMappingURL=view.css.map */
