* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
}

body {
  overflow-x: hidden;
  min-width: 320px;
  font-family: "Sk-Modernist", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04px;
  font-weight: 400;
}

.wrapper {
  width: 100%;
  padding: 0 16px;
}

.text-center {
  text-align: center;
}

.subtitle {
  font-size: 10px;
  line-height: 10.4px;
  letter-spacing: 0.4px;
  color: var(--black-500);
  font-weight: 700;
  text-transform: uppercase;
}

.text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.035px;
  font-weight: 600;
  padding-bottom: 16px;
  color: var(--black-500);
}

.btn {
  cursor: pointer;
  border: none;
  display: block;
  width: 100%;
  line-height: 48px;
  position: relative;
  padding: 0 48px 0 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s ease;
  color: var(--black-500);
  background-color: var(--yellow-500);
}
.btn:focus:before, .btn:active:before, .btn:hover:before {
  opacity: 1;
}
.btn:hover {
  background-color: var(--yellow-400);
}
.btn:focus, .btn:active {
  background-color: var(--yellow-300);
}
.btn:before {
  z-index: 1;
  transition: opacity 0.3s ease;
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='48' height='48' fill='%23FFF7A1'/%3E%3Cpath d='M24 16L32 24L24 32' stroke='%231E1F1A' stroke-width='2' stroke-linecap='square'/%3E%3Cpath d='M16 24L31 24' stroke='%231E1F1A' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 48px 48px;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
.btn:after {
  transition: opacity 0.3s ease;
  background-size: 48px 48px;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='48' height='48' fill='%23FFF7A1'/%3E%3Cpath d='M24 16L32 24L24 32' stroke='%23F1BC00' stroke-width='2' stroke-linecap='square'/%3E%3Cpath d='M16 24L31 24' stroke='%23F1BC00' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@media screen and (min-width: 481px) {
  .btn {
    display: inline-block;
    width: auto;
    padding: 0 72px 0 24px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .subtitle {
    font-size: 12px;
    line-height: 12.48px;
    letter-spacing: 0.48px;
  }
  .text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04px;
    padding-bottom: 0;
  }
  .wrapper {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .wrapper {
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
  }
}
@media screen and (min-width: 1600px) {
  .wrapper {
    max-width: 1440px;
  }
}
@font-face {
  font-family: "Sk-Modernist";
  src: url("../fonts/Sk-Modernist-Regular.eot");
  src: url("../fonts/Sk-Modernist-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Sk-Modernist-Regular.woff2") format("woff2"), url("../fonts/Sk-Modernist-Regular.woff") format("woff"), url("../fonts/Sk-Modernist-Regular.ttf") format("truetype"), url("../fonts/Sk-Modernist-Regular.svg#Sk-Modernist-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Sk-Modernist";
  src: url("../fonts/Sk-Modernist-Bold.eot");
  src: url("../fonts/Sk-Modernist-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Sk-Modernist-Bold.woff2") format("woff2"), url("../fonts/Sk-Modernist-Bold.woff") format("woff"), url("../fonts/Sk-Modernist-Bold.ttf") format("truetype"), url("../fonts/Sk-Modernist-Bold.svg#Sk-Modernist-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  letter-spacing: -0.088px;
}

h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 104%;
  letter-spacing: 0.072px;
  padding-bottom: 16px;
  color: var(--black-600);
}

h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: 0.04px;
}

h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 112%;
  letter-spacing: 0.06px;
  color: var(--black-600);
}

h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 112%;
  letter-spacing: 0.05px;
}

h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.08px;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 72px;
  }
  h2 {
    font-size: 56px;
    padding-bottom: 24px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 32px;
    letter-spacing: 0.08px;
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 88px;
  }
  h2 {
    font-size: 72px;
  }
  h5 {
    font-size: 24px;
    letter-spacing: 0.06px;
  }
  h6 {
    font-size: 18px;
    letter-spacing: 0.09px;
  }
}
:root {
  --black-500: #1e1f1a;
  --black-600: #151612;
  --black-700: #0d0d0b;
  --yellow-300: #ffe55e;
  --yellow-400: #ffe03e;
  --yellow-500: #ffd80e;
  --yellow-600: #f8c923;
  --yellow-700: #f2bc00;
  --light-grey-50: #fcfcfc;
  --light-grey-100: #f5f6f5;
  --light-grey-200: #f1f1f0;
  --light-grey-300: #e0e1de;
  --light-grey-400: #cccdca;
  --light-grey-500: #989896;
  --light-grey-600: #7b7c7a;
  --light-grey-700: #686966;
  --light-grey-800: #4b4c48;
  --light-grey-900: #373835;
  --limon-50: #fffeef;
  --limon-100: #fffdcf;
  --limon-200: #fffcb7;
  --limon-300: #fffb96;
  --limon-400: #fffa82;
  --limon-500: #fff963;
  --error: #ff6d2e;
  --link-blue: #4b2eff;
}

body.is-menu-open .menu--navigation-backdrop, body.is-menu-open .menu--nav {
  transform: translateX(0);
}

.menu--toggle {
  position: fixed;
  left: 0;
  top: 16px;
  z-index: 999;
  background-color: var(--black-700);
  padding: 12px 16px;
  width: 56px;
  cursor: pointer;
}
.menu--toggle svg {
  display: block;
  width: 24px;
}
.menu--close {
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-bottom: 24px;
}
.menu--close svg {
  display: block;
}
.menu--nav {
  z-index: 9999;
  transform: translateX(-100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 360px;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: auto;
  background-color: var(--black-700);
  padding: 30px 16px 48px;
  transition: transform 0.3s ease;
}
.menu--nav::-webkit-scrollbar {
  display: none;
}
.menu--nav > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu--nav > ul > li {
  position: relative;
  padding: 17px 16px 17px 40px;
  border-bottom: 1px solid var(--light-grey-800);
}
.menu--nav > ul > li.menu--with-submenu.active > span {
  color: var(--yellow-400);
}
.menu--nav > ul > li.menu--with-submenu.active > span:after {
  transform: rotate(-180deg);
}
.menu--nav > ul > li img {
  position: absolute;
  left: 0;
  top: 17px;
}
.menu--nav > ul > li > span, .menu--nav > ul > li > a {
  display: block;
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05px;
  color: #ffffff;
  transition: color 0.3s ease;
}
.menu--nav > ul > li > span:hover, .menu--nav > ul > li > span:focus, .menu--nav > ul > li > span:active, .menu--nav > ul > li > a:hover, .menu--nav > ul > li > a:focus, .menu--nav > ul > li > a:active {
  color: var(--yellow-400);
}
.menu--nav > ul > li > span {
  position: relative;
  cursor: pointer;
  top: -24px;
}
.menu--nav > ul > li > span:after {
  content: "";
  position: absolute;
  transform-origin: 50% 50%;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9L12 15L5.99995 9' stroke='%23989896' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.menu--nav > ul > li > span:before {
  content: "";
  right: 0;
  top: -14px;
  width: 50px;
  height: 50px;
  position: absolute;
}
.menu--nav > ul > li > ul {
  display: none;
  padding: 0;
  margin: 0 -17px -18px -40px;
  list-style: none;
  margin-top: 17px;
  border-top: 1px solid var(--yellow-400);
}
.menu--nav > ul > li > ul > li {
  padding: 17px 0 17px 40px;
  border-bottom: 1px solid var(--light-grey-800);
}
.menu--nav > ul > li > ul > li a {
  display: block;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 0.05px;
  color: #ffffff;
  transition: color 0.3s ease;
}
.menu--nav > ul > li > ul > li a:hover, .menu--nav > ul > li > ul > li a:focus, .menu--nav > ul > li > ul > li a:active {
  color: var(--yellow-400);
}
.menu--navigation-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9998;
  transform: translateX(-100%);
}

@media screen and (min-width: 768px) {
  .menu--toggle {
    top: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .menu--toggle {
    top: 48px;
    left: calc((100vw - 1152px) / 2 - 64px);
  }
  .menu--toggle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100vw - 1152px) / 2 - 64px);
    height: 100%;
    background-color: var(--black-700);
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 1600px) {
  .menu--toggle {
    left: calc((100vw - 1408px) / 2 - 96px);
  }
  .menu--toggle:before {
    width: calc((100vw - 1408px) / 2 - 96px);
  }
}
@media screen and (min-width: 2250px) {
  .menu--toggle {
    left: 304px;
  }
  .menu--toggle:before {
    width: 304px;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 16px;
}
.header--content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header--logo {
  position: relative;
  z-index: 110;
  margin-left: 56px;
}
.header--logo a, .header--logo img {
  height: 40px;
  display: block;
}
.header--link {
  position: absolute;
  z-index: 110;
  top: 16px;
  right: 16px;
}
.header--link .desktop-link {
  display: none;
}
.header--link .desktop-link:hover:before, .header--link .desktop-link:focus:before, .header--link .desktop-link:active:before {
  opacity: 1;
}
.header--link .desktop-link:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  transition: opacity 0.3s ease;
  z-index: 2;
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='48' height='48' fill='%23FFF7A1'/%3E%3Cpath d='M33 28L33 15L15 15L15 28L20 28L24 31L28 28L33 28Z' stroke='%23151612' stroke-width='2' stroke-linecap='square'/%3E%3Cpath d='M19 22L21 22' stroke='%23151612' stroke-width='2'/%3E%3Cpath d='M27 22L29 22' stroke='%23151612' stroke-width='2'/%3E%3Cpath d='M23 22L25 22' stroke='%23151612' stroke-width='2'/%3E%3Cpath d='M23 34H25' stroke='%23151612' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.header--link .desktop-link:after {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='48' height='48' fill='%23FFF7A1'/%3E%3Cpath d='M33 28L33 15L15 15L15 28L20 28L24 31L28 28L33 28Z' stroke='%23F1BC00' stroke-width='2' stroke-linecap='square'/%3E%3Cpath d='M19 22L21 22' stroke='%23F1BC00' stroke-width='2'/%3E%3Cpath d='M27 22L29 22' stroke='%23F1BC00' stroke-width='2'/%3E%3Cpath d='M23 22L25 22' stroke='%23F1BC00' stroke-width='2'/%3E%3Cpath d='M23 34H25' stroke='%23F1BC00' stroke-width='2'/%3E%3C/svg%3E%0A");
}

@media screen and (min-width: 768px) {
  .header {
    padding-top: 24px;
  }
  .header--logo a, .header--logo img {
    height: 48px;
  }
  .header--link {
    top: 24px;
    right: 24px;
  }
  .header--link .mobile-link {
    display: none;
  }
  .header--link .desktop-link {
    display: inline-block;
  }
}
@media screen and (min-width: 1280px) {
  .header {
    padding-top: 48px;
  }
  .header--logo {
    margin-left: 0;
  }
  .header--link {
    top: 48px;
    right: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .header--logo {
    margin-left: 0;
  }
}
.portfolio-main {
  padding: 408px 0 48px;
  background-color: var(--light-grey-100);
  overflow: hidden;
  position: relative;
}
.portfolio-main--content h1 {
  margin-bottom: 16px;
}
.portfolio-main--content p {
  margin-bottom: 8px;
}
.portfolio-main--img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 380px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media screen and (min-width: 768px) {
  .portfolio-main {
    padding: 400px 0 96px;
  }
  .portfolio-main--content {
    max-width: 472px;
  }
  .portfolio-main--content h1 {
    margin-bottom: 24px;
  }
  .portfolio-main--content p {
    margin-bottom: 40px;
  }
  .portfolio-main--img {
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 600px;
  }
}
@media screen and (min-width: 1280px) {
  .portfolio-main {
    padding: 200px 0 120px;
  }
  .portfolio-main--content {
    max-width: 544px;
  }
  .portfolio-main--img {
    top: -150px;
    left: 50%;
    transform: translateX(calc(-50% + 300px));
    width: 1000px;
    height: 1000px;
  }
}
.portfolio-widget {
  padding: 48px 0;
}
.portfolio-widget--navigation {
  margin-top: 24px;
  display: none !important;
  overflow-x: auto;
  max-width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  gap: 4px;
  margin-bottom: 24px;
}
.portfolio-widget--navigation::-webkit-scrollbar {
  display: none;
}
.portfolio-widget--navigation a {
  display: block;
  padding: 14px 16px;
  background-color: #F1F1F0;
  color: var(--black-500);
  font-size: 16px;
  white-space: nowrap;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.portfolio-widget--navigation a.active, .portfolio-widget--navigation a:hover {
  color: var(--yellow-400);
  background-color: var(--black-500);
}
.portfolio-widget--list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}
.portfolio-widget--item {
  width: 100%;
  padding: 16px 0 12px;
  background-color: #ffffff;
  box-shadow: 0px 4px 64px rgba(204, 205, 202, 0.25);
}
.portfolio-widget--item:not(.active) {
  display: none;
}
.portfolio-widget--item-logo {
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  margin-bottom: 16px;
}
.portfolio-widget--item-preview {
  min-height: 215px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.portfolio-widget--item-content {
  padding: 24px;
}
.portfolio-widget--item-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: var(--black-500);
  margin-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.portfolio-widget--item-descr {
  font-size: 14px;
  line-height: 22px;
  color: #4B4C48;
}
.portfolio-widget--item-tag {
  display: inline-block;
  padding: 10px 16px;
  text-transform: uppercase;
  background-color: var(--black-500);
  color: #E0E1DE;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .portfolio-widget {
    padding: 96px 0;
  }
  .portfolio-widget--navigation {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .portfolio-widget--list {
    gap: 24px;
    margin-top: 36px;
  }
  .portfolio-widget--item {
    width: calc(50% - 12px);
  }
  .portfolio-widget--item-title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .portfolio-widget--item-descr {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .portfolio-widget {
    padding: 120px 0;
  }
  .portfolio-widget--header {
    max-width: 736px;
  }
  .portfolio-widget--navigation {
    margin-bottom: 56px;
  }
  .portfolio-widget--item {
    padding: 24px 0 12px;
  }
  .portfolio-widget--item-logo {
    margin-bottom: 24px;
  }
  .portfolio-widget--item-preview {
    min-height: 320px;
  }
  .portfolio-widget--item-content {
    padding: 32px;
  }
}
@media screen and (min-width: 1600px) {
  .portfolio-widget--list {
    gap: 32px;
  }
  .portfolio-widget--item {
    width: calc((100% - 64px) / 3);
  }
}
.portfolio-cta {
  background-color: var(--yellow-600);
  position: relative;
}
.portfolio-cta:before {
  content: "";
  position: absolute;
  width: 67px;
  height: 16px;
  background-size: cover;
  top: -16px;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='484' height='120' viewBox='0 0 484 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 120L484 0V120L0 120Z' fill='%23F8C923'/%3E%3C/svg%3E%0A");
}
.portfolio-cta:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  background-image: url("data:image/svg+xml,%3Csvg width='484' height='120' viewBox='0 0 484 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M484 0L0 120V0L484 0Z' fill='%23F8C923'/%3E%3C/svg%3E%0A");
  width: 67px;
  height: 16px;
  background-size: cover;
}
.portfolio-cta--content {
  position: relative;
  background-color: var(--yellow-400);
  text-align: center;
  padding: 32px 24px 224px;
  overflow: hidden;
}
.portfolio-cta--content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 328px;
  height: 192px;
  transform: translateX(-50%);
  background-size: 230px;
  background-repeat: no-repeat;
  background-position: 50% 10%;
  background-image: url("../img/portfolio/p-cta.png");
}
.portfolio-cta--content h3 {
  text-align: center;
  margin-bottom: 24px;
}
.portfolio-cta--content a {
  background-color: var(--black-500);
  color: var(--yellow-500);
}
.portfolio-cta--content a:hover {
  background-color: var(--black-600);
}

@media screen and (min-width: 768px) {
  .portfolio-cta:before {
    width: 194px;
    height: 48px;
    top: -48px;
  }
  .portfolio-cta:after {
    width: 194px;
    height: 48px;
    bottom: -48px;
  }
  .portfolio-cta--content {
    padding: 80px 192px;
  }
  .portfolio-cta--content h3 {
    margin-bottom: 32px;
  }
  .portfolio-cta--content:before {
    content: "";
    position: absolute;
    bottom: auto;
    top: 50%;
    transform: translate(-40%, -50%);
    left: 0;
    width: 326px;
    height: 326px;
    background-size: 280px;
    background-position: 50% 100%;
  }
  .portfolio-cta--content:after {
    content: "";
    position: absolute;
    bottom: auto;
    top: 50%;
    transform: translate(40%, -50%);
    right: 0;
    width: 326px;
    height: 326px;
    background-size: 280px;
    background-position: 50% 100%;
    background-image: url("../img/portfolio/p-cta.png");
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1280px) {
  .portfolio-cta:before {
    width: 482px;
    height: 120px;
    top: -120px;
  }
  .portfolio-cta:after {
    width: 482px;
    height: 120px;
    bottom: -120px;
  }
}
.what-our-clients-say {
  padding: 48px 0;
}
.what-our-clients-say--slider {
  margin-top: 16px;
}
.what-our-clients-say--slider .slick-arrow {
  top: 52px;
  width: 50px;
  height: 50px;
  background-color: var(--light-grey-200);
  transition: background-color 0.3s ease;
  z-index: 1;
}
.what-our-clients-say--slider .slick-arrow:hover {
  background-color: var(--light-grey-300);
}
.what-our-clients-say--slider .slick-arrow:active {
  background-color: var(--light-grey-400);
}
.what-our-clients-say--slider .slick-arrow.slick-prev {
  left: 0;
  transform: none;
  opacity: 1;
}
.what-our-clients-say--slider .slick-arrow.slick-prev:before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  background-position: 50% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 18L8 12L14 6' stroke='%231E1F1A' stroke-width='2' stroke-linecap='square'/%3E%3Cpath d='M20 12L9 12' stroke='%231E1F1A' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M4 20L4 4' stroke='%231E1F1A' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.what-our-clients-say--slider .slick-arrow.slick-next {
  left: 100%;
  right: auto;
  transform: translateX(-100%);
  opacity: 1;
}
.what-our-clients-say--slider .slick-arrow.slick-next:before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  background-position: 50% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 6L16 12L10 18' stroke='%231E1F1A' stroke-width='2' stroke-linecap='square'/%3E%3Cpath d='M4 12L15 12' stroke='%231E1F1A' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M20 4L20 20' stroke='%231E1F1A' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.what-our-clients-say--slide {
  outline: none;
}
.what-our-clients-say--slide:focus, .what-our-clients-say--slide:active, .what-our-clients-say--slide:hover {
  outline: none;
}
.what-our-clients-say--slide--wrapper {
  display: flex;
  flex-direction: column;
}
.what-our-clients-say--slide-client {
  width: 192px;
  margin: 0 auto 16px;
}
.what-our-clients-say--slide-client-photo {
  padding-left: 40px;
  position: relative;
}
.what-our-clients-say--slide-client-photo:after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  width: 75px;
  height: 120px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='75' height='120' viewBox='0 0 75 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.5664 103.344H0L28.387 60.0059L0 16.6562H25.5664L51.1208 60.0059L25.5664 103.344Z' fill='%23F1F1F0'/%3E%3Cpath d='M39.8349 119.375H4.75537L43.705 60.0081L4.75537 0.625H39.8349L74.8978 60.0081L39.8349 119.375Z' fill='%23FFD80E'/%3E%3C/svg%3E%0A");
}
.what-our-clients-say--slide-client-photo img {
  display: block;
  width: 152px;
  height: 152px;
}
.what-our-clients-say--slide-client-company {
  padding-top: 16px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.what-our-clients-say--slide-client-company img {
  height: 40px;
}
.what-our-clients-say--slide-content {
  width: 100%;
}
.what-our-clients-say--slide-text {
  display: flex;
  align-items: center;
  padding: 24px;
  background-color: var(--light-grey-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: var(--light-grey-900);
  letter-spacing: 0.04px;
  margin-bottom: 8px;
}
.what-our-clients-say--slide-bio {
  background-color: var(--light-grey-200);
  position: relative;
  padding: 4px 8px 4px 128px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-bottom: 48px;
}
.what-our-clients-say--slide-bio span {
  display: none;
}
.what-our-clients-say--slide-bio img {
  display: block;
  width: 120px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.what-our-clients-say--slide-bio-name {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: 0.035px;
  color: var(--black-500);
}
.what-our-clients-say--slide-bio-position {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.035px;
  color: var(--light-grey-800);
}
.what-our-clients-say--slide-bio-case {
  display: none !important;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 14px 24px;
  position: absolute;
  left: 0;
  bottom: -72px;
  letter-spacing: 0.4px;
  font-weight: bold;
  background-color: var(--yellow-500);
  transition: background-color 0.3s ease;
  color: var(--black-500);
}
.what-our-clients-say--slide-bio-case:hover {
  background-color: var(--yellow-400);
}
.what-our-clients-say--slide-bio-case:active {
  background-color: var(--yellow-300);
}
@media screen and (min-width: 481px) {
  .what-our-clients-say--slide-bio-case {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .what-our-clients-say {
    padding: 96px 0;
  }
  .what-our-clients-say--slider {
    margin-top: 16px;
  }
  .what-our-clients-say--slider .slick-arrow {
    bottom: 0;
    top: unset;
  }
  .what-our-clients-say--slider .slick-arrow.slick-prev {
    right: 56px;
    left: auto;
    margin: unset;
    transform: unset;
  }
  .what-our-clients-say--slider .slick-arrow.slick-next {
    right: 0;
    left: auto;
    margin: unset;
    transform: unset;
  }
  .what-our-clients-say--slide--wrapper {
    flex-direction: row;
  }
  .what-our-clients-say--slide-client {
    width: 246px;
    margin: 0 16px 0 0;
  }
  .what-our-clients-say--slide-client-photo {
    padding-left: 54px;
  }
  .what-our-clients-say--slide-client-photo:after {
    width: 96px;
    height: 150px;
    background-size: 96px 150px;
  }
  .what-our-clients-say--slide-client-photo img {
    width: 192px;
    height: 192px;
  }
  .what-our-clients-say--slide-client-company {
    padding-top: 24px;
    justify-content: flex-end;
  }
  .what-our-clients-say--slide-client-company img {
    height: 32px;
  }
  .what-our-clients-say--slide-text {
    min-height: 192px;
    margin-bottom: 24px;
  }
  .what-our-clients-say--slide-bio {
    display: flex;
    min-height: 50px;
    align-items: center;
    margin-bottom: 80px;
  }
  .what-our-clients-say--slide-bio span {
    display: block;
    margin: 0 8px;
    font-size: 18px;
    line-height: 21px;
    color: var(--light-grey-500);
  }
  .what-our-clients-say--slide-bio-case {
    left: auto;
    transform: unset;
    right: 116px;
    bottom: -80px;
  }
}
@media screen and (min-width: 1280px) {
  .what-our-clients-say {
    padding: 120px 0;
  }
  .what-our-clients-say--slider {
    margin-top: 32px;
  }
  .what-our-clients-say--slide-client {
    width: 328px;
    margin: 0 32px 0 0;
  }
  .what-our-clients-say--slide-client-photo {
    padding-left: 72px;
  }
  .what-our-clients-say--slide-client-photo:after {
    width: 131px;
    height: 200px;
    background-size: 131px 200px;
  }
  .what-our-clients-say--slide-client-photo img {
    width: 256px;
    height: 256px;
  }
  .what-our-clients-say--slide-client-company {
    padding-top: 32px;
  }
  .what-our-clients-say--slide-client-company img {
    height: 40px;
  }
  .what-our-clients-say--slide-text {
    padding: 40px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.16px;
    min-height: 256px;
    margin-bottom: 32px;
  }
  .what-our-clients-say--slide-bio {
    margin-bottom: 0;
  }
  .what-our-clients-say--slide-bio:before {
    content: "";
    background-color: #ffffff;
    position: absolute;
    width: 116px;
    height: 100%;
    right: 0;
    top: 0;
  }
  .what-our-clients-say--slide-bio-case {
    bottom: 0;
    padding: 15px 24px;
  }
}

@media screen and (max-width: 768px) {
  .what-our-clients-say--slide-text span {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 96px;
  }
  .what-our-clients-say .slick-slide {
    height: auto !important;
  }
  .what-our-clients-say--slide-bio {
    margin-bottom: 0 !important;
  }
}
.lets-talk {
  padding: 0 0 48px;
}
.lets-talk--form {
  padding: 24px;
  box-shadow: 0px 4px 64px 0px rgba(204, 205, 202, 0.2509803922);
  position: relative;
  background-color: #ffffff;
}
.lets-talk--map {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 208px;
}
.lets-talk--content {
  padding: 24px;
  background-color: var(--black-500);
}
.lets-talk--address {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04px;
  font-weight: 600;
  margin: 0 0 24px;
}
.lets-talk--phone {
  margin: 0 0 24px;
}
.lets-talk--phone a {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04px;
  font-weight: 600;
  transition: color 0.3s ease;
}
.lets-talk--phone a:hover {
  color: var(--yellow-500);
}
.lets-talk--email {
  position: relative;
}
.lets-talk--email a {
  display: block;
  background-color: var(--light-grey-900);
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04px;
  font-weight: 600;
  transition: color 0.3s ease;
  padding: 8px 56px 8px 16px;
}
.lets-talk--email a:hover {
  color: var(--yellow-500);
}
.lets-talk--email button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: var(--black-600);
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.lets-talk--email button.active svg:nth-child(1) {
  display: none;
}
.lets-talk--email button.active svg:nth-child(2) {
  display: block;
}
.lets-talk--email button:hover {
  background-color: var(--black-700);
}
.lets-talk--email button svg {
  margin: 0 auto;
  display: block;
}
.lets-talk--email button svg:nth-child(2) {
  display: none;
}
.lets-talk--email button svg path {
  transition: stroke 0.3s ease;
}
.lets-talk--cf7 {
  padding-top: 24px;
  position: relative;
}
.lets-talk--cf7 .wpcf7-not-valid-tip {
  display: none !important;
}
.lets-talk--cf7-item-title p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04px;
  color: var(--black-500);
  font-weight: 600;
  margin: 0 0 4px;
}
.lets-talk--cf7-sub {
  padding-top: 24px;
  padding-bottom: 24px;
}
.lets-talk--cf7-item + .lets-talk--cf7-item {
  margin-top: 24px;
}
.lets-talk--cf7-item-submit {
  padding-top: 16px;
}
.lets-talk--cf7-item-wrapper p, .lets-talk--cf7-item-wrapper span, .lets-talk--cf7-item-wrapper input, .lets-talk--cf7-item-wrapper textarea {
  display: block;
  width: 100%;
}
.lets-talk--cf7-item-wrapper span {
  position: relative;
}
.lets-talk--cf7-item-wrapper span.wpcf7-form-control-wrap:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 16px;
  width: 7px;
  height: 7px;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='7' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.384 1.024L6.184 2.464L4.104 3.216L6.184 3.968L5.352 5.456L3.624 4.032L3.992 6.24H2.328L2.68 4.032L0.968 5.488L0.0880001 3.952L2.168 3.2L0.104 2.48L0.92 1.008L2.696 2.416L2.328 0.191999H4.008L3.624 2.416L5.384 1.024Z' fill='%23373835'/%3E%3C/svg%3E%0A");
}
.lets-talk--cf7-item-wrapper input, .lets-talk--cf7-item-wrapper textarea {
  padding: 11px 16px 11px;
  border: none;
  border-top: 2px solid transparent;
  transition: border-color 0.3s ease;
  background-color: var(--light-grey-100);
  font-size: 16px;
  line-height: 24px;
  color: var(--light-grey-900);
  font-weight: 400;
}
.lets-talk--cf7-item-wrapper input:-webkit-autofill, .lets-talk--cf7-item-wrapper input:-webkit-autofill:hover, .lets-talk--cf7-item-wrapper input:-webkit-autofill:focus, .lets-talk--cf7-item-wrapper input:-webkit-autofill:active, .lets-talk--cf7-item-wrapper textarea:-webkit-autofill, .lets-talk--cf7-item-wrapper textarea:-webkit-autofill:hover, .lets-talk--cf7-item-wrapper textarea:-webkit-autofill:focus, .lets-talk--cf7-item-wrapper textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 200px var(--light-grey-100) inset !important;
}
.lets-talk--cf7-item-wrapper input.wpcf7-not-valid, .lets-talk--cf7-item-wrapper textarea.wpcf7-not-valid {
  border-color: #FF6D2F !important;
}
.lets-talk--cf7-item-wrapper input:hover, .lets-talk--cf7-item-wrapper textarea:hover {
  border-color: var(--light-grey-400) !important;
}
.lets-talk--cf7-item-wrapper input:active, .lets-talk--cf7-item-wrapper input:focus, .lets-talk--cf7-item-wrapper textarea:active, .lets-talk--cf7-item-wrapper textarea:focus {
  border-color: var(--light-grey-300) !important;
}
.lets-talk--cf7-item-wrapper input:not(:placeholder-shown), .lets-talk--cf7-item-wrapper textarea:not(:placeholder-shown) {
  border-color: transparent;
}
.lets-talk--cf7-item-wrapper textarea {
  height: 248px;
  resize: none;
}
.lets-talk--cf7-item-agree .wpcf7-list-item {
  margin: 0 !important;
}
.lets-talk--cf7-item-agree .wpcf7-list-item input {
  display: none;
}
.lets-talk--cf7-item-agree .wpcf7-list-item input:checked + .wpcf7-list-item-label {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' width='20' height='20' fill='%231E1F1A'/%3E%3Cpath d='M6 10.8571L11.1429 16L18 8' stroke='%23FFE55E' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.lets-talk--cf7-item-agree .wpcf7-list-item-label {
  padding-left: 36px;
  display: block;
  cursor: pointer;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.04px;
  color: var(--light-grey-900);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' width='20' height='20' fill='%23E0E1DE'/%3E%3C/svg%3E%0A");
}
.lets-talk--cf7-item-agree .wpcf7-list-item-label a, .lets-talk--cf7-item-agree .wpcf7-list-item-label strong {
  color: #4B2EFF;
  font-weight: bold;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .lets-talk {
    padding: 0 0 96px;
  }
  .lets-talk--cotacts {
    display: flex;
  }
  .lets-talk--form {
    padding: 40px 24px;
  }
  .lets-talk--content {
    padding: 32px 40px;
    width: 50%;
  }
  .lets-talk--map {
    width: 50%;
    min-height: 272px;
  }
  .lets-talk--cf7 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .lets-talk--cf7-main {
    width: 280px;
  }
  .lets-talk--cf7-sub {
    width: calc(100% - 280px);
    padding: 0 0 24px 24px;
  }
  .lets-talk--cf7-footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .lets-talk--cf7-item-submit {
    padding-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .lets-talk {
    padding: 0 0 120px;
  }
  .lets-talk--list {
    display: flex;
  }
  .lets-talk--form {
    width: calc(100% - 352px);
  }
  .lets-talk--cotacts {
    width: 352px;
    flex-direction: column;
  }
  .lets-talk--form {
    padding: 48px 40px;
  }
  .lets-talk--content {
    width: 100%;
    padding: 40px;
  }
  .lets-talk--map {
    width: 100%;
    min-height: 224px;
  }
  .lets-talk--address, .lets-talk--phone {
    margin: 0 0 40px;
  }
  .lets-talk--cf7 {
    padding-top: 40px;
  }
  .lets-talk--cf7-main {
    width: 240px;
  }
  .lets-talk--cf7-sub {
    width: calc(100% - 240px);
    padding: 0 0 40px 32px;
  }
}
@media screen and (min-width: 1600px) {
  .lets-talk--form {
    width: calc(100% - 477px);
  }
  .lets-talk--cotacts {
    width: 477px;
  }
}
.success-message {
  position: fixed;
  z-index: 500;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: calc(100% - 32px);
  box-shadow: 0px 16px 80px rgba(30, 31, 26, 0.3);
  padding: 40px 24px 48px;
}
.success-message:not(.active) {
  display: none;
}
.success-message--close {
  cursor: pointer;
  top: 16px;
  right: 16px;
  position: absolute;
}
.success-message--close svg {
  display: block;
}
.success-message--content svg {
  display: block;
  max-width: 100%;
  margin: 0 auto 32px;
  width: 72px;
  height: 72px;
}
.success-message--content h3 {
  color: #1E1F1A;
  font-size: 24px;
  line-height: 112%;
  text-align: center;
  letter-spacing: 0.0025em;
  margin: 0 0 16px;
}
.success-message--content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.0025em;
  color: #4B4C48;
}

@media screen and (min-width: 768px) {
  .success-message {
    max-width: 596px;
    padding: 64px;
  }
  .success-message--content svg {
    margin: 0 auto 40px;
  }
  .success-message--content h3 {
    margin: 0 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .success-message {
    max-width: 736px;
    padding: 72px 135px 80px;
  }
}
.scrollTop {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 48px;
  height: 48px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: block;
  z-index: 90;
  transition: transform 0.3s ease;
  transform: translateY(100px);
}
.scrollTop.active {
  transform: translateY(0);
}
.scrollTop:hover svg rect {
  fill-opacity: 0.8;
}
.scrollTop:active svg rect {
  fill-opacity: 1;
}
.scrollTop svg {
  display: block;
}
.scrollTop svg rect {
  transition: fill-opacity 0.3s ease;
}

@media screen and (min-width: 768px) {
  .scrollTop {
    right: 24px;
    bottom: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .scrollTop {
    right: 40px;
    bottom: 40px;
  }
}
.footer {
  padding: 24px 16px;
  background-color: var(--black-600);
}
.footer--logo {
  padding: 0 0 24px;
  margin: 0 0 24px;
  border-bottom: 1px solid var(--light-grey-800);
}
.footer--logo a, .footer--logo img {
  display: block;
  height: 32px;
}
.footer--services {
  padding: 0 0 24px;
  margin: 0 0 24px;
  border-bottom: 1px solid var(--light-grey-800);
}
.footer--services-header {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
}
.footer--services-header.active:after {
  transform: rotate(-180deg);
}
.footer--services-header:after {
  content: "";
  position: absolute;
  transform-origin: 50% 50%;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9L12 15L5.99995 9' stroke='%23989896' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.footer--services-nav {
  border-top: 1px solid #ffffff;
  margin: 21px 0 0;
}
.footer--services-nav:not(.active) {
  display: none;
}
.footer--services-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer--services-nav ul li {
  width: calc(50% - 8px);
  margin: 16px 0 0;
}
.footer--services-nav ul li a {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.04px;
  transition: color 0.3s ease;
}
.footer--services-nav ul li a:hover {
  color: var(--yellow-500);
}
.footer--menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer--menu ul li {
  padding: 0 0 21px;
  border-bottom: 1px solid #ffffff;
  margin: 0 0 20px;
}
.footer--menu ul li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
.footer--menu ul li a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #ffffff;
  text-transform: uppercase;
  transition: color 0.3s ease;
  font-weight: 600;
}
.footer--menu ul li a:hover {
  color: var(--yellow-500);
}
.footer--bottom {
  margin: 24px 0 0;
  padding: 24px 0 0;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--light-grey-800);
}
.footer--cs {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
.footer--clutch {
  width: 50%;
}
.footer--clutch a, .footer--clutch img {
  display: block;
  height: 32px;
}
.footer--social {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.footer--social a {
  width: 24px;
  margin: 0 0 0 24px;
}
.footer--social a:hover svg path {
  fill-opacity: 1;
  fill: #ffffff;
}
.footer--social a svg {
  display: block;
}
.footer--social a svg path {
  fill: var(--light-grey-600);
  transition: fill 0.3s ease, fill-opacity 0.3s ease;
}
.footer--copy {
  width: 100%;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer--copy a, .footer--copy span {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.04px;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.footer--copy span {
  display: none;
  color: var(--light-grey-600);
}
.footer--copy a {
  color: var(--light-grey-300);
  transition: color 0.3s ease;
}
.footer--copy a:hover {
  color: var(--yellow-500);
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 32px 24px 24px;
  }
  .footer--content {
    display: flex;
    flex-wrap: wrap;
  }
  .footer--logo {
    width: 100%;
    padding: 0 0 32px;
    margin: 0 0 32px;
  }
  .footer--menu {
    padding: 48px 0 0 24px;
    width: 273px;
  }
  .footer--menu ul li {
    border: none;
    margin: 0 0 16px;
    padding: 0;
  }
  .footer--services {
    padding: 0 24px 24px 0;
    width: calc(100% - 273px);
    border-right: 1px solid var(--light-grey-800);
    border-bottom: none;
    margin: 0;
  }
  .footer--services-header:after {
    display: none;
  }
  .footer--services-nav:not(.active) {
    display: block;
  }
  .footer--services-nav ul li a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04px;
  }
  .footer--bottom {
    align-items: center;
    justify-content: space-between;
  }
  .footer--cs {
    width: 260px;
  }
  .footer--clutch {
    padding: 0;
    width: 120px;
  }
  .footer--social {
    padding: 0;
    width: calc(100% - 120px);
  }
  .footer--copy {
    width: calc(100% - 300px);
    padding: 0;
  }
  .footer--social {
    justify-content: center;
  }
  .footer--social a {
    margin: 0 8px;
  }
  .footer--copy {
    justify-content: flex-end;
  }
  .footer--copy a {
    margin-right: 16px;
  }
  .footer--copy a, .footer--copy span {
    font-size: 16px;
    line-height: 24px;
  }
  .footer--copy span {
    display: unset;
  }
}
@media screen and (min-width: 1280px) {
  .footer {
    padding: 48px 40px 24px;
  }
  .footer--logo {
    padding: 0 40px 0 0;
    margin: 0;
    width: 148px;
    border-right: 1px solid var(--light-grey-800);
    border-bottom: 0;
  }
  .footer--services {
    padding: 0 40px;
    width: calc(100% - 412px);
  }
  .footer--services-nav {
    margin: 24px 0 0;
    padding: 8px 0 0;
  }
  .footer--services-nav ul li {
    width: calc((100% - 64px) / 3);
  }
  .footer--menu {
    width: 264px;
    padding: 0 0 0 40px;
  }
  .footer--bottom {
    margin: 32px 0 0;
    flex-wrap: nowrap;
  }
  .footer--cs {
    width: 308px;
  }
  .footer--social a {
    margin: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer--services, .footer--logo, .footer--bottom {
    border-color: #E0E1DE;
  }
  .footer--menu ul li {
    border-bottom: 1px solid #E0E1DE;
  }
  .footer--services-nav {
    border-top: 1px solid #E0E1DE;
  }
}