@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: normal;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
html {
  font-size: 10px;
  overflow-x: hidden;
}
@media (min-width: 2135px) {
  html {
    font-size: 11px;
  }
}
@media (min-width: 2320px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 2505px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 2690px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 2875px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 3060px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 3245px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 3430px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 3615px) {
  html {
    font-size: 19px;
  }
}
@media (min-width: 3800px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 3985px) {
  html {
    font-size: 21px;
  }
}
@media (min-width: 4170px) {
  html {
    font-size: 22px;
  }
}
@media (min-width: 4355px) {
  html {
    font-size: 23px;
  }
}
@media (min-width: 4540px) {
  html {
    font-size: 24px;
  }
}
@media (min-width: 4725px) {
  html {
    font-size: 25px;
  }
}
@media (min-width: 4910px) {
  html {
    font-size: 26px;
  }
}
@media (min-width: 5095px) {
  html {
    font-size: 27px;
  }
}
@media (min-width: 5280px) {
  html {
    font-size: 28px;
  }
}
@media (min-width: 5465px) {
  html {
    font-size: 29px;
  }
}
@media (min-width: 5650px) {
  html {
    font-size: 30px;
  }
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  color: #070707;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: Poppins, sans-serif;
  overflow-x: hidden;
  margin: 0;
  position: relative;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}
p {
  margin: 0;
}
strong {
  font-weight: 700;
}
ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  color: #e67e12;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a,
a:focus,
a:hover {
  text-decoration: none;
}
a:hover {
  color: #f2f1f1;
}
a:focus {
  outline: none;
}
button,
input,
select,
textarea {
  font: inherit;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#wpadminbar .ab-top-menu > li .ab-item:focus,
#wpadminbar .ab-top-menu > li .ab-item:focus:before,
#wpadminbar .ab-top-menu > li.hover > .ab-item,
#wpadminbar .ab-top-menu > li.hover > .ab-item:before,
#wpadminbar .ab-top-menu > li:focus,
#wpadminbar .ab-top-menu > li:focus:before,
#wpadminbar .ab-top-menu > li:hover > .ab-item,
#wpadminbar .ab-top-menu > li:hover > .ab-item:before,
#wpadminbar:not(.mobile) .ab-top-menu > li .ab-item:focus,
#wpadminbar:not(.mobile) .ab-top-menu > li .ab-item:focus:before,
#wpadminbar:not(.mobile) .ab-top-menu > li.hover > .ab-item,
#wpadminbar:not(.mobile) .ab-top-menu > li.hover > .ab-item:before,
#wpadminbar:not(.mobile) .ab-top-menu > li:focus,
#wpadminbar:not(.mobile) .ab-top-menu > li:focus:before,
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item:before,
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-icon:before,
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label,
#wpadminbar:not(.mobile) > #wp-toolbar li.hover span.ab-icon:before,
#wpadminbar:not(.mobile) > #wp-toolbar li.hover span.ab-label,
#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-icon:before,
#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
#wpadminbar > #wp-toolbar a:focus span.ab-icon:before,
#wpadminbar > #wp-toolbar a:focus span.ab-label,
#wpadminbar > #wp-toolbar li.hover span.ab-icon:before,
#wpadminbar > #wp-toolbar li.hover span.ab-label,
#wpadminbar > #wp-toolbar li:hover span.ab-icon:before,
#wpadminbar > #wp-toolbar li:hover span.ab-label {
  color: #e67e12;
}
#wpadminbar .ab-top-menu > li#wp-admin-bar-customize,
#wpadminbar
  .ab-top-menu
  > li#wp-admin-bar-site-name
  .ab-sub-wrapper
  #wp-admin-bar-appearance
  #wp-admin-bar-themes,
#wpadminbar
  .ab-top-menu
  > li#wp-admin-bar-site-name
  .ab-sub-wrapper
  #wp-admin-bar-appearance
  #wp-admin-bar-widgets,
#wpadminbar .ab-top-menu > li#wp-admin-bar-wp-logo,
#wpadminbar .quicklinks #wp-admin-bar-comments,
#wpadminbar .quicklinks #wp-admin-bar-gform-forms,
#wpadminbar
  .quicklinks
  #wp-admin-bar-new-content
  #wp-admin-bar-gravityforms-new-form,
#wpadminbar .quicklinks #wp-admin-bar-new-content #wp-admin-bar-new-post,
#wpadminbar:not(.mobile) .ab-top-menu > li#wp-admin-bar-customize,
#wpadminbar:not(.mobile)
  .ab-top-menu
  > li#wp-admin-bar-site-name
  .ab-sub-wrapper
  #wp-admin-bar-appearance
  #wp-admin-bar-themes,
#wpadminbar:not(.mobile)
  .ab-top-menu
  > li#wp-admin-bar-site-name
  .ab-sub-wrapper
  #wp-admin-bar-appearance
  #wp-admin-bar-widgets,
#wpadminbar:not(.mobile) .ab-top-menu > li#wp-admin-bar-wp-logo {
  display: none;
}
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus:before,
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
#wpadminbar .quicklinks .menupop ul li a:focus,
#wpadminbar .quicklinks .menupop ul li a:hover {
  color: #e67e12;
}
.container {
  max-width: 132rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
}
.row {
  margin-right: -2rem;
  margin-left: -2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.1rem;
  margin: -0.1rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.1rem;
  white-space: nowrap;
}
.svg-container {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
.svg-container svg {
  width: inherit;
  height: inherit;
  display: inline-block;
  color: inherit !important;
}
.svg-container svg [stroke*="#"]:not(.noColor),
.svg-container svg [style*="stroke:"]:not(.noColor),
.svg-container svg [style*="stroke: "]:not(.noColor) {
  stroke: currentColor !important;
  -webkit-transition: stroke 0.5s ease;
  -o-transition: stroke 0.5s ease;
  transition: stroke 0.5s ease;
}
.svg-container svg [fill*="#"]:not(.noColor),
.svg-container svg [style*="fill:"]:not(.noColor),
.svg-container svg [style*="fill: "]:not(.noColor) {
  fill: currentColor !important;
  -webkit-transition: fill 0.5s ease;
  -o-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}
.svg-container svg [fill*="none"] {
  fill: transparent;
}
.svg-container svg [stroke*="none"] {
  stroke: transparent;
}
.section-title {
  color: #e67e12;
  font-size: 4.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 1025px) {
  .section-title {
    font-size: 6rem;
  }
}
.section-title:after {
  content: "";
  width: 17.2rem;
  height: 0.6rem;
  background: #e67e12;
  margin-top: 0.6rem;
  display: block;
}
@media (min-width: 1025px) {
  .section-title:after {
    height: 0.8rem;
    margin-top: 2.5rem;
  }
}
.button {
  outline: none;
  cursor: pointer;
  border: none;
  background: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
.button:focus,
.button:hover {
  text-decoration: none;
}
.button:focus {
  outline: none;
}
.button--primary {
  font-size: 2rem;
  font-weight: 700;
  border: 0.4rem solid;
  text-align: center;
  text-transform: uppercase;
  padding: 1.5rem 2.5rem;
}
@media (min-width: 1025px) {
  .button--primary {
    font-size: 2.5rem;
  }
}
.button--arrow:focus .icon,
.button--arrow:hover .icon {
  -webkit-transform: translateX(0.5rem);
  -o-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}
.button--arrow .icon {
  top: -0.1rem;
  width: 2.5rem;
  height: 2rem;
  margin-left: 2.4rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.button--orange {
  color: #fff;
  border-color: #e67e12;
  background: #e67e12;
}
.button--orange--outline {
  color: #e67e12;
  border-color: #e67e12;
  background: transparent;
}
.button--orange--outline:focus,
.button--orange--outline:hover {
  color: #fff;
  background: #e67e12;
}
.button--orange--outline:focus .icon,
.button--orange--outline:hover .icon {
  color: #fff;
}
.button--orange--outline .icon {
  color: #e67e12;
}
.button--orange:focus,
.button--orange:hover {
  color: #e67e12;
  background: #e67e12;
}
.menu--open.admin-bar .page-header__menu {
  padding-top: 12rem;
}
.menu--open .page-header__toggler__box {
  -webkit-transform: translate3d(0, 0.9rem, 0) rotate(45deg);
  transform: translate3d(0, 0.9rem, 0) rotate(45deg);
}
.menu--open .page-header__toggler__box,
.menu--open .page-header__toggler__box:after,
.menu--open .page-header__toggler__box:before {
  left: 0;
  width: 3.3rem;
  background: #000;
}
.menu--open .page-header__toggler__box:before {
  -webkit-transform: rotate(-45deg) translate3d(-0.57143rem, 0, 0);
  transform: rotate(-45deg) translate3d(-0.57143rem, 0, 0);
  opacity: 0;
}
.menu--open .page-header__toggler__box:after {
  top: 1.5rem;
  -webkit-transform: translate3d(0, -1.5rem, 0) rotate(-90deg);
  transform: translate3d(0, -1.5rem, 0) rotate(-90deg);
}
.menu--open .page-header__menu {
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.page-header {
  z-index: 6;
  width: 100%;
  padding: 1.8rem 0;
  position: absolute;
}
.page-header__container {
  padding-right: 5.3rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1025px) {
  .page-header__container {
    padding-right: 2rem;
  }
}
.page-header__logo {
  display: block;
}
.page-header__logo svg {
  width: 22.1rem;
  height: 7rem;
  display: block;
}
.page-header__logo svg path,
.page-header__logo svg polygon,
.page-header__logo svg rect {
  fill: #fff;
}
.page-header__logo--mobile {
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .page-header__logo--mobile {
    display: none;
  }
}
.page-header__logo--desktop {
  width: 120px;
  display: none;
}
@media (min-width: 1025px) {
  .page-header__logo--desktop {
    display: block;
  }
}
.page-header__logo--desktop svg {
  width: 12rem;
  height: 7rem;
  margin: 0 auto;
  display: block;
}
.page-header__logo--desktop svg path,
.page-header__logo--desktop svg polygon,
.page-header__logo--desktop svg rect {
  fill: #000;
}
.page-header__toggler {
  outline: none;
  z-index: 6;
  width: 3.3rem;
  height: 2.7rem;
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
@media (min-width: 1025px) {
  .page-header__toggler {
    display: none;
  }
}
.page-header__toggler__box {
  top: 0;
}
.page-header__toggler__box,
.page-header__toggler__box:after,
.page-header__toggler__box:before {
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: #000;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  position: absolute;
}
.page-header__toggler__box:after,
.page-header__toggler__box:before {
  content: "";
}
.page-header__toggler__box:before {
  top: 1rem;
  right: 0;
  width: 2.6rem;
  margin-left: auto;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
}
.page-header__toggler__box:after {
  top: 2rem;
}
.page-header__menu {
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  -webkit-box-shadow: 0.5rem 0.6rem 1.5rem 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0.5rem 0.6rem 1.5rem 0 rgba(0, 0, 0, 0.07);
  background: #fff;
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10rem 2rem 2rem;
  position: fixed;
}
@media (min-width: 1025px) {
  .page-header__menu {
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    gap: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
  }
}
@media (min-width: 1025px) {
  .page-header__menu .menu {
    gap: 100px;
    width: calc(50% - 160px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.page-header__menu .menu:nth-child(1) {
  margin-bottom: 1rem;
}
@media (min-width: 1025px) {
  .page-header__menu .menu:nth-child(1) {
    justify-content: flex-end;
    margin-bottom: 0;
  }
  .page-header__menu .menu:nth-child(3) {
    justify-content: flex-start;
  }
}
.page-header__menu .menu-item:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 1025px) {
  .page-header__menu .menu-item:not(:last-child) {
    margin-bottom: 0;
  }
}
.page-header__menu .menu-item a {
  color: #070707;
  font-weight: 700;
  font-size: 2.2rem;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .page-header__menu .menu-item a {
    font-size: 1.9rem;
  }
}
.page-header__menu .menu-item a:focus,
.page-header__menu .menu-item a:hover {
  color: #e67e12;
}
.page-footer {
  background: url(/wp-content/themes/middleside/dist/images/footer-bg_70a094f6.png)
    no-repeat 50% / cover;
  padding: 7.6rem 0 3.2rem;
}
.page-footer__main {
  margin-bottom: 4.2rem;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-footer__main__title {
  width: 100%;
  color: #fff;
  font-size: 4.2rem;
  line-height: 1.2;
  background-image: url(/wp-content/themes/middleside/dist/images/colors_86e8ae60.jpg);
  background-repeat: no-repeat;
  background-position: -108rem -71.5rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .page-footer__main__title {
    font-size: 5rem;
    background-position: -86rem -71.5rem;
  }
}
@media (min-width: 1025px) {
  .page-footer__main__title {
    width: auto;
    font-size: 8.3rem;
    margin-bottom: 0;
  }
}
.page-footer__main__social .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-footer__main__social .social-media__item:not(:last-child) {
  margin-right: -0.1rem;
}
.page-footer__main__social .social-media__item__link {
  width: 5.7rem;
  height: 5.7rem;
  border: 0.1rem solid #232525;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-footer__main__social .social-media__item__link:focus,
.page-footer__main__social .social-media__item__link:hover {
  background: #e67e12;
}
.page-footer__main__social .social-media__item__link:focus .icon,
.page-footer__main__social .social-media__item__link:hover .icon {
  color: #fff;
}
.page-footer__main__social .social-media__item__link .icon {
  color: #757575;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}
.page-footer__main__social .social-media__item__link .icon--facebook {
  width: 2.2rem;
  height: 2.5rem;
}
.page-footer__main__social .social-media__item__link .icon--instagram {
  width: 2.1rem;
  height: 2.1rem;
}
.page-footer__content {
  margin-bottom: 4.5rem;
  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;
}
.page-footer__content__address {
  width: 100%;
  margin-bottom: 2.5rem;
}
@media (min-width: 1025px) {
  .page-footer__content__address {
    max-width: 65.4rem;
    margin-bottom: 0;
  }
}
.page-footer__content__address .address-block {
  border: 0.1rem solid #232525;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-footer__content__address .address-block__item {
  width: 50%;
  padding: 1.8rem 2rem;
}
.page-footer__content__address .address-block__item:not(:last-child) {
  border-right: 0.1rem solid #232525;
}
.page-footer__content__address .address-block__item address {
  color: #757575;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 1.71;
  margin: 0;
}
.page-footer__content__cta {
  width: 100%;
}
@media (min-width: 1025px) {
  .page-footer__content__cta {
    width: auto;
  }
}
.page-footer__content__cta a {
  color: #e67e12;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  background: #232525;
  padding-right: 3.5rem;
  padding-left: 1rem;
  display: inline-block;
  position: relative;
}
@media (min-width: 1025px) {
  .page-footer__content__cta a {
    font-size: 4.1rem;
  }
}
.page-footer__content__cta a:hover {
  background: transparent;
}
.page-footer__content__cta a .icon {
  z-index: 1;
  color: #e67e12;
  width: 3.2rem;
  height: 2.6rem;
  margin-right: 2rem;
  position: relative;
}
.page-footer__content__cta a .meta {
  z-index: 1;
  position: relative;
}
.page-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-footer__bottom__copyrights {
  color: #484848;
  font-size: 1.3rem;
}
.page-footer__bottom__back:focus .icon,
.page-footer__bottom__back:focus .meta,
.page-footer__bottom__back:hover .icon,
.page-footer__bottom__back:hover .meta {
  color: #fff;
}
.page-footer__bottom__back .meta {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
}
.page-footer__bottom__back .icon,
.page-footer__bottom__back .meta {
  color: #484848;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-footer__bottom__back .icon {
  width: 1.4rem;
  height: 1.7rem;
  margin-left: 1.3rem;
}
body#tinymce {
  margin: 15px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
  font-weight: 400;
  font-family: Poppins, sans-serif;
  overflow-x: hidden;
  position: relative;
}
body#tinymce p {
  margin-bottom: 20px;
}
.our-brand {
  color: #fff;
  text-align: center;
  min-height: 40rem;
  background: url(/wp-content/themes/middleside/dist/images/colors_86e8ae60.jpg)
    no-repeat 50% / cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (min-width: 1025px) {
  .our-brand {
    min-height: 46.2rem;
  }
}
.our-brand:before {
  content: "";
  opacity: 0.2;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  position: absolute;
}
.our-brand__logo {
  color: #ebebeb;
  width: 12rem;
  height: 13.5rem;
  margin: 0 auto 2.6rem;
  display: block;
  position: relative;
}
@media (min-width: 1025px) {
  .our-brand__logo {
    width: 16.7rem;
    height: 18.5rem;
  }
}
.our-brand__title {
  color: #ebebeb;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.3rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
  position: relative;
}
@media (min-width: 1025px) {
  .our-brand__title {
    font-size: 6.7rem;
  }
}
.our-brand__text {
  color: #ebebeb;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.latest-news {
  background: #e8e5e6;
  padding: 4.2rem 0 8rem;
  position: relative;
}
@media (min-width: 1025px) {
  .latest-news {
    padding: 4.2rem 0 9.2rem;
  }
}
.latest-news__title {
  color: #dbd9da;
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .latest-news__title {
    font-size: 6rem;
  }
}
@media (min-width: 1025px) {
  .latest-news__title {
    font-size: 10.2rem;
  }
}
.latest-news__items .row {
  margin-right: -4rem;
  margin-left: -4rem;
}
.latest-news__items .column {
  width: 100%;
  padding-right: 4rem;
  padding-left: 4rem;
}
@media (min-width: 768px) {
  .latest-news__items .column {
    width: 50%;
  }
}
.latest-news__items .column:not(:last-child) {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .latest-news__items .column:not(:last-child) {
    margin-bottom: 0;
  }
}
.latest-news__items .article-block__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .latest-news__items .article-block__header {
    max-width: 47.5rem;
  }
}
.latest-news__items .article-block__link:focus .icon,
.latest-news__items .article-block__link:hover .icon {
  -webkit-transform: translateX(0.5rem);
  -o-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}
.latest-news__items .article-block__link .icon {
  color: #de8926;
  width: 2.7rem;
  height: 2.1rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}
.latest-news__items .article-block__date {
  color: #eae6e8;
  font-size: 1.9rem;
  font-weight: 700;
  background: #000;
  padding: 0.4rem 1.1rem 0.3rem;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.latest-news__items .article-block__date sup {
  font-size: 1rem;
  font-weight: 600;
}
.latest-news__items .article-block__title {
  font-size: 2.6rem;
  line-height: 1.24;
  margin-bottom: 2.5rem;
}
@media (min-width: 1025px) {
  .latest-news__items .article-block__title {
    font-size: 2.9rem;
    padding-right: 11rem;
  }
}
.latest-news__items .article-block__title:after {
  content: "";
  width: 10.7rem;
  height: 0.6rem;
  background: #e67e12;
  margin-top: 2rem;
  display: block;
}
@media (min-width: 1025px) {
  .latest-news__items .article-block__title:after {
    height: 0.8rem;
    margin-top: 3rem;
  }
}
.latest-news__items .article-block__title a {
  color: #070707;
}
.latest-news__items .article-block__excerpt {
  color: #757575;
  font-size: 1.6rem;
  line-height: 1.59;
}
@media (min-width: 1025px) {
  .latest-news__items .article-block__excerpt {
    font-size: 1.7rem;
  }
}
.template-who-we-are .latest-projects {
  background: url(/wp-content/themes/middleside/dist/images/latest-projects-bg_4f65d03f.png)
    no-repeat 50% / cover;
}
.template-who-we-are .latest-projects .latest-projects__title {
  color: #d3d3d3;
}
.latest-projects {
  padding: 5rem 0 8rem;
  position: relative;
}
@media (min-width: 1025px) {
  .latest-projects {
    padding: 9rem 0 13rem;
  }
}
.latest-projects__title {
  color: #f2f1f1;
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .latest-projects__title {
    font-size: 6rem;
  }
}
@media (min-width: 1025px) {
  .latest-projects__title {
    font-size: 10.2rem;
    margin-bottom: 5.7rem;
  }
}
.latest-projects__items .row {
  margin-right: -0.8rem;
  margin-left: -0.8rem;
}
.latest-projects__items .column {
  width: 100%;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
@media (min-width: 768px) {
  .latest-projects__items .column {
    width: 33.333%;
  }
}
.latest-projects__items .column:not(:last-child) {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .latest-projects__items .column:not(:last-child) {
    margin-bottom: 0;
  }
}
.latest-projects__items .article-block__main {
  margin-bottom: 2rem;
  display: block;
  position: relative;
}
.latest-projects__items .article-block__main__label {
  top: -0.7rem;
  left: -1rem;
  color: #070707;
  font-size: 1rem;
  text-transform: uppercase;
  background: #e67e12;
  padding: 0.9rem 1.4rem 0.8rem;
  position: absolute;
}
.latest-projects__items .article-block__main__label span {
  font-weight: 700;
}
.latest-projects__items .article-block__main img {
  width: 100%;
  height: 28rem;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media (min-width: 1025px) {
  .latest-projects__items .article-block__main img {
    height: 31rem;
  }
}
.latest-projects__items .article-block__content__header {
  margin-bottom: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.latest-projects__items .article-block__content__title {
  font-size: 2.2rem;
  padding-right: 2rem;
}
.latest-projects__items .article-block__content__title a {
  color: #070707;
}
.latest-projects__items .article-block__content__link:focus .icon,
.latest-projects__items .article-block__content__link:hover .icon {
  -webkit-transform: translateX(0.5rem);
  -o-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}
.latest-projects__items .article-block__content__link .icon {
  color: #de8926;
  width: 2.7rem;
  height: 2.1rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}
.latest-projects__items .article-block__content__excerpt {
  color: #a4a4a4;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (min-width: 1025px) {
  .latest-projects__items .article-block__content__excerpt {
    font-size: 1.8rem;
  }
}
.gallery-slider {
  margin: 3rem 0;
  padding: 0 6rem;
  position: relative;
}
.gallery-slider
  .swiper-container:not(.swiper-container-initialized)
  + .gallery-slider__nav {
  display: none;
}
.gallery-slider .photo-block img {
  max-width: 100%;
  width: 100%;
  max-height: 55rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery-slider__nav__button {
  top: calc(50% - 2rem);
  width: 4rem;
  height: 4rem;
  position: absolute;
}
.gallery-slider__nav__button:hover .icon {
  color: #e67e12;
}
.gallery-slider__nav__button--prev {
  left: 0;
}
.gallery-slider__nav__button--next {
  right: 0;
}
.gallery-slider__nav__button--next .icon {
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.gallery-slider__nav__button .icon {
  color: silver;
  width: 2.5rem;
  height: 4rem;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}
.not-found {
  text-align: center;
  padding: 20rem 0 15rem;
}
@media (min-width: 1025px) {
  .not-found {
    padding: 25rem 0 20rem;
  }
}
.not-found__title {
  font-size: 4.2rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1025px) {
  .not-found__title {
    font-size: 5rem;
  }
}
.not-found__text {
  font-weight: 600;
  margin-bottom: 3rem;
}
.not-found__button.button {
  font-size: 2rem;
}
.home-main {
  background: #eeebec;
  position: relative;
}
@media (min-width: 1025px) {
  .home-main {
    min-height: 100rem;
    background: transparent;
  }
}
.home-main:after {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  min-height: 75rem;
  background: url(/wp-content/themes/middleside/dist/images/home-main_a56e1e3a.png)
    no-repeat 50% / cover;
  background-position-y: 5.5rem;
  position: absolute;
}
@media (min-width: 1025px) {
  .home-main:after {
    min-height: 198rem;
    background-position-y: center;
  }
}
.home-main__title {
  z-index: 5;
  font-size: 3.8rem;
  line-height: 1.45;
  letter-spacing: 1.45rem;
  text-align: center;
  text-transform: uppercase;
  padding-top: 28rem;
  margin-bottom: 11rem;
  position: relative;
}
@media (min-width: 768px) {
  .home-main__title {
    font-size: 4.8rem;
  }
}
@media (min-width: 1025px) {
  .home-main__title {
    font-size: 6.7rem;
    letter-spacing: 4.6rem;
    padding-top: 54rem;
    margin-bottom: 27.8rem;
  }
}
.home-main__title .main-part {
  display: block;
}
.home-main__title .gray-part {
  color: #615f60;
}
.home-main__title .black-part {
  color: #020102;
}
.home-main__title .colorful-part {
  color: #fff;
  background-image: url(/wp-content/themes/middleside/dist/images/colors_86e8ae60.jpg);
  background-repeat: no-repeat;
  background-position: -136rem -74.5rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-main__scroll {
  z-index: 5;
  width: 6rem;
  height: 6rem;
  margin: 0 auto 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 1025px) {
  .home-main__scroll {
    margin: 0 auto 10rem;
  }
}
.home-main__scroll:hover .icon {
  -webkit-transform: translateY(0.8rem);
  -o-transform: translateY(0.8rem);
  transform: translateY(0.8rem);
}
.home-main__scroll .icon {
  color: #e67e12;
  width: 2.6rem;
  height: 3.3rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}
.our-motto {
  background: #fff;
  padding: 8rem 0 0;
  position: relative;
}
@media (min-width: 1025px) {
  .our-motto {
    padding: 9.2rem 0;
  }
}
.our-motto__title {
  font-size: 3.8rem;
  text-align: center;
}
@media (min-width: 1025px) {
  .our-motto__title {
    font-size: 6.3rem;
  }
}
.our-motto__title:before {
  content: "";
  width: 19rem;
  height: 0.8rem;
  background: #e67e12;
  margin: 0 auto 3rem;
  display: block;
}
.last-project {
  padding: 8rem 0;
  position: relative;
}
@media (min-width: 1025px) {
  .last-project {
    padding: 12rem 0;
  }
}
.last-project .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.last-project .column {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 1025px) {
  .last-project .column {
    width: 50%;
  }
}
.last-project__image {
  margin-bottom: 3rem;
}
@media (min-width: 1025px) {
  .last-project__image {
    margin-bottom: 0;
  }
}
.last-project__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.last-project__content {
  text-align: right;
}
.last-project__title:after {
  margin-left: auto;
}
.last-project__text {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.26;
  letter-spacing: -0.1rem;
  margin-bottom: 3rem;
}
@media (min-width: 1025px) {
  .last-project__text {
    font-size: 4.6rem;
  }
}
.who-we-are {
  background: #eae6e7;
  padding: 6.3rem 0 8rem;
  position: relative;
}
@media (min-width: 1025px) {
  .who-we-are {
    padding: 15rem 0 12rem;
  }
}
.who-we-are .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.who-we-are .column {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 1025px) {
  .who-we-are .column {
    width: 50%;
  }
}
.who-we-are__title {
  margin-bottom: 3rem;
}
@media (min-width: 1025px) {
  .who-we-are__title {
    margin-bottom: 4rem;
  }
}
.who-we-are__text {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.26;
  letter-spacing: -0.1rem;
  margin-bottom: 3rem;
}
@media (min-width: 1025px) {
  .who-we-are__text {
    font-size: 4.6rem;
    margin-bottom: 4.7rem;
  }
}
.who-we-are__image {
  margin-top: 3rem;
}
@media (min-width: 1025px) {
  .who-we-are__image {
    margin-top: 0;
  }
}
.who-we-are__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.featured-project {
  padding: 8rem 0;
  position: relative;
}
@media (min-width: 1025px) {
  .featured-project {
    padding: 13.5rem 0 11.5rem;
  }
}
.featured-project .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.featured-project .column {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 1025px) {
  .featured-project .column {
    width: 50%;
  }
}
.featured-project__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.featured-project__content {
  text-align: right;
}
.featured-project__title {
  margin-bottom: 5rem;
}
.featured-project__title:after {
  margin-left: auto;
}
.featured-project__text {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.26;
  letter-spacing: -0.1rem;
  margin-bottom: 4.7rem;
}
@media (min-width: 1025px) {
  .featured-project__text {
    font-size: 4.6rem;
  }
}
.our-creativity {
  min-height: 51rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.our-creativity__inner {
  max-width: 102.9rem;
  text-align: center;
  background: #fff;
  margin: 0 auto;
  padding: 5.8rem 3rem 5.5rem;
}
@media (min-width: 1025px) {
  .our-creativity__inner {
    padding: 5.8rem 3rem 9.5rem;
  }
}
.our-creativity__inner__text {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.1;
}
@media (min-width: 1025px) {
  .our-creativity__inner__text {
    font-size: 6.3rem;
  }
}
.our-creativity__inner__text:before {
  content: "";
  width: 19rem;
  height: 0.8rem;
  background: #e67e12;
  margin: 0 auto 3.6rem;
  display: block;
}
.about-us {
  background: url(/wp-content/themes/middleside/dist/images/top-bg_e9e9e87b.png)
    no-repeat 50% / cover;
  padding: 15.8rem 0 2.3rem;
}
.about-us__title {
  color: #c6c6c6;
  font-size: 3.2rem;
  letter-spacing: -0.1rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .about-us__title {
    font-size: 4.6rem;
  }
}
.about-us__brand {
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.7rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: -1.4rem;
  background-image: url(/wp-content/themes/middleside/dist/images/colors_86e8ae60.jpg);
  background-repeat: no-repeat;
  background-position: -72rem -70rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 1025px) {
  .about-us__brand {
    font-size: 15.5rem;
    margin-bottom: -3.9rem;
  }
}
.about-us__text {
  text-align: center;
  max-width: 88rem;
  margin: 0 auto 6rem;
}
@media (min-width: 1025px) {
  .about-us__text {
    margin-bottom: 10rem;
  }
}
.about-us__text h2 {
  font-size: 3.2rem;
  line-height: 1.41;
  letter-spacing: -0.1rem;
}
@media (min-width: 1025px) {
  .about-us__text h2 {
    font-size: 4.6rem;
  }
}
.about-us__text h2:not(:last-child) {
  margin-bottom: 2.6rem;
}
.about-us__text h3 {
  font-size: 3rem;
  line-height: 1.31;
  letter-spacing: -0.1rem;
}
@media (min-width: 1025px) {
  .about-us__text h3 {
    font-size: 3.6rem;
  }
}
.about-us__text h3:not(:last-child) {
  margin-bottom: 3.3rem;
}
.about-us__text p {
  font-size: 1.7rem;
  line-height: 1.65;
}
.about-us__text p:not(:last-child) {
  margin-bottom: 2.8rem;
}
.about-us__button,
.about-us__button .icon {
  margin: 0 auto;
  display: block;
}
.about-us__button .icon {
  color: #e67e12;
  width: 2.6rem;
  height: 3.3rem;
}
.our-mission {
  padding: 5rem 0 6rem;
}
@media (min-width: 1025px) {
  .our-mission {
    padding: 5rem 0 10rem;
  }
}
.our-mission .column:first-child {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 1025px) {
  .our-mission .column:first-child {
    width: 30%;
  }
}
.our-mission .column:last-child {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 1025px) {
  .our-mission .column:last-child {
    width: 70%;
    padding-left: 5.5rem;
  }
}
.our-mission__title {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .our-mission__title {
    margin-bottom: 0;
  }
}
.our-mission__title .meta {
  max-width: 24rem;
  color: #e67e12;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: -0.1rem;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .our-mission__title .meta {
    font-size: 4.1rem;
  }
}
.our-mission__title .icon {
  color: #ebebeb;
  width: 4.8rem;
  height: 4rem;
}
@media (min-width: 1025px) {
  .our-mission__title .icon {
    width: 6.9rem;
    height: 5.5rem;
  }
}
.our-mission__text {
  font-size: 1.7rem;
  line-height: 1.82;
}
.our-partners {
  padding: 2rem 0 8rem;
}
@media (min-width: 1025px) {
  .our-partners {
    padding: 2rem 0 10rem;
  }
}
.our-partners__title {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.our-partners__logos .row {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.our-partners__logos .column {
  width: 50%;
  margin-bottom: 1rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
@media (min-width: 700px) {
  .our-partners__logos .column {
    width: 33.333%;
  }
}
@media (min-width: 1025px) {
  .our-partners__logos .column {
    width: 25%;
  }
}
.our-partners__logos .logo-block {
  border: 0.1rem solid #ebebeb;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.our-partners__logos .logo-block img {
  max-width: 100%;
  max-height: 6.5rem;
  margin: 0 auto;
  display: block;
}
.our-vision {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding: 8rem 0;
  position: relative;
}
@media (min-width: 1025px) {
  .our-vision {
    padding: 17.4rem 0 14.5rem;
  }
}
.our-vision:before {
  content: "";
  opacity: 0.9;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #dbdada;
  position: absolute;
}
.our-vision .column {
  position: relative;
}
.our-vision .column:first-child {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 1025px) {
  .our-vision .column:first-child {
    width: 30%;
  }
}
.our-vision .column:last-child {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 1025px) {
  .our-vision .column:last-child {
    width: 70%;
    padding-left: 5.5rem;
  }
}
.our-vision__title {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .our-vision__title {
    margin-bottom: 0;
  }
}
.our-vision__title .meta {
  max-width: 24rem;
  color: #e67e12;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: -0.1rem;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .our-vision__title .meta {
    font-size: 4.1rem;
  }
}
.our-vision__title .icon {
  color: #8d8d8d;
  width: 4.8rem;
  height: 4rem;
}
@media (min-width: 1025px) {
  .our-vision__title .icon {
    width: 6.9rem;
    height: 5.5rem;
  }
}
.our-vision__text {
  font-size: 1.7rem;
  line-height: 1.82;
}
.our-values {
  padding: 8rem 0;
}
@media (min-width: 1025px) {
  .our-values {
    padding: 13rem 0 16.5rem;
  }
}
.our-values .column:first-child {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 1025px) {
  .our-values .column:first-child {
    width: 30%;
  }
}
.our-values .column:last-child {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 1025px) {
  .our-values .column:last-child {
    width: 70%;
    padding-left: 5.5rem;
  }
}
.our-values__title {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .our-values__title {
    margin-bottom: 0;
  }
}
.our-values__title .meta {
  max-width: 24rem;
  color: #e67e12;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: -0.1rem;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .our-values__title .meta {
    font-size: 4.1rem;
  }
}
.our-values__title .icon {
  color: #ebebeb;
  width: 4.8rem;
  height: 4rem;
}
@media (min-width: 1025px) {
  .our-values__title .icon {
    width: 6.9rem;
    height: 5.5rem;
  }
}
.our-values__text {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.1rem;
}
@media (min-width: 1025px) {
  .our-values__text {
    padding-right: 12rem;
  }
}
.our-values__text blockquote {
  color: #cacaca;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 1.8rem 0 0;
  padding: 0 0 0 3rem;
  position: relative;
}
.our-values__text blockquote:before {
  content: "";
  top: 0;
  left: 0;
  width: 2.2rem;
  height: 2rem;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMiAyMCI+CiAgPGc+CiAgICA8Zz4KICAgICAgPHBhdGggZmlsbD0iI2RjZGNkYyIgZD0iTTguNzkgMC45MUw4Ljc5IDguMThDOC43OSAxNC4wNiA1Ljc2IDE3LjgyIDAgMTkuMDlMMCAxNS43QzIuNzMgMTQuNjcgNC4zNyAxMi4zIDQuNDkgOS4zOUwwLjMgOS4zOUwwLjMgMC45MUw4Ljc5IDAuOTFaIiAvPgogICAgICA8cGF0aCBmaWxsPSIjZGNkY2RjIiBkPSJNMjEuNDMgMC45MUwyMS40MyA4LjE4QzIxLjQzIDE0LjA2IDE4LjQgMTcuODIgMTIuNjQgMTkuMDlMMTIuNjQgMTUuN0MxNS4zNyAxNC42NyAxNy4wMSAxMi4zIDE3LjEzIDkuMzlMMTIuOTUgOS4zOUwxMi45NSAwLjkxTDIxLjQzIDAuOTFaIiAvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==)
    no-repeat 50% / cover;
  position: absolute;
}
.our-values__items {
  margin-top: 6rem;
}
@media (min-width: 1025px) {
  .our-values__items {
    margin-top: 9rem;
  }
}
.our-values__items .value-block {
  margin-right: -2rem;
  margin-left: -2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.our-values__items .value-block:not(:last-child) .value-block__meta {
  padding-bottom: 6rem;
}
@media (min-width: 1025px) {
  .our-values__items .value-block:not(:last-child) .value-block__meta {
    padding-bottom: 8.5rem;
  }
}
.our-values__items .value-block__meta {
  padding-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.our-values__items .value-block__meta:before {
  content: "";
  top: -2.5rem;
  left: 8rem;
  bottom: 1.5rem;
  width: 0.2rem;
  background: #ddd;
  position: absolute;
}
.our-values__items .value-block__meta__circle {
  width: 9.8rem;
  height: 9.8rem;
  color: #fff;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: -0.1rem;
  border-radius: 50%;
  margin: 1.2rem;
  position: relative;
}
.our-values__items .value-block__meta__circle:before {
  content: "";
  top: -1.2rem;
  right: -1.2rem;
  left: -1.2rem;
  bottom: -1.2rem;
  border: 0.2rem solid #ddd;
  border-radius: 50%;
  background: #fff;
  position: absolute;
}
.our-values__items .value-block__meta__circle__bg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ededed;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.our-values__items .value-block__meta__details {
  width: 100%;
  background: #fff;
  margin-top: 2rem;
  padding-left: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 576px) {
  .our-values__items .value-block__meta__details {
    width: calc(100% - 12.2rem);
    margin-top: 0;
  }
}
.our-values__items .value-block__meta__details__main {
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (min-width: 1025px) {
  .our-values__items .value-block__meta__details__main {
    width: 20%;
    margin-bottom: 0;
  }
}
.our-values__items .value-block__meta__details__title {
  font-size: 2.8rem;
  line-height: 1.03;
}
@media (min-width: 1025px) {
  .our-values__items .value-block__meta__details__title {
    font-size: 3rem;
  }
}
.our-values__items .value-block__meta__details__title:not(:last-child) {
  margin-bottom: 1.5rem;
}
.our-values__items .value-block__meta__details__title.aquamarine {
  color: #3cafa6;
}
.our-values__items .value-block__meta__details__title.orange {
  color: #de8926;
}
.our-values__items .value-block__meta__details__title.purple {
  color: #8d6aac;
}
.our-values__items .value-block__meta__details__title.green {
  color: #2d7731;
}
.our-values__items .value-block__meta__details__quote {
  color: #cacaca;
  font-size: 1.3rem;
  line-height: 1.56;
  padding-left: 3rem;
  position: relative;
}
.our-values__items .value-block__meta__details__quote:before {
  content: "";
  top: 0.3rem;
  left: 0;
  width: 2rem;
  height: 1.6rem;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMiAyMCI+CiAgPGc+CiAgICA8Zz4KICAgICAgPHBhdGggZmlsbD0iI2RjZGNkYyIgZD0iTTguNzkgMC45MUw4Ljc5IDguMThDOC43OSAxNC4wNiA1Ljc2IDE3LjgyIDAgMTkuMDlMMCAxNS43QzIuNzMgMTQuNjcgNC4zNyAxMi4zIDQuNDkgOS4zOUwwLjMgOS4zOUwwLjMgMC45MUw4Ljc5IDAuOTFaIiAvPgogICAgICA8cGF0aCBmaWxsPSIjZGNkY2RjIiBkPSJNMjEuNDMgMC45MUwyMS40MyA4LjE4QzIxLjQzIDE0LjA2IDE4LjQgMTcuODIgMTIuNjQgMTkuMDlMMTIuNjQgMTUuN0MxNS4zNyAxNC42NyAxNy4wMSAxMi4zIDE3LjEzIDkuMzlMMTIuOTUgOS4zOUwxMi45NSAwLjkxTDIxLjQzIDAuOTFaIiAvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==)
    no-repeat 50% / cover;
  position: absolute;
}
.our-values__items .value-block__meta__details__text {
  width: 100%;
  color: #757575;
  font-size: 1.6rem;
  line-height: 1.59;
  padding-right: 2rem;
}
@media (min-width: 1025px) {
  .our-values__items .value-block__meta__details__text {
    width: 80%;
    font-size: 1.7rem;
    padding-left: 5.5rem;
  }
}
.what-we-do-main {
  background: url(/wp-content/themes/middleside/dist/images/top-bg_e9e9e87b.png)
    no-repeat 50% / cover;
  padding: 15.8rem 0 0;
}
.what-we-do-main__title {
  color: #c6c6c6;
  font-size: 3.8rem;
  letter-spacing: -0.1rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
@media (min-width: 1025px) {
  .what-we-do-main__title {
    font-size: 4.6rem;
    margin-bottom: 3.5rem;
  }
}
.what-we-do-main__categories {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .what-we-do-main__categories {
    margin-bottom: 7rem;
  }
}
.what-we-do-main__categories ul {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.what-we-do-main__categories ul li a {
  font-size: 1.6rem;
  text-transform: uppercase;
  background: transparent;
  color: #e67e12;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 25px;
  border: 2px solid #e67e12;
  display: inline-block;
}
.what-we-do-main__categories ul li a:hover {
  color: #fff;
  background: #e67e12;
}
.what-we-do-main__categories ul li a.active {
  color: #fff;
  background: #e67e12;
}
.what-we-do-main__projects__wrapper {
  padding-right: 2rem;
  padding-left: 2rem;
}
.what-we-do-main__projects__wrapper .row {
  margin-right: -1rem;
  margin-left: -1rem;
}
.what-we-do-main__projects__wrapper .row.row--2 .column:first-child {
  width: 100%;
}
@media (min-width: 768px) {
  .what-we-do-main__projects__wrapper .row.row--2 .column:first-child {
    width: 50%;
  }
}
.what-we-do-main__projects__wrapper .row.row--2 .column:nth-child(2) {
  width: 100%;
}
@media (min-width: 768px) {
  .what-we-do-main__projects__wrapper .row.row--2 .column:nth-child(2) {
    width: 50%;
  }
}
.what-we-do-main__projects__wrapper .column {
  margin-bottom: 2rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
.what-we-do-main__projects__wrapper .column:first-child {
  width: 100%;
}
@media (min-width: 576px) {
  .what-we-do-main__projects__wrapper .column:first-child {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .what-we-do-main__projects__wrapper .column:first-child {
    width: 40%;
  }
}
.what-we-do-main__projects__wrapper .column:nth-child(2) {
  width: 100%;
}
@media (min-width: 576px) {
  .what-we-do-main__projects__wrapper .column:nth-child(2) {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .what-we-do-main__projects__wrapper .column:nth-child(2) {
    width: 40%;
  }
}
.what-we-do-main__projects__wrapper .column:nth-child(3) {
  width: 100%;
}
@media (min-width: 576px) {
  .what-we-do-main__projects__wrapper .column:nth-child(3) {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .what-we-do-main__projects__wrapper .column:nth-child(3) {
    width: 20%;
  }
}
.what-we-do-main__projects__wrapper .column:nth-child(4) {
  width: 100%;
}
@media (min-width: 576px) {
  .what-we-do-main__projects__wrapper .column:nth-child(4) {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .what-we-do-main__projects__wrapper .column:nth-child(4) {
    width: 40%;
  }
}
.what-we-do-main__projects__wrapper .column:nth-child(5) {
  width: 100%;
}
@media (min-width: 576px) {
  .what-we-do-main__projects__wrapper .column:nth-child(5) {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .what-we-do-main__projects__wrapper .column:nth-child(5) {
    width: 40%;
  }
}
.what-we-do-main__projects__wrapper .column:nth-child(6) {
  width: 100%;
}
@media (min-width: 576px) {
  .what-we-do-main__projects__wrapper .column:nth-child(6) {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .what-we-do-main__projects__wrapper .column:nth-child(6) {
    width: 20%;
  }
}
@media (min-width: 576px) {
  .what-we-do-main__projects__wrapper .column.column--big .project-block {
    height: 58rem;
  }
}
@media (min-width: 1025px) {
  .what-we-do-main__projects__wrapper .column.column--big .project-block {
    height: 74.8rem;
  }
}
.what-we-do-main__projects__wrapper .column.column--medium {
  width: 100%;
}
@media (min-width: 576px) {
  .what-we-do-main__projects__wrapper .column.column--medium {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .what-we-do-main__projects__wrapper .column.column--medium {
    width: 33.333%;
  }
}
.what-we-do-main__projects__wrapper .column__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.what-we-do-main__projects__wrapper .column__row:not(:last-child) {
  margin-bottom: 2rem;
}
.what-we-do-main__projects__wrapper .column__row .column__inside {
  width: 100%;
}
@media (min-width: 576px) {
  .what-we-do-main__projects__wrapper .column__row .column__inside {
    width: 50%;
  }
}
.what-we-do-main__projects__wrapper .column__row .column__inside:first-child {
  padding-right: 1rem;
}
.what-we-do-main__projects__wrapper .column__row .column__inside:last-child {
  padding-left: 1rem;
}
.what-we-do-main__projects__wrapper .project-block {
  height: 28rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
}
@media (min-width: 1025px) {
  .what-we-do-main__projects__wrapper .project-block {
    height: 36.4rem;
  }
}
.what-we-do-main__projects__wrapper .project-block:not(:last-child) {
  margin-bottom: 2rem;
}
.what-we-do-main__projects__wrapper .project-block:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(45%, rgba(0, 0, 0, 0.05)),
    color-stop(100%, #000),
    color-stop(99%, rgba(0, 0, 0, 0.4)),
    to(rgba(0, 0, 0, 0.4))
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(45%, rgba(0, 0, 0, 0.05)),
    color-stop(100%, #000),
    color-stop(0, rgba(0, 0, 0, 0.4)),
    to(rgba(0, 0, 0, 0.4))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.05) 45%,
    #000 100%,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0.4)
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.05) 45%,
    #000 100%,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0.4)
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.05) 45%,
    #000 100%,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0.4)
  );
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00000000",endColorstr="#a6000000",GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00000000",endColorstr="#a6000000",GradientType=0);
  position: absolute;
}
.what-we-do-main__projects__wrapper .project-block__link {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.what-we-do-main__projects__wrapper .project-block__content {
  right: 2.5rem;
  left: 2.5rem;
  bottom: 2rem;
  word-break: break-word;
  position: absolute;
}
@media (min-width: 1025px) {
  .what-we-do-main__projects__wrapper .project-block__content {
    right: 3.5rem;
    left: 3.5rem;
    bottom: 3rem;
  }
}
.what-we-do-main__projects__wrapper .project-block__title {
  color: #fff;
  font-size: 2.2rem;
}
@media (min-width: 1025px) {
  .what-we-do-main__projects__wrapper .project-block__title {
    font-size: 2.6rem;
  }
}
.what-we-do-main__projects__wrapper .project-block__text {
  color: #fff;
  font-size: 1.8rem;
}
.what-we-do-main__projects__wrapper .project-block__more {
  color: #fff;
  font-size: 1.5rem;
}
@media (min-width: 1025px) {
  .what-we-do-main__projects__wrapper .project-block__more {
    font-size: 1.6rem;
  }
}
.what-we-do-main__projects__wrapper .project-block__more .icon {
  width: 1.6rem;
  height: 1.3rem;
  margin-left: 0.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.project-category {
  background: url(/wp-content/themes/middleside/dist/images/top-bg_e9e9e87b.png)
    no-repeat 50% / cover;
  padding: 15.8rem 0 0;
}
.project-category__title {
  color: #c6c6c6;
  font-size: 3.8rem;
  letter-spacing: -0.1rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
@media (min-width: 1025px) {
  .project-category__title {
    font-size: 4.6rem;
    margin-bottom: 3.5rem;
  }
}
.project-category__categories {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .project-category__categories {
    margin-bottom: 7rem;
  }
}
.project-category__categories ul {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.project-category__categories ul li a {
  font-size: 1.6rem;
  text-transform: uppercase;
  background: transparent;
  color: #e67e12;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 25px;
  border: 2px solid #e67e12;
  display: inline-block;
}
.project-category__categories ul li a:hover {
  color: #fff;
  background: #e67e12;
}
.project-category__categories ul li a.active {
  color: #fff;
  background: #e67e12;
}
.project-category__projects__wrapper {
  padding-right: 2rem;
  padding-left: 2rem;
}
.project-category__projects__wrapper .row {
  margin-right: -1rem;
  margin-left: -1rem;
}
.project-category__projects__wrapper .row.row--2 .column:first-child {
  width: 100%;
}
@media (min-width: 768px) {
  .project-category__projects__wrapper .row.row--2 .column:first-child {
    width: 50%;
  }
}
.project-category__projects__wrapper .row.row--2 .column:nth-child(2) {
  width: 100%;
}
@media (min-width: 768px) {
  .project-category__projects__wrapper .row.row--2 .column:nth-child(2) {
    width: 50%;
  }
}
.project-category__projects__wrapper .column {
  margin-bottom: 2rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
.project-category__projects__wrapper .column:first-child {
  width: 100%;
}
@media (min-width: 576px) {
  .project-category__projects__wrapper .column:first-child {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .project-category__projects__wrapper .column:first-child {
    width: 40%;
  }
}
.project-category__projects__wrapper .column:nth-child(2) {
  width: 100%;
}
@media (min-width: 576px) {
  .project-category__projects__wrapper .column:nth-child(2) {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .project-category__projects__wrapper .column:nth-child(2) {
    width: 40%;
  }
}
.project-category__projects__wrapper .column:nth-child(3) {
  width: 100%;
}
@media (min-width: 576px) {
  .project-category__projects__wrapper .column:nth-child(3) {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .project-category__projects__wrapper .column:nth-child(3) {
    width: 20%;
  }
}
.project-category__projects__wrapper .column:nth-child(4) {
  width: 100%;
}
@media (min-width: 576px) {
  .project-category__projects__wrapper .column:nth-child(4) {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .project-category__projects__wrapper .column:nth-child(4) {
    width: 40%;
  }
}
.project-category__projects__wrapper .column:nth-child(5) {
  width: 100%;
}
@media (min-width: 576px) {
  .project-category__projects__wrapper .column:nth-child(5) {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .project-category__projects__wrapper .column:nth-child(5) {
    width: 40%;
  }
}
.project-category__projects__wrapper .column:nth-child(6) {
  width: 100%;
}
@media (min-width: 576px) {
  .project-category__projects__wrapper .column:nth-child(6) {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .project-category__projects__wrapper .column:nth-child(6) {
    width: 20%;
  }
}
@media (min-width: 576px) {
  .project-category__projects__wrapper .column.column--big .project-block {
    height: 58rem;
  }
}
@media (min-width: 1025px) {
  .project-category__projects__wrapper .column.column--big .project-block {
    height: 74.8rem;
  }
}
.project-category__projects__wrapper .column.column--medium {
  width: 100%;
}
@media (min-width: 576px) {
  .project-category__projects__wrapper .column.column--medium {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .project-category__projects__wrapper .column.column--medium {
    width: 33.333%;
  }
}
.project-category__projects__wrapper .column__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.project-category__projects__wrapper .column__row:not(:last-child) {
  margin-bottom: 2rem;
}
.project-category__projects__wrapper .column__row .column__inside {
  width: 100%;
}
@media (min-width: 576px) {
  .project-category__projects__wrapper .column__row .column__inside {
    width: 50%;
  }
}
.project-category__projects__wrapper .column__row .column__inside:first-child {
  padding-right: 1rem;
}
.project-category__projects__wrapper .column__row .column__inside:last-child {
  padding-left: 1rem;
}
.project-category__projects__wrapper .project-block {
  height: 28rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
}
@media (min-width: 1025px) {
  .project-category__projects__wrapper .project-block {
    height: 36.4rem;
  }
}
.project-category__projects__wrapper .project-block:not(:last-child) {
  margin-bottom: 2rem;
}
.project-category__projects__wrapper .project-block:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(45%, rgba(0, 0, 0, 0.05)),
    color-stop(100%, #000),
    color-stop(99%, rgba(0, 0, 0, 0.4)),
    to(rgba(0, 0, 0, 0.4))
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(45%, rgba(0, 0, 0, 0.05)),
    color-stop(100%, #000),
    color-stop(0, rgba(0, 0, 0, 0.4)),
    to(rgba(0, 0, 0, 0.4))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.05) 45%,
    #000 100%,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0.4)
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.05) 45%,
    #000 100%,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0.4)
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.05) 45%,
    #000 100%,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0.4)
  );
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00000000",endColorstr="#a6000000",GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00000000",endColorstr="#a6000000",GradientType=0);
  position: absolute;
}
.project-category__projects__wrapper .project-block__link {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.project-category__projects__wrapper .project-block__content {
  right: 2.5rem;
  left: 2.5rem;
  bottom: 2rem;
  word-break: break-word;
  position: absolute;
}
@media (min-width: 1025px) {
  .project-category__projects__wrapper .project-block__content {
    right: 3.5rem;
    left: 3.5rem;
    bottom: 3rem;
  }
}
.project-category__projects__wrapper .project-block__title {
  color: #fff;
  font-size: 2.2rem;
}
@media (min-width: 1025px) {
  .project-category__projects__wrapper .project-block__title {
    font-size: 2.6rem;
  }
}
.project-category__projects__wrapper .project-block__text {
  color: #fff;
  font-size: 1.8rem;
}
.project-category__projects__wrapper .project-block__more {
  color: #fff;
  font-size: 1.5rem;
}
@media (min-width: 1025px) {
  .project-category__projects__wrapper .project-block__more {
    font-size: 1.6rem;
  }
}
.project-category__projects__wrapper .project-block__more .icon {
  width: 1.6rem;
  height: 1.3rem;
  margin-left: 0.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.news-main {
  background: url(/wp-content/themes/middleside/dist/images/top-bg_e9e9e87b.png)
    no-repeat 50% / cover;
  padding: 15.8rem 0 6rem;
}
.news-main__title {
  color: #c6c6c6;
  font-size: 3.8rem;
  letter-spacing: -0.1rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3.1rem;
}
@media (min-width: 1025px) {
  .news-main__title {
    font-size: 4.6rem;
  }
}
.news-main .row {
  margin-right: -4rem;
  margin-left: -4rem;
}
.news-main .column {
  width: 100%;
  margin-bottom: 4rem;
  padding-right: 4rem;
  padding-left: 4rem;
}
@media (min-width: 768px) {
  .news-main .column {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .news-main .column {
    width: 33.333%;
  }
}
.news-main .article-block__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .news-main .article-block__header {
    max-width: 47.5rem;
  }
}
.news-main .article-block__link:focus .icon,
.news-main .article-block__link:hover .icon {
  -webkit-transform: translateX(0.5rem);
  -o-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}
.news-main .article-block__link .icon {
  color: #de8926;
  width: 2.7rem;
  height: 2.1rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}
.news-main .article-block__date {
  color: #eae6e8;
  font-size: 1.9rem;
  font-weight: 700;
  background: #000;
  padding: 0.4rem 1.1rem 0.3rem;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.news-main .article-block__date sup {
  font-size: 1rem;
  font-weight: 600;
}
.news-main .article-block__title {
  font-size: 2.6rem;
  line-height: 1.24;
  margin-bottom: 2.5rem;
}
@media (min-width: 1025px) {
  .news-main .article-block__title {
    font-size: 2.9rem;
    padding-right: 11rem;
  }
}
.news-main .article-block__title:hover a {
  color: #e67e12;
}
.news-main .article-block__title:after {
  content: "";
  width: 10.7rem;
  height: 0.6rem;
  background: #e67e12;
  margin-top: 2rem;
  display: block;
}
@media (min-width: 1025px) {
  .news-main .article-block__title:after {
    height: 0.8rem;
    margin-top: 3rem;
  }
}
.news-main .article-block__title a {
  color: #070707;
}
.news-main .article-block__excerpt {
  color: #757575;
  font-size: 1.6rem;
  line-height: 1.59;
}
@media (min-width: 1025px) {
  .news-main .article-block__excerpt {
    font-size: 1.7rem;
  }
}
.contact-main {
  background: url(/wp-content/themes/middleside/dist/images/top-bg_e9e9e87b.png)
    no-repeat 50% / cover;
  padding: 15.8rem 0 4.8rem;
}
.contact-main__title {
  color: #c6c6c6;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: -0.1rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .contact-main__title {
    font-size: 4.6rem;
  }
}
.contact-main__subtitle {
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  background-image: url(/wp-content/themes/middleside/dist/images/colors_86e8ae60.jpg);
  background-repeat: no-repeat;
  background-position: -117rem -72.5rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5.5rem;
}
@media (min-width: 768px) {
  .contact-main__subtitle {
    background-position: -77rem -72.5rem;
  }
}
@media (min-width: 1025px) {
  .contact-main__subtitle {
    font-size: 8.3rem;
  }
}
.contact-main__wrapper {
  max-width: 112rem;
  margin: 0 auto;
  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;
}
.contact-main__wrapper .column {
  width: 100%;
}
@media (min-width: 768px) {
  .contact-main__wrapper .column {
    width: 33.333%;
  }
}
.contact-main__wrapper .column:not(:last-child) {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .contact-main__wrapper .column:not(:last-child) {
    margin-bottom: 0;
  }
}
.contact-main__wrapper .address-block {
  text-align: center;
}
.contact-main__wrapper .address-block__title {
  color: #c6c6c6;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .contact-main__wrapper .address-block__title {
    margin-bottom: 2.2rem;
  }
}
.contact-main__wrapper .address-block__inner {
  color: #070707;
  font-style: normal;
  font-weight: 700;
}
.contact-main__wrapper .address-block__inner a {
  color: #070707;
}
.contact-us {
  background: url(/wp-content/themes/middleside/dist/images/footer-bg_70a094f6.png)
    no-repeat 50% / cover;
  padding: 7rem 0 8rem;
}
@media (min-width: 1025px) {
  .contact-us {
    padding: 9rem 0 16.5rem;
  }
}
.contact-us .contact-us__title {
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  background-image: url(/wp-content/themes/middleside/dist/images/colors_86e8ae60.jpg);
  background-repeat: no-repeat;
  background-position: -122rem -69.5rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .contact-us .contact-us__title {
    background-position: -77rem -69.5rem;
  }
}
@media (min-width: 1025px) {
  .contact-us .contact-us__title {
    font-size: 8.3rem;
  }
}
.contact-us .contact-us__form {
  max-width: 50rem;
  margin: 0 auto;
}
.contact-us .contact-us__form form input[type="email"],
.contact-us .contact-us__form form input[type="text"],
.contact-us .contact-us__form form textarea {
  outline: none;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  border: none;
  border-bottom: 0.2rem solid #3a3a3a;
  background: none;
  margin: 0;
  padding: 0 0 0.6rem;
  display: block;
}
.contact-us .contact-us__form form textarea {
  resize: none;
  height: 15rem;
}
.contact-us .contact-us__form form .wpcf7-submit {
  outline: none;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  background: #e67e12;
  text-transform: uppercase;
  margin-top: 2rem;
  padding: 0.8rem 2.5rem;
}
.contact-us .contact-us__form form .wpcf7-not-valid-tip {
  font-size: 1.3rem;
  margin-top: 0.5rem;
}
.contact-us .contact-us__form form .wpcf7-response-output {
  color: #fff;
  font-size: 1.5rem;
  border: none;
  margin: 4rem 0 0;
  padding: 0;
  display: inline-block;
}
.contact-map .map {
  padding-bottom: 56.25%;
}
@media (min-width: 768px) {
  .contact-map .map {
    height: 34rem;
    padding-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .contact-map .map {
    height: 50rem;
  }
}
.project-single {
  padding: 0 0 7.5rem;
}
@media (min-width: 1025px) {
  .project-single {
    padding: 0 0 9.5rem;
  }
}
.project-single__title {
  font-size: 3.4rem;
  letter-spacing: -0.1rem;
  text-align: center;
  margin-bottom: 2.5rem;
  padding-top: 18rem;
}
@media (min-width: 1025px) {
  .project-single__title {
    font-size: 4.6rem;
  }
}
.project-single__wrapper {
  border-bottom: 0.1rem solid #e7e7e7;
  padding-bottom: 8rem;
}
@media (min-width: 1025px) {
  .project-single__wrapper {
    padding-bottom: 10.5rem;
  }
}
.project-single__wrapper__content {
  max-width: 100rem;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 auto;
}
.project-single__wrapper__content p:not(:last-child) {
  margin-bottom: 1rem;
}
.project-single__wrapper__content a,
.project-single__wrapper__content strong {
  font-weight: 600;
}
.project-single__wrapper__content a:focus,
.project-single__wrapper__content a:hover {
  color: #e67e12;
}
.project-single__wrapper__content blockquote {
  border-left: 0.3rem solid #e67e12;
  margin: 2.5rem 0 2.5rem 2rem;
  padding-left: 2.5rem;
}
.project-single__wrapper__content img {
  max-width: 100%;
  height: auto;
  display: block;
}
.project-single__wrapper__content img:not(:last-child) {
  margin-bottom: 1rem;
}
.project-single__wrapper__content ol,
.project-single__wrapper__content ul {
  padding-left: 4rem;
}
.project-single__wrapper__content ol:not(:last-child),
.project-single__wrapper__content ul:not(:last-child) {
  margin-bottom: 1rem;
}
.project-single__wrapper__content ol li:not(:last-child),
.project-single__wrapper__content ul li:not(:last-child) {
  margin-bottom: 0.3rem;
}
.project-single__wrapper__content ul {
  list-style-type: disc;
}
.project-single__wrapper__content ol {
  list-style-type: decimal;
}
.project-single__wrapper__content .wp-block-embed {
  margin-top: 2.8rem;
  margin-bottom: 2.8rem;
}
.project-single__wrapper__content .wp-block-embed.aligncenter {
  text-align: center;
}
.project-single__wrapper__content .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.project-single__wrapper__content .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.project-single__wrapper__content .blocks-gallery-grid {
  padding: 0;
}
.project-single__wrapper__content .blocks-gallery-grid .blocks-gallery-item {
  margin-bottom: 1em;
}
.project-related {
  padding: 0 0 8rem;
}
@media (min-width: 1025px) {
  .project-related {
    padding: 0 0 10rem;
  }
}
.project-related__title {
  font-size: 3.2rem;
  margin-bottom: 3.5rem;
}
@media (min-width: 1025px) {
  .project-related__title {
    font-size: 3.8rem;
  }
}
.project-related__items .row {
  margin-right: -0.8rem;
  margin-left: -0.8rem;
}
.project-related__items .column {
  width: 100%;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
@media (min-width: 768px) {
  .project-related__items .column {
    width: 33.333%;
  }
}
.project-related__items .column:not(:last-child) {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .project-related__items .column:not(:last-child) {
    margin-bottom: 0;
  }
}
.project-related__items .project-block__main {
  margin-bottom: 2rem;
  display: block;
  position: relative;
}
.project-related__items .project-block__main__label {
  top: -0.7rem;
  left: -1rem;
  color: #070707;
  font-size: 1rem;
  text-transform: uppercase;
  background: #e67e12;
  padding: 0.9rem 1.4rem 0.8rem;
  position: absolute;
}
.project-related__items .project-block__main__label span {
  font-weight: 700;
}
.project-related__items .project-block__main img {
  width: 100%;
  height: 28rem;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media (min-width: 1025px) {
  .project-related__items .project-block__main img {
    height: 31rem;
  }
}
.project-related__items .project-block__content__header {
  margin-bottom: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.project-related__items .project-block__content__title {
  font-size: 2.2rem;
  padding-right: 2rem;
}
.project-related__items .project-block__content__title a {
  color: #070707;
}
.project-related__items .project-block__content__link:focus .icon,
.project-related__items .project-block__content__link:hover .icon {
  -webkit-transform: translateX(0.5rem);
  -o-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}
.project-related__items .project-block__content__link .icon {
  color: #de8926;
  width: 2.7rem;
  height: 2.1rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}
.project-related__items .project-block__content__excerpt {
  color: #a4a4a4;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (min-width: 1025px) {
  .project-related__items .project-block__content__excerpt {
    font-size: 1.8rem;
  }
}
.single-post.menu--open .page-header__toggler__box,
.single-post.menu--open .page-header__toggler__box:after,
.single-post.menu--open .page-header__toggler__box:before {
  background: #000;
}
.single-post .page-header__toggler__box,
.single-post .page-header__toggler__box:after,
.single-post .page-header__toggler__box:before {
  background: #fff;
}
.single-post .page-header__logo--desktop svg path,
.single-post .page-header__logo--desktop svg polygon,
.single-post .page-header__logo--desktop svg rect {
  fill: #fff;
}
@media (min-width: 1025px) {
  .single-post .page-header__menu .menu-item a {
    color: #fff;
  }
}
.post-main {
  min-height: 32rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (min-width: 576px) {
  .post-main {
    min-height: 38rem;
  }
}
@media (min-width: 1025px) {
  .post-main {
    min-height: 50rem;
  }
}
.post-main:after {
  content: "";
  opacity: 0.3;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  position: absolute;
}
.post-main__date {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.post-main__date,
.post-main__title {
  z-index: 5;
  color: #fff;
  text-align: center;
  position: relative;
}
.post-main__title {
  font-size: 4.8rem;
  line-height: 0.87;
}
@media (min-width: 1025px) {
  .post-main__title {
    font-size: 5.5rem;
  }
}
.post-single {
  padding: 0 0 9.5rem;
}
.post-single__wrapper {
  border-bottom: 0.1rem solid #e7e7e7;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.post-single__wrapper__content {
  max-width: 100rem;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 auto;
}
.post-single__wrapper__content p:not(:last-child) {
  margin-bottom: 1rem;
}
.post-single__wrapper__content a,
.post-single__wrapper__content strong {
  font-weight: 600;
}
.post-single__wrapper__content a:focus,
.post-single__wrapper__content a:hover {
  color: #e67e12;
}
.post-single__wrapper__content blockquote {
  border-left: 0.3rem solid #e67e12;
  margin: 2.5rem 0 2.5rem 2rem;
  padding-left: 2.5rem;
}
.post-single__wrapper__content img {
  max-width: 100%;
  height: auto;
  display: block;
}
.post-single__wrapper__content img:not(:last-child) {
  margin-bottom: 1rem;
}
.post-single__wrapper__content ol,
.post-single__wrapper__content ul {
  padding-left: 4rem;
}
.post-single__wrapper__content ol:not(:last-child),
.post-single__wrapper__content ul:not(:last-child) {
  margin-bottom: 1rem;
}
.post-single__wrapper__content ol li:not(:last-child),
.post-single__wrapper__content ul li:not(:last-child) {
  margin-bottom: 0.3rem;
}
.post-single__wrapper__content ul {
  list-style-type: disc;
}
.post-single__wrapper__content ol {
  list-style-type: decimal;
}
.post-single__related .posts-navigation {
  border-bottom: 0.1rem solid #d5d5d5;
  padding: 4.5rem 0;
}
.post-single__related .posts-navigation .menu {
  margin-right: -1rem;
  margin-left: -1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 421px) {
  .post-single__related .posts-navigation .menu {
    margin-right: -2rem;
    margin-left: -2rem;
  }
}
.post-single__related .posts-navigation .menu__item {
  width: 50%;
  padding-right: 1rem;
  padding-left: 1rem;
  display: block;
}
@media (min-width: 421px) {
  .post-single__related .posts-navigation .menu__item {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 576px) {
  .post-single__related .posts-navigation .menu__item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .post-single__related
    .posts-navigation
    .menu__item--prev
    .menu__item__link
    .meta {
    padding-left: 1.5rem;
  }
}
.post-single__related .posts-navigation .menu__item--next {
  text-align: right;
}
.post-single__related .posts-navigation .menu__item--next:first-child {
  width: 100%;
}
.post-single__related .posts-navigation .menu__item--next .menu__item__link {
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .post-single__related
    .posts-navigation
    .menu__item--next
    .menu__item__link
    .meta {
    padding-right: 1.5rem;
  }
}
.post-single__related .posts-navigation .menu__item__label {
  color: #000;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .post-single__related .posts-navigation .menu__item__label {
    font-size: 1.7rem;
    letter-spacing: 0.225rem;
  }
}
.post-single__related .posts-navigation .menu__item__label:focus,
.post-single__related .posts-navigation .menu__item__label:hover {
  color: #2d7731;
}
.post-single__related .posts-navigation .menu__item__link {
  max-width: 13rem;
  color: #000;
  display: block;
}
@media (min-width: 421px) {
  .post-single__related .posts-navigation .menu__item__link {
    max-width: 16.4rem;
  }
}
@media (min-width: 768px) {
  .post-single__related .posts-navigation .menu__item__link {
    max-width: 35rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.post-single__related .posts-navigation .menu__item__link:focus,
.post-single__related .posts-navigation .menu__item__link:hover {
  color: #2d7731;
}
.post-single__related .posts-navigation .menu__item__link .image {
  width: 13rem;
  height: 8rem;
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  margin-bottom: 1rem;
  display: block;
}
@media (min-width: 421px) {
  .post-single__related .posts-navigation .menu__item__link .image {
    width: 16.4rem;
    height: 10.5rem;
    margin-bottom: 1.7rem;
  }
}
@media (min-width: 768px) {
  .post-single__related .posts-navigation .menu__item__link .image {
    margin-bottom: 0;
  }
}
.post-single__related .posts-navigation .menu__item__link .meta {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.53;
}
@media (min-width: 768px) {
  .post-single__related .posts-navigation .menu__item__link .meta {
    width: calc(100% - 16.4rem);
    font-size: 1.6rem;
    line-height: 1.35;
  }
}
@media (min-width: 1025px) {
  .post-single__related .posts-navigation .menu__item__link .meta {
    font-size: 1.7rem;
  }
}
.age-popup {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.age-popup__inner {
  max-width: 440px;
  width: calc(100% - 48px);
  background-color: #fff;
  padding: 4rem 2rem;
  text-align: center;
}
.age-popup__inner .question-text {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.age-popup__inner .button {
  font-size: 1.8rem;
  padding: 0.3rem 1.5rem;
}
.age-popup__inner .btn-no {
  margin-left: 1rem;
}
