.blockquote {
  text-align: center;
  padding: 60px 0;
  position: relative;
}
.blockquote .swiper {
  overflow: hidden;
}
.blockquote .swiper-pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px auto 0;
}
.blockquote .swiper-pagination,
.blockquote .swiper-pagination-bullet {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blockquote .swiper-pagination-bullet {
  max-width: 60px;
  width: 100%;
  height: 20px;
  cursor: pointer;
}
.blockquote .swiper-pagination-bullet:before {
  background: #c3c3c3;
  content: "";
  border-radius: 0;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  opacity: 0.5;
}
.blockquote .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.blockquote .swiper-pagination-bullet-active:before {
  background: #fff;
  opacity: 1;
}
.blockquote_bg-gray .swiper-pagination-bullet:before {
  opacity: 1;
}
.blockquote_bg-gray .swiper-pagination-bullet-active:before {
  background: #000;
}
@media (min-width: 1200px) {
  .blockquote {
    padding: 160px 0;
  }
}
@media (min-width: 1501px) {
  .blockquote {
    padding: 200px 0;
  }
}
.blockquote_bg-black {
  color: #fff;
}
.blockquote_bg-black .blockquote__bg {
  background-color: #1c1c1c;
}
.blockquote_bg-black .blockquote__inner {
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .blockquote_bg-black .blockquote__inner {
    padding-top: 40px;
  }
}
.blockquote_bg-black .blockquote__author {
  color: #999;
}
.blockquote__bg {
  position: absolute;
  top: -1px;
  left: calc(50% - 50vw);
  width: 100vw;
  height: calc(100% + 2px);
  background-color: #f5f7f8;
}
.blockquote__img-wrapper {
  margin: 0 auto 20px;
  width: 165px;
  height: 50px;
}
.blockquote__inner {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  max-width: 460px;
}
@media (min-width: 1200px) {
  .blockquote__inner {
    max-width: 790px;
    padding-top: 40px;
  }
}
.blockquote__inner img {
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .blockquote__inner img {
    max-width: 132px;
    max-height: 40px;
  }
}
@media (min-width: 1200px) {
  .blockquote__inner img {
    max-width: 165px;
    max-height: 50px;
    margin: 0 auto 40px;
  }
}
@media (min-width: 1501px) {
  .blockquote__inner img {
    margin: 0 auto 50px;
  }
}
.blockquote__text {
  margin-bottom: 20px;
  font-style: oblique;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 1.33333;
  color: inherit;
}
@media (min-width: 1200px) {
  .blockquote__text {
    margin-bottom: 40px;
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: 400;
  }
}
.blockquote__author {
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  font-size: 1.8rem;
  line-height: 1.66667;
  max-width: 250px;
  display: block;
  margin: 0 auto;
  color: inherit;
}
@media (min-width: 768px) {
  .blockquote__author {
    font-size: 1.4rem;
    line-height: 1.57143;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .blockquote__author {
    font-size: 1.8rem;
    line-height: 1.66667;
  }
}
.categories__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-wrapper,
.mabbly-search-results {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 43px;
}
@media (min-width: 768px) {
  .blog-wrapper,
  .mabbly-search-results {
    max-width: 580px;
    padding-bottom: 90px;
  }
}
@media (min-width: 993px) {
  .blog-wrapper,
  .mabbly-search-results {
    max-width: 770px;
    padding-bottom: 150px;
  }
}
@media (min-width: 1501px) {
  .blog-wrapper,
  .mabbly-search-results {
    max-width: 1070px;
    padding-bottom: 190px;
  }
}
.mabbly-search-results .controls .search-form {
  visibility: visible;
}
.posts-grid {
  padding: 45px 0 0;
}
@media (min-width: 768px) {
  .posts-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 56px 0 0;
  }
}
.posts-grid .post {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .posts-grid .post {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .posts-grid .post {
    margin-bottom: 80px;
  }
}
@media (min-width: 1501px) {
  .posts-grid .post {
    margin-bottom: 120px;
  }
}
.posts-grid .post__poster {
  position: relative;
  padding-top: 56%;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
}
.posts-grid .post__poster:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
@media (min-width: 1200px) {
  .posts-grid .post__poster {
    margin-bottom: 20px;
  }
}
@media (min-width: 1501px) {
  .posts-grid .post__poster {
    margin-bottom: 25px;
  }
}
.posts-grid .post__poster img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.posts-grid .post__mask {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.24);
}
.posts-grid .post__link,
.posts-grid .post__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.posts-grid .post__link {
  z-index: 3;
  display: block;
}
.posts-grid .post__info {
  width: 100%;
  max-width: 295px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .posts-grid .post__info {
    padding-right: 11px;
  }
}
@media (min-width: 1200px) {
  .posts-grid .post__info {
    padding-right: 15px;
  }
}
@media (min-width: 1501px) {
  .posts-grid .post__info {
    padding-right: 30px;
  }
}
.posts-grid .post__entry-meta {
  margin-bottom: 15px;
  font-size: 1.2rem;
  line-height: 1.66667;
  font-weight: 500;
  text-transform: uppercase;
  color: #999;
}
@media (min-width: 1501px) {
  .posts-grid .post__entry-meta {
    font-size: 1.4rem;
    line-height: 1.85714;
  }
}
.posts-grid .post__entry-title {
  margin: 0;
}
.posts-grid .post__entry-title a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .posts-grid .post.style-regular {
    width: calc(50% - 3px);
    text-align: left;
  }
}
@media (min-width: 768px) {
  .posts-grid .post.style-regular .post__info {
    max-width: none;
  }
}
.posts-grid .post.style-wide {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media (min-width: 768px) {
  .posts-grid .post.style-wide {
    width: 100%;
    margin-left: 0;
  }
}
.posts-grid .post.style-wide .post__poster {
  padding-top: 65.5%;
  margin: 0;
}
@media (min-width: 768px) {
  .posts-grid .post.style-wide .post__poster {
    padding-top: 56%;
  }
}
.posts-grid .post.style-wide .post__info {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 320px;
  padding: 0;
}
@media (min-width: 768px) {
  .posts-grid .post.style-wide .post__info {
    max-width: 420px;
  }
}
@media (min-width: 1501px) {
  .posts-grid .post.style-wide .post__info {
    max-width: 510px;
  }
}
.posts-grid .post.style-wide .post__entry-meta {
  color: #fff;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .posts-grid .post.style-wide .post__entry-meta {
    margin-bottom: 15px;
  }
}
@media (min-width: 1501px) {
  .posts-grid .post.style-wide .post__entry-meta {
    margin-bottom: 20px;
  }
}
.posts-grid .post.style-wide .post__author {
  margin-right: 3px;
}
.posts-grid .post.style-wide .post__time-to-read {
  margin-left: 3px;
}
.posts-grid .post.style-wide .post__entry-title,
.posts-grid .post.style-wide .post__entry-title a,
.posts-grid .post.style-wide .post__entry-title a:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .controls {
    padding: 28px 0;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .controls {
    padding: 50px 0;
  }
}
@media (min-width: 1501px) {
  .controls {
    padding: 62px 0 72px;
  }
}
.controls__wrapper {
  width: 200%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: relative;
}
.controls .search-form {
  white-space: nowrap;
  -webkit-box-flex: 50%;
  -ms-flex: 50% 0 0px;
  flex: 50% 0 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .controls .search-form {
    padding: 8px 0;
  }
}
.controls .search-field {
  padding: 0;
  border: none;
  font-size: 1.8rem;
  line-height: 1.66667;
  color: #1c1c1c;
}
@media (min-width: 1200px) {
  .controls .search-field {
    font-size: 2.2rem;
    line-height: 1.36364;
  }
}
@media (min-width: 1501px) {
  .controls .search-field {
    line-height: 38px;
  }
}
.controls .search-field::-webkit-input-placeholder {
  color: #7e7e7e;
}
.controls .search-field::-moz-placeholder {
  color: #7e7e7e;
}
.controls .search-field::-ms-input-placeholder {
  color: #7e7e7e;
}
.controls .search-field::placeholder {
  color: #7e7e7e;
}
.controls .search-submit {
  display: none;
}
.controls .show-search {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/web/20230131060004im_/https://www.mabbly.com/wp-content/themes/mabbly2020/build/images/search-icon.svg)
    transparent 50% no-repeat;
  background-size: 19px 19px;
  font-size: 0;
  color: transparent;
  border: none;
  padding: 0;
  position: absolute;
  right: calc(50% - 5px);
  top: 0;
  z-index: 1;
  outline: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .controls .show-search {
    top: 9px;
  }
}
@media (min-width: 1200px) {
  .controls .show-search {
    background-size: 22px 22px;
    right: calc(50% - 2px);
  }
}
@media (min-width: 1501px) {
  .controls .show-search {
    top: 14px;
    background-size: 24px 24px;
    right: 50%;
  }
}
.controls.search-active {
  overflow: hidden;
}
.controls.search-active .controls__wrapper {
  -webkit-transform: translate3d(-50%, 0, 1px);
  transform: translate3d(-50%, 0, 1px);
}
.controls.search-active .search-form {
  visibility: visible;
}
.categories {
  -webkit-box-flex: 50%;
  -ms-flex: 50% 0 0px;
  flex: 50% 0 0;
}
.categories__holder {
  position: relative;
  display: inline-block;
  width: auto;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .categories__holder {
    display: block;
  }
}
.categories__opener {
  position: relative;
  border: none;
  background-color: transparent;
  padding: 0 27px 0 0;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.66667;
}
@media (min-width: 768px) {
  .categories__opener {
    display: none;
  }
}
.categories__opener:after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: calc(50% - 2px);
  right: 2px;
  z-index: 1;
  border-radius: 0;
  border: solid #1c1c1c;
  border-width: 0 1px 1px 0;
  -webkit-transform-origin: 65% 65%;
  -ms-transform-origin: 65% 65%;
  transform-origin: 65% 65%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.categories__opener.is-active:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.categories__list {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 4;
  background-color: #fff;
  width: 280px;
  padding: 25px 20px;
  border: 1px solid #1c1c1c;
}
@media (min-width: 360px) {
  .categories__list {
    width: 320px;
  }
}
@media (min-width: 768px) {
  .categories__list {
    display: block !important;
    position: static;
    font-size: 0;
    padding: 0;
    width: auto;
    border: none;
  }
}
.categories__list li {
  font-size: 1.8rem;
  line-height: 1.66667;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
}
.categories__list li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .categories__list li {
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 0;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
  }
}
@media (min-width: 1200px) {
  .categories__list li {
    margin-right: 50px;
  }
}
@media (min-width: 1501px) {
  .categories__list li {
    font-size: 2.2rem;
    line-height: 1.72727;
    margin-right: 60px;
  }
}
.categories__list li:after {
  content: "";
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #1c1c1c;
  z-index: 1;
  display: block;
}
.categories__list li.current-cat,
.categories__list li:hover {
  background-color: #f5f7f8;
}
@media (min-width: 768px) {
  .categories__list li.current-cat,
  .categories__list li:hover {
    background: none;
  }
}
@media (min-width: 768px) {
  .categories__list li.current-cat:after,
  .categories__list li:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.categories__list li:last-child {
  margin: 0;
}
.categories__list a {
  display: block;
  text-decoration: none;
}
@media (min-width: 768px) {
  .categories__list a {
    padding: 8px 0;
  }
}
.categories__list a.current {
  background-color: #f5f7f8;
}
@media (min-width: 768px) {
  .categories__list a.current {
    background: none;
  }
}
.categories__list a.current:after {
  content: "";
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #1c1c1c;
  z-index: 1;
  display: block;
}
@media (min-width: 768px) {
  .categories__list a.current:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.group-blog:not(.category) .cat-item-all {
  background-color: #f5f7f8;
}
@media (min-width: 768px) {
  .group-blog:not(.category) .cat-item-all {
    background: none;
  }
  .group-blog:not(.category) .cat-item-all:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.nav-links {
  text-align: center;
  padding: 17px 70px 60px;
  font-size: 0;
  position: relative;
  border-top: 2px solid #1c1c1c;
}
@media (min-width: 768px) {
  .nav-links {
    padding: 10px 70px;
  }
}
.nav-links a,
.nav-links span {
  text-decoration: none;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.28571;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.nav-links a:after,
.nav-links span:after {
  content: "";
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #1c1c1c;
  z-index: 1;
  display: block;
}
@media (min-width: 1200px) {
  .nav-links a,
  .nav-links span {
    font-size: 1.8rem;
    line-height: 1.66667;
  }
}
.nav-links a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.nav-links .next,
.nav-links .prev {
  position: absolute;
  top: 16px;
  font-size: 1.8rem;
  line-height: 1.33333;
  padding-bottom: 3px;
}
@media (min-width: 768px) {
  .nav-links .next,
  .nav-links .prev {
    top: 9px;
  }
}
@media (min-width: 1200px) {
  .nav-links .next,
  .nav-links .prev {
    font-size: 2.5rem;
    line-height: 1.28;
    top: 10px;
    padding-bottom: 6px;
  }
}
.nav-links .prev {
  left: 0;
}
.nav-links .next {
  right: 0;
}
.nav-links .page-numbers.current:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.nav-links .page-numbers:not(.next):not(.prev) {
  padding: 4px 5px;
  margin: 0 5px;
}
.call-to-action {
  padding: 80px 0 60px;
  text-align: center;
}
@media (min-width: 768px) {
  .call-to-action {
    padding: 120px 0 80px;
  }
}
@media (min-width: 1200px) {
  .call-to-action {
    padding: 180px 0 100px;
  }
}
@media (min-width: 1501px) {
  .call-to-action {
    padding: 250px 0 150px;
  }
}
.call-to-action__inner {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-decoration: none;
}
@media (min-width: 768px) {
  .call-to-action__inner {
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  .call-to-action__inner {
    max-width: 570px;
  }
}
@media (min-width: 1501px) {
  .call-to-action__inner {
    max-width: 790px;
  }
}
.call-to-action__subheading {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .call-to-action__subheading {
    margin-bottom: 20px;
  }
}
@media (min-width: 1501px) {
  .call-to-action__subheading {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 900;
  }
}
@media (min-width: 1200px) {
  .call-to-action__title {
    margin-bottom: 30px;
  }
}
@media (min-width: 1501px) {
  .call-to-action__title {
    margin-bottom: 40px;
  }
}
.cta-arrow {
  width: 45px;
  height: 19px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .cta-arrow {
    width: 52px;
    height: 25px;
  }
}
.cta-arrow__inner {
  width: 200%;
  height: 100%;
  margin-left: -100%;
  white-space: nowrap;
  font-size: 0;
  letter-spacing: 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.cta-arrow__icon {
  width: 50%;
  height: 100%;
  padding: 0 10px;
  display: inline-block;
}
.cta-arrow__icon svg {
  width: 100%;
  height: 100%;
}
.cta-arrow-wrap:hover .cta-arrow__inner {
  -webkit-transform: translate3d(50%, 0, 1px);
  transform: translate3d(50%, 0, 1px);
}
.case-blockquote {
  position: relative;
  padding: 100px 0;
}
@media (min-width: 768px) {
  .case-blockquote {
    padding: 233px 0;
  }
}
@media (min-width: 1200px) {
  .case-blockquote {
    padding: 205px 0;
  }
}
@media (min-width: 1501px) {
  .case-blockquote {
    padding: 318px 0;
  }
}
.case-blockquote__bg {
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  display: block;
  z-index: 1;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.case-blockquote__wrap {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .case-blockquote__wrap {
    max-width: 700px;
  }
}
@media (min-width: 1200px) {
  .case-blockquote__wrap {
    max-width: 1170px;
  }
}
@media (min-width: 1501px) {
  .case-blockquote__wrap {
    max-width: 1350px;
  }
}
.case-blockquote__inner {
  margin: 0;
  text-align: center;
}
.case-blockquote__text {
  font-size: 1.8rem;
  line-height: 2.05556;
  font-weight: 300;
  margin-bottom: 42px;
  position: relative;
}
@media (min-width: 768px) {
  .case-blockquote__text {
    line-height: 32px;
    margin-bottom: 62px;
  }
}
@media (min-width: 1200px) {
  .case-blockquote__text {
    font-size: 2.5rem;
    line-height: 1.48;
    margin-bottom: 82px;
  }
}
.case-blockquote__text:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  top: calc(100% + 20px);
  left: calc(50% - 50px);
  background-color: #dfdfdf;
  z-index: 1;
}
@media (min-width: 768px) {
  .case-blockquote__text:after {
    top: calc(100% + 30px);
  }
}
@media (min-width: 1200px) {
  .case-blockquote__text:after {
    top: calc(100% + 40px);
  }
}
.case-blockquote__author {
  display: block;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.88889;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 768px) {
  .case-blockquote__author {
    max-width: 643px;
  }
}
@media (min-width: 1200px) {
  .case-blockquote__author {
    font-size: 2.5rem;
    line-height: 1.36;
  }
}
.case .featured-image__inner {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.case .featured-image img {
  width: 100%;
  height: auto;
  display: block;
}
.case + .single-post-pagination:before {
  display: none;
}
.case-fullwidth-images {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.case-fullwidth-images .picture-img {
  position: relative;
  padding-top: 94%;
  display: block;
}
@media (min-width: 768px) {
  .case-fullwidth-images .picture-img {
    padding-top: 46.875%;
  }
}
.case-fullwidth-images .picture-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.case-block-margin + .case-block-margin {
  margin-top: 4px;
}
@media (min-width: 1501px) {
  .case-block-margin + .case-block-margin {
    margin-top: 6px;
  }
}
.case-media {
  position: relative;
  padding: 60px 0;
}
.case-media__bg {
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  display: block;
  z-index: 1;
}
.case-media__wrap {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.case-media__title {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .case-media__title {
    margin-bottom: 50px;
  }
}
@media (min-width: 1501px) {
  .case-media__title {
    margin-bottom: 80px;
  }
}
.case-media .picture-img {
  display: block;
}
.case-media .picture-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .case-media_image {
    padding: 26px 0;
  }
}
@media (min-width: 1200px) {
  .case-media_image {
    padding: 112px 0;
  }
}
@media (min-width: 1501px) {
  .case-media_image {
    padding: 150px 0;
  }
}
.case-media_image .case-media__wrap {
  max-width: 685px;
}
@media (min-width: 1200px) {
  .case-media_image .case-media__wrap {
    max-width: 1010px;
  }
}
@media (min-width: 1501px) {
  .case-media_image .case-media__wrap {
    max-width: 1344px;
  }
}
@media (min-width: 768px) {
  .case-media_embed {
    padding: 100px 0;
  }
}
@media (min-width: 1200px) {
  .case-media_embed {
    padding: 160px 0;
  }
}
@media (min-width: 1501px) {
  .case-media_embed {
    padding: 200px 0;
  }
}
.case-media_embed .case-media__wrap {
  max-width: 640px;
}
@media (min-width: 1200px) {
  .case-media_embed .case-media__wrap {
    max-width: 974px;
  }
}
@media (min-width: 1501px) {
  .case-media_embed .case-media__wrap {
    max-width: 1360px;
  }
}
.case-media_embed .case-media__holder {
  position: relative;
  width: 100%;
}
.case-media_embed iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.case-media_embed:last-child {
  padding-bottom: 0;
}
.case-media_with_heading {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .case-media_with_heading {
    padding: 100px 0;
  }
}
@media (min-width: 1200px) {
  .case-media_with_heading {
    padding: 160px 0;
    max-width: 970px;
  }
}
@media (min-width: 1501px) {
  .case-media_with_heading {
    padding: 200px 0;
    max-width: 1350px;
  }
}
@media (min-width: 768px) {
  .case-media.case-layout_wide {
    padding: 100px 0;
  }
}
@media (min-width: 1200px) {
  .case-media.case-layout_wide {
    padding: 160px 0;
  }
}
@media (min-width: 1501px) {
  .case-media.case-layout_wide {
    padding: 200px 0;
  }
}
@media (min-width: 1200px) {
  .case-media.case-layout_wide .case-media__wrap {
    max-width: none;
  }
}
.case-media_with_heading + .case-media_with_heading,
.case-media_with_heading + .case-media_with_heading + .case-media_with_heading,
.case-media_with_heading
  + .case-media_with_heading
  + .case-media_with_heading
  + .case-media_with_heading {
  margin-top: -20px;
  border-top: 1px solid #c3c3c3;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .case-media_with_heading + .case-media_with_heading,
  .case-media_with_heading
    + .case-media_with_heading
    + .case-media_with_heading,
  .case-media_with_heading
    + .case-media_with_heading
    + .case-media_with_heading
    + .case-media_with_heading {
    margin-top: -40px;
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .case-media_with_heading + .case-media_with_heading,
  .case-media_with_heading
    + .case-media_with_heading
    + .case-media_with_heading,
  .case-media_with_heading
    + .case-media_with_heading
    + .case-media_with_heading
    + .case-media_with_heading {
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media (min-width: 1501px) {
  .case-media_with_heading + .case-media_with_heading,
  .case-media_with_heading
    + .case-media_with_heading
    + .case-media_with_heading,
  .case-media_with_heading
    + .case-media_with_heading
    + .case-media_with_heading
    + .case-media_with_heading {
    padding-top: 120px;
  }
}
.case-two-cols-with-image {
  position: relative;
  padding: 60px 0;
}
@media (min-width: 768px) {
  .case-two-cols-with-image {
    padding: 70px 0;
  }
}
@media (min-width: 1200px) {
  .case-two-cols-with-image {
    padding: 130px 0;
  }
}
@media (min-width: 1501px) {
  .case-two-cols-with-image {
    padding: 160px 0;
  }
}
.case-two-cols-with-image__bg {
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  z-index: 1;
}
.case-two-cols-with-image__row {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .case-two-cols-with-image__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.case-two-cols-with-image__col {
  position: relative;
}
.case-two-cols-with-image__col:first-child {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .case-two-cols-with-image__col:first-child {
    margin: 0;
  }
}
.case-two-cols-with-image__col:last-child {
  position: relative;
}
.case-two-cols-with-image__col:last-child img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.case-two-cols-with-image__title {
  margin: 0;
}
.case-two-cols-with-image__title + .case-two-cols-with-image__desc {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .case-two-cols-with-image__title + .case-two-cols-with-image__desc {
    margin-top: 30px;
  }
}
@media (min-width: 1501px) {
  .case-two-cols-with-image__title + .case-two-cols-with-image__desc {
    margin-top: 40px;
  }
}
.case-two-cols-with-image__desc p:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .case-two-cols-with-image.layout-image-left .case-two-cols-with-image__row {
    max-width: 872px;
  }
}
@media (min-width: 1501px) {
  .case-two-cols-with-image.layout-image-left .case-two-cols-with-image__row {
    max-width: 1208px;
  }
}
@media (min-width: 768px) {
  .case-two-cols-with-image.layout-image-left
    .case-two-cols-with-image__col:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 82%;
    -ms-flex: 82% 0 0px;
    flex: 82% 0 0;
  }
}
@media (min-width: 1200px) {
  .case-two-cols-with-image.layout-image-left
    .case-two-cols-with-image__col:first-child {
    -webkit-box-flex: 66%;
    -ms-flex: 66% 0 0px;
    flex: 66% 0 0;
  }
}
@media (min-width: 1501px) {
  .case-two-cols-with-image.layout-image-left
    .case-two-cols-with-image__col:first-child {
    -webkit-box-flex: 53%;
    -ms-flex: 53% 0 0px;
    flex: 53% 0 0;
  }
}
.case-two-cols-with-image.layout-image-left
  .case-two-cols-with-image__col:last-child {
  padding-top: 82%;
}
@media (min-width: 768px) {
  .case-two-cols-with-image.layout-image-left
    .case-two-cols-with-image__col:last-child {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 18%;
    -ms-flex: 18% 0 0px;
    flex: 18% 0 0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .case-two-cols-with-image.layout-image-left
    .case-two-cols-with-image__col:last-child {
    -webkit-box-flex: 34%;
    -ms-flex: 34% 0 0px;
    flex: 34% 0 0;
  }
}
@media (min-width: 1501px) {
  .case-two-cols-with-image.layout-image-left
    .case-two-cols-with-image__col:last-child {
    -webkit-box-flex: 47%;
    -ms-flex: 47% 0 0px;
    flex: 47% 0 0;
  }
}
.case-two-cols-with-image.layout-image-left
  .case-two-cols-with-image__col:last-child
  img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 768px) {
  .case-two-cols-with-image.layout-image-left
    .case-two-cols-with-image__col:last-child
    img {
    position: static;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (min-width: 1200px) {
  .case-two-cols-with-image.layout-image-left
    .case-two-cols-with-image__col:last-child
    img {
    max-height: 420px;
  }
}
@media (min-width: 1501px) {
  .case-two-cols-with-image.layout-image-left
    .case-two-cols-with-image__col:last-child
    img {
    margin-left: 70px;
    max-height: 600px;
  }
}
@media (min-width: 768px) {
  .case-two-cols-with-image.layout-image-left
    .case-two-cols-with-image__content {
    padding-left: 42px;
  }
}
@media (min-width: 768px) {
  .case-two-cols-with-image.layout-image-right .case-two-cols-with-image__row {
    max-width: 622px;
  }
}
@media (min-width: 1200px) {
  .case-two-cols-with-image.layout-image-right .case-two-cols-with-image__row {
    max-width: 1000px;
  }
}
@media (min-width: 1501px) {
  .case-two-cols-with-image.layout-image-right .case-two-cols-with-image__row {
    max-width: 1350px;
  }
}
@media (min-width: 768px) {
  .case-two-cols-with-image.layout-image-right
    .case-two-cols-with-image__col:first-child {
    -webkit-box-flex: 36.5%;
    -ms-flex: 36.5% 0 0px;
    flex: 36.5% 0 0;
  }
}
@media (min-width: 1501px) {
  .case-two-cols-with-image.layout-image-right
    .case-two-cols-with-image__col:first-child {
    -webkit-box-flex: 37.4%;
    -ms-flex: 37.4% 0 0px;
    flex: 37.4% 0 0;
  }
}
@media (min-width: 768px) {
  .case-two-cols-with-image.layout-image-right
    .case-two-cols-with-image__col:last-child {
    -webkit-box-flex: 63.5%;
    -ms-flex: 63.5% 0 0px;
    flex: 63.5% 0 0;
  }
}
@media (min-width: 1501px) {
  .case-two-cols-with-image.layout-image-right
    .case-two-cols-with-image__col:last-child {
    -webkit-box-flex: 62.6%;
    -ms-flex: 62.6% 0 0px;
    flex: 62.6% 0 0;
  }
}
.case-two-cols-with-image.layout-image-right
  .case-two-cols-with-image__col:last-child
  img {
  width: 100%;
}
@media (min-width: 768px) {
  .case-two-cols-with-image.layout-image-right
    .case-two-cols-with-image__content {
    padding-right: 30px;
  }
}
.case-two-cols__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.case-two-cols {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .case-two-cols {
    padding: 100px 0;
  }
}
@media (min-width: 1200px) {
  .case-two-cols {
    padding: 160px 0;
    max-width: 970px;
    margin: 0 auto;
  }
}
@media (min-width: 1501px) {
  .case-two-cols {
    padding: 200px 0;
    max-width: 1350px;
  }
}
.case-two-cols__row {
  width: 100%;
}
@media (min-width: 768px) {
  .case-two-cols__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.case-two-cols__col {
  width: 100%;
}
@media (min-width: 768px) {
  .case-two-cols__col {
    -webkit-box-flex: 50%;
    -ms-flex: 50% 0 0px;
    flex: 50% 0 0;
  }
}
.case-two-cols__col:first-child {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .case-two-cols__col:first-child {
    margin: 0;
  }
}
.case-two-cols__title {
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .case-two-cols__title {
    padding-right: 50px;
  }
}
.case-two-cols__title br {
  display: none;
}
@media (min-width: 768px) {
  .case-two-cols__title br {
    display: block;
  }
}
.case-two-cols__list {
  padding-top: 20px;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.33333;
  width: 100%;
}
@media (min-width: 768px) {
  .case-two-cols__list {
    padding-top: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .case-two-cols__list {
    font-size: 2.5rem;
    line-height: 1.28;
    margin-bottom: 50px;
  }
}
@media (min-width: 1501px) {
  .case-two-cols__list {
    margin-bottom: 56px;
  }
}
.case-two-cols__list-item {
  padding: 10px 0 11px;
  border-bottom: 1px solid #1c1c1c;
}
@media (min-width: 1200px) {
  .case-two-cols__list-item {
    padding: 10px 0;
  }
}
.case-two-cols__list-item:first-child {
  padding-top: 0;
}
.case-two-cols__desc {
  width: 100%;
}
@media (min-width: 1200px) {
  .case-two-cols__desc {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media (min-width: 1501px) {
  .case-two-cols__desc {
    font-size: 2rem;
    line-height: 1.7;
  }
}
.case-two-cols__desc p:last-child {
  margin: 0;
}
.case-two-cols + .case-two-cols,
.case-two-cols + .case-two-cols + .case-two-cols,
.case-two-cols + .case-two-cols + .case-two-cols + .case-two-cols,
.case-two-cols
  + .case-two-cols
  + .case-two-cols
  + .case-two-cols
  + .case-two-cols {
  margin-top: -20px;
  border-top: 1px solid #c3c3c3;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .case-two-cols + .case-two-cols,
  .case-two-cols + .case-two-cols + .case-two-cols,
  .case-two-cols + .case-two-cols + .case-two-cols + .case-two-cols,
  .case-two-cols
    + .case-two-cols
    + .case-two-cols
    + .case-two-cols
    + .case-two-cols {
    margin-top: -40px;
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .case-two-cols + .case-two-cols,
  .case-two-cols + .case-two-cols + .case-two-cols,
  .case-two-cols + .case-two-cols + .case-two-cols + .case-two-cols,
  .case-two-cols
    + .case-two-cols
    + .case-two-cols
    + .case-two-cols
    + .case-two-cols {
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media (min-width: 1501px) {
  .case-two-cols + .case-two-cols,
  .case-two-cols + .case-two-cols + .case-two-cols,
  .case-two-cols + .case-two-cols + .case-two-cols + .case-two-cols,
  .case-two-cols
    + .case-two-cols
    + .case-two-cols
    + .case-two-cols
    + .case-two-cols {
    padding-top: 120px;
  }
}
.case-two-images {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media (min-width: 768px) {
  .case-two-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.case-two-images__col {
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .case-two-images__col {
    -ms-flex-preferred-size: calc(50% - 2px);
    flex-basis: calc(50% - 2px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 1501px) {
  .case-two-images__col {
    -ms-flex-preferred-size: calc(50% - 3px);
    flex-basis: calc(50% - 3px);
  }
}
.case-two-images__col:first-child {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .case-two-images__col:first-child {
    margin: 0;
  }
}
.case-two-images__poster {
  position: relative;
  padding-top: 94%;
}
.case-two-images__poster img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.collapse {
  position: relative;
  padding: 60px 0;
  -moz-text-align-last: left;
  text-align-last: left;
}
@media (min-width: 768px) {
  .collapse {
    padding: 100px 0;
  }
}
@media (min-width: 1200px) {
  .collapse {
    padding: 160px 0;
  }
}
@media (min-width: 1501px) {
  .collapse {
    padding: 200px 0;
  }
}
.collapse__bg {
  position: absolute;
  z-index: 1;
  background-color: #f5f7f8;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc(50% - 50vw);
}
.collapse__content {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 580px;
}
@media (min-width: 1200px) {
  .collapse__content {
    max-width: 770px;
  }
}
@media (min-width: 1501px) {
  .collapse__content {
    max-width: 1070px;
  }
}
.collapse__subheading {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .collapse__subheading {
    margin-bottom: 20px;
  }
}
@media (min-width: 1501px) {
  .collapse__subheading {
    margin-bottom: 30px;
  }
}
.collapse__title {
  margin-bottom: 0;
}
.collapse__head {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .collapse__head {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .collapse__head {
    margin-bottom: 64px;
  }
}
@media (min-width: 1501px) {
  .collapse__head {
    margin-bottom: 70px;
  }
}
.collapse-block__opener {
  display: block;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid rgba(28, 28, 28, 0.2);
  width: 100%;
  padding: 21px 30px 20px 0;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.33333;
  position: relative;
  cursor: pointer;
  text-align: left;
}
.collapse-block__opener:active,
.collapse-block__opener:focus {
  outline: none;
}
@media (min-width: 1200px) {
  .collapse-block__opener {
    font-size: 2.5rem;
    line-height: 1.28;
    padding: 20px 30px 20px 0;
  }
}
@media (min-width: 1501px) {
  .collapse-block__opener {
    padding: 30px 30px 30px 0;
  }
}
.collapse-block__list {
  display: none;
  padding: 40px 0 41px;
  border-radius: 0;
  border-bottom: 2px solid rgba(28, 28, 28, 0.2);
}
@media (min-width: 1200px) {
  .collapse-block__list {
    padding: 58px 0 60px;
  }
}
@media (min-width: 768px) {
  .collapse-block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .collapse-block__inner {
    padding-right: 30px;
  }
}
@media (min-width: 1501px) {
  .collapse-block__inner {
    padding-right: 65px;
  }
}
.collapse-block__arrow {
  position: absolute;
  top: calc(50% - 10px);
  right: -1px;
  width: 11px;
  height: 17px;
  -webkit-transform-origin: 50% 60%;
  -ms-transform-origin: 50% 60%;
  transform-origin: 50% 60%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 1200px) {
  .collapse-block__arrow {
    width: 14px;
    height: 26px;
    top: calc(50% - 12px);
  }
}
.collapse-block__arrow svg {
  width: 100%;
  height: 100%;
}
.collapse-block.is-open .collapse-block__arrow {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.collapse-item {
  margin-bottom: 41px;
}
@media (min-width: 768px) {
  .collapse-item {
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .collapse-item {
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    margin-bottom: 58px;
  }
}
@media (min-width: 1501px) {
  .collapse-item {
    -ms-flex-preferred-size: calc(50% - 57px);
    flex-basis: calc(50% - 57px);
  }
}
.collapse-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .collapse-item:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.collapse-item__title {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .collapse-item__title {
    margin-bottom: 22px;
  }
}
.collapse-item__text {
  margin: 0;
}
.contact-us {
  padding: 60px 0;
  position: relative;
  color: #fff;
}
@media (min-width: 768px) {
  .contact-us {
    padding: 100px 0;
  }
}
@media (min-width: 1200px) {
  .contact-us {
    padding: 158px 0 166px;
  }
}
@media (min-width: 1501px) {
  .contact-us {
    padding: 198px 0 200px;
  }
}
.contact-us:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  background-color: #000;
}
.contact-us .container {
  position: relative;
  z-index: 1;
}
.contact-us__title {
  margin: 0 0 40px;
}
@media (min-width: 1200px) {
  .contact-us__title {
    margin: 0 0 53px;
  }
}
@media (min-width: 1501px) {
  .contact-us__title {
    margin: 0 0 104px;
  }
}
@media (min-width: 768px) {
  .contact-us__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.contact-us__col {
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .contact-us__col {
    margin: 0;
    -webkit-box-flex: 50%;
    -ms-flex: 50% 0 0px;
    flex: 50% 0 0;
    padding: 0 10px 0 0;
  }
}
@media (min-width: 1200px) {
  .contact-us__col {
    padding: 0 15px 0 0;
  }
}
@media (min-width: 1501px) {
  .contact-us__col {
    padding: 0 25px 0 0;
  }
}
.contact-us__col + .contact-us__col {
  margin: 0;
}
@media (min-width: 768px) {
  .contact-us__col + .contact-us__col {
    padding: 0 0 0 10px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .contact-us__col + .contact-us__col {
    padding: 0 0 0 15px;
  }
}
@media (min-width: 768px) and (min-width: 1501px) {
  .contact-us__col + .contact-us__col {
    padding: 0 0 0 25px;
  }
}
.contact-us__col p {
  margin: 0;
}
.contact-us__col br {
  content: "A";
  display: block;
  height: 40px;
}
@media (min-width: 1200px) {
  .contact-us__col br {
    height: 50px;
  }
}
.contact-us__col br + br {
  display: none;
}
.contact-us .gform_wrapper .gform_footer {
  margin: 0;
  overflow: hidden;
}
.contact-us .gform_wrapper .gform_footer:before {
  width: calc(100% - 50px);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-transform: translateX(-100%) translateX(27px) translateY(0)
    translateZ(1px);
  transform: translateX(-100%) translateX(27px) translateY(0) translateZ(1px);
}
.contact-us .gform_wrapper .gform_footer:after {
  right: 10px;
  -webkit-transform-origin: 65% 50%;
  -ms-transform-origin: 65% 50%;
  transform-origin: 65% 50%;
}
.contact-us .gform_wrapper .gform_footer .button {
  padding: 0 50px 0 0;
}
.contact-us .gform_wrapper .gform_footer:hover:before {
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}
.contact-us .gform_wrapper textarea {
  overflow: auto;
}
@media (min-width: 768px) {
  .contact-us .gform_wrapper textarea {
    min-height: 131px;
    height: 131px;
  }
}
@media (min-width: 1200px) {
  .contact-us .gform_wrapper textarea {
    min-height: 154px;
    height: 154px;
  }
}
@-webkit-keyframes form-emoji-hover {
  0% {
    -webkit-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
  }
  25% {
    -webkit-transform: rotate(20deg) translateY(-50%);
    transform: rotate(20deg) translateY(-50%);
  }
  50% {
    -webkit-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
  }
  75% {
    -webkit-transform: rotate(-20deg) translateY(-50%);
    transform: rotate(-20deg) translateY(-50%);
  }
  to {
    -webkit-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
  }
}
@keyframes form-emoji-hover {
  0% {
    -webkit-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
  }
  25% {
    -webkit-transform: rotate(20deg) translateY(-50%);
    transform: rotate(20deg) translateY(-50%);
  }
  50% {
    -webkit-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
  }
  75% {
    -webkit-transform: rotate(-20deg) translateY(-50%);
    transform: rotate(-20deg) translateY(-50%);
  }
  to {
    -webkit-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
  }
}
.featured-cases {
  position: relative;
  overflow: hidden;
  margin: 0 -9999px 62px;
  padding: 0 9999px;
}
@media (min-width: 768px) {
  .featured-cases {
    margin-bottom: 82px;
  }
}
@media (min-width: 1200px) {
  .featured-cases {
    margin-bottom: 102px;
  }
}
@media (min-width: 1501px) {
  .featured-cases {
    margin-bottom: 152px;
  }
}
.featured-cases__description {
  position: relative;
  z-index: 1;
  margin: 0 0 60px;
}
@media (min-width: 768px) {
  .featured-cases__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 43px;
  }
}
@media (min-width: 1200px) {
  .featured-cases__description {
    margin: 0 0 62px;
  }
}
@media (min-width: 1501px) {
  .featured-cases__description {
    margin: 0 0 104px;
  }
}
.featured-cases__description__title {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .featured-cases__description__title {
    width: 50%;
    padding: 0 90px 0 0;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .featured-cases__description__title {
    padding: 0 45px 0 0;
  }
}
@media (min-width: 1501px) {
  .featured-cases__description__title {
    padding: 0 75px 0 0;
  }
}
@media (min-width: 768px) {
  .featured-cases__description__text {
    width: 50%;
    padding: 8px 0 0 30px;
  }
}
@media (min-width: 1200px) {
  .featured-cases__description__text {
    padding: 12px 0 0 45px;
  }
}
@media (min-width: 1501px) {
  .featured-cases__description__text {
    padding-left: 75px;
  }
}
.featured-cases__list {
  position: relative;
}
.featured-cases__list:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  left: 50%;
  margin-left: -50vw;
  top: 207px;
  margin-top: -9999px;
  padding-top: 9999px;
  background-color: #1c1c1c;
}
@media (min-width: 768px) {
  .featured-cases__list:before {
    top: 185px;
  }
}
@media (min-width: 1200px) {
  .featured-cases__list:before {
    top: 345px;
  }
}
@media (min-width: 1501px) {
  .featured-cases__list:before {
    top: 458px;
  }
}
@media (min-width: 1200px) {
  .featured-cases__list .wp-block-button {
    position: relative;
    z-index: 2;
    margin-top: -60px;
  }
}
@media (min-width: 1501px) {
  .featured-cases__list .wp-block-button {
    margin-top: 0;
  }
}
.featured-cases__list .overlay {
  display: block;
  text-decoration: none;
}
.featured-cases__list .overlay:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1) !important;
  transform: scale3d(1.1, 1.1, 1) !important;
}
.featured-cases .wp-block-button {
  text-align: center;
  color: #1c1c1c;
}
.footer-bottom-menu__inner,
.footer-main-nav .sub-menu,
.footer-main-nav__inner {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer {
  background-color: #000;
  padding: 60px 0;
  color: #fff;
}
@media (min-width: 1200px) {
  .footer {
    padding: 120px 0 100px;
  }
}
@media (min-width: 1501px) {
  .footer {
    padding: 160px 0 100px;
  }
}
.footer a {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer a:hover {
  color: #999;
}
.footer__container {
  width: 100%;
  max-width: 1920px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer__container {
    padding: 0 34px;
  }
}
@media (min-width: 1200px) {
  .footer__container {
    padding: 0 135px;
  }
}
@media (min-width: 1501px) {
  .footer__container {
    padding: 0 145px;
  }
}
.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer__main {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .footer__main {
    padding-bottom: 80px;
  }
}
@media (min-width: 1501px) {
  .footer__main {
    padding-bottom: 108px;
  }
}
.footer__col-first {
  -webkit-box-flex: 100%;
  -ms-flex: 100% 0 0px;
  flex: 100% 0 0;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .footer__col-first {
    -webkit-box-flex: 50%;
    -ms-flex: 50% 0 0px;
    flex: 50% 0 0;
  }
}
@media (min-width: 1200px) {
  .footer__col-first {
    padding-top: 6px;
    -webkit-box-flex: 300px;
    -ms-flex: 300px 0 0px;
    flex: 300px 0 0;
  }
}
@media (min-width: 1501px) {
  .footer__col-first {
    padding-top: 0;
  }
}
.footer__logo {
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .footer__logo {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1200px) {
  .footer__logo {
    width: 80px;
    height: 80px;
  }
}
.footer__logo svg {
  width: 100%;
  height: 100%;
  display: block;
}
.footer__description {
  font-size: 1.4rem;
  line-height: 1.57143;
  max-width: 280px;
}
@media (min-width: 768px) {
  .footer__description {
    max-width: 215px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .footer__description {
    line-height: 28px;
    max-width: 280px;
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 0;
  }
}
@media (min-width: 1501px) {
  .footer__description {
    font-size: 1.8rem;
    line-height: 1.66667;
  }
}
.footer__col-second {
  -webkit-box-flex: 100%;
  -ms-flex: 100% 0 0px;
  flex: 100% 0 0;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .footer__col-second {
    -webkit-box-flex: 50%;
    -ms-flex: 50% 0 0px;
    flex: 50% 0 0;
  }
}
@media (min-width: 1200px) {
  .footer__col-second {
    -ms-flex-preferred-size: calc(100% - 600px);
    flex-basis: calc(100% - 600px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.footer__col-third {
  -webkit-box-flex: 320px;
  -ms-flex: 320px 0 1;
  flex: 320px 0 1;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .footer__col-third {
    -webkit-box-flex: 220px;
    -ms-flex: 220px 0 1;
    flex: 220px 0 1;
    margin-top: -64px;
  }
}
@media (min-width: 1200px) {
  .footer__col-third {
    -webkit-box-flex: 300px;
    -ms-flex: 300px 0 0px;
    flex: 300px 0 0;
    margin-top: 0;
  }
}
.footer__col-third .gform_submission_error {
  display: none;
}
.footer__bottom {
  font-size: 1.4rem;
  line-height: 1.57143;
  font-weight: 300;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .footer__bottom {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media (min-width: 1501px) {
  .footer__bottom {
    font-size: 1.8rem;
    line-height: 1.66667;
  }
}
.footer__copyrights {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .footer__copyrights {
    margin: 0;
  }
}
.footer form {
  position: relative;
}
@media (min-width: 1200px) {
  .footer .gform_wrapper {
    padding-left: 20px;
  }
}
.footer .gform_title {
  text-transform: uppercase;
  color: #979797;
  letter-spacing: 1px;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 30px;
  font-weight: 900;
}
@media (min-width: 1200px) {
  .footer .gform_title {
    margin-bottom: 63px;
    padding-left: 20px;
  }
}
@media (min-width: 1501px) {
  .footer .gform_title {
    margin-bottom: 61px;
  }
}
.footer .gform_footer {
  margin: 0;
  position: absolute;
  bottom: -1px;
  right: 0;
}
.footer .gform_footer:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 100% !important;
  height: 1px;
  background-color: #fff;
  z-index: 3;
  pointer-events: none;
}
@media (min-width: 1501px) {
  .footer .gform_footer:before {
    top: 19px;
  }
}
.footer .gform_footer:after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  z-index: 3;
  position: absolute;
  top: 9px;
  right: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
  background-image: none;
}
@media (min-width: 1501px) {
  .footer .gform_footer:after {
    top: 15px;
  }
}
.footer .gform_ajax_spinner {
  display: none !important;
}
.footer .gform_wrapper .gform_footer input[type="submit"] {
  width: 40px;
  height: 40px;
  font-size: 0;
  color: transparent;
}
.footer .ginput_container {
  position: relative;
}
.footer .validation_message {
  position: absolute;
}
.footer .gform_body input[type="text"]::-ms-clear {
  display: none;
}
@media (min-width: 1501px) {
  .footer .gform_body input[type="text"] {
    font-size: 1.8rem;
    line-height: 1.66667;
  }
}
.footer-main-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .footer-main-nav__inner {
    padding-left: 70px;
  }
}
@media (min-width: 1200px) {
  .footer-main-nav__inner {
    padding: 0 0 0 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 1501px) {
  .footer-main-nav__inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.footer-main-nav__inner > li {
  -webkit-box-flex: 47%;
  -ms-flex: 47% 0 0px;
  flex: 47% 0 0;
}
@media (min-width: 768px) {
  .footer-main-nav__inner > li {
    -webkit-box-flex: 36%;
    -ms-flex: 36% 0 0px;
    flex: 36% 0 0;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .footer-main-nav__inner > li {
    -webkit-box-flex: 200px;
    -ms-flex: 200px 0 0px;
    flex: 200px 0 0;
  }
}
@media (min-width: 1501px) {
  .footer-main-nav__inner > li {
    -webkit-box-flex: 235px;
    -ms-flex: 235px 0 0px;
    flex: 235px 0 0;
    margin-left: 44px;
  }
  .footer-main-nav__inner > li:first-child {
    margin-left: 0;
  }
}
.footer-main-nav__inner > li > a {
  font-weight: 900;
  text-transform: uppercase;
  color: #979797;
  letter-spacing: 1px;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 20px;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .footer-main-nav__inner > li > a {
    margin-bottom: 50px;
  }
}
@media (min-width: 1501px) {
  .footer-main-nav__inner > li > a {
    margin-bottom: 46px;
  }
}
.footer-main-nav__inner > li.heavy .sub-menu > li > a,
.footer-main-nav__inner > li.heavy > a {
  font-weight: 900;
}
@media (min-width: 768px) {
  .footer-main-nav__inner > li.heavy .sub-menu > li {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .footer-main-nav .sub-menu > li {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .footer-main-nav .sub-menu > li {
    margin-bottom: 0;
  }
}
.footer-main-nav .sub-menu > li > a {
  font-weight: 300;
  padding: 10px 0;
  font-size: 1.6rem;
  line-height: 1.375;
}
@media (min-width: 1200px) {
  .footer-main-nav .sub-menu > li > a {
    font-size: 2rem;
    line-height: 1.7;
    padding: 12px 0;
  }
}
.footer-main-nav a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.footer-bottom-menu {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .footer-bottom-menu {
    padding-right: 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media (min-width: 1200px) {
  .footer-bottom-menu {
    padding-right: 0;
  }
}
.footer-bottom-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .footer-bottom-menu__inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.footer-bottom-menu li {
  -webkit-box-flex: 43%;
  -ms-flex: 43% 0 0px;
  flex: 43% 0 0;
}
@media (min-width: 768px) {
  .footer-bottom-menu li {
    -webkit-box-flex: 1;
    -ms-flex: auto 0 0px;
    flex: auto 0 0;
    margin-left: 98px;
  }
}
@media (min-width: 1200px) {
  .footer-bottom-menu li {
    margin-left: 52px;
  }
}
.footer-bottom-menu a {
  font-size: 1.4rem;
  line-height: 1.57143;
  font-weight: 300;
  letter-spacing: 0;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .footer-bottom-menu a {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media (min-width: 1501px) {
  .footer-bottom-menu a {
    font-size: 1.8rem;
    line-height: 1.66667;
  }
}
.admin-bar .footer {
  padding-bottom: 106px;
}
@media screen and (min-width: 780px) {
  .admin-bar .footer {
    padding-bottom: 92px;
  }
}
@media (min-width: 1200px) {
  .admin-bar .footer {
    padding-bottom: 132px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.heading-fullheight {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .heading-fullheight {
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    min-height: 380px;
  }
}
@media (min-width: 1200px) {
  .heading-fullheight {
    min-height: 480px;
  }
}
@media (min-width: 1501px) {
  .heading-fullheight {
    min-height: 580px;
  }
}
.heading-fullheight .container.view-small {
  width: 100%;
}
@media (min-width: 1200px) {
  .heading-fullheight .container.view-small {
    padding: 0 calc(16.66667% + 5px) 0 calc(25% + 5px);
  }
}
@media (min-width: 1501px) {
  .heading-fullheight .container.view-small {
    padding: 0 calc(25% + 12px);
  }
}
.heading-fullheight__subtitle {
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  .heading-fullheight__subtitle {
    margin: 0 0 20px;
  }
}
@media (min-width: 1501px) {
  .heading-fullheight__subtitle {
    margin: 0 0 30px;
  }
}
.heading-fullheight__title:last-child {
  margin: 0;
}
.how-to-say-mabbly {
  position: relative;
}
.how-to-say-mabbly:before {
  background-color: #f5f7f8;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
}
.how-to-say-mabbly__info {
  margin: 0 calc(-50vw + 50%);
  padding: 60px calc(50vw - 50%);
  color: #fff;
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .how-to-say-mabbly__info {
    height: 344px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .how-to-say-mabbly__info {
    height: 645px;
  }
}
@media (min-width: 1501px) {
  .how-to-say-mabbly__info {
    height: 860px;
  }
}
.how-to-say-mabbly .container.view-middle {
  width: 100%;
}
.how-to-say-mabbly__info-title {
  margin: 0;
}
.how-to-say-mabbly .media {
  padding: 40px 0;
  position: relative;
  color: #fff;
}
@media (min-width: 768px) {
  .how-to-say-mabbly .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .how-to-say-mabbly .media {
    padding: 40px 0;
    position: relative;
    z-index: 2;
    margin-top: -139px;
  }
}
@media (min-width: 1501px) {
  .how-to-say-mabbly .media {
    padding: 50px 0;
    margin-top: -136px;
  }
}
.how-to-say-mabbly .media:before {
  content: "";
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: 0;
  bottom: 0;
  background: #000;
}
@media (min-width: 1200px) {
  .how-to-say-mabbly .media:before {
    left: -13%;
    right: -13%;
  }
}
.how-to-say-mabbly .media__mask {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.how-to-say-mabbly .media__controls {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 32px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .how-to-say-mabbly .media__controls {
    -webkit-box-flex: 50%;
    -ms-flex: 50% 0 0px;
    flex: 50% 0 0;
    padding: 0 10px 0 0;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .how-to-say-mabbly .media__controls {
    padding: 0 15px 0 0;
  }
}
@media (min-width: 1501px) {
  .how-to-say-mabbly .media__controls {
    padding: 0 25px 0 0;
  }
}
.how-to-say-mabbly .media__controls.active-play .media__btn .icon-sound {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.how-to-say-mabbly .media__controls.active-play .media__btn .pause {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.how-to-say-mabbly .media__controls #how-to-say {
  position: absolute;
  left: -99999px;
  opacity: 0;
}
.how-to-say-mabbly .media__controls__visual-audio {
  -webkit-box-flex: 205px;
  -ms-flex: 205px 0 0px;
  flex: 205px 0 0;
  background-image: url(/web/20230131060004im_/https://www.mabbly.com/wp-content/themes/mabbly2020/build/images/sound-wave.svg);
  background-size: 100% auto;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .how-to-say-mabbly .media__controls__visual-audio {
    height: 49px;
    -webkit-box-flex: 165px;
    -ms-flex: 165px 0 0px;
    flex: 165px 0 0;
  }
}
@media (min-width: 1200px) {
  .how-to-say-mabbly .media__controls__visual-audio {
    height: 62px;
    -webkit-box-flex: 209px;
    -ms-flex: 209px 0 0px;
    flex: 209px 0 0;
  }
}
@media (min-width: 1501px) {
  .how-to-say-mabbly .media__controls__visual-audio {
    height: 77px;
    -webkit-box-flex: 261px;
    -ms-flex: 261px 0 0px;
    flex: 261px 0 0;
  }
}
.how-to-say-mabbly .media__controls__visual-audio img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 205px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 768px) {
  .how-to-say-mabbly .media__controls__visual-audio img {
    min-width: 165px;
  }
}
@media (min-width: 1200px) {
  .how-to-say-mabbly .media__controls__visual-audio img {
    min-width: 209px;
  }
}
@media (min-width: 1501px) {
  .how-to-say-mabbly .media__controls__visual-audio img {
    min-width: 261px;
  }
}
.how-to-say-mabbly .media__btn {
  -webkit-box-flex: 75px;
  -ms-flex: 75px 0 0px;
  flex: 75px 0 0;
  height: 75px;
  border-radius: 50%;
  background: none;
  padding: 0;
  margin: 0 40px 0 0;
  cursor: pointer;
  font-size: 26px;
  outline: none;
  position: relative;
  border: 1px solid hsla(0, 0%, 59%, 0.45);
}
@media (min-width: 768px) {
  .how-to-say-mabbly .media__btn {
    margin: 0 24px 0 0;
  }
}
@media (min-width: 1200px) {
  .how-to-say-mabbly .media__btn {
    border-width: 2px;
    -webkit-box-flex: 94px;
    -ms-flex: 94px 0 0px;
    flex: 94px 0 0;
    height: 94px;
    font-size: 33px;
    margin: 0 31px 0 0;
  }
}
@media (min-width: 1501px) {
  .how-to-say-mabbly .media__btn {
    -webkit-box-flex: 118px;
    -ms-flex: 118px 0 0px;
    flex: 118px 0 0;
    height: 118px;
    font-size: 41px;
    margin: 0 50px 0 0;
  }
}
.how-to-say-mabbly .media__btn .pause {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  width: 16px;
  height: 24px;
  background: url(/web/20230131060004im_/https://www.mabbly.com/wp-content/themes/mabbly2020/build/images/pause.svg)
    no-repeat 50%;
  background-size: 100% 100%;
}
@media (min-width: 1200px) {
  .how-to-say-mabbly .media__btn .pause {
    width: 18px;
    height: 28px;
  }
}
@media (min-width: 1501px) {
  .how-to-say-mabbly .media__btn .pause {
    width: 22px;
    height: 34px;
  }
}
.how-to-say-mabbly .media__btn .icon-sound {
  display: block;
}
.how-to-say-mabbly .media__content {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .how-to-say-mabbly .media__content {
    -webkit-box-flex: 50%;
    -ms-flex: 50% 0 0px;
    flex: 50% 0 0;
    padding: 0 0 0 10px;
  }
}
@media (min-width: 1200px) {
  .how-to-say-mabbly .media__content {
    padding: 0 0 0 15px;
  }
}
@media (min-width: 1501px) {
  .how-to-say-mabbly .media__content {
    padding: 0 0 0 25px;
  }
}
.how-to-say-mabbly .media__content p {
  margin: 0;
}
.how-to-say-mabbly .media__title {
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  .how-to-say-mabbly .media__title {
    font-size: 3.6rem;
    line-height: 1.33333;
    margin: 0 0 13px;
  }
}
.mabbly-image-block {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
}
@media (min-width: 768px) {
  .mabbly-image-block {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .mabbly-image-block {
    padding-top: 150px;
  }
}
@media (min-width: 1501px) {
  .mabbly-image-block {
    padding-top: 200px;
  }
}
.mabbly-image-block__inner {
  width: 100%;
}
@media (min-width: 768px) {
  .mabbly-image-block__inner {
    width: 87.8%;
  }
}
@media (min-width: 1200px) {
  .mabbly-image-block__inner {
    width: 90.7%;
  }
}
@media (min-width: 1501px) {
  .mabbly-image-block__inner {
    width: 85.3%;
  }
}
@media (min-width: 768px) {
  .mabbly-image-block__inner:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    bottom: 80px;
    left: 16%;
    background-color: #f5f7f8;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .mabbly-image-block__inner:before {
    bottom: 150px;
  }
}
@media (min-width: 1501px) {
  .mabbly-image-block__inner:before {
    bottom: 200px;
  }
}
.mabbly-image-block img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.images-grid {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  font-size: 0;
  letter-spacing: 0;
  white-space: nowrap;
}
.images-grid img {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: auto;
}
@media (min-width: 768px) {
  .images-grid img {
    width: 33.33333%;
  }
}
.images-grid img:last-child {
  display: none;
}
@media (min-width: 768px) {
  .images-grid img:last-child {
    display: inline-block;
  }
}
.logos-grid {
  margin: 0 calc(-50vw + 50%);
  padding: 80px calc(50vw - 50%) 50px;
  background: #1c1c1c;
}
@media (min-width: 768px) {
  .logos-grid {
    padding-top: 120px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .logos-grid {
    padding-top: 180px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1501px) {
  .logos-grid {
    padding-top: 250px;
    padding-bottom: 150px;
  }
}
.logos-grid__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (min-width: 768px) {
  .logos-grid__holder {
    margin: 0 -10px;
    margin: 0 -20px;
  }
}
@media (min-width: 1501px) {
  .logos-grid__holder {
    margin: 0 -50px;
  }
}
.logos-grid__holder__image {
  -webkit-box-flex: 50%;
  -ms-flex: 50% 0 0px;
  flex: 50% 0 0;
  padding: 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .logos-grid__holder__image {
    -webkit-box-flex: 20%;
    -ms-flex: 20% 0 0px;
    flex: 20% 0 0;
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .logos-grid__holder__image {
    margin-bottom: 60px;
  }
}
@media (min-width: 1501px) {
  .logos-grid__holder__image {
    margin-bottom: 100px;
  }
}
.logos-grid__holder__image:nth-child(n + 9) {
  display: none;
}
@media (min-width: 768px) {
  .logos-grid__holder__image:nth-child(n + 9) {
    display: block;
  }
}
.logos-grid__holder__image img,
.logos-grid__holder__image svg {
  display: block;
  margin: 0 auto;
  width: 140px;
  height: auto;
}
@media (min-width: 768px) {
  .logos-grid__holder__image img,
  .logos-grid__holder__image svg {
    width: 100px;
  }
}
@media (min-width: 1200px) {
  .logos-grid__holder__image img,
  .logos-grid__holder__image svg {
    width: 160px;
  }
}
@media (min-width: 1501px) {
  .logos-grid__holder__image img,
  .logos-grid__holder__image svg {
    width: 190px;
  }
}
.tribe {
  padding: 60px 0;
  color: #fff;
  position: relative;
  max-width: 580px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .tribe {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .tribe {
    padding: 160px 0;
    max-width: 972px;
  }
}
@media (min-width: 1501px) {
  .tribe {
    padding: 200px 0;
    max-width: 1348px;
  }
}
.tribe__bg {
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  z-index: 1;
  background-color: #000;
}
.tribe__main {
  position: relative;
  z-index: 2;
}
.tribe__title {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .tribe__title {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .tribe__title {
    margin-bottom: 80px;
  }
}
@media (min-width: 1501px) {
  .tribe__title {
    margin-bottom: 120px;
  }
}
@media (min-width: 768px) {
  .tribe__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
@media (min-width: 1200px) {
  .tribe__row {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
@media (min-width: 1501px) {
  .tribe__row {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}
@media (min-width: 768px) {
  .tribe__col {
    -webkit-box-flex: 50%;
    -ms-flex: 50% 0 0px;
    flex: 50% 0 0;
  }
}
@media (min-width: 768px) {
  .tribe__col-inner {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .tribe__col-inner {
    padding: 0 15px;
  }
}
@media (min-width: 1501px) {
  .tribe__col-inner {
    padding: 0 25px;
  }
}
.tribe__img {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 40px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .tribe__img {
    width: 100%;
    height: 220px;
    margin: 0 0 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
  }
}
@media (min-width: 1200px) {
  .tribe__img {
    height: 426px;
    margin: 0 0 80px;
  }
}
@media (min-width: 1501px) {
  .tribe__img {
    height: 596px;
    margin: 0 0 120px;
  }
}
.tribe__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .tribe__img img {
    width: 1px;
    height: 1px;
    margin-left: -9999px;
  }
}
.tribe__img_full {
  display: none;
}
@media (min-width: 768px) {
  .tribe__img_full {
    display: block;
    width: 374px;
    margin-right: -94px;
  }
}
@media (min-width: 1200px) {
  .tribe__img_full {
    width: calc(50vw - 15px);
    max-width: 705px;
    margin-right: calc(-50vw + 454px);
  }
}
@media (min-width: 1501px) {
  .tribe__img_full {
    width: calc(50vw - 25px);
    max-width: 935px;
    margin-right: calc(-50vw + 650px);
  }
}
.tribe__subheading {
  padding-left: 60px;
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .tribe__subheading {
    padding-left: 100px;
  }
}
@media (min-width: 1501px) {
  .tribe__subheading {
    padding-left: 140px;
  }
}
.tribe__subheading:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .tribe__subheading:before {
    top: 14px;
    width: 50px;
  }
}
@media (min-width: 1501px) {
  .tribe__subheading:before {
    width: 70px;
  }
}
@media (min-width: 768px) {
  .tribe__content {
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .tribe__content {
    padding-right: 100px;
  }
}
@media (min-width: 1501px) {
  .tribe__content {
    padding-right: 140px;
  }
}
.tribe__content p {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .tribe__content p {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .tribe__content p {
    margin-bottom: 40px;
  }
}
@media (min-width: 1501px) {
  .tribe__content p {
    margin-bottom: 60px;
  }
}
.tribe__content p:last-child {
  margin-bottom: 0;
}
.vacancies {
  margin: 0;
  padding: 0;
  list-style: none;
}
.open-positions {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .open-positions {
    padding: 100px 0;
  }
}
@media (min-width: 1200px) {
  .open-positions {
    padding: 160px 0;
  }
}
@media (min-width: 1501px) {
  .open-positions {
    padding: 200px 0;
  }
}
.open-positions__inner {
  margin: 0 auto;
  max-width: 580px;
}
@media (min-width: 1200px) {
  .open-positions__inner {
    max-width: 770px;
  }
}
@media (min-width: 1501px) {
  .open-positions__inner {
    max-width: 1070px;
  }
}
.open-positions__top {
  margin-bottom: 30px;
  max-width: 320px;
}
@media (min-width: 1200px) {
  .open-positions__top {
    max-width: 350px;
    margin-bottom: 42px;
  }
}
@media (min-width: 1501px) {
  .open-positions__top {
    max-width: 480px;
    margin-bottom: 52px;
  }
}
.open-positions__subheading {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .open-positions__subheading {
    margin-bottom: 20px;
  }
}
@media (min-width: 1501px) {
  .open-positions__subheading {
    margin-bottom: 30px;
  }
}
.open-positions__title {
  margin-bottom: 0;
}
.vacancies__item {
  border-radius: 0;
  border-bottom: 2px solid rgba(28, 28, 28, 0.2);
}
.vacancies__item:first-child {
  border-top: 2px solid rgba(28, 28, 28, 0.2);
}
.vacancies__link {
  display: block;
  padding: 14px 35px 15px 0;
  text-decoration: none;
  position: relative;
}
@media (min-width: 1200px) {
  .vacancies__link {
    padding: 29px 50px 26px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1501px) {
  .vacancies__link {
    padding: 39px 50px 36px 0;
  }
}
.vacancies__link:before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  width: 30px;
  height: 2px;
  background-color: #1c1c1c;
}
@media (min-width: 1200px) {
  .vacancies__link:before {
    width: 36px;
    top: calc(50% - 1px);
  }
}
.vacancies__link:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 1px;
  width: 10px;
  height: 10px;
  border: solid #1c1c1c;
  border-width: 2px 2px 0 0;
  border-radius: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 1200px) {
  .vacancies__link:after {
    top: calc(50% - 7px);
    right: 2px;
    width: 14px;
    height: 14px;
  }
}
.vacancies__title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.33333;
  margin-bottom: 7px;
}
@media (min-width: 1200px) {
  .vacancies__title {
    font-size: 2.5rem;
    line-height: 1.28;
    -webkit-box-flex: 38%;
    -ms-flex: 38% 0 0px;
    flex: 38% 0 0;
  }
}
@media (min-width: 1501px) {
  .vacancies__title {
    -webkit-box-flex: 46%;
    -ms-flex: 46% 0 0px;
    flex: 46% 0 0;
  }
}
.vacancies__location {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 300;
  margin: 0;
}
.vacancies__location .dot:after {
  content: "\A0";
}
@media (min-width: 1200px) {
  .vacancies__location {
    font-size: 2rem;
    line-height: 1.7;
    -webkit-box-flex: 62%;
    -ms-flex: 62% 0 0px;
    flex: 62% 0 0;
    padding-left: 17px;
  }
}
@media (min-width: 1501px) {
  .vacancies__location {
    -webkit-box-flex: 54%;
    -ms-flex: 54% 0 0px;
    flex: 54% 0 0;
    padding-left: 22px;
  }
}
.our-values {
  color: #fff;
  padding: 60px 0;
  position: relative;
}
@media (min-width: 768px) {
  .our-values {
    padding: 100px 0;
  }
}
@media (min-width: 1200px) {
  .our-values {
    padding: 160px 0;
  }
}
@media (min-width: 1501px) {
  .our-values {
    padding: 200px 0;
  }
}
.our-values:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  background-color: #1c1c1c;
}
@media (min-width: 1200px) {
  .our-values .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }
}
@media (min-width: 1501px) {
  .our-values .container {
    padding: 0 8.33333%;
  }
}
.our-values__info {
  position: relative;
  z-index: 1;
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .our-values__info {
    margin: 0 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .our-values__info {
    margin: 0;
    -webkit-box-flex: 240px;
    -ms-flex: 240px 0 0px;
    flex: 240px 0 0;
    width: 240px;
    display: block;
  }
}
@media (min-width: 1501px) {
  .our-values__info {
    -webkit-box-flex: 280px;
    -ms-flex: 280px 0 0px;
    flex: 280px 0 0;
    width: 280px;
  }
}
.our-values__info__title {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .our-values__info__title {
    -webkit-box-flex: 50%;
    -ms-flex: 50% 0 0px;
    flex: 50% 0 0;
    padding: 0 10px 0 0;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .our-values__info__title {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    width: 100%;
    padding: 0;
    margin: 0 0 33px;
  }
}
@media (min-width: 1501px) {
  .our-values__info__title {
    max-width: 230px;
    width: 230px;
  }
}
.our-values__info__description {
  opacity: 0.6;
  margin: 0;
}
@media (min-width: 768px) {
  .our-values__info__description {
    -webkit-box-flex: 50%;
    -ms-flex: 50% 0 0px;
    flex: 50% 0 0;
    width: 50%;
    padding: 10px 0 0 10px;
  }
}
@media (min-width: 1200px) {
  .our-values__info__description {
    width: 100%;
    padding: 0;
  }
}
.our-values__cards {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .our-values__cards {
    -webkit-box-flex: calc(33.33333% * 2 - 11px);
    -ms-flex: calc(33.33333% * 2 - 11px) 0 0px;
    flex: calc(33.33333% * 2 - 11px) 0 0;
    width: calc(33.33333% * 2 - 11px);
  }
}
@media (min-width: 1501px) {
  .our-values__cards {
    -webkit-box-flex: calc(33.33333% * 2 + 28px);
    -ms-flex: calc(33.33333% * 2 + 28px) 0 0px;
    flex: calc(33.33333% * 2 + 28px) 0 0;
    width: calc(33.33333% * 2 + 28px);
  }
}
.our-values__cards .holder {
  display: block;
}
@media (min-width: 768px) {
  .our-values__cards .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -3px -6px;
  }
}
.our-values__cards__item {
  margin: 0 0 6px;
  padding: 30px;
  background-color: #272727;
}
@media (min-width: 768px) {
  .our-values__cards__item {
    -webkit-box-flex: calc(50% - 6px);
    -ms-flex: calc(50% - 6px) 0 0px;
    flex: calc(50% - 6px) 0 0;
    width: calc(50% - 6px);
    margin: 0 3px 6px;
  }
}
@media (min-width: 1200px) {
  .our-values__cards__item {
    padding: 50px;
  }
}
.our-values__cards__item:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .our-values__cards__item:last-child {
    margin: 0 3px 6px;
  }
}
.our-values__cards__item__image {
  height: 165px;
}
@media (min-width: 1200px) {
  .our-values__cards__item__image {
    height: 220px;
  }
}
@media (min-width: 1501px) {
  .our-values__cards__item__image {
    height: 252px;
  }
}
.our-values__cards__item__image img,
.our-values__cards__item__image svg {
  width: 105px;
  display: block;
}
@media (min-width: 1200px) {
  .our-values__cards__item__image img,
  .our-values__cards__item__image svg {
    width: 140px;
  }
}
@media (min-width: 1501px) {
  .our-values__cards__item__image img,
  .our-values__cards__item__image svg {
    width: 152px;
  }
}
.our-values__cards__item__title {
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .our-values__cards__item__title {
    margin: 0 0 10px;
  }
}
@media (min-width: 1200px) {
  .our-values__cards__item__title {
    margin: 0 0 17px;
  }
}
@media (min-width: 1501px) {
  .our-values__cards__item__title {
    margin: 0 0 20px;
  }
}
.our-values__cards__item__description {
  margin: 0;
}
.slider {
  position: relative;
  color: #fff;
  padding: 36px 0 0;
}
@media (min-width: 768px) {
  .slider {
    padding: 56px 0 0;
  }
}
@media (min-width: 1200px) {
  .slider {
    padding: 76px 0 0;
  }
}
@media (min-width: 1501px) {
  .slider {
    padding: 116px 0 0;
  }
}
.slider .swiper-wrapper {
  cursor: none;
}
.slider .swiper-container-fade .swiper-slide {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.slider .container {
  position: relative;
}
@media (min-width: 768px) {
  .slider .container {
    padding: 0;
    margin: 0 8.33333%;
  }
}
.slider__cursor {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.3);
  -ms-transform: translate(-50%, -50%) scale(0.3);
  transform: translate(-50%, -50%) scale(0.3);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  pointer-events: none;
  opacity: 0;
}
.slider__cursor:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #fff;
  margin: -4px 0 0 -4px;
}
.slider__cursor.active {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.slider__cursor.active .slider__arrow--left {
  left: -25px;
}
.slider__cursor.active .slider__arrow--right {
  right: -25px;
}
.slider__cursor.scale08 {
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
}
.slider:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 128px;
  left: -9999px;
  right: -9999px;
  background-color: #1c1c1c;
}
@media (min-width: 768px) {
  .slider:before {
    bottom: 152px;
  }
}
@media (min-width: 1200px) {
  .slider:before {
    bottom: 167px;
  }
}
@media (min-width: 1501px) {
  .slider:before {
    bottom: 220px;
  }
}
.slider__arrow--left,
.slider__arrow--right {
  position: absolute;
  top: 50%;
  width: 11px;
  height: 17px;
  background-image: url(/web/20230131060004im_/https://www.mabbly.com/wp-content/themes/mabbly2020/build/images/cursor-arrow.svg);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider__arrow--left {
  left: -15px;
  -webkit-transition: left 1s ease;
  -o-transition: left 1s ease;
  transition: left 1s ease;
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}
.slider__arrow--right {
  -webkit-transition: right 1s ease;
  -o-transition: right 1s ease;
  transition: right 1s ease;
  right: -15px;
}
.slider .holder {
  margin-right: -9999px;
  padding-right: 9999px;
}
.slider .frame {
  margin-right: -40px;
}
@media (min-width: 768px) {
  .slider .frame {
    margin-right: 0;
    width: calc(80% + 42px);
  }
}
@media (min-width: 1200px) {
  .slider .frame {
    width: calc(80% + 87px);
  }
}
@media (min-width: 1501px) {
  .slider .frame {
    width: calc(80% + 92px);
  }
}
.slider .swiper-pagination-frame {
  z-index: 2;
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .slider .swiper-pagination-frame {
    margin: 0 0 50px;
  }
}
@media (min-width: 1200px) {
  .slider .swiper-pagination-frame {
    width: calc(40% - 20px);
    margin: 0 0 70px;
  }
}
@media (min-width: 1501px) {
  .slider .swiper-pagination-frame {
    width: calc(40% - 30px);
    margin: 0 0 90px;
  }
}
.slider .swiper-pagination {
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
.slider
  .swiper-pagination.active-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  -webkit-transition: width 10s ease-out;
  -o-transition: width 10s ease-out;
  transition: width 10s ease-out;
  width: 100%;
}
.slider .swiper-pagination .swiper-pagination-bullet {
  width: 100%;
  position: relative;
  cursor: pointer;
  margin: 0 5px;
}
.slider .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
  height: 2px;
  background-color: #6e6e6e;
}
.slider .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
  height: 2px;
  background-color: #fff;
  width: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.slider .slide__top {
  margin: 0 20px 40px 0;
  background-color: #1c1c1c;
}
@media (min-width: 768px) {
  .slider .slide__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0 0 80px;
  }
}
@media (min-width: 1200px) {
  .slider .slide__top {
    padding: 0 0 100px;
  }
}
@media (min-width: 1501px) {
  .slider .slide__top {
    padding: 0 0 155px;
  }
}
.slider .slide__top:not(.swiper-slide-active) {
  opacity: 0 !important;
}
.slider .slide__title {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .slider .slide__title {
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
    max-width: 220px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .slider .slide__title {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    max-width: 400px;
  }
}
@media (min-width: 1501px) {
  .slider .slide__title {
    -ms-flex-preferred-size: 560px;
    flex-basis: 560px;
    max-width: 560px;
  }
}
@media (min-width: 768px) {
  .slider .slide__description {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
    padding: 11px 0 0 10px;
  }
}
@media (min-width: 1200px) {
  .slider .slide__description {
    -ms-flex-preferred-size: 440px;
    flex-basis: 440px;
    max-width: 440px;
    padding-left: 0;
  }
}
@media (min-width: 1501px) {
  .slider .slide__description {
    -ms-flex-preferred-size: 600px;
    flex-basis: 600px;
    max-width: 600px;
  }
}
.slider .slide__image {
  margin-right: 20px;
}
@media (min-width: 768px) {
  .slider .slide__image {
    margin-right: 50px;
  }
}
@media (min-width: 1200px) {
  .slider .slide__image {
    margin-right: 100px;
  }
}
@media (min-width: 1501px) {
  .slider .slide__image {
    margin-right: 120px;
  }
}
.slider .slide__image img,
.slider .slide__image svg {
  display: block;
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .slider .slide__image img,
  .slider .slide__image svg {
    height: 259px;
  }
}
@media (min-width: 1200px) {
  .slider .slide__image img,
  .slider .slide__image svg {
    height: 433px;
  }
}
@media (min-width: 1501px) {
  .slider .slide__image img,
  .slider .slide__image svg {
    height: 596px;
  }
}
.team-slider {
  margin: 0 calc(50% - 50vw);
}
@media (min-width: 768px) {
  .team-slider {
    margin: 0 -34px;
  }
}
@media (min-width: 993px) {
  .team-slider {
    margin: 0 -135px;
    position: relative;
  }
}
@media (min-width: 1501px) {
  .team-slider {
    margin: 0 calc(50% - 50vw);
  }
}
@media (min-width: 993px) {
  .team-slider:last-child {
    margin-bottom: 12%;
  }
}
.team-slider__slider {
  cursor: url(/web/20230131060004im_/https://www.mabbly.com/wp-content/themes/mabbly2020/build/images/slider-cursor.svg),
    url(/web/20230131060004im_/https://www.mabbly.com/wp-content/themes/mabbly2020/build/images/slider-cursor.svg),
    auto;
}
.team-slider__slider .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.team-slider__slide {
  height: 372px;
}
@media (min-width: 768px) {
  .team-slider__slide {
    height: 344px;
  }
}
@media (min-width: 993px) {
  .team-slider__slide {
    height: 645px;
  }
}
@media (min-width: 1501px) {
  .team-slider__slide {
    height: 860px;
  }
}
.team-slider__slide img {
  height: 100%;
  width: 100%;
}
.team-slider__info.container {
  background-color: #1c1c1c;
  background-image: url(/web/20230131060004im_/https://www.mabbly.com/wp-content/themes/mabbly2020/build/images/quotes.svg);
  background-position: 20px 40px;
  background-repeat: no-repeat;
  background-size: 75px 64px;
  max-width: 100%;
  padding: 135px 20px 20px;
}
@media (min-width: 768px) {
  .team-slider__info.container {
    background-position: 13.5% 50%;
    padding: 40px 34px 42px 50%;
  }
}
@media (min-width: 993px) {
  .team-slider__info.container {
    background-position: 11.7% 50%;
    background-size: 117px 100px;
    bottom: 0;
    left: 50%;
    margin: 0 auto;
    max-width: 970px;
    padding: 59px 34px 62px;
    position: absolute;
    -webkit-transform: translate(-50%, 83px);
    -ms-transform: translate(-50%, 83px);
    transform: translate(-50%, 83px);
    width: 100%;
    z-index: 2;
  }
}
@media (min-width: 1501px) {
  .team-slider__info.container {
    background-position: 11.3% 50%;
    max-width: 1350px;
    padding: 67px 34px 72px;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
}
.team-slider__info-title {
  font-size: 2.2rem;
  line-height: 1.36364;
  color: #fff;
}
@media (min-width: 768px) {
  .team-slider__info-title {
    margin-bottom: 0;
  }
}
@media (min-width: 993px) {
  .team-slider__info-title {
    font-size: 2.6rem;
    line-height: 1.30769;
    max-height: 105px;
    overflow: hidden;
    padding-left: 50%;
  }
}
@media (min-width: 1501px) {
  .team-slider__info-title {
    font-size: 3.6rem;
    line-height: 1.33333;
    max-height: 145px;
  }
}
.team {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .team {
    padding: 100px 0;
  }
}
@media (min-width: 1200px) {
  .team {
    padding: 160px 0;
  }
}
@media (min-width: 1501px) {
  .team {
    padding: 200px 0;
  }
}
.team__title {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .team__title {
    margin: 0 0 60px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .team__title {
    margin: 0 0 80px;
  }
}
@media (min-width: 1501px) {
  .team__title {
    margin: 0 0 120px;
  }
}
.team .team-list {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.57143;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .team .team-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }
}
@media (min-width: 1200px) {
  .team .team-list {
    font-size: 1.6rem;
    line-height: 1.75;
    color: #fff;
  }
}
@media (min-width: 1501px) {
  .team .team-list {
    font-size: 1.8rem;
    line-height: 1.66667;
  }
}
.team .team-list-holder {
  margin: 0 90px 0 0;
}
@media (min-width: 768px) {
  .team .team-list-holder {
    margin: 0 -10px -30px;
  }
}
@media (min-width: 1200px) {
  .team .team-list-holder {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .team .team-list__member {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.3333%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 10px 30px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .team .team-list__member {
    position: relative;
    padding: 0;
    margin: 0 15px 30px;
    -ms-flex-preferred-size: calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    max-width: calc(25% - 30px);
  }
}
.team .team-list__member:hover .team-list__image:before {
  opacity: 0.4;
}
.team .team-list__member:hover .team-list__description__member-name,
.team .team-list__member:hover .team-list__description__member-post {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.team .team-list__member:hover .team-list__description__member-post {
  -webkit-transition: opacity 0.4s ease-out 0.6s,
    -webkit-transform 0.4s ease-out 0.6s;
  transition: opacity 0.4s ease-out 0.6s, -webkit-transform 0.4s ease-out 0.6s;
  -o-transition: transform 0.4s ease-out 0.6s, opacity 0.4s ease-out 0.6s;
  transition: transform 0.4s ease-out 0.6s, opacity 0.4s ease-out 0.6s;
  transition: transform 0.4s ease-out 0.6s, opacity 0.4s ease-out 0.6s,
    -webkit-transform 0.4s ease-out 0.6s;
}
.team .team-list__member:hover .team-list__description__member-name {
  -webkit-transition: opacity 0.4s ease-out 0.3s,
    -webkit-transform 0.4s ease-out 0.3s;
  transition: opacity 0.4s ease-out 0.3s, -webkit-transform 0.4s ease-out 0.3s;
  -o-transition: opacity 0.4s ease-out 0.3s, transform 0.4s ease-out 0.3s;
  transition: opacity 0.4s ease-out 0.3s, transform 0.4s ease-out 0.3s;
  transition: opacity 0.4s ease-out 0.3s, transform 0.4s ease-out 0.3s,
    -webkit-transform 0.4s ease-out 0.3s;
}
.team .team-list__image {
  margin: 0 0 15px;
  padding-top: 135%;
  position: relative;
}
@media (min-width: 1200px) {
  .team .team-list__image {
    margin: 0;
  }
}
.team .team-list__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .team .team-list__image:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
}
@media (min-width: 1200px) {
  .team .team-list__description {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 20px;
    bottom: 20px;
    z-index: 2;
  }
}
@media (min-width: 1501px) {
  .team .team-list__description {
    padding: 0 40px;
    bottom: 40px;
  }
}
.team .team-list__description__member-name {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.57143;
  margin: 0;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
  -o-transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out,
    -webkit-transform 0.1s ease-out;
  position: relative;
}
@media (min-width: 1200px) {
  .team .team-list__description__member-name {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media (min-width: 1501px) {
  .team .team-list__description__member-name {
    font-size: 1.8rem;
    line-height: 1.66667;
  }
}
.team .team-list__description__member-post {
  -webkit-transition: opacity 0.3s ease-out 0.3s,
    -webkit-transform 0.3s ease-out 0.3s;
  transition: opacity 0.3s ease-out 0.3s, -webkit-transform 0.3s ease-out 0.3s;
  -o-transition: transform 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s;
  transition: transform 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s;
  transition: transform 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s,
    -webkit-transform 0.3s ease-out 0.3s;
  position: relative;
  display: block;
}
@media (min-width: 1200px) {
  .team .team-list__description__member-post {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
}
.text-block-animated-heading {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .text-block-animated-heading {
    padding: 100px 0;
  }
}
@media (min-width: 1200px) {
  .text-block-animated-heading {
    padding: 160px 0;
  }
}
@media (min-width: 1501px) {
  .text-block-animated-heading {
    padding: 350px 0;
  }
}
@media (min-width: 768px) {
  .text-block-animated-heading .container {
    padding: 0 8.33333% 0 16.66667%;
  }
}
@media (min-width: 1200px) {
  .text-block-animated-heading .container {
    padding: 0 8.33333% 0 25%;
  }
}
.text-block-animated-heading__subtitle {
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  .text-block-animated-heading__subtitle {
    margin: 0 0 20px;
  }
}
@media (min-width: 1501px) {
  .text-block-animated-heading__subtitle {
    margin: 0 0 30px;
  }
}
.text-block-animated-heading__title {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .text-block-animated-heading__title {
    margin: 0 0 30px;
  }
}
@media (min-width: 1200px) {
  .text-block-animated-heading__title {
    margin: 0 0 40px;
  }
}
.text-block-animated-heading__title .a-line-wrapper {
  overflow: visible;
}
@media (min-width: 768px) {
  .text-block-animated-heading .content {
    width: 82%;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .text-block-animated-heading .content {
    width: 74.5%;
  }
}
.text-block-animated-heading__description {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .text-block-animated-heading__description {
    margin-bottom: 30px;
  }
}
@media (min-width: 1501px) {
  .text-block-animated-heading__description {
    margin-bottom: 40px;
  }
}
.text-block-animated-heading__description p:last-child {
  margin: 0;
}
.text-block-animated-heading .cta-btn {
  display: inline-block;
}
.text-block-animated-heading .cta-btn .wp-block-button__link {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.text-block-animated-heading .cta-btn .wp-block-button__link:hover:before {
  width: calc(100% - 44px);
}
.text-block-animated-heading .cta-btn .emoji {
  margin-top: auto;
  margin-bottom: auto;
}
.text-block-animated-heading .cta-btn .emoji img {
  display: block;
}
.text-block-animated-heading .js-animated-words {
  display: inline-block;
  position: relative;
  text-align: left;
}
.text-block-animated-heading .js-animated-words .is-visible {
  position: relative;
}
.text-block-animated-heading .js-animated-words b {
  position: absolute;
  white-space: nowrap;
  left: 0;
  opacity: 0;
  top: 0.1em;
  font-weight: 400;
  display: inline-block;
  z-index: 2;
  text-shadow: 2px 2px #fff, 2px -2px #fff, -2px 2px #fff, -2px -2px #fff;
}
.text-block-animated-heading .js-animated-words b:before {
  content: "";
  position: absolute;
  bottom: 2px;
  height: 1px;
  left: 0;
  width: 100%;
  background-color: #000;
  z-index: -1;
}
@media (min-width: 1200px) {
  .text-block-animated-heading .js-animated-words b:before {
    height: 2px;
    bottom: 4px;
  }
}
.text-block-animated-heading .js-animated-words b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}
.text-block-animated-heading .js-animated-words b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 0.1;
  }
  40% {
    opacity: 0;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 0.1;
  }
  40% {
    opacity: 0;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.text-block-left-padding {
  position: relative;
  padding: 60px 0;
  color: #fff;
}
@media (min-width: 768px) {
  .text-block-left-padding {
    padding: 100px 0;
  }
}
@media (min-width: 1200px) {
  .text-block-left-padding {
    padding: 160px 0;
  }
}
@media (min-width: 1501px) {
  .text-block-left-padding {
    padding: 200px 0;
  }
}
.text-block-left-padding:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  background-color: #1c1c1c;
}
.text-block-left-padding .container {
  position: relative;
  z-index: 1;
}
.text-block-left-padding__subhead {
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  .text-block-left-padding__subhead {
    margin: 0 0 20px;
  }
}
@media (min-width: 1501px) {
  .text-block-left-padding__subhead {
    margin: 0 0 30px;
  }
}
.text-block-left-padding__title {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .text-block-left-padding__title {
    margin: 0 0 30px;
  }
}
@media (min-width: 1200px) {
  .text-block-left-padding__title {
    margin: 0 0 43px;
  }
}
@media (min-width: 768px) {
  .text-block-left-padding__content {
    margin: 0 0 0 auto;
    width: calc(80% - 4px);
  }
}
@media (min-width: 1200px) {
  .text-block-left-padding__content {
    width: calc(75% - 5px);
  }
}
@media (min-width: 1501px) {
  .text-block-left-padding__content {
    width: calc(75% - 11px);
  }
}
.text-block-left-padding__content p {
  margin: 0;
}
.text-block-regular {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .text-block-regular {
    padding: 100px 0;
  }
}
@media (min-width: 1200px) {
  .text-block-regular {
    padding: 160px 0;
  }
}
@media (min-width: 1501px) {
  .text-block-regular {
    padding: 200px 0;
  }
}
@media (min-width: 1200px) {
  .text-block-regular .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 8.33333%;
  }
}
@media (min-width: 1501px) {
  .text-block-regular .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 8.33333%;
  }
}
.text-block-regular__subheading {
  margin: 0 0 10px;
  padding-left: 60px;
}
@media (min-width: 1200px) {
  .text-block-regular__subheading {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .text-block-regular__col_left {
    padding: 10px 15px 0 0;
    -ms-flex-preferred-size: 44.5%;
    flex-basis: 44.5%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 1501px) {
  .text-block-regular__col_left {
    padding: 20px 29px 0 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 1200px) {
  .text-block-regular__col_right {
    padding: 0 0 0 15px;
    -ms-flex-preferred-size: 55.5%;
    flex-basis: 55.5%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 1501px) {
  .text-block-regular__col_right {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0 0 0 29px;
  }
}
.text-block-regular__content p {
  margin: 0 0 30px;
}
@media (min-width: 1501px) {
  .text-block-regular__content p {
    margin: 0 0 42px;
  }
}
.text-block-regular__content p:last-child {
  margin: 0;
}
.text-block-regular__title {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .text-block-regular__title {
    margin: 0 0 35px;
  }
}
@media (min-width: 1501px) {
  .text-block-regular__title {
    margin: 0 0 46px;
  }
}
.text-grid {
  padding: 60px 0 20px;
}
@media (min-width: 768px) {
  .text-grid {
    padding: 100px 0 80px;
  }
}
@media (min-width: 1200px) {
  .text-grid {
    padding: 160px 0 100px;
  }
}
@media (min-width: 1501px) {
  .text-grid {
    padding: 200px 0 140px;
    max-width: 1346px;
    margin: 0 auto;
  }
}
.text-grid__title {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .text-grid__title {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .text-grid__title {
    margin-bottom: 80px;
  }
}
@media (min-width: 1501px) {
  .text-grid__title {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .text-grid__list {
    width: calc(100% + 40px);
    margin-left: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .text-grid__list {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
@media (min-width: 1501px) {
  .text-grid__list {
    width: calc(100% + 76px);
    margin-left: -38px;
  }
}
@media (min-width: 768px) {
  .text-grid__item {
    -webkit-box-flex: 50%;
    -ms-flex: 50% 0 0px;
    flex: 50% 0 0;
  }
}
@media (min-width: 1200px) {
  .text-grid__item {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.text-grid-item {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .text-grid-item {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .text-grid-item__holder {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .text-grid-item__holder {
    padding: 0 15px;
  }
}
@media (min-width: 1501px) {
  .text-grid-item__holder {
    padding: 0 37px;
  }
}
.text-grid-item__inner {
  border-top: 2px solid #1c1c1c;
  padding-top: 13px;
}
@media (min-width: 1200px) {
  .text-grid-item__inner {
    padding-top: 19px;
  }
}
.text-grid-item__title {
  font-size: 2.5rem;
  line-height: 1.28;
  font-weight: 500;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .text-grid-item__title {
    font-size: 1.8rem;
    line-height: 1.33333;
  }
}
@media (min-width: 1200px) {
  .text-grid-item__title {
    font-size: 2.5rem;
    line-height: 1.28;
    margin-bottom: 22px;
  }
}
.text-grid-item__content {
  margin: 0;
}
.three-column-block {
  background-color: green;
}
.two-column-block {
  background-color: red;
}
.two-columns-fullwidth {
  position: relative;
  text-align: center;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media (min-width: 768px) {
  .two-columns-fullwidth {
    text-align: left;
  }
}
.two-columns-fullwidth__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.two-columns-fullwidth__inner {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .two-columns-fullwidth__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.two-columns-fullwidth__content {
  padding: 60px 20px;
  margin: 0 auto;
  max-width: 350px;
}
@media (min-width: 768px) {
  .two-columns-fullwidth__content {
    padding: 30px 60px 30px 30px;
  }
}
@media (min-width: 1200px) {
  .two-columns-fullwidth__content {
    padding: 30px;
    max-width: 420px;
  }
}
@media (min-width: 1501px) {
  .two-columns-fullwidth__content {
    max-width: 510px;
  }
}
@media (min-width: 1200px) {
  .two-columns-fullwidth__title {
    margin-bottom: 40px;
  }
}
.two-columns-fullwidth__title .line {
  text-align: center !important;
}
@media (min-width: 768px) {
  .two-columns-fullwidth__title .line {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .two-columns-fullwidth__col {
    -webkit-box-flex: 50%;
    -ms-flex: 50% 0 0px;
    flex: 50% 0 0;
  }
}
@media (min-width: 768px) {
  .two-columns-fullwidth__col_left {
    padding-left: 34px;
  }
}
@media (min-width: 1200px) {
  .two-columns-fullwidth__col_left {
    padding-left: 0;
  }
}
.two-columns-fullwidth__col_right {
  width: 100%;
}
@media (min-width: 768px) {
  .two-columns-fullwidth__col_right {
    -webkit-box-flex: 50%;
    -ms-flex: 50% 0 0px;
    flex: 50% 0 0;
  }
}
.two-columns-fullwidth__col_right img {
  display: block;
  width: 100%;
  height: auto;
}
.two-columns-fullwidth_dark {
  color: #fff;
}
.two-columns-fullwidth_dark .two-columns-fullwidth__bg {
  background-color: #1c1c1c;
}
.text-block-two-columns {
  margin: 0 calc(-50vw + 50%);
  padding: 60px calc(50vw - 50%);
  background-color: #1c1c1c;
  color: #fff;
}
@media (min-width: 768px) {
  .text-block-two-columns {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .text-block-two-columns {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
@media (min-width: 1501px) {
  .text-block-two-columns {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (min-width: 768px) {
  .text-block-two-columns .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .text-block-two-columns__title {
    width: 50%;
    padding: 0 10px 0 0;
  }
}
@media (min-width: 1200px) {
  .text-block-two-columns__title {
    padding-right: 15px;
  }
}
@media (min-width: 1501px) {
  .text-block-two-columns__title {
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .text-block-two-columns__description {
    width: 50%;
    padding: 10px 0 0 10px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .text-block-two-columns__description {
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (min-width: 1501px) {
  .text-block-two-columns__description {
    padding-left: 25px;
  }
}
.text-block-two-columns__description p:last-child {
  margin: 0;
}
.work {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1501px) {
  .work {
    max-width: 1350px;
  }
}
@media (min-width: 1200px) {
  .work .controls {
    max-width: 770px;
    margin: 0 auto;
  }
}
@media (min-width: 1501px) {
  .work .controls {
    max-width: 1070px;
  }
}
.work .entry-content {
  position: relative;
  padding-top: 42px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .work .entry-content {
    padding: 53px 0 40px;
  }
}
@media (min-width: 1200px) {
  .work .entry-content {
    padding: 50px 0 66px;
  }
}
@media (min-width: 1501px) {
  .work .entry-content {
    padding: 45px 0 80px;
  }
}
.work-item {
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .work-item {
    width: calc(50% - 30px);
    display: block;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .work-item {
    width: calc(50% - 45px);
  }
}
@media (min-width: 1501px) {
  .work-item {
    width: calc(50% - 75px);
  }
}
@media (min-width: 768px) {
  .work-item:nth-child(2) {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .work-item:nth-child(2) {
    margin-top: 160px;
  }
}
@media (min-width: 1501px) {
  .work-item:nth-child(2) {
    margin-top: 150px;
  }
}
.work-item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 0;
  color: transparent;
}
.work-item__link:hover + .work-item__image img {
  -webkit-transform: translate(0) scale3d(1.1, 1.1, 1) !important;
  transform: translate(0) scale3d(1.1, 1.1, 1) !important;
}
.work-item__image {
  position: relative;
  padding-top: 50%;
  margin-bottom: 15px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .work-item__image {
    margin-bottom: 20px;
  }
}
@media (min-width: 1501px) {
  .work-item__image {
    margin-bottom: 30px;
  }
}
.work-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.work-item__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
}
.work-item__picture {
  display: block;
}
.work-item__title {
  margin-bottom: 5px;
}
.work-item__categories {
  font-size: 1.4rem;
  line-height: 1.57143;
  font-weight: 300;
  color: #000;
}
@media (min-width: 1200px) {
  .work-item__categories {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media (min-width: 1501px) {
  .work-item__categories {
    font-size: 1.8rem;
    line-height: 1.66667;
  }
}
@media (min-width: 1200px) {
  .work-item.img-orientation-portrait {
    margin-bottom: 94px;
  }
}
@media (min-width: 1501px) {
  .work-item.img-orientation-portrait {
    margin-bottom: 120px;
  }
}
.work-item.img-orientation-portrait .work-item__image {
  padding-top: 118.33333%;
}
@media (min-width: 1200px) {
  .work-item.img-orientation-landscape {
    margin-bottom: 80px;
  }
}
@media (min-width: 1501px) {
  .work-item.img-orientation-landscape {
    margin-bottom: 120px;
  }
}
.work-item.img-orientation-landscape .work-item__image {
  padding-top: 118.33333%;
}
@media (min-width: 768px) {
  .work-item.img-orientation-landscape .work-item__image {
    padding-top: 67.834%;
  }
}
.works-wrapper {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.works-wrapper.is-loading {
  opacity: 0;
}
.works-loader {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  height: 3px;
  overflow-x: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.is-loading + .works-loader {
  opacity: 1;
}
.works-loader__line {
  position: absolute;
  opacity: 0.05;
  background: #1c1c1c;
  width: 150%;
  height: 3px;
}
.works-loader__subline {
  position: absolute;
  background: #000;
  height: 3px;
}
.works-loader__subline_inc {
  -webkit-animation: loaderInc 3s infinite;
  animation: loaderInc 3s infinite;
}
.works-loader__subline_dec {
  -webkit-animation: loaderDec 3s 0.75s infinite;
  animation: loaderDec 3s 0.75s infinite;
}
@-webkit-keyframes loaderInc {
  0% {
    left: -5%;
    width: 5%;
  }
  to {
    left: 130%;
    width: 100%;
  }
}
@keyframes loaderInc {
  0% {
    left: -5%;
    width: 5%;
  }
  to {
    left: 130%;
    width: 100%;
  }
}
@-webkit-keyframes loaderDec {
  0% {
    left: -80%;
    width: 80%;
  }
  to {
    left: 110%;
    width: 10%;
  }
}
@keyframes loaderDec {
  0% {
    left: -80%;
    width: 80%;
  }
  to {
    left: 110%;
    width: 10%;
  }
}

/*
     FILE ARCHIVED ON 06:00:04 Jan 31, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:30:21 Oct 10, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 53.726
  exclusion.robots: 0.099
  exclusion.robots.policy: 0.091
  cdx.remote: 0.051
  esindex: 0.009
  LoadShardBlock: 29.186 (3)
  PetaboxLoader3.datanode: 56.196 (5)
  load_resource: 110.652
  PetaboxLoader3.resolve: 65.145
  loaddict: 27.21
*/
