@keyframes bounceDown {
  0% {
    transform: scale(1, 1) translateX(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateX(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-4px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(6px);
  }
  57% {
    transform: scale(1, 1) translateY(-2px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes bounce2 {
  0% {
    transform: scale(1, 1) translateX(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateX(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateX(-4px);
  }
  50% {
    transform: scale(1.05, 0.95) translateX(2px);
  }
  57% {
    transform: scale(1, 1) translateX(-2px);
  }
  64% {
    transform: scale(1, 1) translateX(0);
  }
  100% {
    transform: scale(1, 1) translateX(0);
  }
}
@keyframes markBlue {
  0% {
    background-size: 0% 100%;
    color: inherit;
  }
  60% {
    color: inherit;
  }
  100% {
    background-size: 100% 100%;
    color: #1967D2;
  }
}
@keyframes markGreen {
  0% {
    background-size: 0% 100%;
  }
  60% {
    color: inherit;
  }
  100% {
    background-size: 100% 100%;
    color: #157c32;
  }
}
@keyframes markOrange {
  0% {
    background-size: 0% 100%;
    color: inherit;
  }
  60% {
    color: inherit;
  }
  100% {
    background-size: 100% 100%;
    color: #e4630a;
  }
}
/* Fonts */
.mekari-offices {
  padding-bottom: 64px;
  padding-top: 64px;
}
.mekari-offices__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  margin: 0 0 8px;
}
.mekari-offices__swiper {
  margin: 0;
  overflow: visible;
}
.mekari-offices__swiper .nav-left,
.mekari-offices__swiper .nav-right {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: #626B79;
  background-image: url("ic-left.webp");
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
  cursor: pointer;
}
.mekari-offices__swiper .nav-left:hover,
.mekari-offices__swiper .nav-right:hover {
  background-color: #4B61DD;
}
.mekari-offices__swiper .nav-right {
  background-image: url("ic-right.webp");
  margin-left: 24px;
}
.mekari-offices__swiper .swiper-pagination {
  display: block;
  position: relative;
  line-height: 24px;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  width: auto;
  padding: 0 24px;
}
.mekari-offices__swiper .swiper-control {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.mekari-offices__swiper .item {
  width: 300px;
}
.mekari-offices__swiper .item__title {
  position: relative;
  z-index: 2;
  color: #FFF;
  padding: 16px 24px;
  align-self: flex-end;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.mekari-offices__swiper .item__box {
  height: 200px;
  display: flex;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.mekari-offices__swiper .item__box:hover {
  text-decoration: none;
  cursor: pointer;
}
.mekari-offices__swiper .item__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
}
.mekari-offices__swiper .item__bg img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mekari-offices__left {
  width: 100%;
  max-width: 364px;
  flex: 0 0 364px;
  padding-right: 64px;
}
.mekari-offices__right {
  width: 100%;
  max-width: calc(100% - 364px);
  flex: 0 0 calc(100% - 364px);
  overflow: hidden;
}
.mekari-offices__box {
  display: flex;
  padding: 64px 0 64px 64px;
  background: #F1F5F9;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .mekari-offices {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .mekari-offices.talenta {
    padding: 0;
  }
  .mekari-offices__swiper {
    max-width: 100%;
  }
  .mekari-offices__swiper .swiper-control {
    justify-content: center;
  }
  .mekari-offices__swiper .item {
    width: 100%;
  }
  .mekari-offices__left, .mekari-offices__right {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  .mekari-offices__right {
    padding-top: 32px;
  }
  .mekari-offices__box {
    padding: 32px;
    display: block;
    border-radius: 0;
  }
  .mekari-offices > .container {
    padding-left: 0;
    padding-right: 0;
  }
}/*# sourceMappingURL=mekari-offices.css.map */