.anti-container {
  margin-right: -3vw;
  margin-left: -3vw;
  padding-right: 0;
  padding-left: 0;
}
/**********************/
*,
*:before,
*:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
img,
b,
u,
i,
center,
table,
tr,
th,
td,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
ol,
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
a,
a:visited {
  color: inherit;
  text-decoration: inherit;
}
sup {
  line-height: 0;
  font-size: smaller;
  vertical-align: super;
}
sub {
  line-height: 0;
  font-size: smaller;
  vertical-align: sub;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
}
body.no-scroll {
  overflow: hidden;
}
.container {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3vw;
  padding-left: 3vw;
  max-width: 80rem;
}
@media screen and (max-width: 35rem) {
  .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-wrap: break-word;
  unicode-bidi: isolate;
}
.header {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  left: 0;
  letter-spacing: 0.32px;
  line-height: 16px;
  opacity: 1;
  overflow-wrap: break-word;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-size-adjust: 100%;
  text-transform: none;
  top: 0;
  transition-behavior: normal, normal, normal;
  transition-delay: 0s, 0s, 0.14s;
  transition-duration: 0.3s, 0.14s, 0.14s;
  transition-property: background, padding, transform;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  unicode-bidi: isolate;
  z-index: 10;
  border-bottom: 1px solid rgba(100, 100, 100, 0.75);
}
.header-bar-wrap {
  position: relative;
  z-index: 2;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3vw;
  padding-left: 3vw;
  max-width: 80rem;
  pointer-events: auto;
}
@media screen and (max-width: 35rem) {
  .header-bar-wrap {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 35rem) {
  .header-bar-wrap {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 48rem) {
  .header-bar-wrap {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
}
.header-display-desktop {
  position: relative;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 48rem) {
  .header-display-desktop {
    display: none;
  }
}
.header-display-mobile {
  display: none;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 48rem) {
  .header-display-mobile {
    display: flex;
  }
}
.header-display-mobile .header-nav {
  display: none;
}
.header-display-mobile .header-logo-nav-wrap {
  justify-content: center;
}
.header-display-mobile .header-logo {
  z-index: 10;
}
.header-display-mobile .header-nav {
  display: none;
  position: absolute;
  background: #000;
  left: -1rem;
  right: -1rem;
  width: auto;
  top: -3vw;
  padding-top: 80px;
  padding-bottom: 20px;
  height: 100vh;
  box-sizing: border-box;
}
.header-display-mobile .header-nav-list {
  flex-direction: column;
}
.header-logo-nav-wrap {
  display: flex;
  flex-wrap: nowrap;
  flex: 1 0 67%;
  align-items: center;
}
.header-nav {
  width: 34%;
  text-align: center;
  flex: 1 1 34%;
}
.header-nav-list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.header-nav-item {
  font-size: 12px;
  white-space: nowrap;
  margin-left: 1.25vw;
  margin-right: 1.25vw;
}
.header-nav-item__folder {
  position: relative;
}
.header-nav-item__folder:hover .header-nav-folder-content {
  margin-top: -8px;
  display: block;
  opacity: 1;
  pointer-events: inherit;
}
.header-nav-item__folder > a {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.header-nav-item__folder > a:after {
  display: none;
}
.header-nav-item a {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 5px;
  text-decoration: none;
  backface-visibility: hidden;
  padding: 0.1em 0;
  align-items: center;
  line-height: 3;
  color: #fff;
  font-weight: 600;
}
.header-nav-item a:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.1em;
  transform: scalex(0);
  transform-origin: right;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: rgba(255, 255, 255, 0.3);
  height: 2px;
}
.header-nav-item a:hover:after {
  transform: scalex(1);
  transform-origin: left;
}
.header-nav-folder-content {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: auto;
  right: -1em;
  text-align: left;
  z-index: 20;
  border-radius: 4px;
  background-clip: padding-box;
  transition: all 0.25s ease-out;
  transform: translate(0, 4px);
  background-color: #1a1a1a;
  margin-top: -2px;
  padding: 20px 1.75vw;
}
.front-hero-section {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.front-hero-section .content-wrapper {
  padding-top: 100px;
  padding-bottom: 3rem;
}
.inner-hero-section {
  min-height: 280px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.inner-hero-section .content-wrapper {
  padding-top: 100px;
  padding-bottom: 3rem;
}
.section-background {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}
.hero-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  margin-top: 2rem;
}
.btn {
  font-size: 0.75rem;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: inline-block;
  padding: 21px 46px;
  text-align: center;
}
.btn_tr-gold {
  border: 1px solid #e1a87a;
  color: inherit;
}
.btn_tr-gold:hover {
  background-color: #e1a87a;
  border-color: #e1a87a;
  color: #fff;
}
.hero-content .hero-title {
  color: #fff;
  line-height: 1.3;
  font-size: 1.2rem;
  text-align: center;
  max-width: 900px;
}
.hero-content .hero-title h1 {
  font-weight: 500;
}
@media screen and (max-width: 48rem) {
  .hero-content .hero-title {
    font-size: 0.86rem;
  }
}
.header-logo {
  margin-top: -1.5vw;
  margin-bottom: -1.5vw;
  display: block;
}
.header-actions {
  flex-grow: 0;
  flex-shrink: 1;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}
.video-background,
.photo-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}
.video-background::before,
.photo-background::before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  background-color: #020618b3;
}
.video-background video,
.photo-background video,
.video-background img,
.photo-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.header-burger-btn {
  margin: 0;
  position: relative;
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.burger-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-family: inherit;
  font-size: 100%;
}
.burger-box .burger-inner {
  width: 100%;
  height: 100%;
}
.burger-box .burger-inner .top-bun,
.burger-box .burger-inner .patty,
.burger-box .burger-inner .bottom-bun {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: '';
  width: 100%;
  transition: transform 250ms cubic-bezier(0.2, 0.6, 0.3, 1), width 250ms cubic-bezier(0.2, 0.6, 0.3, 1);
  will-change: transform, width;
  height: 2px;
  background-color: #fff;
}
.burger-box .burger-inner .top-bun {
  transform: translatey(-9.5px);
}
.burger-box .burger-inner .patty {
  transform: scalex(0.5) translatex(17.5px);
}
.burger-box .burger-inner .bottom-bun {
  transform: translatey(9.5px);
}
.header-burger-btn.open .burger-inner .patty {
  transform: scale(0);
}
.header-burger-btn.open .burger-inner .top-bun {
  transform: translatex(3.5px) rotate(-135deg);
  width: 28px;
}
.header-burger-btn.open .burger-inner .bottom-bun {
  transform: translatex(3.5px) rotate(135deg);
  width: 28px;
}
footer {
  background-color: #000;
  color: #fff;
}
.footer-bottom {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.footer-bottom .links {
  color: #e1a87a;
  text-align: center;
  margin-top: 1rem;
  font-weight: 500;
  font-size: 14px;
}
.footer-bottom .links a {
  display: inline-block;
  text-decoration: underline;
  transition: color 0.2s;
}
.footer-bottom .links a:hover {
  color: #808080;
}
.footer-bottom .copy {
  font-weight: 500;
  font-size: 14px;
  color: #808080;
  text-align: center;
}
.footer-top {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px #444 solid;
}
.footer-contact {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 48rem) {
  .footer-contact {
    text-align: center;
  }
}
.footer-contact a {
  font-size: 14px;
  transition: color 0.2s;
}
.footer-contact a:hover {
  color: #e1a87a;
}
.footer-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 48rem) {
  .footer-row {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
.footer-social {
  flex: 0 0 30%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.footer-social .social {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.footer-social .social a {
  transition: color 0.2s;
}
.footer-social .social a:hover {
  color: #e1a87a;
}
@media screen and (max-width: 48rem) {
  .footer-logo {
    display: none;
  }
}
.section-artbox {
  background: #f3f3f4;
  color: #2a2a2a;
  padding-top: 105px;
  padding-bottom: 105px;
  overflow: hidden;
}
.section-artbox__wrap {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 48rem) {
  .section-artbox__wrap {
    flex-direction: column;
  }
}
.section-artbox_reverse .section-artbox__wrap {
  flex-direction: row-reverse;
}
@media screen and (max-width: 48rem) {
  .section-artbox_reverse .section-artbox__wrap {
    flex-direction: column;
  }
}
.section-artbox__descr {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
  opacity: 0.85;
}
.section-artbox__descr ul:not(:last-child),
.section-artbox__descr p:not(:last-child) {
  margin-bottom: 16px;
}
.section-artbox__title {
  margin-bottom: 28px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.section-artbox__content {
  flex-basis: calc(50% - 30px / 2);
  max-width: calc(50% - 30px / 2);
  width: calc(50% - 30px / 2);
}
@media screen and (max-width: 48rem) {
  .section-artbox__content {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.section-artbox__photo {
  flex-basis: calc(50% - 30px / 2);
  max-width: calc(50% - 30px / 2);
  width: calc(50% - 30px / 2);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 48rem) {
  .section-artbox__photo {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.section-artbox__photo img {
  width: 560px;
  max-width: 100%;
  object-fit: cover;
  margin-right: -3vw;
}
@media screen and (max-width: 48rem) {
  .section-artbox__photo img {
    margin-right: auto;
  }
}
.section-artbox_reverse .section-artbox__photo img {
  margin-left: -3vw;
  margin-right: auto;
}
@media screen and (max-width: 48rem) {
  .section-artbox_reverse .section-artbox__photo img {
    margin-right: auto;
    margin-left: auto;
  }
}
.section__title {
  font-size: 44px;
  line-height: 1.15;
  margin-bottom: 60px;
  font-weight: 600;
}
@media screen and (max-width: 60rem) {
  .section__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 48rem) {
  .section__title {
    font-size: 34px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 35rem) {
  .section__title {
    font-size: 30px;
  }
}
.section__title h1,
.section__title h2,
.section__title h3,
.section__title h4,
.section__title h5 {
  font-weight: inherit;
  font-size: inherit;
  padding: 0;
  margin: 0;
}
.section__title_lite {
  font-size: 30px;
  line-height: 1.23;
  font-weight: 700;
  margin-bottom: 80px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 48rem) {
  .section__title_lite {
    margin-bottom: 50px;
    font-size: 28px;
  }
}
.base-section {
  background: #212129;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 48rem) {
  .base-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.base-section.bg_light {
  background: #f3f3f4;
  color: #2a2a2a;
}
.article {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(42, 42, 42, 0.82);
}
.article__data {
  margin-bottom: 14px;
  color: #e1a87a;
  text-align: left;
  margin-top: 1rem;
  font-weight: 500;
  font-size: 14px;
}
.article p {
  margin-bottom: 16px;
}
.article img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article ul {
  display: flex;
  flex-direction: column;
  padding-left: 18px;
  gap: 18px;
}
.article ul li {
  list-style: disc;
}
.article q {
  display: block;
  background: #EBF2FE;
  color: #535353;
  border-top: 4px #535353 solid;
  padding: 40px 30px;
  font-size: 24px;
  line-height: 1.2;
}
.article .image {
  margin-bottom: 32px;
  display: block;
}
.article .image img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 60rem) {
  .article q {
    font-size: 18px;
  }
}
.owl-carousel .owl-stage {
  margin-left: auto;
  margin-right: auto;
}
.service-cases {
  background: #212129;
  color: #fff;
  padding-top: 105px;
  padding-bottom: 105px;
  overflow: hidden;
}
@media screen and (max-width: 48rem) {
  .service-cases {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.service-cases-slider {
  display: flex;
  flex-direction: row;
  gap: 16px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  /*
    &.owl-carousel:hover {
      .owl-nav button.owl-next {
        transform: translateX(0);
        opacity: 1;
      }

      .owl-nav button.owl-prev {
        transform: translateX(0);
        opacity: 1;
      }
    }
  */
}
.service-cases-slider.owl-carousel .owl-stage {
  margin: 0 auto;
}
.service-cases-slider .owl-item {
  transition: opacity 0.2s;
}
.service-cases-slider .owl-item:not(.active) {
  opacity: 0.5;
}
@media screen and (max-width: 1600px) {
  .service-cases-slider.owl-carousel .owl-stage-outer {
    overflow: initial;
  }
}
.service-cases-slider.owl-carousel .owl-nav button.owl-next,
.service-cases-slider.owl-carousel .owl-nav button.owl-prev {
  background: transparent;
  height: 60px;
  width: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 9vw;
  margin-top: -25px;
  transition: all 0.4s ease;
}
.service-cases-slider.owl-carousel .owl-nav button.owl-next.disabled,
.service-cases-slider.owl-carousel .owl-nav button.owl-prev.disabled {
  display: none;
}
.service-cases-slider.owl-carousel .owl-nav button.owl-next span,
.service-cases-slider.owl-carousel .owl-nav button.owl-prev span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 70rem) {
  .service-cases-slider.owl-carousel .owl-nav button.owl-next,
  .service-cases-slider.owl-carousel .owl-nav button.owl-prev {
    top: 13vw;
  }
}
@media screen and (max-width: 35rem) {
  .service-cases-slider.owl-carousel .owl-nav button.owl-next,
  .service-cases-slider.owl-carousel .owl-nav button.owl-prev {
    top: 26vw;
  }
}
@media screen and (min-width: 80rem) {
  .service-cases-slider.owl-carousel .owl-nav button.owl-next,
  .service-cases-slider.owl-carousel .owl-nav button.owl-prev {
    top: 120px;
  }
}
.service-cases-slider .owl-nav button.owl-next {
  right: -5px;
}
.service-cases-slider .owl-nav button.owl-prev {
  left: -5px;
}
.service-cases-slider.owl-carousel .owl-item .owl-lazy {
  opacity: 0.5;
  transition: opacity 0.4s ease;
}
.service-cases-slider.owl-loaded {
  overflow: initial;
}
.service-cases-slider > .service-case {
  flex: 0 0 calc(33.333% - 16px * 2 / 3);
}
@media screen and (max-width: 48rem) {
  .service-cases-slider > .service-case {
    flex: 0 0 calc(50% - 16px * 1 / 2);
  }
}
@media screen and (max-width: 35rem) {
  .service-cases-slider > .service-case {
    flex: 0 0 100%;
  }
}
.service-case__photo {
  display: block;
}
.service-case__photo img {
  height: auto;
  width: 100%;
  aspect-ratio: 16/9;
  outline: none;
  border: none;
  display: block;
  object-fit: cover;
}
.service-case__title {
  margin-top: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.35;
}
@media screen and (max-width: 48rem) {
  .service-case__title {
    font-size: 14px;
  }
}
.service-case__about {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
}
@media screen and (max-width: 48rem) {
  .service-case__about {
    font-size: 12px;
  }
}
.blog-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 80px 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 70rem) {
  .blog-grid {
    gap: 60px 30px;
  }
}
@media screen and (max-width: 35rem) {
  .blog-grid {
    max-width: 400px;
  }
}
.blog-card {
  width: calc(25% - 40px * 3 / 4);
  flex: 0 0 calc(25% - 40px * 3 / 4);
  max-width: calc(25% - 40px * 3 / 4);
  display: block;
}
@media screen and (max-width: 70rem) {
  .blog-card {
    width: calc(33.3333% - 30px * 2 / 3);
    flex: 0 0 calc(33.3333% - 30px * 2 / 3);
    max-width: calc(33.3333% - 30px * 2 / 3);
  }
}
@media screen and (max-width: 48rem) {
  .blog-card {
    width: calc(50% - 30px / 2);
    flex: 0 0 calc(50% - 30px / 2);
    max-width: calc(50% - 30px / 2);
  }
}
@media screen and (max-width: 35rem) {
  .blog-card {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.blog-card__photo {
  padding-bottom: 70%;
  position: relative;
}
.blog-card__photo img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.blog-card__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.23;
  margin-top: 14px;
}
@media screen and (max-width: 60rem) {
  .blog-card__title {
    font-size: 18px;
  }
}
.blog-card__date {
  margin-top: 18px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
@media screen and (max-width: 60rem) {
  .blog-card__date {
    font-size: 14px;
  }
}
.blog-card__about {
  font-size: 14px;
  line-height: 1.55;
  margin-top: 10px;
}
.pagination {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  font-size: 16px;
  color: #667085;
}
.pagination__next {
  color: #667085;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  line-height: 40px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMTcxODggNy4wMDAwOEgxMi44Mzg1TTEyLjgzODUgNy4wMDAwOEw3LjAwNTIxIDEuMTY2NzVNMTIuODM4NSA3LjAwMDA4TDcuMDA1MjEgMTIuODMzNCIgc3Ryb2tlPSIjNjY3MDg1IiBzdHJva2Utd2lkdGg9IjEuNjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 24px;
}
.pagination__prev {
  color: #667085;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  line-height: 40px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjgzNDYgNy4wMDAwOEgxLjE2Nzk3TTEuMTY3OTcgNy4wMDAwOEw3LjAwMTMgMTIuODMzNE0xLjE2Nzk3IDcuMDAwMDhMNy4wMDEzIDEuMTY2NzUiIHN0cm9rZT0iIzY2NzA4NSIgc3Ryb2tlLXdpZHRoPSIxLjY3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 24px;
}
.pagination ul {
  display: flex;
  flex-direction: row;
  gap: 1px;
  margin: 0 auto;
}
@media screen and (max-width: 35rem) {
  .pagination ul {
    display: none;
  }
}
.pagination ul li a {
  display: block;
  height: 40px;
  min-width: 40px;
  padding: 0 8px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 16px;
  color: #667085;
}
.pagination ul li.active a {
  background: rgba(220, 220, 220, 0.11);
  color: #fff;
}
/*# sourceMappingURL=style.css.map */