@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
a,
input,
input::placeholder,
button {
  font-family: "Inter", sans-serif;
  color: #18191F;
  font-weight: 400;
}

body {
  overflow-x: hidden;
  color: #18191F;
  font-weight: 400;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  transition: scroll-behavior 0.3s ease;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #18191F;
}

a:hover {
  cursor: pointer;
}

button {
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

input {
  border: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

img {
  width: 100%;
  object-fit: contain;
}

.max-w, .who__wrap, .how__wrap, .what__wrap, .work__wrap, .footer__wrap, .footer__copy, .about__wrap {
  max-width: 1180px;
  width: 100%;
  padding: 0 2rem;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 4.8rem;
  font-feature-settings: "salt" on, "liga" off;
  letter-spacing: -0.075em;
  line-height: 1;
  position: relative;
  display: inline-block;
  z-index: 2;
}

.heading::before {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  background-image: url("../img/arrow-heading.svg");
  background-repeat: no-repeat;
  background-size: 90%;
  left: 95%;
  z-index: -1;
  bottom: 55%;
}

.nav {
  width: 100%;
  height: 9.7rem;
  background-color: #fff;
}

.nav__wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10rem;
  padding-right: 5rem;
}

.nav__logo {
  width: 20.2rem;
  height: 5rem;
}

.nav__logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.nav__logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav__list li {
  display: inline-block;
  margin-right: 3.2rem;
}

.nav__list li:last-child {
  margin-right: 0;
}

.nav__list li a {
  font-size: 14px;
  transition: all .3s;
  font-weight: 500;
}

.nav__list li a.active {
  font-weight: bold;
}

.nav__list li a:hover {
  color: #000;
}

.nav__toggle {
  display: none;
}

.header {
  background: url("../img/header-keyboard.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 80rem;
  width: 100%;
}

.header__wrap {
  color: #fff;
  padding-left: 17rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header__wrap h1 {
  margin-bottom: 1.6rem;
}

.header__wrap h1 span {
  display: block;
}

.header__wrap h1 span:first-child {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 6.4rem;
  letter-spacing: -0.035em;
  font-feature-settings: "salt" on, "liga" off;
}

.header__wrap h1 span:nth-child(2) {
  font-style: normal;
  font-weight: bold;
  font-size: 6.4rem;
  letter-spacing: -0.04em;
  font-feature-settings: "salt" on, "liga" off;
  width: max-content;
  display: flex;
  align-items: center;
}

.header__wrap h1 span:nth-child(2) p {
  font-size: inherit;
}

.header__wrap h1 span:last-child {
  font-style: italic;
  font-weight: normal;
  font-size: 4.4rem;
  letter-spacing: -0.04em;
  font-feature-settings: "salt" on, "liga" off;
  font-family: "Playfair Display", serif;
}

.header__wrap > p {
  max-width: 54rem;
  width: 100%;
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin-bottom: 5.5rem;
}

.header__wrap button {
  display: block;
  width: 14.6rem;
  height: 4.3rem;
  text-align: center;
  background: #fff;
  border-radius: 6px;
}

.header__wrap button a {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #03446D;
  letter-spacing: 1.5px;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.who {
  margin: 11.7rem auto;
}

.who__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem;
  align-items: center;
}

.who__wrap--left--image {
  width: 54rem;
  height: 54rem;
  border-radius: 100%;
  background: #D5FAFC;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.who__wrap--left--image img {
  width: 30rem;
  height: auto;
  border-radius: 10px;
}

.who__wrap--right {
  padding-left: 4.5rem;
}

.who__wrap--right h1 {
  margin-bottom: 3.2rem;
}

.who__wrap--right p {
  font-size: 1.8rem;
  font-family: "Inter", sans-serif;
  line-height: 3.2rem;
}

.how {
  text-align: center;
  padding: 6.4rem 0;
}

.how__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5.4rem;
  position: relative;
  z-index: 2;
}

.how__wrap::before {
  content: '';
  position: absolute;
  top: 9.2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  height: 1px;
  width: 80%;
  border: 3px dashed rgba(213, 177, 255, 0.4);
}

@media only screen and (max-width: 59.375em) {
  .how__wrap::before {
    display: none;
  }
}

.how__wrap--box {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  padding: 1.4rem 1.2rem;
  margin: 4rem 0;
  position: relative;
  z-index: 7;
}

.how__wrap--box > div {
  margin-bottom: 1.6rem;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(124.23deg, #F4F5F7 -24.37%, #F4F5F7 133.97%);
  transition: background .5s;
}

.how__wrap--box > div img {
  width: 2.7rem;
  height: 2.7rem;
  object-fit: contain;
}

.how__wrap--box h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.how__wrap--box p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.how__wrap--box:hover div {
  transition: background .5s;
  background: linear-gradient(124.23deg, #03446D -24.37%, #F7971F 133.97%);
}

.how__wrap--box:hover h2 {
  color: #F7971F;
}

.how__wrap--box:hover div img {
  filter: invert(100%);
}

.what {
  margin-top: 10rem;
  margin-bottom: 27rem;
}

.what__heading {
  text-align: center;
  margin-bottom: 14rem;
}

.what__heading h1 {
  margin-bottom: 4.3rem;
}

.what__heading p {
  font-size: 1.6rem;
  max-width: 87.8rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 2.6rem;
}

.what__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 9rem;
  grid-row-gap: 6rem;
}

.what__wrap--box {
  display: flex;
  background: #F9F9F9;
  box-shadow: 0px 4px 50px rgba(122, 122, 122, 0.25);
  border-radius: 3.2rem;
  overflow: hidden;
}

.what__wrap--box--image {
  min-height: 35.5rem;
  max-width: 18.5rem;
  width: 100%;
  overflow: hidden;
}

.what__wrap--box--image img {
  width: 100%;
  height: 100%;
  transition: all .3s linear;
  object-fit: cover;
}

.what__wrap--box:hover .what__wrap--box--image img {
  transform: scale(1.15);
}

.what__wrap--box--text {
  padding: 1.6rem;
}

.what__wrap--box--text h1 {
  font-size: 4.8rem;
  letter-spacing: -0.035em;
  margin-bottom: 2.8rem;
}

.what__wrap--box--text p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  height: 10.4rem;
  margin-bottom: 3rem;
}

.what__wrap--box--text ul {
  margin-bottom: 1.4rem;
}

.what__wrap--box--text ul li {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  color: #03446D;
  margin-bottom: .4rem;
}

.what__wrap--box--text a {
  font-size: 12px;
  color: #F7971F;
  font-weight: 600;
}

.what__wrap--box--text a i {
  margin-left: .3rem;
}

.what__wrap--box:last-child {
  grid-column: 1/-1;
  max-width: 51.8rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.work {
  text-align: center;
  margin-bottom: 16rem;
}

.work h1 {
  margin-bottom: 4rem;
}

.work__wrap {
  overflow: hidden;
  position: relative;
}

.work__wrap--box {
  width: 6.4rem;
  height: 6.4rem;
  margin: 0 3.2rem;
  display: inline-block;
}

.work__wrap--box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.work__wrap::before, .work__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10rem;
  height: 100%;
  background: rebeccapurple;
  z-index: 10;
}

.work__wrap::before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}

.work__wrap::after {
  background: linear-gradient(to left, #fff, transparent);
  right: 0;
}

.client {
  text-align: center;
  margin-bottom: 20rem;
}

.client h1 {
  margin-bottom: 4.5rem;
}

.client__wrap--test {
  padding: 0 2rem;
  max-width: 72rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7.4rem;
}

.client__wrap--test p {
  font-size: 1.8rem;
  width: 100%;
  text-align: left;
  line-height: 3.2rem;
  padding-left: 6rem;
  margin-bottom: 1rem;
  position: relative;
}

.client__wrap--test p::before {
  content: "\201C";
  font-weight: bold;
  font-family: "Inter", sans-serif;
  font-size: 7.2rem;
  position: absolute;
  top: 0;
  transform: translateY(50%);
  left: 0;
  color: #03446D;
}

.client__nav {
  max-width: 77.3rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.client__nav--box {
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  height: 8rem;
  display: flex !important;
}

.client__nav--box img {
  width: 5.6rem;
  height: 5.6rem;
  object-fit: contain;
}

.client__nav--box > div {
  text-align: left;
  overflow: hidden;
  width: 0;
  height: 0;
}

.client__nav--box > div h2 {
  font-size: 1.8rem;
  color: #18191F;
}

.client__nav--box > div p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.client__nav .slick-current {
  grid-template-columns: 5.6rem max-content;
  width: max-content;
}

.client__nav .slick-current > div {
  width: 100%;
  height: auto;
  margin-left: 1rem;
}

.want {
  text-align: center;
  color: #fff;
  padding: 10rem 2rem 13rem 2rem;
  background: #03446D;
}

.want h1 {
  font-weight: bold;
  font-size: 4.8rem;
  letter-spacing: -0.075em;
  margin-bottom: 3.6rem;
}

.want p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 4.6rem;
  max-width: 41.8rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.want button {
  width: 16rem;
  height: 4.8rem;
  border-radius: 6px;
  background: #F7971F;
}

.want button a {
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 1.6rem;
  width: 100%;
  height: 100%;
}

.footer {
  padding: 9.6rem 2rem;
  background: url("../img/footer_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 100;
}

.footer__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: #D9DBE1;
  margin-bottom: 9.2rem;
}

.footer__wrap h1 {
  font-size: 2rem;
  margin-bottom: 2.4rem;
  letter-spacing: -0.01em;
}

.footer__wrap > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.4rem;
}

.footer__wrap--logo a {
  width: 21rem;
  height: 4.5rem;
  display: block;
}

.footer__wrap--logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer__wrap--address {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.footer__wrap--address div {
  margin-bottom: 1.2rem;
}

.footer__wrap--address h3 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 3px;
}

.footer__wrap--address p {
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.footer__wrap--reach h4 {
  display: flex;
  align-items: center;
  margin-bottom: 2.8rem;
}

.footer__wrap--reach h4 img {
  width: 2.4rem;
  display: block;
  margin-right: .8rem;
  height: 2.4rem;
}

.footer__wrap--reach ul {
  display: flex;
  align-items: center;
}

.footer__wrap--reach ul li {
  margin: 0 .8rem;
}

.footer__wrap--reach ul li a {
  width: 2.5rem;
  color: #fff;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  font-size: 1.3rem;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__copy {
  color: #D9DBE1;
}

.footer__copy h2 {
  font-size: 14px;
  margin-bottom: 3px;
}

.footer__copy p {
  font-size: 14px;
  line-height: 2.4rem;
}

.scroll {
  position: absolute;
  width: 8rem;
  height: calc(100% - 26.5rem);
  left: 4rem;
  top: 26.5rem;
}

.scroll > div {
  position: relative;
  width: 100%;
  height: 100%;
}

.scroll > div span {
  position: absolute;
  top: 3rem;
  left: 50%;
  background: #fff;
  transform: translateX(-50%);
  width: .00px;
  height: calc(100% - 3rem);
  border: 2px dashed rgba(0, 0, 0, 0.6);
  z-index: 0;
  backdrop-filter: invert(100%);
}

.scroll > div > img {
  position: fixed;
  width: 8rem;
  height: 8rem;
  object-fit: contain;
  z-index: 12;
}

.scroll.about-scroll {
  left: 30%;
}

@media only screen and (max-width: 100em) {
  .scroll.about-scroll {
    left: 28%;
  }
}

@media only screen and (max-width: 96.875em) {
  .scroll.about-scroll {
    left: 25%;
  }
}

@media only screen and (max-width: 93.25em) {
  .scroll.about-scroll {
    left: 15%;
  }
}

@media only screen and (max-width: 75em) {
  .scroll {
    display: none;
  }
}

.blink {
  animation: blink 0.3s infinite;
}

@keyframes blink {
  to {
    opacity: 0;
  }
}

.about {
  background: url("../img/about-background.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about__wrap {
  display: grid;
  grid-template-columns: 20rem 1fr;
  align-items: center;
  grid-gap: 11rem;
  min-height: 77rem;
}

.about__left {
  width: 100%;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 75em) {
  .about__left {
    width: auto;
    height: auto;
  }
}

.about__left ul {
  top: 40rem;
  left: 14%;
  position: fixed;
}

.about__left ul li {
  font-weight: bold;
  margin-bottom: 1.2rem;
  font-size: 3rem;
  letter-spacing: -0.01em;
  color: #A5A5A5;
}

@media only screen and (max-width: 93.25em) {
  .about__left ul {
    left: 2%;
  }
  .about__left ul li {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 75em) {
  .about__left ul {
    position: static;
  }
}

.about__right {
  color: #fff;
}

.about__right--heading h1 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: bold;
  font-size: 7.2rem;
  letter-spacing: -0.035em;
}

.about__right--heading h2 {
  font-weight: bold;
  font-size: 6.4rem;
  font-family: "Inter", sans-serif;
  margin-bottom: 1.6rem;
  letter-spacing: -0.04em;
}

.about__right--heading p {
  font-size: 1.8rem;
  line-height: 3.2rem;
}

.main {
  max-width: 1021px;
  width: 100%;
  margin-bottom: 30rem;
  margin-left: auto;
}

.main > div:not(:first-child) {
  padding-right: 3rem;
}

.main__crump {
  height: 4.3rem;
  padding: 0 4.5rem;
  font-weight: normal;
  font-size: 14px;
  display: flex;
  align-items: center;
  width: 100%;
  background: #E7E7E7;
  color: #000;
  margin-bottom: 7.2rem;
}

.main__crump i {
  margin: 0 1rem;
  font-size: 2rem;
}

.main__who {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 19rem;
}

.main__who--image {
  width: 36rem;
  height: 36rem;
  border-radius: 50%;
  background: #D5FAFC;
  margin-bottom: 5.8rem;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main__who--image img {
  width: 20rem;
  border-radius: 10px;
}

.main__who--content h1 {
  font-weight: 800;
  font-size: 2.4rem;
  font-family: "Inter", sans-serif;
  margin-bottom: .6rem;
  letter-spacing: normal;
}

.main__who--content p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  max-width: 650px;
}

.main__vision {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  grid-gap: 3rem;
  margin-bottom: 20rem;
}

.main__vision--box {
  padding: 4rem;
  background: #fff;
  box-shadow: 0px 0px 73px rgba(0, 0, 0, 0.1);
}

.main__vision--box h1 {
  font-weight: 800;
  font-size: 4.8rem;
  font-family: "Inter", sans-serif;
  margin-bottom: .8rem;
}

.main__vision--box p {
  font-size: 15px;
  line-height: 3.2rem;
}

.main__work h1 {
  margin-bottom: 7.5rem;
  font-size: 4.8rem;
}

.main__work--box {
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-gap: 2.7rem;
  margin-bottom: 6rem;
  align-items: center;
}

.main__work--box:last-child {
  margin-bottom: 0;
}

.main__work--box > p {
  font-size: 8rem;
  font-weight: 800;
  color: transparent;
  background: linear-gradient(149.23deg, #03446D, #F7971F);
  background-position: top left;
  background-size: contain;
  display: inline-block;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
}

.main__work--box > div h3 {
  font-weight: 800;
  font-size: 2.4rem;
  color: #18191F;
  margin-bottom: .4rem;
}

.main__work--box > div p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #18191F;
  max-width: 74rem;
}

.main__how {
  grid-template-columns: repeat(2, 1fr);
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.main__team > h1 {
  margin-bottom: 4rem;
}

.main__team--wrap {
  display: grid;
  grid-template-columns: repeat(2, 30rem);
  grid-gap: 3rem;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.main__form {
  padding: 3rem 4rem;
  margin: 0 3rem;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.06);
  margin-top: 20rem;
  background-color: #fff;
  padding-right: 2rem;
}

.main__form > h2 {
  font-size: 2.4rem;
  margin-bottom: 4.5rem;
  color: #000;
}

.main__form--wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.6rem;
}

.main__form--left input {
  display: block;
  width: 100%;
  height: 5rem;
  border-radius: 15px;
  border: 2px solid #B1ACAC;
  padding: 0 1.7rem;
  font-size: 1.5rem;
  color: #8B8B8B;
  font-family: "Inter", sans-serif;
  margin-bottom: 3rem;
}

.main__form--left input::placeholder {
  color: inherit;
}

.main__form--left input:last-child {
  margin-bottom: 0;
}

.main__form--right > p {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  color: #8B8B8B;
}

.main__form--right > textarea {
  margin-top: 6rem;
  width: 100%;
  margin-right: 2rem;
  border: 2px solid #B1ACAC;
  border-radius: 15px;
  height: 18rem;
  font-weight: 500;
  font-size: 1.5rem;
  color: #8B8B8B;
  padding: 2rem;
  font-family: "Inter", sans-serif;
  outline: none;
}

.main__form--right > textarea::placeholder {
  color: inherit;
}

.main__form--checks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 1.8rem;
}

.main__form--checks div label {
  font-size: 14px;
  font-weight: 500;
  color: #8B8B8B;
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-gap: .9rem;
  align-items: center;
}

.main__form--checks div label span {
  width: 2rem;
  height: 2rem;
  border: 1px solid #18191F;
  border-radius: 3px;
  display: block;
  position: relative;
}

.main__form--checks div label span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("../img/check-icon.svg");
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: center;
  opacity: 0;
  visibility: hidden;
}

.main__form--checks div input:checked + label span::before {
  background: url("../img/check-icon.svg");
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: center;
  opacity: 1;
  visibility: visible;
}

.main__form--checks div input {
  display: none;
}

@media only screen and (max-width: 71.875em) {
  .nav {
    position: relative;
    height: 6.5rem;
  }
  .nav__wrap {
    padding: 0 2.5rem;
  }
  .nav__list {
    top: 100%;
    left: 0%;
    border-top: 1px solid #eee;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.2);
    right: 0;
    width: 100%;
    background: #fff;
    position: absolute;
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    transform-origin: top;
    z-index: 300;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .nav__list ul {
    padding: 2.5rem;
  }
  .nav__list ul li {
    display: block;
    margin: 0;
    margin-bottom: 1.4rem;
  }
  .nav__list ul li a {
    font-size: 1.7rem;
  }
  .nav__list.show {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
  }
  .nav__toggle {
    display: block;
  }
  .who__wrap--left--image {
    width: 45rem;
    height: 45rem;
  }
  .who__wrap--left--image img {
    width: 25rem;
  }
  .how__wrap {
    grid-gap: 2.3rem;
  }
  .how__wrap--box {
    padding: 1.4rem .5rem;
  }
  .what__wrap {
    grid-gap: 4.5rem;
  }
}

@media only screen and (max-width: 59.375em) {
  .heading {
    font-size: 3rem;
  }
  .heading::before {
    width: 3rem;
    height: 3rem;
  }
  .header__wrap {
    padding-left: 7rem;
  }
  .who__wrap--right {
    padding-left: 0;
  }
  .how__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .how__wrap--box {
    margin: 2rem 0;
  }
  .what__wrap {
    grid-template-columns: 1fr;
  }
  .what__wrap--box:last-child {
    max-width: 100%;
  }
}

@media only screen and (max-width: 53.125em) {
  .who__wrap {
    grid-template-columns: max-content 1fr;
  }
  .who__wrap--left--image {
    width: 30rem;
    height: 30rem;
  }
  .who__wrap--left--image img {
    width: 70%;
  }
}

@media only screen and (max-width: 46.875em) {
  .footer__wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 5rem;
  }
  .footer__wrap--address {
    border-right: 0;
  }
}

@media only screen and (max-width: 43.75em) {
  .heading {
    font-size: 3.6rem;
  }
  .who__wrap {
    grid-template-columns: 1fr;
    grid-gap: 7.7rem;
    justify-items: center;
    text-align: center;
    width: 80%;
  }
  .client__wrap--test p {
    padding-left: 3rem;
  }
  .client__nav--box {
    width: 90vw;
  }
  .client__nav .slick-dots {
    margin-top: 3rem;
  }
  .client__nav .slick-dots li {
    display: inline-block;
    margin: 0 .62rem;
  }
  .client__nav .slick-dots li button {
    font-size: 0;
    color: transparent;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #C4C4C4;
  }
  .client__nav .slick-dots li.slick-active button {
    background: #F7971F;
  }
}

@media only screen and (max-width: 37.5em) {
  .how__wrap {
    display: block;
  }
  .how__wrap .slick-dots li {
    display: inline-block;
    margin: 0 .62rem;
  }
  .how__wrap .slick-dots li button {
    font-size: 0;
    color: transparent;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #C4C4C4;
  }
  .how__wrap .slick-dots li.slick-active button {
    background: #F7971F;
  }
}

@media only screen and (max-width: 34.375em) {
  .heading {
    margin: 0 3rem;
  }
  .header {
    height: 70rem;
    background: url(../img/header-responsive.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header__wrap {
    padding: 0 5.5rem;
  }
  .header__wrap h1 span:first-child {
    font-size: 2.8rem;
    line-height: 3rem;
  }
  .header__wrap h1 span:nth-child(2) {
    font-size: 6rem;
  }
  .header__wrap h1 span:nth-child(2) > p {
    font-size: inherit;
  }
  .header__wrap h1 span:last-child {
    font-size: 2.8rem;
  }
  .header__wrap > p {
    font-size: 12px;
    line-height: 2.6rem;
    margin-bottom: 1.6rem;
  }
  .header__wrap button a {
    font-size: 12px;
  }
  .who {
    margin: 13rem 0;
  }
  .who__wrap {
    padding: 0 3rem;
    width: 100%;
  }
  .who__wrap--left--image img {
    width: 60%;
  }
  .how {
    padding: 0;
  }
  .what__heading p {
    padding: 0 4rem;
  }
  .what__wrap--box {
    flex-direction: column;
  }
  .what__wrap--box--image {
    max-width: 100%;
    min-height: auto;
    height: 20rem;
  }
  .what__wrap--box--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .what__wrap--box--text {
    padding: 3rem;
  }
  .footer__wrap {
    grid-template-columns: 1fr;
    text-align: left;
    justify-items: start;
  }
  .footer__wrap > div {
    align-items: flex-start;
  }
  .footer__wrap--address {
    border-left: 0;
    padding-bottom: 4rem !important;
    padding-top: 3rem !important;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

@media only screen and (max-width: 21.875em) {
  html {
    font-size: 45%;
  }
  .client__nav--box {
    width: 20rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
  }
  .client__nav--box > div h2,
  .client__nav--box > div p {
    width: 20rem;
  }
  .client__nav--box .slick-current {
    width: 100%;
  }
}

@media only screen and (max-width: 84.375em) {
  .main {
    max-width: 930px;
  }
  .main__how {
    max-width: 95%;
    margin-bottom: 8rem;
    margin-top: 8rem;
  }
  .main__how .how__wrap--box {
    margin: 0;
  }
}

@media only screen and (max-width: 71.875em) {
  .about__wrap {
    grid-gap: 2rem;
  }
}

@media only screen and (max-width: 50em) {
  .about__left ul li {
    font-size: 1.6rem;
  }
  .about__right--heading h1 {
    font-size: 4rem;
  }
  .about__right--heading h2 {
    font-size: 3.5rem;
  }
  .about__right--heading p br {
    display: none;
  }
  .main {
    width: 100%;
  }
  .main > div:not(:first-child) {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .main__team--wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 43.75em) {
  .main__form--wrap {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 37.5em) {
  .about__wrap {
    grid-template-columns: 1fr;
    min-height: 56rem;
  }
  .about__left {
    display: none;
  }
  .main {
    margin-bottom: 10rem;
  }
}

@media only screen and (max-width: 31.25em) {
  .main > div:not(:first-child) {
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }
  .main__who--image {
    width: 30rem;
    height: 30rem;
  }
  .main__who--image img {
    width: 65%;
  }
  .main__work--box {
    grid-gap: 1.4rem;
    align-items: start;
  }
  .main__work--box > div h3 {
    font-size: 2rem;
  }
  .main__work--box > div p {
    font-size: 1.5rem;
  }
  .main__work--box > p {
    font-size: 5rem;
  }
  .main__form {
    padding: 3rem 1.5rem;
    margin: 0 1.4rem;
    margin-top: 10rem;
  }
}
/*# sourceMappingURL=style.css.map */

.fullInput input{
  width: 16rem;
 height: 4.8rem;
 border-radius: 6px;
 background: #F7971F;

}