html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul,
ul,
li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: 0;
  outline: 0;
  padding: 0;
  background: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #ffcdc7;
  color: #222226;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ffcdc7;
  color: #222226;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d1d1cf;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: "Body Font";
  src: url("../fonts/bodyfont-regular.eot");
  src: url("../fonts/bodyfont-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bodyfont-regular.woff2") format("woff2"), url("../fonts/bodyfont-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Body Font";
  src: url("../fonts/bodyfont-demi.eot");
  src: url("../fonts/bodyfont-demi.eot?#iefix") format("embedded-opentype"), url("../fonts/bodyfont-demi.woff2") format("woff2"), url("../fonts/bodyfont-demi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Body Font";
  src: url("../fonts/bodyfont-italic.eot");
  src: url("../fonts/bodyfont-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/bodyfont-italic.woff2") format("woff2"), url("../fonts/bodyfont-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Heading Font";
  src: url("../fonts/headingfont-bold.eot");
  src: url("../fonts/headingfont-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/headingfont-bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
body,
p,
ul, ul li,
ol, ol li {
  font-family: "Body Font", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.625;
}
@media (min-width: 1200px) {
  body,
p,
ul, ul li,
ol, ol li {
    font-size: 1.8rem;
  }
}
@media (min-width: 1800px) {
  body,
p,
ul, ul li,
ol, ol li {
    font-size: 2rem;
  }
}

p,
ul, ul li,
ol, ol li,
strong, em {
  transition: 0.25s ease-in-out;
}

strong {
  font-family: "Body Font", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Heading Font", Arial, Helvetica, sans-serif;
  transition: 0.25s ease-in-out;
  margin-bottom: 3.2rem;
}

h1 {
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: -0.02rem;
}
@media (min-width: 600px) {
  h1 {
    font-size: 4.9rem;
  }
}
@media (min-width: 900px) {
  h1 {
    font-size: 5.9rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 7.2rem;
  }
}
@media (min-width: 1800px) {
  h1 {
    font-size: 8.5rem;
  }
}

h2 {
  font-size: 3.6rem;
  line-height: 1.15;
  letter-spacing: -0.015rem;
}
@media (min-width: 600px) {
  h2 {
    font-size: 4rem;
  }
}
@media (min-width: 900px) {
  h2 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 4.9rem;
  }
}
@media (min-width: 1800px) {
  h2 {
    font-size: 5.9rem;
  }
}

h3 {
  font-size: 2.9rem;
  line-height: 1.25;
  letter-spacing: -0.015rem;
}
@media (min-width: 600px) {
  h3 {
    font-size: 3.2rem;
  }
}
@media (min-width: 900px) {
  h3 {
    font-size: 3.6rem;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 4rem;
  }
}
@media (min-width: 1800px) {
  h3 {
    font-size: 4.9rem;
  }
}

h4 {
  font-size: 2rem;
  line-height: 1.3;
}
@media (min-width: 600px) {
  h4 {
    font-size: 2.3rem;
  }
}
@media (min-width: 900px) {
  h4 {
    font-size: 2.6rem;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 2.9rem;
  }
}
@media (min-width: 1800px) {
  h4 {
    font-size: 3.2rem;
  }
}

h5,
h6 {
  font-size: 1.2rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 1.6rem;
}
@media (min-width: 600px) {
  h5,
h6 {
    font-size: 1.2rem;
  }
}
@media (min-width: 900px) {
  h5,
h6 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  h5,
h6 {
    font-size: 1.6rem;
  }
}

body {
  position: relative;
  background: #EEEEE9;
  color: #222226;
}

p {
  margin-bottom: 2.4rem;
}

section {
  margin: 10rem auto;
  max-width: 600px;
}
@media (min-width: 600px) {
  section {
    max-width: 680px;
  }
}
@media (min-width: 900px) {
  section {
    max-width: 760px;
  }
}
@media (min-width: 1200px) {
  section {
    max-width: 960px;
  }
}
@media (min-width: 1800px) {
  section {
    max-width: 1260px;
  }
}

.about .section-expertise {
  width: 100%;
}

#top,
#bottom {
  position: absolute;
  width: 1px;
  height: 10px;
  top: 0px;
  margin-top: -20vh;
}

#bottom {
  top: auto;
  margin-top: 0;
  bottom: 0px;
}

main {
  margin-top: 20vh;
  padding: 0 3.2rem;
}

footer {
  display: none;
}

footer.about {
  display: inline-block;
  position: fixed;
  bottom: 0;
  right: 2.4rem;
  transform: rotate(90deg);
  transform-origin: right top;
  width: auto;
  height: auto;
}

footer.about.is-visible {
  opacity: 1;
  transition: opacity 0.5s ease-in-out 0.1s, transform 0.5s ease-in-out 0.1s;
  will-change: transform, opacity;
}

footer.about.is-hidden {
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0.1s, transform 0.5s ease-in-out 0.1s;
  will-change: transform, opacity;
}

footer.about p {
  font-size: 1.2rem;
  transform: rotate(180deg);
  white-space: nowrap;
}
@media (min-width: 900px) {
  footer.about p {
    font-size: 1.4rem;
  }
}

footer.about span {
  display: inline-block;
  width: 3.2rem;
  height: 0.5px;
  background: transparent;
  margin: 0 10px 4px;
  opacity: 0.25;
}

.section-intro {
  height: 75vh;
  -webkit-animation: slide-in-left 2s ease 1;
  -moz-animation: slide-in-left 2s ease 1;
  -o-animation: slide-in-left 2s ease 1;
  -ms-animation: slide-in-left 2s ease 1;
  animation: slide-in-left 2s ease 1;
}

.section-intro h1 {
  max-width: 400px;
}
@media (min-width: 600px) {
  .section-intro h1 {
    max-width: 500px;
  }
}
@media (min-width: 900px) {
  .section-intro h1 {
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .section-intro h1 {
    max-width: 700px;
  }
}
@media (min-width: 1800px) {
  .section-intro h1 {
    max-width: 800px;
  }
}

.section-intro h1.tagline {
  max-width: 100%;
}

.section-intro h2 {
  font-size: 2.3rem;
  margin-top: -3.2rem;
}

.about .section-start {
  min-height: 75vh;
  -webkit-animation: slide-in-left 2s ease 1;
  -moz-animation: slide-in-left 2s ease 1;
  -o-animation: slide-in-left 2s ease 1;
  -ms-animation: slide-in-left 2s ease 1;
  animation: slide-in-left 2s ease 1;
}

.about .section-start h2 {
  margin-bottom: 1.6rem;
}
@media (min-width: 600px) {
  .about .section-start h2 {
    margin-bottom: 2.4rem;
    max-width: 500px;
  }
}
@media (min-width: 900px) {
  .about .section-start h2 {
    margin-bottom: 3.2rem;
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .about .section-start h2 {
    margin-bottom: 4rem;
    max-width: 700px;
  }
}
@media (min-width: 1800px) {
  .about .section-start h2 {
    margin-bottom: 4.8rem;
    max-width: 800px;
  }
}

.about .section-start p {
  padding-left: 0;
}
@media (min-width: 600px) {
  .about .section-start p {
    max-width: 700px;
    padding-left: 3.2rem;
  }
}
@media (min-width: 900px) {
  .about .section-start p {
    max-width: 800px;
    padding-left: 4.8rem;
  }
}
@media (min-width: 1200px) {
  .about .section-start p {
    max-width: 900px;
    padding-left: 6rem;
  }
}
@media (min-width: 1800px) {
  .about .section-start p {
    max-width: 1000px;
    padding-left: 7.2rem;
  }
}

.contact main {
  margin-top: 0;
  position: fixed;
  height: 100%;
  width: 100%;
}

.contact .section-contact {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  -webkit-animation: slide-in-left 2s ease 1;
  -moz-animation: slide-in-left 2s ease 1;
  -o-animation: slide-in-left 2s ease 1;
  -ms-animation: slide-in-left 2s ease 1;
  animation: slide-in-left 2s ease 1;
}
.contact .section-contact h2 {
  margin-bottom: 10px;
}

.contact .section-summary {
  margin: 0;
  height: 25vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  align-content: center;
  flex-direction: row;
}

/* Slide in from left */
@-webkit-keyframes slide-in-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slide-in-left {
  from {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slide-in-left {
  from {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@-ms-keyframes slide-in-left {
  from {
    opacity: 0;
    -ms-transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@keyframes slide-in-left {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Slide in from right */
@-webkit-keyframes slide-in-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slide-in-right {
  from {
    opacity: 0;
    -moz-transform: translateX(10px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slide-in-right {
  from {
    opacity: 0;
    -o-transform: translateX(10px);
  }
  to {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@-ms-keyframes slide-in-right {
  from {
    opacity: 0;
    -ms-transform: translateX(10px);
  }
  to {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@keyframes slide-in-right {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
header input {
  display: none;
}
header input + label {
  position: fixed;
  top: 34px;
  right: 40px;
  height: 30px;
  width: 30px;
  z-index: 5;
  transition: 0.5s ease-in-out;
}
header input + label span {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  display: block;
  background: #222226;
  transition: left 0.2s ease-out 0.4s, transform 0.2s ease-in 0.1s, top 0.2s linear 0.2s, background 0.9s ease-in-out 0.45s;
  will-change: left, transform, top, background;
}
header input + label span:first-child {
  top: 10px;
  left: -5px;
}
header input + label span:last-child {
  top: 20px;
  left: 5px;
}
header label:hover {
  cursor: pointer;
}
header input:checked + label span {
  transition: left 0.2s ease-in 0.01s, transform 0.2s ease-out 0.4s, top 0.2s linear 0.2s, background 0.2s linear 0s;
  background: #EEEEE9;
}
header input:checked + label span:first-child {
  transform: rotate(45deg);
  left: 0px;
  top: 15px;
}
header input:checked + label span:last-child {
  transform: rotate(-45deg);
  left: 0px;
  top: 15px;
}
header input:checked ~ section a svg {
  transition-delay: 0s;
}
header input:checked ~ section a .logo-fill {
  fill: #EEEEE9;
}
header input ~ nav {
  background: #222226;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  z-index: 3;
  transition: 0.5s;
  transition-delay: 0.75s;
  overflow: hidden;
}
header input ~ nav > ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  margin: auto;
  width: 900px;
}
header input ~ nav > ul > li {
  opacity: 0;
  transition: 0.5s ease-in-out;
  transition-delay: 0.3s;
}
header input ~ nav > ul > li > a {
  opacity: 0;
  margin-left: -60px;
  text-decoration: none;
  display: block;
  padding: 10px 30px;
  transition: 0.25s ease-in-out;
}
header input ~ nav > ul > li:nth-child(1) {
  transition: 0.5s ease-in-out;
  transition-delay: 0.45s;
}
header input ~ nav > ul > li:nth-child(1) > a {
  transition-delay: 0.6s;
}
header input ~ nav > ul > li:nth-child(2) {
  transition-delay: 0.3s;
}
header input ~ nav > ul > li:nth-child(2) > a {
  transition-delay: 0.45s;
}
header input ~ nav > ul > li:nth-child(3) {
  transition-delay: 0.15s;
}
header input ~ nav > ul > li:nth-child(3) > a {
  transition-delay: 0.3s;
}
header input ~ nav > ul > li:nth-child(4) {
  transition-delay: 0s;
}
header input ~ nav > ul > li:nth-child(4) > a {
  transition-delay: 0.15s;
}
header input:checked ~ nav {
  height: 100%;
  transition-delay: 0s;
}
header input:checked ~ nav > ul > li {
  opacity: 1;
}
header input:checked ~ nav > ul > li > a {
  opacity: 1;
  margin-left: 0;
  transition: 0.5s ease-in-out;
}
header input:checked ~ nav > ul > li:nth-child(1) {
  transition-delay: 0.4s;
}
header input:checked ~ nav > ul > li:nth-child(1) > a {
  transition-delay: 0.25s;
}
header input:checked ~ nav > ul > li:nth-child(2) {
  transition-delay: 0.55s;
}
header input:checked ~ nav > ul > li:nth-child(2) > a {
  transition-delay: 0.4s;
}
header input:checked ~ nav > ul > li:nth-child(3) {
  transition-delay: 0.7s;
}
header input:checked ~ nav > ul > li:nth-child(3) > a {
  transition-delay: 0.55s;
}
header input:checked ~ nav > ul > li:nth-child(4) {
  transition-delay: 0.85s;
}
header input:checked ~ nav > ul > li:nth-child(4) > a {
  transition-delay: 0.7s;
}
header nav {
  display: flex;
}
header nav a {
  font-size: 3.2rem;
  line-height: 1.25;
  font-family: "Heading Font", Arial, Helvetica, sans-serif;
  color: #EEEEE9;
}
@media (min-width: 600px) {
  header nav a {
    font-size: 4rem;
  }
}
@media (min-width: 900px) {
  header nav a {
    font-size: 4.9rem;
  }
}
@media (min-width: 1200px) {
  header nav a {
    font-size: 5.9rem;
  }
}
@media (min-width: 1800px) {
  header nav a {
    font-size: 7.2rem;
  }
}

.header-nav a.item {
  position: relative;
}

.header-nav a.item.inactive {
  cursor: default;
  pointer-events: none;
  color: #626668;
  opacity: 0.5;
}

.header-nav a.item sup {
  transition: 0.5s ease-in-out 0.25s;
  font-size: 1.4rem;
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}
@media (min-width: 600px) {
  .header-nav a.item sup {
    font-size: 1.6rem;
  }
}
@media (min-width: 900px) {
  .header-nav a.item sup {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .header-nav a.item sup {
    font-size: 2rem;
  }
}
@media (min-width: 1800px) {
  .header-nav a.item sup {
    font-size: 2.3rem;
  }
}

.header-logo {
  width: 75px;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 30px;
  left: 30px;
  transition: 0.5s ease-in-out;
  z-index: 999;
}
@media (min-width: 600px) {
  .header-logo {
    width: 85px;
  }
}
@media (min-width: 900px) {
  .header-logo {
    width: 95px;
  }
}
@media (min-width: 1200px) {
  .header-logo {
    width: 105px;
  }
}
@media (min-width: 1800px) {
  .header-logo {
    width: 115px;
  }
}
.header-logo a svg {
  position: absolute;
}
.header-logo .logo-fill {
  transition: fill 0.5s ease-in-out;
  transition-delay: 0.25s;
}

body.light .logo-fill {
  fill: #222226;
}

body.dark .logo-fill {
  fill: #EEEEE9;
}

.content-nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: center;
  flex-direction: column;
  padding-bottom: 91px;
}
@media (min-width: 600px) {
  .content-nav {
    padding-bottom: 94px;
  }
}
@media (min-width: 900px) {
  .content-nav {
    padding-bottom: 101px;
  }
}
@media (min-width: 1200px) {
  .content-nav {
    padding-bottom: 108px;
  }
}
@media (min-width: 1800px) {
  .content-nav {
    padding-bottom: 112px;
  }
}

.content-nav a.stick-to-bottom,
.content-nav a.stick-to-bottom.is-visible {
  position: fixed;
  bottom: 32px;
  left: 32px;
  transition: opacity 0.5s ease-in-out 0.1s, transform 0.5s ease-in-out 0.1s;
  will-change: transform, opacity;
  opacity: 1;
  transform: translateY(0px);
}

.content-nav a.stick-to-bottom.is-visible.is-visible-bottom {
  position: absolute;
}

.content-nav a.stick-to-bottom.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(60px);
  transition: opacity 0.5s ease-in-out 0.1s, transform 0.5s ease-in-out 0.1s;
  will-change: transform, opacity;
}

.button {
  border-radius: 4px;
  font-family: "Heading Font", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 1.25;
  margin: 0 0 1.2rem 0;
  padding: 1.6rem 3.2rem;
  text-transform: uppercase;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media (min-width: 600px) {
  .button {
    padding: 1.76rem 3.52rem;
  }
}
@media (min-width: 900px) {
  .button {
    padding: 1.96rem 3.92rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .button {
    padding: 2.16rem 4.32rem;
    font-size: 1.6rem;
  }
}
@media (min-width: 1800px) {
  .button {
    padding: 2.4rem 4.8rem;
  }
}

.button--primary {
  background-color: #222226;
  color: #EEEEE9;
}

.button--secondary {
  background-color: #EEEEE9;
  color: #222226;
  box-shadow: inset 0 0 0 2px #222226;
}

.section-filters ul {
  display: flex;
  grid-column: 1/-1;
  display: flex;
  scroll-behavior: initial;
  overflow: auto;
  white-space: nowrap;
  margin-left: -3.2rem;
  margin-right: -3.2rem;
  padding: 0 3.2rem 0.4rem 3.2rem;
}

.section-filters ul li {
  display: inline-block;
  background-color: #dddddc;
  padding: 1.2rem 2.4rem;
  border-radius: 4px;
  font-family: "Heading Font", Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  cursor: pointer;
}
@media (min-width: 900px) {
  .section-filters ul li {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .section-filters ul li {
    font-size: 1.1rem;
    padding: 1.6rem 3.2rem;
  }
}

.section-filters ul li.active {
  background-color: #d1d1cf;
}

.section-numbers .number h3 {
  font-size: 10rem;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .section-numbers .number h3 {
    font-size: 12rem;
  }
}
@media (min-width: 900px) {
  .section-numbers .number h3 {
    font-size: 14rem;
  }
}
@media (min-width: 1200px) {
  .section-numbers .number h3 {
    font-size: 17rem;
  }
}
@media (min-width: 1800px) {
  .section-numbers .number h3 {
    font-size: 20rem;
  }
}

.section-numbers .number h4 {
  margin-top: -0.2rem;
}
@media (min-width: 600px) {
  .section-numbers .number h4 {
    margin-top: -0.4rem;
  }
}
@media (min-width: 900px) {
  .section-numbers .number h4 {
    margin-top: -0.8rem;
  }
}
@media (min-width: 1200px) {
  .section-numbers .number h4 {
    margin-top: -1.2rem;
  }
}
@media (min-width: 1800px) {
  .section-numbers .number h4 {
    margin-top: -1.6rem;
  }
}

.section-clients,
.section-industries {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.section-clients {
  margin-bottom: 4.8rem;
}

.section-industries {
  margin-top: 4.8rem;
}

.section-clients .number h3,
.section-industries .number h3 {
  font-size: 4.9rem;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .section-clients .number h3,
.section-industries .number h3 {
    font-size: 5.9rem;
  }
}
@media (min-width: 900px) {
  .section-clients .number h3,
.section-industries .number h3 {
    font-size: 7.2rem;
  }
}
@media (min-width: 1200px) {
  .section-clients .number h3,
.section-industries .number h3 {
    font-size: 8.5rem;
  }
}
@media (min-width: 1800px) {
  .section-clients .number h3,
.section-industries .number h3 {
    font-size: 10rem;
  }
}

@media (min-width: 600px) {
  .section-clients .number h4,
.section-industries .number h4 {
    margin-top: -0.2rem;
  }
}
@media (min-width: 900px) {
  .section-clients .number h4,
.section-industries .number h4 {
    margin-top: -0.2rem;
  }
}
@media (min-width: 1200px) {
  .section-clients .number h4,
.section-industries .number h4 {
    margin-top: -0.4rem;
  }
}
@media (min-width: 1800px) {
  .section-clients .number h4,
.section-industries .number h4 {
    margin-top: -0.4rem;
  }
}

.section-clients ul,
.section-industries ul {
  grid-column: 1/-1;
  display: flex;
  scroll-behavior: initial;
  overflow: auto;
  white-space: nowrap;
  margin-left: -3.2rem;
  margin-right: -3.2rem;
  padding-left: 3.2rem;
}

/* width */
.section-clients ul::-webkit-scrollbar,
.section-industries ul::-webkit-scrollbar {
  height: 6px;
  border-radius: 4px;
  cursor: auto;
}

/* Track */
.section-clients ul::-webkit-scrollbar-track,
.section-industries ul::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.section-clients ul::-webkit-scrollbar-thumb,
.section-industries ul::-webkit-scrollbar-thumb {
  background: #c4c4c2;
}

/* Handle on hover */
.section-clients ul::-webkit-scrollbar-thumb:hover,
.section-industries ul::-webkit-scrollbar-thumb:hover {
  background: #acaca8;
}

.section-clients ul li,
.section-industries ul li {
  margin-right: 3.2rem;
  flex: 0 0 auto;
}

.section-expertise div {
  margin-bottom: 10rem;
}

.section-expertise li {
  font-family: "Heading Font", Arial, Helvetica, sans-serif;
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: -0.01rem;
}
@media (min-width: 600px) {
  .section-expertise li {
    font-size: 2.9rem;
  }
}
@media (min-width: 900px) {
  .section-expertise li {
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .section-expertise li {
    font-size: 3.6rem;
  }
}
@media (min-width: 1800px) {
  .section-expertise li {
    font-size: 4rem;
  }
}

.section-projects h2 {
  font-family: "Heading Font", Arial, Helvetica, sans-serif;
  font-size: 2.6rem;
  line-height: 1.15;
  margin: 0.8rem 0;
  letter-spacing: -0.01rem;
}
@media (min-width: 600px) {
  .section-projects h2 {
    font-size: 2.9rem;
  }
}
@media (min-width: 900px) {
  .section-projects h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .section-projects h2 {
    font-size: 3.6rem;
  }
}
@media (min-width: 1800px) {
  .section-projects h2 {
    font-size: 4rem;
  }
}

.section-projects h5 {
  margin-bottom: 1.2rem;
}

.section-projects figure {
  margin: 0 -3.2rem;
}

.section-projects i {
  display: none;
}

.project-card {
  margin: 10rem auto;
  max-width: 1260px;
}

.section-testimonials strong {
  margin-top: -1.2rem;
  display: block;
}

.section-testimonials article {
  margin: 50px 0;
}

.section-testimonials article p:first-child {
  font-family: "Body Font", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
}

.social a {
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  margin: 0px 10px;
  background-color: #222226;
  display: inline-block;
  transition: 0.25s ease-in-out;
}
.social a.icon-linkedin {
  -webkit-mask: url(../img/icon-linkedin.svg) no-repeat 50% 50%;
  mask: url(../img/icon-linkedin.svg) no-repeat 50% 50%;
}
@media (min-width: 600px) {
  .social a {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 900px) {
  .social a {
    width: 34px;
    height: 34px;
  }
}
@media (min-width: 1200px) {
  .social a {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 1800px) {
  .social a {
    width: 40px;
    height: 40px;
  }
}

.ma-0 {
  margin: 0 !important;
}

.ma-1 {
  margin: 0.2rem !important;
}

.ma-2 {
  margin: 0.4rem !important;
}

.ma-3 {
  margin: 0.8rem !important;
}

.ma-4 {
  margin: 1.6rem !important;
}

.ma-5 {
  margin: 3.2rem !important;
}

.ma-6 {
  margin: 4.8rem !important;
}

.ma-7 {
  margin: 6rem !important;
}

.ma-8 {
  margin: 7.2rem !important;
}

.ma-9 {
  margin: 8.6rem !important;
}

.ma-10 {
  margin: 10rem !important;
}

.mx-0 {
  margin: 0 0 !important;
}

.mx-1 {
  margin: 0 0.2rem !important;
}

.mx-2 {
  margin: 0 0.4rem !important;
}

.mx-3 {
  margin: 0 0.8rem !important;
}

.mx-4 {
  margin: 0 1.6rem !important;
}

.mx-5 {
  margin: 0 3.2rem !important;
}

.mx-6 {
  margin: 0 4.8rem !important;
}

.mx-7 {
  margin: 0 6rem !important;
}

.mx-8 {
  margin: 0 7.2rem !important;
}

.mx-9 {
  margin: 0 8.6rem !important;
}

.mx-10 {
  margin: 0 10rem !important;
}

.my-0 {
  margin: 0 0 !important;
}

.my-1 {
  margin: 0.2rem 0 !important;
}

.my-2 {
  margin: 0.4rem 0 !important;
}

.my-3 {
  margin: 0.8rem 0 !important;
}

.my-4 {
  margin: 1.6rem 0 !important;
}

.my-5 {
  margin: 3.2rem 0 !important;
}

.my-6 {
  margin: 4.8rem 0 !important;
}

.my-7 {
  margin: 6rem 0 !important;
}

.my-8 {
  margin: 7.2rem 0 !important;
}

.my-9 {
  margin: 8.6rem 0 !important;
}

.my-10 {
  margin: 10rem 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.2rem !important;
}

.mt-2 {
  margin-top: 0.4rem !important;
}

.mt-3 {
  margin-top: 0.8rem !important;
}

.mt-4 {
  margin-top: 1.6rem !important;
}

.mt-5 {
  margin-top: 3.2rem !important;
}

.mt-6 {
  margin-top: 4.8rem !important;
}

.mt-7 {
  margin-top: 6rem !important;
}

.mt-8 {
  margin-top: 7.2rem !important;
}

.mt-9 {
  margin-top: 8.6rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.2rem !important;
}

.mr-2 {
  margin-right: 0.4rem !important;
}

.mr-3 {
  margin-right: 0.8rem !important;
}

.mr-4 {
  margin-right: 1.6rem !important;
}

.mr-5 {
  margin-right: 3.2rem !important;
}

.mr-6 {
  margin-right: 4.8rem !important;
}

.mr-7 {
  margin-right: 6rem !important;
}

.mr-8 {
  margin-right: 7.2rem !important;
}

.mr-9 {
  margin-right: 8.6rem !important;
}

.mr-10 {
  margin-right: 10rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.2rem !important;
}

.mb-2 {
  margin-bottom: 0.4rem !important;
}

.mb-3 {
  margin-bottom: 0.8rem !important;
}

.mb-4 {
  margin-bottom: 1.6rem !important;
}

.mb-5 {
  margin-bottom: 3.2rem !important;
}

.mb-6 {
  margin-bottom: 4.8rem !important;
}

.mb-7 {
  margin-bottom: 6rem !important;
}

.mb-8 {
  margin-bottom: 7.2rem !important;
}

.mb-9 {
  margin-bottom: 8.6rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.2rem !important;
}

.ml-2 {
  margin-left: 0.4rem !important;
}

.ml-3 {
  margin-left: 0.8rem !important;
}

.ml-4 {
  margin-left: 1.6rem !important;
}

.ml-5 {
  margin-left: 3.2rem !important;
}

.ml-6 {
  margin-left: 4.8rem !important;
}

.ml-7 {
  margin-left: 6rem !important;
}

.ml-8 {
  margin-left: 7.2rem !important;
}

.ml-9 {
  margin-left: 8.6rem !important;
}

.ml-10 {
  margin-left: 10rem !important;
}

.pa-0 {
  padding: 0 !important;
}

.pa-1 {
  padding: 0.2rem !important;
}

.pa-2 {
  padding: 0.4rem !important;
}

.pa-3 {
  padding: 0.8rem !important;
}

.pa-4 {
  padding: 1.6rem !important;
}

.pa-5 {
  padding: 3.2rem !important;
}

.pa-6 {
  padding: 4.8rem !important;
}

.pa-7 {
  padding: 6rem !important;
}

.pa-8 {
  padding: 7.2rem !important;
}

.pa-9 {
  padding: 8.6rem !important;
}

.pa-10 {
  padding: 10rem !important;
}

.px-0 {
  padding: 0 0 !important;
}

.px-1 {
  padding: 0 0.2rem !important;
}

.px-2 {
  padding: 0 0.4rem !important;
}

.px-3 {
  padding: 0 0.8rem !important;
}

.px-4 {
  padding: 0 1.6rem !important;
}

.px-5 {
  padding: 0 3.2rem !important;
}

.px-6 {
  padding: 0 4.8rem !important;
}

.px-7 {
  padding: 0 6rem !important;
}

.px-8 {
  padding: 0 7.2rem !important;
}

.px-9 {
  padding: 0 8.6rem !important;
}

.px-10 {
  padding: 0 10rem !important;
}

.py-0 {
  padding: 0 0 !important;
}

.py-1 {
  padding: 0.2rem 0 !important;
}

.py-2 {
  padding: 0.4rem 0 !important;
}

.py-3 {
  padding: 0.8rem 0 !important;
}

.py-4 {
  padding: 1.6rem 0 !important;
}

.py-5 {
  padding: 3.2rem 0 !important;
}

.py-6 {
  padding: 4.8rem 0 !important;
}

.py-7 {
  padding: 6rem 0 !important;
}

.py-8 {
  padding: 7.2rem 0 !important;
}

.py-9 {
  padding: 8.6rem 0 !important;
}

.py-10 {
  padding: 10rem 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.2rem !important;
}

.pt-2 {
  padding-top: 0.4rem !important;
}

.pt-3 {
  padding-top: 0.8rem !important;
}

.pt-4 {
  padding-top: 1.6rem !important;
}

.pt-5 {
  padding-top: 3.2rem !important;
}

.pt-6 {
  padding-top: 4.8rem !important;
}

.pt-7 {
  padding-top: 6rem !important;
}

.pt-8 {
  padding-top: 7.2rem !important;
}

.pt-9 {
  padding-top: 8.6rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.2rem !important;
}

.pr-2 {
  padding-right: 0.4rem !important;
}

.pr-3 {
  padding-right: 0.8rem !important;
}

.pr-4 {
  padding-right: 1.6rem !important;
}

.pr-5 {
  padding-right: 3.2rem !important;
}

.pr-6 {
  padding-right: 4.8rem !important;
}

.pr-7 {
  padding-right: 6rem !important;
}

.pr-8 {
  padding-right: 7.2rem !important;
}

.pr-9 {
  padding-right: 8.6rem !important;
}

.pr-10 {
  padding-right: 10rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.2rem !important;
}

.pb-2 {
  padding-bottom: 0.4rem !important;
}

.pb-3 {
  padding-bottom: 0.8rem !important;
}

.pb-4 {
  padding-bottom: 1.6rem !important;
}

.pb-5 {
  padding-bottom: 3.2rem !important;
}

.pb-6 {
  padding-bottom: 4.8rem !important;
}

.pb-7 {
  padding-bottom: 6rem !important;
}

.pb-8 {
  padding-bottom: 7.2rem !important;
}

.pb-9 {
  padding-bottom: 8.6rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.2rem !important;
}

.pl-2 {
  padding-left: 0.4rem !important;
}

.pl-3 {
  padding-left: 0.8rem !important;
}

.pl-4 {
  padding-left: 1.6rem !important;
}

.pl-5 {
  padding-left: 3.2rem !important;
}

.pl-6 {
  padding-left: 4.8rem !important;
}

.pl-7 {
  padding-left: 6rem !important;
}

.pl-8 {
  padding-left: 7.2rem !important;
}

.pl-9 {
  padding-left: 8.6rem !important;
}

.pl-10 {
  padding-left: 10rem !important;
}

/*
    Version: 4.0.0
*/

/*# sourceMappingURL=styles.css.map */
