.blog-article {
  margin-top: 200px;
  padding-bottom: 96px;
}
.blog-article .page-container {
  max-width: 838px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.blog-article h1 {
  font-family: 'Zilla Slab';
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 32px;
  margin-top: 64px;
}
.blog-article h2 {
  font-family: 'Zilla Slab';
  font-size: 38px;
  line-height: 105%;
  margin-bottom: 24px;
}
.blog-article p {
  font-size: 18px;
  line-height: 145%;
  margin-bottom: 32px;
}
.blog-article a {
  color: #0060df;
  border-color: #0060df;
}
.blog-article figure {
  margin-bottom: 32px;
}
.blog-article figure.wp-block-video {
  position: relative;
}
.blog-article figure.wp-block-video::before {
  content: '';
  background: url(../../assets/images/play-button.svg) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 64px;
  height: 64px;
}
.blog-article figure.wp-block-video.active::before {
  content: none;
}
.blog-article figure figcaption {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #959595;
  margin-top: 16px;
  margin-bottom: 0;
}
.blog-article .breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
}
.blog-article .breadcrumbs a {
  font-size: 18px;
  line-height: 145%;
  border: none;
  color: #0060DF;
  padding: 0 4px;
}
.blog-article .breadcrumbs span {
  font-size: 18px;
  line-height: 145%;
  padding: 0 4px;
  color: #959595;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.blog-article .breadcrumbs span svg {
  margin-right: 8px;
}
.blog-article__bottom {
  margin-top: 32px;
}
.blog-article__tags {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 64px;
}
.blog-article__tags span {
  padding: 8px 24px;
  background: #F2F3F7;
  border-radius: 200px;
  font-size: 16px;
  line-height: 140%;
  color: #7A7E88;
  text-align: center;
}
.blog-article .shared-block {
  position: absolute;
  top: 0;
  left: -94px;
  height: 100%;
}
.blog-article .shared-block--box {
  position: -webkit-sticky;
  position: sticky;
  top: 115px;
}
.blog-article .shared-block h3 {
  font-size: 16px;
  line-height: 140%;
}
.blog-article .shared-block ul {
  list-style: none;
  text-align: center;
  padding: 0;
}
.blog-article .shared-block ul li {
  margin-top: 16px;
}
.blog-article .shared-block ul li a {
  border: none;
}
.blog-article .slick-dotted.slick-slider {
  margin-bottom: 96px;
}
.blog-article .slick-initialized .slick-slide {
  padding: 0 12px;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-article .slick-initialized .slick-slide.slick-active {
  opacity: 1;
}
.blog-article .slick-initialized .slick-slide figure {
  margin-bottom: 40px;
  max-width: 600px;
}
.blog-article .slick-initialized .slick-slide figure img {
  height: 400px;
  object-fit: cover;
}
.blog-article .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 4px;
}
.blog-article .slick-dots li.slick-active button {
  background: #000;
}
.blog-article .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 1px solid #959595;
  padding: 0;
}
.blog-article .slick-dots li button:before {
  content: none;
}
.blog-article .slick-prev,
.blog-article .slick-next {
  top: auto;
  bottom: -58px;
  width: 41px;
  height: 41px;
  left: auto;
  right: auto;
  z-index: 4;
}
.blog-article .slick-prev::before,
.blog-article .slick-next::before {
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  background: url(../../assets/images/slider-arrow-right.svg) no-repeat center center;
}
.blog-article .slick-prev {
  left: 35%;
}
.blog-article .slick-prev::before {
  transform: rotate(180deg);
}
.blog-article .slick-next {
  right: 35%;
}
.blog-article .article-related {
  border-top: 1px solid #E7E5E2;
  padding-top: 64px;
  margin-top: 64px;
}
.blog-article .article-related h2 {
  margin-bottom: 48px;
}
.blog-article .article-related .slick-initialized .slick-slide {
  padding: 0 24px;
  border-right: 1px solid #D6D6D6;
  height: auto;
}
.blog-article .article-related .slick-dotted.slick-slider {
  margin-bottom: 136px;
}
.blog-article .article-related .slick-list {
  margin: 0 -24px;
}
.blog-article .article-related .slick-track {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}
.blog-article .article-related .related {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.blog-article .article-related .related img {
  height: 166px;
  object-fit: cover;
  width: 100%;
  display: block;
  margin-bottom: 32px;
}
.blog-article .article-related .related__title {
  font-size: 28px;
  line-height: 107%;
  font-family: 'Zilla Slab';
  margin-bottom: 24px;
  min-height: 150px;
}
.blog-article .article-related .related__title a {
  color: #000000;
  border: none;
}
.blog-article .article-related .related__info {
  margin-top: auto;
}
.blog-article .article-related .related__description {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  opacity: 0.7;
  margin-bottom: 24px;
}
@media screen and (max-width: 1068px) {
  .blog-article {
    margin-top: 144px;
    padding-bottom: 64px;
  }
  .blog-article .shared-block {
    display: none;
  }
  .blog-article h1 {
    margin-top: 32px;
    font-size: 56px;
    line-height: 100%;
  }
  .blog-article .article-related .slick-dotted.slick-slider {
    margin-bottom: 94px;
  }
}
@media screen and (max-width: 767.98px) {
  .blog-article {
    margin-top: 120px;
  }
  .blog-article h1 {
    font-size: 40px;
    line-height: 100%;
  }
  .blog-article .slick-next {
    right: 15%;
  }
  .blog-article .slick-prev {
    left: 15%;
  }
  .blog-article .article-related .slick-dotted.slick-slider {
    margin-bottom: 94px;
  }
}

blockquote.wp-block-quote {
  font-family: 'Zilla Slab';
  text-align: center;
  border: none;
  padding: 32px 32px 38px;
  margin: 56px auto;
  position: relative;
  border: 1px solid #E7E5E2;
  background: #FFFFFF;
  overflow: hidden;
}
blockquote.wp-block-quote::before {
  content: '';
  background: url(../../assets/images/quote_bg.svg) no-repeat center center;
  position: absolute;
  left: 32px;
  top: -39px;
  width: 125px;
  height: 143px;
}
blockquote.wp-block-quote::after {
  content: '';
  background: url(../../assets/images/quote_bg.svg) no-repeat center center;
  position: absolute;
  right: 70px;
  bottom: -40px;
  width: 125px;
  height: 143px;
  z-index: 1;
}
blockquote.wp-block-quote p {
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 107%;
  position: relative;
  z-index: 2;
}
blockquote.wp-block-quote cite {
  font-weight: 700;
  font-size: 18px;
  line-height: 111%;
  color: #959595;
  position: relative;
  z-index: 2;
}

.blog._default {
  position: relative;
}
.blog._default .blog__tags {
  margin-bottom: 96px;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-align: center;
  align-items: center;
  overflow: auto;
  margin-left: -32px;
  margin-right: -32px;
}
.blog._default .blog__tags::-webkit-scrollbar {
  display: none;
}
.blog._default .blog__tags:before {
  content: '';
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: auto;
}
.blog._default .blog__tags:after {
  content: '';
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-left: auto;
}
.blog._default .blog__top {
  margin-bottom: 96px;
}
.blog._default .blog__grid {
  display: -ms-flexbox;
  display: flex;
  margin: -32px -32px 0;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog._default .blog__grid:before {
  content: '';
  height: 32px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 10;
  pointer-events: none;
}
.blog._default .blog__grid:after {
  content: '';
  pointer-events: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  border: 32px solid #fff;
  z-index: 10;
}
.blog._default .blog__grid-item {
  width: 33.333335%;
  padding: 32px 0;
  position: relative;
}
.blog._default .blog__grid-item:before {
  content: '';
  position: absolute;
  bottom: 0px;
  height: 1px;
  left: 0;
  right: 0;
  background: #D6D6D6;
}
.blog._default .blog__grid-item .post._blog {
  padding: 0 32px;
  border-right: 1px solid #D6D6D6;
  height: 100%;
}
.blog._default .blog__grid-item:last-child .post._blog,
.blog._default .blog__grid-item:nth-child(3n) .post._blog {
  border-right: none;
}
.blog._default .blog__button {
  text-align: center;
  margin-top: 64px;
}
.blog._default .blog__more {
  text-align: center;
  padding-top: 32px;
  position: relative;
  z-index: 20;
}
.blog._default .blog__more .button {
  display: none;
}
.blog._default .blog__more .button._disable {
  pointer-events: none;
}
.blog._default .blog__more .button._show {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.blog._default._short-list {
  margin-bottom: 0;
}
@media screen and (max-width: 1068px) {
  .blog._default .blog__top {
    margin-bottom: 64px;
  }
  .blog._default .blog__tags {
    margin-bottom: 64px;
  }
  .blog._default .blog__grid {
    margin-left: -12px;
    margin-right: -12px;
  }
  .blog._default .blog__grid:after {
    border: 12px solid #fff;
  }
  .blog._default .blog__grid-item {
    width: 50%;
  }
  .blog._default .blog__grid-item .post._blog {
    padding: 0 12px;
    border: none;
  }
}
@media screen and (max-width: 767.98px) {
  .blog._default .blog__top {
    margin-bottom: 32px;
  }
  .blog._default .blog__tags {
    margin-left: -16px;
    margin-right: -16px;
    gap: 8px;
  }
  .blog._default .blog__tags:before {
    min-width: 8px;
    width: 8px;
  }
  .blog._default .blog__tags:after {
    min-width: 8px;
    width: 8px;
  }
  .blog._default .blog__grid {
    margin-left: 0;
    margin-right: 0;
  }
  .blog._default .blog__grid:after {
    display: none;
  }
  .blog._default .blog__grid-item {
    width: 100%;
  }
  .blog._default .blog__grid-item .post._blog {
    padding: 0;
  }
}

.footer {
  background: #000;
  color: #fff;
  padding: 128px 0;
}
.footer ul {
  list-style: none;
}
.footer a {
  text-decoration: none;
  color: inherit;
  border: none;
}
.footer .container {
  max-width: 1320px;
}
.footer__top {
  padding-bottom: 48px;
  border-bottom: 1px solid #42425A;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.footer__menu ul {
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  line-height: 19px;
}
.footer__menu ul a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.005em;
}
.footer__menu ul a:hover {
  border-bottom: 1px solid #fff;
}
.footer__dop {
  padding-top: 49px;
  padding-bottom: 48px;
  border-bottom: 1px solid #42425A;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.footer__dop-menu {
  width: 81%;
}
.footer__dop-menu > ul {
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.footer__dop-menu > ul > li {
  width: 25%;
  line-height: 17px;
}
.footer__dop-menu > ul > li > a {
  font-family: 'Zilla Slab';
  font-size: 16px;
  font-weight: 700;
}
.footer__dop-menu > ul > li > a[href="#"] {
  pointer-events: none;
}
.footer__dop-menu > ul > li > ul {
  margin-top: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  line-height: 22px;
}
.footer__dop-menu > ul > li > ul a {
  font-size: 16px;
  font-weight: 500;
}
.footer__dop-menu > ul > li > ul a:hover {
  text-decoration: underline;
}
.footer__dop-social {
  width: 19%;
  padding-left: 9px;
}
.footer__social {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 66px;
}
.footer__social:last-child {
  margin-bottom: 0;
}
.footer__social-list {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.footer__social-list a {
  width: 16px;
  height: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.footer__bottom {
  font-weight: 300;
  padding-top: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
  font-size: 12px;
  line-height: 17px;
}
.footer__links a {
  font-weight: 400;
  border-bottom: 1px solid #fff;
}
.footer__links a:hover {
  border: none;
}
.footer__links ul {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  gap: 24px;
}
.language {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  -ms-flex-align: start;
  align-items: flex-start;
}
.language__title {
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  border-bottom: 1px solid #fff;
  display: inline-block;
}
.language__list {
  width: 160px;
  background: #FFFFFF url('../../assets/images/icons/icon_arrow-select.svg') no-repeat 93% center;
  border: 2px solid #9595A2;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.language__list select {
  height: 28px;
  padding: 0px 6px;
  border: none;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  color: #000000;
  width: 100%;
  background: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 1068px) {
  .footer {
    padding-top: 64px;
    padding-bottom: 15px;
  }
  .footer__dop,
  .footer__bottom {
    display: none;
  }
  .footer__top {
    padding-bottom: 40px;
  }
  .footer__menu ul {
    gap: 24px;
  }
  .footer__logo {
    max-width: 196px;
  }
}
@media screen and (max-width: 767.98px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .footer__top {
    padding-bottom: 32px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__menu {
    width: 100%;
    margin-top: 32px;
  }
  .footer__menu ul {
    gap: 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -12px;
  }
  .footer__menu ul li {
    width: 50%;
    padding: 12px;
  }
  .footer__logo {
    max-width: 196px;
  }
}

.header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 64px 0px;
  position: fixed;
  top: 0;
  z-index: 100;
  left: 0;
  right: 0;
  transition: .3s;
  background: #fff;
}
.header__logo {
  border: none;
}
.header__menu ul {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.header__menu ul a {
  border: none;
  color: #000;
  letter-spacing: 0.005em;
  text-decoration: none;
}
.header__menu ul a:hover {
  text-decoration: underline;
}
.header__burger {
  display: none;
}
.header._scroll {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 1068px) {
  .header {
    padding: 40px 32px 0;
  }
  .header__logo {
    width: 332px;
  }
  .header__menu {
    position: absolute;
    top: 80px;
    background: #fff;
    width: 100%;
    left: 0px;
    padding: 30px 32px;
    transform: translateX(120%);
    transition: all 0.3s;
  }
  .header__menu.active {
    display: block;
    transform: translateX(0%);
  }
  .header__menu ul {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
  }
  .header__menu ul li {
    padding-bottom: 30px;
  }
  .header__menu ul li:last-child {
    padding-bottom: 0px;
  }
  .header__burger {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .header._scroll {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .header {
    padding: 16px 16px 0;
  }
  .header__logo {
    width: 206px;
  }
  .header__menu {
    top: 56px;
  }
  .header._scroll {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}

body.error404 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.not-found {
  text-align: center;
  padding: 232px 0 128px;
  margin-top: auto;
  margin-bottom: auto;
}
.not-found__image img {
  margin: 0 auto;
}
.not-found__title {
  max-width: 808px;
  margin: 40px auto 40px;
  width: 100%;
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
}
@media screen and (max-width: 1068px) {
  .not-found {
    padding: 144px 0 64px;
  }
  .not-found__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767.98px) {
  .not-found {
    padding: 120px 0 64px;
  }
}

.page._default {
  margin-top: 168px;
  margin-bottom: 192px;
}
.page._default .pattern-section:first-child {
  margin-top: 168px;
}
@media screen and (max-width: 1440.98px) {
  .page._default {
    margin-top: 120px;
    margin-bottom: 128px;
  }
  .page._default .pattern-section:first-child {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1366.98px) {
  .page._default {
    margin-top: 120px;
    margin-bottom: 128px;
  }
  .page._default .pattern-section:first-child {
    margin-top: 120px;
  }
  .page._default .pattern-section:first-child h1 {
    font-size: 56px;
  }
  .page._default .pattern-section.mb {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767.98px) {
  .page._default {
    margin-top: 88px;
  }
  .page._default .pattern-section:first-child {
    margin-top: 88px;
  }
  .page._default .pattern-section:first-child h1 {
    font-size: 34px;
  }
  .page._default .pattern-section.mb {
    margin-bottom: 88px;
  }
}

.portfolio._default .portfolio__tags {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 64px;
  overflow: auto;
  margin-left: -32px;
  margin-right: -32px;
}
.portfolio._default .portfolio__tags::-webkit-scrollbar {
  display: none;
}
.portfolio._default .portfolio__tags:before {
  content: '';
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: auto;
}
.portfolio._default .portfolio__tags:after {
  content: '';
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-left: auto;
}
.portfolio._default .portfolio__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -3px;
}
.portfolio._default .portfolio__grid-item {
  width: 25%;
  margin: 0 -1px -1px 0;
}
.portfolio._default .portfolio__grid-item .post {
  height: 306px;
}
.portfolio._short-list .portfolio__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -3px;
  margin-bottom: 64px;
}
.portfolio._short-list .portfolio__grid-item {
  width: 25%;
  margin: 0 -1px -1px 0;
}
.portfolio._short-list .portfolio__button {
  text-align: center;
}
.post._portfolio {
  border: 1px solid #D6D6D6;
  padding: 23px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.post._portfolio:hover {
  background: #F9F9FA;
}
.post._portfolio .post__logo {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.post._portfolio .post__logo a {
  width: 100%;
  height: 100%;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.post._portfolio .post__logo img {
  width: auto!important;
  max-width: 100%!important;
  height: auto!important;
  max-height: 87px;
}
.post._portfolio .post__title {
  margin-bottom: 16px;
  font-family: 'Zilla Slab';
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}
.post._portfolio .post__title a {
  color: #000;
  border: none;
}
.post._portfolio .post__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.post._portfolio .post__tags {
  margin-top: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
  margin-right: -10px;
}
.post._portfolio .post__tags span {
  padding: 4px 8px;
  height: 28px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: center;
}
.post._portfolio._short {
  padding: 0 35px;
}
.post._portfolio._short .post__logo {
  height: 304px;
  margin-bottom: 0;
  -ms-flex-pack: center;
  justify-content: center;
}
.post._portfolio._short .post__logo a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.post._portfolio._short .post__logo img {
  max-height: 68px;
}
@media screen and (max-width: 1068px) {
  .portfolio._default .portfolio__grid-item {
    width: 33.3333335%;
  }
  .portfolio._default .portfolio__grid-item .post {
    height: 234px;
  }
  .portfolio._default .portfolio__tags {
    margin-bottom: 40px;
  }
  .portfolio._short-list .portfolio__grid-item {
    width: 33.333335%;
  }
  .post._portfolio .post__logo img {
    width: auto;
    max-height: 72px;
  }
  .post._portfolio._short .post__logo {
    height: 234px;
  }
}
@media screen and (max-width: 767.98px) {
  .portfolio._default .portfolio__tags {
    margin-bottom: 32px;
    margin-left: -16px;
    margin-right: -16px;
    gap: 8px;
  }
  .portfolio._default .portfolio__tags:before {
    min-width: 8px;
    width: 8px;
  }
  .portfolio._default .portfolio__tags:after {
    min-width: 8px;
    width: 8px;
  }
  .portfolio._default .portfolio__grid {
    margin-right: 0;
  }
  .portfolio._default .portfolio__grid-item {
    width: 50%;
  }
  .portfolio._default .portfolio__grid-item .post {
    height: 164px;
  }
  .portfolio._short-list .portfolio__grid {
    margin-right: -1px;
  }
  .portfolio._short-list .portfolio__grid-item {
    width: 50%;
  }
  .post._portfolio .post__logo img {
    max-height: 40px;
  }
  .post._portfolio._short {
    padding: 0 27px;
  }
  .post._portfolio._short .post__logo {
    height: 163px;
  }
}

.post._blog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.post._blog .post__bottom {
  margin-top: auto;
}
.post._blog .post__preview {
  display: block;
  height: 263px;
  border: none;
  margin-bottom: 32px;
}
.post._blog .post__preview img {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover;
}
.post._blog .post__author {
  margin-bottom: 16px;
}
.post._blog .post__title {
  margin-bottom: 16px;
  border: none;
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 107%;
  color: #000000;
  text-decoration: none;
}
.post._blog .post__title img {
  display: inline;
}
.post._blog .post__title:hover {
  text-decoration: underline;
}
.post._blog .post__description {
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #000000;
  opacity: 0.7;
}
.post._blog .post__tags {
  margin-top: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.post._blog .post__tags span {
  padding: 4px 8px;
  height: 28px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: center;
}
.post._blog .post__date {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #000000;
}
.author._info {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #7A7E88;
  -ms-flex-align: center;
  align-items: center;
}
.author._info .author__photo {
  width: 43px;
  height: 43px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.author._info .author__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author._info .author__title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}
.post._top {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.post._top .post__preview {
  width: 100%;
  border: none;
  height: 400px;
}
.post._top .post__preview img {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover;
}
.post._top .post__common {
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.post._top .post__title {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  color: #000000;
  margin: 32px 0;
  border: none;
  display: block;
  text-decoration: none;
}
.post._top .post__title:hover {
  text-decoration: underline;
}
.post._top .post__tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.post._top .post__tags span {
  padding: 4px 8px;
  height: 28px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: center;
}
@media screen and (max-width: 1068px) {
  .post._top .post__preview {
    height: auto;
  }
  .post._top .post__title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .post._blog .post__title {
    margin-bottom: 17px;
  }
  .post._top {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    padding-bottom: 64px;
    border-bottom: 1px solid #D6D6D6;
  }
}

.tag._default {
  height: 48px;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tag._default .tag__wrap {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 22px;
  border: 2px solid #000000;
  border-radius: 44px;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #000000;
  cursor: pointer;
  white-space: nowrap;
}
.tag._default .tag__wrap:hover {
  background-color: #ededf0;
  border-color: #000;
  box-shadow: none;
  color: #000;
}
.tag._default .tag__input {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.tag._default .tag__input:checked + .tag__wrap {
  background: #000;
  color: #fff;
}
@media screen and (max-width: 1068px) {
  .tag._default {
    height: 42px;
  }
  .tag._default .tag__wrap {
    height: 42px;
    font-size: 18px;
    line-height: 26px;
  }
}

.team._default .team__grid {
  display: -ms-flexbox;
  display: flex;
  gap: 48px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.team._default .team__grid-item {
  width: 25%;
  padding: 0 12px;
}
.card._user a {
  text-decoration: none;
}
.card._user a:hover {
  text-decoration: underline;
}
.card._user .card__preview {
  margin-bottom: 24px;
  height: 288px;
}
.card._user .card__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card._user .card__title {
  margin-bottom: 8px;
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 108%;
  color: #000000;
  display: block;
}
.card._user .card__title a {
  color: #000;
  text-decoration: none;
}
.card._user .card__title a img {
  display: inline;
}
.card._user .card__title a:hover {
  text-decoration: underline;
}
.card._user .card__job-title {
  margin-bottom: 14px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #000000;
}
.card._user .card__social {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.card._user .card__social a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px;
  border: none;
}
.card._user .card__social-ln {
  width: 32px;
  height: 32px;
  background: #2D64BC;
  border-radius: 50%;
}
.card._user .card__social-tw {
  background: #1DA1F2;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.page._single-team .page__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 64px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page._single-team .page__title {
  margin-bottom: 24px;
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 700;
  font-size: 66px;
  line-height: 66px;
  color: #000000;
}
.page._single-team .page__sub-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #000000;
}
.page._single-team .page__social {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.page._single-team .page__social a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px;
  border: none;
}
.page._single-team .page__social a img {
  width: 100%;
}
.page._single-team .page__social-ln {
  width: 44px;
  height: 44px;
  background: #2D64BC;
  border-radius: 50%;
}
.page._single-team .page__social-tw {
  background: #1DA1F2;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.page._single-team .page__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page._single-team .page__preview {
  width: 49%;
}
.page._single-team .page__content {
  width: 51%;
  padding-left: 56px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}
.page._single-team .page__content p {
  margin-bottom: 24px;
}
.page._single-team .page__content *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1068px) {
  .team._default .team__grid {
    gap: 32px 0;
  }
  .team._default .team__grid-item {
    width: 33.3333%;
  }
  .page._single-team .page__title {
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 16px;
  }
  .page._single-team .page__preview {
    width: 35%;
  }
  .page._single-team .page__content {
    width: 65%;
  }
  .page._single-team .page__header {
    margin-bottom: 40px;
  }
  .card._user .card__preview {
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .team._default .team__grid {
    gap: 40px 0;
  }
  .team._default .team__grid-item {
    width: 50%;
  }
  .page._single-team .page__title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  .page._single-team .page__preview {
    width: 100%;
  }
  .page._single-team .page__content {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
  .page._single-team .page__header {
    gap: 16px;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .page._single-team .page__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.author-info-without-photo {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #000000;
  margin-top: 32px;
  margin-left: 0;
}
.author-info-without-photo h4 {
  letter-spacing: 0;
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 108%;
  color: #000000;
}

.pattern-content--lead {
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  margin-bottom: 64px;
  margin-top: 32px;
}
@media screen and (max-width: 1068px) {
  .pattern-content--lead {
    font-size: 18px;
    line-height: 26px;
    margin-top: 24px;
    margin-bottom: 32px;
  }
}

.pattern-content--title_h1 {
  margin-bottom: 32px;
  font-family: 'Zilla Slab';
  font-size: 66px;
  font-weight: 700;
  line-height: 66px;
  text-align: center;
}
@media screen and (max-width: 1068px) {
  .pattern-content--title_h1 {
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .pattern-content--title_h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

.pattern-group--max_width_1016 .wp-block-group__inner-container {
  max-width: 1016px;
}

.pattern-group--max_width_532 .wp-block-group__inner-container {
  max-width: 532px;
}

.pattern-group--max_width_688 .wp-block-group__inner-container {
  max-width: 688px;
}

.pattern-group--max_width_808 .wp-block-group__inner-container {
  max-width: 808px;
}

.pattern-group--max_width_912 .wp-block-group__inner-container {
  max-width: 912px;
}

.pattern-section {
  margin-top: 192px;
  margin-bottom: 192px;
}
[class*="pattern-section--"] {
  margin-top: 96px;
  margin-bottom: 96px;
}
[class*="pattern-section--"] h2 {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  color: #000000;
}
@media screen and (max-width: 1068px) {
  .pattern-section {
    margin-top: 128px;
    margin-bottom: 128px;
  }
  [class*="pattern-section--"] {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  [class*="pattern-section--"] h2 {
    font-size: 36px;
    line-height: 36px;
  }
}

.pattern-section--entry {
  margin-top: 64px;
  margin-bottom: 64px;
}
.pattern-section--entry .pattern-content--lead {
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1068px) {
  .pattern-section--entry {
    margin-bottom: 32px;
    margin-top: 32px;
  }
}

.pattern-section--version-1 {
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02em;
  padding-top: 55px;
  position: relative;
  background: url('../../assets/images/vector.svg') no-repeat;
  background-position: 71px 0;
  min-height: 536px;
}
.pattern-section--version-1 h2 {
  font-family: 'Zilla Slab';
  font-size: 66px;
  font-weight: 700;
  line-height: 66px;
  margin-bottom: 64px;
  max-width: 780px;
}
.pattern-section--version-1 .wp-block-group {
  margin-left: 43%;
  max-width: 578px;
  margin-left: 42.5%;
  letter-spacing: -0.02em;
}
.pattern-section--version-1 .wp-block-group p {
  margin-bottom: 16px;
}
.pattern-section--version-1 .wp-block-group p:last-child {
  margin-bottom: 0;
}
.pattern-section--version-1 .wp-block-buttons {
  margin-top: 32px;
}
@media screen and (max-width: 1068px) {
  .pattern-section--version-1 {
    padding-top: 86px;
    font-size: 18px;
    line-height: 26px;
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
    background-position: center top;
  }
  .pattern-section--version-1 h2 {
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 40px;
  }
  .pattern-section--version-1 .wp-block-group {
    max-width: 431px;
    margin-left: 38.8%;
  }
}
@media screen and (max-width: 767.98px) {
  .pattern-section--version-1 {
    padding-top: 0;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    background-size: 500px 402px;
    background-position: center;
    min-height: 400px;
  }
  .pattern-section--version-1 h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .pattern-section--version-1 .wp-block-group {
    margin-left: 0;
  }
}

.pattern-section--version-2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #000000;
  min-height: 419px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  background: url('../../assets/images/vector-2.svg') no-repeat center center;
}
.pattern-section--version-2 h1 {
  font-family: 'Zilla Slab';
  font-size: 76px;
  font-weight: 700;
  line-height: 76px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 32px;
}
.pattern-section--version-2 p {
  margin-bottom: 0;
}
@media screen and (max-width: 1068px) {
  .pattern-section--version-2 {
    background-size: 408px 329px;
    font-size: 18px;
    line-height: 26px;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .pattern-section--version-2 h1 {
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 24px;
  }
}

.pattern-section--version-3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #000000;
  min-height: 410px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  background: url('../../assets/images/vector-3.svg') no-repeat center center;
  background-size: 480px 410px;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}
.pattern-section--version-3 h1 {
  font-family: 'Zilla Slab';
  font-size: 66px;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 32px;
}
.pattern-section--version-3 p {
  font-size: 24px;
}
.pattern-section--version-3 .wp-block-group__inner-container *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1440.98px) {
  .pattern-section--version-3 {
    margin-bottom: 32px;
    min-height: 320px;
    background-size: 480px 320px;
  }
}
@media screen and (max-width: 1366.98px) {
  .pattern-section--version-3 {
    font-size: 18px;
    line-height: 26px;
    min-height: 300px;
    background: url('../../assets/images/vector-3-adapt.svg') no-repeat center center;
    background-size: 360px 300px;
    margin-bottom: 48px;
  }
  .pattern-section--version-3 h1 {
    font-size: 56px;
    line-height: 100%;
    max-width: 1030px;
  }
}
@media screen and (max-width: 767.98px) {
  .pattern-section--version-3 {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    background-size: 260px 220px;
    min-height: 220px;
  }
  .pattern-section--version-3 h1 {
    font-size: 40px;
  }
}

.pattern-section--version-4 {
  margin-top: 48px;
}
.pattern-section--version-4 .wp-block-group__inner-container figure.wp-block-gallery:not(.block-editor-block-list__block) {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 24px;
  margin-bottom: 0;
}
.pattern-section--version-4 .wp-block-group__inner-container figure.wp-block-gallery.block-editor-block-list__block figure.wp-block-image:not(#individual-image) img {
  object-fit: contain;
}
.pattern-section--version-4 .wp-block-group__inner-container figure.wp-block-gallery .wp-block-image__wrap {
  margin-bottom: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 150px;
}
.pattern-section--version-4 .wp-block-group__inner-container figure.wp-block-gallery figure.wp-block-image {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 150px 1fr;
  grid-template-rows: 150px 1fr;
  grid-column-gap: 0px;
  margin-bottom: 0;
  grid-row-gap: 16px;
}
.pattern-section--version-4 .wp-block-group__inner-container figure.wp-block-gallery figure.wp-block-image a {
  border: none;
}
.pattern-section--version-4 .wp-block-group__inner-container figure.wp-block-gallery figure.wp-block-image:not(#individual-image) a > img {
  object-fit: contain;
}
.pattern-section--version-4 .wp-block-group__inner-container figure.wp-block-gallery figure.wp-block-image:not(#individual-image) > img {
  object-fit: contain;
}
.pattern-section--version-4 .wp-block-group__inner-container figure.wp-block-gallery figure.wp-block-image figcaption {
  background: none;
  position: static;
  text-align: center;
  display: block;
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 107%;
  color: #000000;
  max-height: 9999px;
  padding: 0;
  overflow: visible;
  margin-top: 0;
  margin-bottom: 0;
}
.pattern-section--version-4 .wp-block-group__inner-container figure.wp-block-gallery figure.wp-block-image figcaption a {
  text-decoration: none;
}
.pattern-section--version-4 .wp-block-group__inner-container figure.wp-block-gallery figure.wp-block-image figcaption a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1440.98px) {
  .pattern-section--version-4 {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767.98px) {
  .pattern-section--version-4 .wp-block-group__inner-container figure.wp-block-gallery {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pattern-section--version-4 .wp-block-group__inner-container figure.wp-block-gallery:not(.block-editor-block-list__block) {
    gap: 48px;
  }
  .pattern-section--version-4 .wp-block-group__inner-container figure.wp-block-gallery figure.wp-block-image:not(#individual-image),
  .pattern-section--version-4 .wp-block-group__inner-container figure.wp-block-gallery figure.wp-block-image {
    width: 100%;
  }
}

.pattern-section--version-5 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #000000;
  min-height: 560px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  background: url('../../assets/images/vector-4.svg') no-repeat left top;
}
.pattern-section--version-5 a {
  color: #000000;
  border-bottom-color: #000;
}
.pattern-section--version-5 h1 {
  font-family: 'Zilla Slab';
  font-size: 66px;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 32px;
}
.pattern-section--version-5 .wp-block-group__inner-container *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1068px) {
  .pattern-section--version-5 {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 57px;
    font-size: 18px;
    line-height: 26px;
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
    background-position: 1vw 0;
  }
  .pattern-section--version-5 h1 {
    font-size: 56px;
    line-height: 56px;
  }
}
@media screen and (max-width: 767.98px) {
  .pattern-section--version-5 {
    padding-top: 57px;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    background-position: 4px 0;
  }
  .pattern-section--version-5 h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

.pattern-section--version-6 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #000000;
  min-height: 468px;
  background: url('../../assets/images/vector-6.svg') no-repeat;
  background-size: 487px 468px;
  background-position: 175px 0;
  padding-top: 96px;
}
.pattern-section--version-6 h2 {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 700;
  font-size: 66px;
  line-height: 66px;
  margin-bottom: 24px;
  max-width: 808px;
  letter-spacing: 0;
}
.pattern-section--version-6 > .wp-block-group__inner-container > .wp-block-group {
  margin-left: 43%;
  max-width: 704px;
  margin-left: 42.5%;
  letter-spacing: -0.02em;
}
.pattern-section--version-6 > .wp-block-group__inner-container > .wp-block-group p {
  margin-bottom: 16px;
}
.pattern-section--version-6 > .wp-block-group__inner-container > .wp-block-group p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1068px) {
  .pattern-section--version-6 {
    padding-top: 64px;
    background-size: 490px 478px;
    background-position: 0 0;
    font-size: 18px;
    line-height: 26px;
  }
  .pattern-section--version-6 h2 {
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 60px;
  }
  .pattern-section--version-6 > .wp-block-group__inner-container > .wp-block-group {
    margin-left: 38.5%;
  }
}
@media screen and (max-width: 767.98px) {
  .pattern-section--version-6 {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    background-position: 33% top;
    padding-top: 13px;
  }
  .pattern-section--version-6 h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 32px;
  }
  .pattern-section--version-6 > .wp-block-group__inner-container > .wp-block-group {
    margin-left: 0;
  }
}

.pattern-section--version-7 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #000000;
  min-height: 435px;
  background: url('../../assets/images/vector-9.svg') no-repeat;
  background-position: 50% top;
  background-size: 353px 338px;
  padding-top: 54px;
}
.pattern-section--version-7 h2 {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 700;
  font-size: 66px;
  line-height: 66px;
  margin-bottom: 24px;
  max-width: 600px;
  letter-spacing: 0;
  margin-left: auto;
  margin-right: auto;
}
.pattern-section--version-7 p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1068px) {
  .pattern-section--version-7 {
    font-size: 18px;
    line-height: 26px;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .pattern-section--version-7 h1 {
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 24px;
  }
}

.pattern-section--version-8 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  min-height: 200px;
  display: -ms-flexbox;
  display: flex;
  padding-top: 161px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  background: url('../../assets/images/vector-8.svg') no-repeat center 96px;
  background-size: 216px 200px;
  max-width: 746px;
  margin-left: auto;
  margin-right: auto;
}
.pattern-section--version-8 a {
  color: #0060DF;
  border-bottom-color: #0060DF;
}
.pattern-section--version-8 h1 {
  font-family: 'Zilla Slab';
  font-size: 76px;
  font-weight: 700;
  line-height: 76px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 97px;
}
.pattern-section--version-8 .wp-block-group__inner-container *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1068px) {
  .pattern-section--version-8 {
    padding-top: 137px;
    background-size: 226px 152px;
    max-width: 704px;
    font-size: 18px;
    line-height: 26px;
  }
  .pattern-section--version-8 h1 {
    font-size: 56px;
    line-height: 70px;
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 767.98px) {
  .pattern-section--version-8 {
    background-size: 216px 200px;
    padding-top: 65px;
    background-position: center top;
  }
  .pattern-section--version-8 h1 {
    font-size: 40px;
    line-height: 70px;
    margin-bottom: 97px;
  }
}
