/* stylelint-disable */
/* stylelint-enable */
@font-face {
  font-family: "Eina";
  src: url("../fonts/eina-03-bold.woff2") format("woff2"), url("../fonts/eina-03-bold.woff") format("woff"), url("../fonts/eina-03-bold.ttf") format("ttf"), url("../fonts/eina-03-bold.eot?#iefix") format("eot");
  font-weight: 700;
  unicode-range: U+000-5FF;
}
@font-face {
  font-family: "Eina";
  src: url("../fonts/eina-03-semibold.woff2") format("woff2"), url("../fonts/eina-03-semibold.woff") format("woff"), url("../fonts/eina-03-semibold.ttf") format("ttf"), url("../fonts/eina-03-semibold.eot?#iefix") format("eot");
  font-weight: 600;
  unicode-range: U+000-5FF;
}
@font-face {
  font-family: "Eina";
  src: url("../fonts/eina-03-regular.woff2") format("woff2"), url("../fonts/eina-03-regular.woff") format("woff"), url("../fonts/eina-03-regular.ttf") format("ttf"), url("../fonts/eina-03-regular.eot?#iefix") format("eot");
  font-weight: 400;
  unicode-range: U+000-5FF;
}
html {
  font-family: Eina, Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Bitstream Vera Sans, Liberation Sans, Verdana, Verdana Ref, sans-serif;
  line-height: 1.5;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  box-sizing: border-box;
  overflow-y: scroll;
}

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

body {
  margin: 0;
  min-height: 100vh;
  color: #464646;
  background-color: #fff;
}
body {
  font-size: 16px;
}
@media screen and (min-width: 576px) {
  body {
    font-size: calc(0.641025641vw + 12.3076923077px);
  }
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 20px;
  }
}

::-moz-selection {
  color: #fff;
  background: #4c74b7;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #4c74b7;
  text-shadow: none;
}

a {
  text-decoration: none;
  color: #4c74b7;
}
a:hover {
  text-decoration: underline;
  color: #34558c;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
figcaption,
input,
select,
textarea,
button {
  margin-top: 0;
  margin-bottom: 0.75em;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

sup,
sub {
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0.25em;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2.25em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.75em;
}

h5 {
  font-size: 1.5em;
}

h6 {
  font-size: 1.25em;
}

hr {
  width: 70%;
  margin: 5em auto;
  border-top: 0;
  border-bottom: 1px solid #ddd;
}

input,
select,
textarea,
button {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.3;
  margin: 0 0 1rem;
  padding: 1rem;
}

input,
select,
textarea {
  border: 1px solid #ddd;
}

textarea {
  resize: vertical;
}

button {
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25rem 0.5rem;
  color: #fff;
  background: #4c74b7;
  border: 0;
  border-radius: 0.25rem;
  cursor: pointer;
}
button:hover {
  background: #34558c;
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 66px;
  padding: 0.75em 0;
  display: flex;
  background: #fff;
  box-shadow: 0 1em 2em rgba(0, 0, 0, 0);
  transition: 200ms;
  z-index: 9;
}
@media (min-width: 769px) {
  .header {
    height: 100px;
    padding: 1.5em 0;
  }
}
.header.is-transparent {
  background: transparent;
  box-shadow: 0 1em 2em rgba(0, 0, 0, 0);
}
.header.is-scrolled {
  height: 75px;
  padding: 0.5em 0;
  background: #fff;
  box-shadow: 0 1em 2em rgba(0, 0, 0, 0.15);
}
@media (min-width: 769px) {
  .header.is-scrolled {
    padding: 1em 0;
  }
}
.header > div {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

.header-holder {
  position: relative;
  width: 100%;
  height: 66px;
}
@media (min-width: 769px) {
  .header-holder {
    height: 100px;
  }
}

.logo {
  color: #464646;
}
.logo:hover {
  color: #464646;
}
@media (max-width: 768px) {
  .logo svg {
    width: 150px;
    height: 33px;
  }
}

.trigger {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transform: translateX(5px);
  transition: transform 200ms;
  display: inline-block;
}
@media (min-width: 993px) {
  .trigger {
    display: none;
  }
}
.trigger span {
  position: absolute;
  left: 5px;
  width: 30px;
  height: 2px;
  background: #464646;
  transition: opacity 200ms, transform 200ms;
}
.trigger span:nth-child(1) {
  top: 11px;
}
.trigger span:nth-child(2) {
  top: 20px;
}
.trigger span:nth-child(3) {
  top: 29px;
}
.trigger.is-clicked {
  transform: rotate(180deg) translateX(-5px);
}
.trigger.is-clicked span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.trigger.is-clicked span:nth-child(2) {
  opacity: 0;
}
.trigger.is-clicked span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 993px) {
  .menu {
    display: block !important;
  }
}
@media (max-width: 992px) {
  .menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    padding: 1em 0;
    background: #a3238e;
    box-shadow: 0 1em 2em rgba(0, 0, 0, 0.15);
  }
}
.menu li {
  line-height: 1;
  display: block;
}
@media (min-width: 993px) {
  .menu li {
    padding: 0.5em 0.75em;
    display: inline-block;
    float: left;
  }
  .menu li:first-child {
    display: none;
  }
}
@media (max-width: 992px) {
  .menu li {
    font-size: 20px;
  }
}
@media (min-width: 993px) {
  .menu li:not(:last-child) {
    margin-right: 5px;
  }
}
@media screen and (min-width: 993px) and (min-width: 768px) {
  .menu li:not(:last-child) {
    margin-right: calc(3.4722222222vw - 21.6666666667px);
  }
}
@media screen and (min-width: 993px) and (min-width: 1200px) {
  .menu li:not(:last-child) {
    margin-right: 20px;
  }
}
@media (min-width: 993px) {
  .menu li:not(:last-child) a:hover:after {
    width: 100%;
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .menu li:not(:last-child).is-active a {
    background: rgba(255, 255, 255, 0.15);
  }
}
@media (min-width: 993px) {
  .menu li:not(:last-child).is-active a:after {
    width: 100%;
    opacity: 1;
  }
}
@media (min-width: 993px) {
  .menu li:last-child {
    padding: 0 0.75em;
  }
  .menu li:last-child a {
    padding: 0.5em;
    color: #fff;
    background: linear-gradient(to right, #a3238e 0%, #e7402e 100%);
    border-radius: 3em;
  }
  .menu li:last-child a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 993px) and (min-width: 768px) {
  .menu li:last-child a {
    padding-left: calc(4.6296296296vw - 15.5555555556px);
    padding-right: calc(4.6296296296vw - 15.5555555556px);
  }
}
@media screen and (min-width: 993px) and (min-width: 1200px) {
  .menu li:last-child a {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.menu a {
  position: relative;
  color: #fff;
  display: block;
  padding: 0.75em 1em;
}
@media (min-width: 993px) {
  .menu a {
    color: #464646;
    padding: 0;
  }
}
.menu a:after {
  position: absolute;
  bottom: -0.25em;
  left: 0;
  width: 0;
  height: 1px;
  background: #464646;
  opacity: 0;
  transition: opacity 200ms, width 200ms;
  content: "";
}
.menu a:hover {
  text-decoration: none;
  color: #fff;
}
@media (min-width: 993px) {
  .menu a:hover {
    color: #606060;
  }
}

.wc {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.px {
  padding-right: 25px;
  padding-left: 25px;
}

.py {
  padding-top: 5em;
  padding-bottom: 5em;
}

.block {
  display: block;
}

.pagehead {
  padding: 0.5em 0;
  color: #fff;
  background: linear-gradient(to right, #a3238e 0%, #e7402e 100%);
}
.pagehead h1 {
  font-weight: 600;
  margin-bottom: 0;
  padding: 1em 0;
}

.button {
  padding: 0.5em;
  display: inline-block;
  color: #fff;
  background: linear-gradient(to right, #a3238e 0%, #e7402e 100%);
  border-radius: 3em;
  white-space: nowrap;
}
.button {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .button {
    padding-left: calc(4.6296296296vw - 15.5555555556px);
    padding-right: calc(4.6296296296vw - 15.5555555556px);
  }
}
@media screen and (min-width: 1200px) {
  .button {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.button:hover {
  text-decoration: none;
  color: #fff;
}

.bg-grey {
  background: #dedede;
}
.bg-blueish {
  background: #e3e7ee;
}
.bg-microwee {
  color: #fff;
  background: linear-gradient(to right, #a3238e 0%, #e7402e 100%);
}
.bg-red {
  color: #fff;
  background: #c33;
}

.h1 {
  line-height: 1.1;
}
.h1 {
  font-size: 45px;
}
@media screen and (min-width: 576px) {
  .h1 {
    font-size: calc(4.8076923077vw + 17.3076923077px);
  }
}
@media screen and (min-width: 1200px) {
  .h1 {
    font-size: 75px;
  }
}
.h1.soft {
  font-weight: 300;
}
.h1.hard {
  font-weight: 700;
}

.h2 {
  line-height: 1.1;
}
.h2 {
  font-size: 36px;
}
@media screen and (min-width: 576px) {
  .h2 {
    font-size: calc(3.8461538462vw + 13.8461538462px);
  }
}
@media screen and (min-width: 1200px) {
  .h2 {
    font-size: 60px;
  }
}
.h2.soft {
  font-weight: 300;
}
.h2.hard {
  font-weight: 700;
}

.h4 {
  font-size: 25px;
}
@media screen and (min-width: 576px) {
  .h4 {
    font-size: calc(0.8012820513vw + 20.3846153846px);
  }
}
@media screen and (min-width: 1200px) {
  .h4 {
    font-size: 30px;
  }
}
.h4.soft {
  font-weight: 300;
}
.h4.hard {
  font-weight: 700;
}

.h5 {
  font-size: 21px;
}
@media screen and (min-width: 576px) {
  .h5 {
    font-size: calc(0.9615384615vw + 15.4615384615px);
  }
}
@media screen and (min-width: 1200px) {
  .h5 {
    font-size: 27px;
  }
}
.h5.soft {
  font-weight: 300;
}
.h5.hard {
  font-weight: 700;
}

.h6 {
  font-size: 18px;
}
@media screen and (min-width: 576px) {
  .h6 {
    font-size: calc(0.9615384615vw + 12.4615384615px);
  }
}
@media screen and (min-width: 1200px) {
  .h6 {
    font-size: 24px;
  }
}
.h6.soft {
  font-weight: 300;
}
.h6.hard {
  font-weight: 700;
}

.fw400 {
  font-weight: 300;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.title {
  text-align: center;
  margin-bottom: 1em;
}

.hero {
  font-size: 1.1em;
  position: relative;
  overflow: hidden;
}
.hero > div {
  position: relative;
}
.hero > div {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 576px) {
  .hero > div {
    padding-top: calc(25.641025641vw - 67.6923076923px);
    padding-bottom: calc(25.641025641vw - 67.6923076923px);
  }
}
@media screen and (min-width: 1200px) {
  .hero > div {
    padding-top: 240px;
    padding-bottom: 240px;
  }
}

.hero-img {
  margin: 0 auto;
  display: block;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.hero-img {
  font-size: 30px;
}
@media screen and (min-width: 576px) {
  .hero-img {
    font-size: calc(4.8076923077vw + 2.3076923077px);
  }
}
@media screen and (min-width: 1200px) {
  .hero-img {
    font-size: 60px;
  }
}
.hero-img {
  width: 300px;
}
@media screen and (min-width: 576px) {
  .hero-img {
    width: calc(48.0769230769vw + 23.0769230769px);
  }
}
@media screen and (min-width: 1200px) {
  .hero-img {
    width: 600px;
  }
}
@media (min-width: 769px) {
  .hero-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .hero-img {
    right: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 992px) {
  .hero-img {
    right: calc(-36.0576923077vw + 357.6923076923px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1200px) {
  .hero-img {
    right: -75px;
  }
}

@media (min-width: 769px) {
  @keyframes floating {
    from {
      transform: translate(0, -50%);
    }
    65% {
      transform: translate(0, -55%);
    }
    to {
      transform: translate(0, -50%);
    }
  }
}
@media (max-width: 768px) {
  @keyframes floating {
    from {
      transform: translate(0, 0);
    }
    65% {
      transform: translate(0, -5%);
    }
    to {
      transform: translate(0, 0);
    }
  }
}
.hero-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 769px) {
  .hero-content {
    max-width: 30em;
  }
}
@media (max-width: 768px) {
  .hero-content {
    text-align: center;
  }
}

@media (min-width: 769px) {
  .hero-desc {
    width: 80%;
  }
}

.services {
  padding: 5em 0 2.5em;
}
.services img {
  color: #c5315d;
  margin: 0 auto 1em;
}
.services h4 {
  min-height: 2.5em;
  margin-bottom: 0.75em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-list {
  margin: 0 -1em;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}
.services-list > li {
  text-align: center;
  margin-bottom: 2em;
  padding: 0 1em;
  flex: 1 0 100%;
}
@media (min-width: 577px) {
  .services-list > li {
    flex-basis: 50%;
  }
}
@media (min-width: 769px) {
  .services-list > li {
    flex-basis: 25%;
  }
}

.services-list-desc p:last-of-type {
  margin: 0;
}
.services-list-desc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.services-list-desc ul li {
  font-size: 17px;
}
.services-list-desc ul li:not(:last-child) {
  margin-bottom: 7px;
}

.features {
  overflow: hidden;
}
.features > div {
  position: relative;
}
.features .bg {
  position: absolute;
  right: -20%;
  bottom: -30%;
  color: #fff;
  transform: rotate(-30deg);
  opacity: 0.15;
}
.features .bg {
  bottom: -100px;
}
@media screen and (min-width: 576px) {
  .features .bg {
    bottom: calc(-6.4102564103vw - 63.0769230769px);
  }
}
@media screen and (min-width: 1200px) {
  .features .bg {
    bottom: -140px;
  }
}
.features .bg {
  right: 0px;
}
@media screen and (min-width: 576px) {
  .features .bg {
    right: calc(-32.0512820513vw + 184.6153846154px);
  }
}
@media screen and (min-width: 1200px) {
  .features .bg {
    right: -200px;
  }
}
.features .bg {
  width: 200px;
}
@media screen and (min-width: 576px) {
  .features .bg {
    width: calc(32.0512820513vw + 15.3846153846px);
  }
}
@media screen and (min-width: 1200px) {
  .features .bg {
    width: 400px;
  }
}
.features .bg {
  height: 262px;
}
@media screen and (min-width: 576px) {
  .features .bg {
    height: calc(41.9871794872vw + 20.1538461538px);
  }
}
@media screen and (min-width: 1200px) {
  .features .bg {
    height: 524px;
  }
}

.features-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}
.features-list li {
  font-weight: 300;
  margin-bottom: 2em;
  padding: 0 1em;
  flex: 1 0 100%;
}
.features-list li {
  font-size: 16px;
}
@media screen and (min-width: 576px) {
  .features-list li {
    font-size: calc(0.3205128205vw + 14.1538461538px);
  }
}
@media screen and (min-width: 1200px) {
  .features-list li {
    font-size: 18px;
  }
}
@media (min-width: 577px) {
  .features-list li {
    flex-basis: 50%;
  }
}
@media (min-width: 769px) {
  .features-list li {
    flex-basis: 33.33334%;
  }
}

.counters-list {
  margin: 0 -1em;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}
.counters-list li {
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2em;
  padding: 0 1em;
  max-width: 100%;
  flex: 0 0 100%;
}
.counters-list li {
  font-size: 18px;
}
@media screen and (min-width: 576px) {
  .counters-list li {
    font-size: calc(0.9615384615vw + 12.4615384615px);
  }
}
@media screen and (min-width: 1200px) {
  .counters-list li {
    font-size: 24px;
  }
}
@media (min-width: 577px) {
  .counters-list li {
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 769px) {
  .counters-list li {
    max-width: 25%;
    flex-basis: 25%;
  }
}
.counters-list span {
  line-height: 1;
  position: relative;
}
.counters-list span:after {
  font-size: 0.5em;
  position: absolute;
  top: 0;
  opacity: 0;
  transform: scale(0);
  transition: 200ms;
}
.counters-list span.has-plus:after {
  content: "+";
}
.counters-list span.is-finished:after {
  transform: scale(1);
  opacity: 1;
}

.clients-list {
  text-align: center;
  margin: -25px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.clients-list li {
  padding: 25px 25px 0;
}
.clients-list img {
  display: block;
  margin: 0 auto;
  max-width: 300px;
}
@media (max-width: 768px) {
  .clients-list img {
    width: 80%;
  }
}

.partners-columns {
  gap: 36px;
  display: grid;
  align-items: center;
}
@media (min-width: 769px) {
  .partners-columns {
    grid-template-columns: 40% 1fr;
  }
}

.partners-column img {
  width: 60%;
  margin: 0 auto;
}

.cta > div {
  max-width: 800px;
}

.cta-columns {
  margin: 0 -1em;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .cta-columns {
    flex-flow: row nowrap;
  }
}
.cta-columns > div {
  padding: 0 1em;
}
@media (max-width: 768px) {
  .cta-columns > div:nth-child(2) {
    margin-top: 1em;
  }
}

.cta-content {
  font-weight: 300;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.cta-content img {
  width: 3em;
  display: inline-block;
}
.cta-content img {
  margin-right: 15px;
}
@media screen and (min-width: 576px) {
  .cta-content img {
    margin-right: calc(4.0064102564vw - 8.0769230769px);
  }
}
@media screen and (min-width: 1200px) {
  .cta-content img {
    margin-right: 40px;
  }
}
@media (min-width: 769px) {
  .cta-content img {
    width: 4em;
  }
}

.team > div {
  max-width: 1000px;
}

.team-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 -12px;
  padding: 0;
  list-style: none;
}
@media (min-width: 769px) {
  .team-list.alt li {
    max-width: 33.33334%;
    flex-basis: 33.33334%;
  }
}
.team-list li {
  text-align: center;
  margin-bottom: 48px;
  padding: 0 12px;
  max-width: 100%;
  flex-basis: 100%;
}
@media (min-width: 577px) {
  .team-list li {
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 769px) {
  .team-list li {
    max-width: 40%;
    flex-basis: 40%;
  }
}
.team-list img {
  margin: 0 auto 30px;
}
.team-list .team-meta h5 {
  margin-bottom: 0;
}
.team-list .team-meta div {
  margin-bottom: 15px;
}

.testimonials {
  overflow: hidden;
}
.testimonials > div {
  position: relative;
}
.testimonials .bg {
  position: absolute;
  bottom: -125px;
  left: 20px;
  color: #a3238e;
}
.testimonials .bg {
  width: 100px;
}
@media screen and (min-width: 576px) {
  .testimonials .bg {
    width: calc(16.0256410256vw + 7.6923076923px);
  }
}
@media screen and (min-width: 1200px) {
  .testimonials .bg {
    width: 200px;
  }
}
.testimonials .bg {
  height: 131px;
}
@media screen and (min-width: 576px) {
  .testimonials .bg {
    height: calc(20.9935897436vw + 10.0769230769px);
  }
}
@media screen and (min-width: 1200px) {
  .testimonials .bg {
    height: 262px;
  }
}
@media (max-width: 768px) {
  .testimonials .bg {
    bottom: -202px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.testimonials-slider {
  overflow: hidden;
  visibility: hidden;
  position: relative;
  transition: height 200ms;
}
@media (max-width: 768px) {
  .testimonials-slider {
    margin-bottom: 100px;
  }
}

.testimonials-wrap {
  overflow: hidden;
  position: relative;
}

.testimonials-slide {
  float: left;
  width: 100%;
  padding: 0 40px;
  position: relative;
}
@media (min-width: 769px) {
  .testimonials-slide {
    padding-left: 0;
  }
  .testimonials-slide {
    padding-left: 190px;
  }
}
@media screen and (min-width: 769px) and (min-width: 768px) {
  .testimonials-slide {
    padding-left: calc(18.5185185185vw + 47.7777777778px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1200px) {
  .testimonials-slide {
    padding-left: 270px;
  }
}

.testimonials-statement {
  position: relative;
  font-weight: 300;
  font-style: italic;
  line-height: 1.35;
}
.testimonials-statement {
  padding-right: 0px;
}
@media screen and (min-width: 576px) {
  .testimonials-statement {
    padding-right: calc(17.6282051282vw - 101.5384615385px);
  }
}
@media screen and (min-width: 1200px) {
  .testimonials-statement {
    padding-right: 110px;
  }
}

.testimonials-footer {
  margin-top: 25px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 577px) {
  .testimonials-footer {
    flex-flow: row nowrap;
  }
}
.testimonials-footer img {
  width: 180px;
}
@media (max-width: 576px) {
  .testimonials-footer img {
    margin-top: 15px;
  }
}

.testimonials-meta {
  font-weight: 600;
  line-height: 1.35;
}
.testimonials-meta span {
  text-transform: uppercase;
  display: block;
}

.testimonial-quote {
  position: absolute;
  top: 0;
  color: #dedede;
}
.testimonial-quote {
  right: 10px;
}
@media screen and (min-width: 576px) {
  .testimonial-quote {
    right: calc(8.0128205128vw - 36.1538461538px);
  }
}
@media screen and (min-width: 1200px) {
  .testimonial-quote {
    right: 60px;
  }
}
.testimonial-quote {
  width: 42px;
}
@media screen and (min-width: 576px) {
  .testimonial-quote {
    width: calc(4.4871794872vw + 16.1538461538px);
  }
}
@media screen and (min-width: 1200px) {
  .testimonial-quote {
    width: 70px;
  }
}
.testimonial-quote {
  height: 30px;
}
@media screen and (min-width: 576px) {
  .testimonial-quote {
    height: calc(3.2051282051vw + 11.5384615385px);
  }
}
@media screen and (min-width: 1200px) {
  .testimonial-quote {
    height: 50px;
  }
}
@media (min-width: 769px) {
  .testimonial-quote {
    top: 0;
  }
}

.testimonial-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: none;
  cursor: pointer;
}
.testimonial-arrow.prev {
  transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 769px) {
  .testimonial-arrow.prev {
    left: 140px;
  }
}
@media screen and (min-width: 769px) and (min-width: 768px) {
  .testimonial-arrow.prev {
    left: calc(18.5185185185vw - 2.2222222222px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1200px) {
  .testimonial-arrow.prev {
    left: 220px;
  }
}
.testimonial-arrow.next {
  right: 0;
  left: auto;
}

.expertises.bg-microwee .expertises-list li div {
  box-shadow: none;
}

.expertises-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.expertises-list li {
  line-height: 1.25;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 10px;
  max-width: 100%;
  flex: 0 0 100%;
  color: #464646;
}
@media (min-width: 577px) {
  .expertises-list li {
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 769px) {
  .expertises-list li {
    max-width: 33.33334%;
    flex-basis: 33.33334%;
  }
}
.expertises-list li div {
  height: 100%;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 30px #d6e6f1;
}
.expertises-list li img {
  margin: 0 auto 20px;
}

.content {
  overflow: hidden;
}
.content .has-globe {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
@media (min-width: 769px) {
  .content .has-globe {
    flex-flow: row nowrap;
  }
}

.content-image {
  width: 80%;
  max-width: 300px;
  margin: 25px auto 0;
}
@media (min-width: 769px) {
  .content-image {
    width: 100%;
    margin-left: 40px;
    max-width: 450px;
  }
  .content-image {
    width: 250px;
  }
}
@media screen and (min-width: 769px) and (min-width: 768px) {
  .content-image {
    width: calc(31.6455696203vw + 6.9620253165px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1400px) {
  .content-image {
    width: 450px;
  }
}
@media (min-width: 769px) {
  .content-image {
    margin-right: -50px;
  }
}
@media screen and (min-width: 769px) and (min-width: 768px) {
  .content-image {
    margin-right: calc(-15.8227848101vw + 71.5189873418px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1400px) {
  .content-image {
    margin-right: -150px;
  }
}

.content-meta {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 30px;
}

.details-list {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 330px 2;
  column-gap: 30px;
  border-bottom: 1px solid #ccc;
}
.details-list {
  column-gap: 24px;
}
@media screen and (min-width: 576px) {
  .details-list {
    column-gap: calc(3.8461538462vw + 1.8461538462px);
  }
}
@media screen and (min-width: 1200px) {
  .details-list {
    column-gap: 48px;
  }
}
.details-list li {
  padding: 12px 16px;
  border-top: 1px solid #ccc;
}

.contact-cols {
  margin: 0 -20px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.contact-cols li {
  margin-bottom: 1.5em;
  padding: 0 20px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.contact-cols p {
  margin: 0;
}
.contact-cols a {
  color: #464646;
}
.contact-cols svg {
  margin-right: 16px;
  color: #a3238e;
  flex: 0 0 48px;
}
.contact-cols svg {
  width: 32px;
  flex-basis: 32px;
}
@media screen and (min-width: 576px) {
  .contact-cols svg {
    width: calc(2.5641025641vw + 17.2307692308px);
    flex-basis: calc(2.5641025641vw + 17.2307692308px);
  }
}
@media screen and (min-width: 1200px) {
  .contact-cols svg {
    width: 48px;
    flex-basis: 48px;
  }
}

.contact-errors {
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(255, 212, 0, 0.15);
  border: 1px solid #ffd400;
  border-radius: 0.5em;
}
.contact-errors li {
  font-weight: 600;
  line-height: 1.2;
  padding: 0.5em 1em;
  display: block;
  color: #c38b23;
  text-align: center;
}
.contact-errors li:not(:last-child) {
  border-bottom: 1px solid #ffd400;
}

.contact-success {
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  padding: 1em;
  background: rgba(0, 128, 0, 0.1490196078);
  border: 1px solid green;
  border-radius: 0.5em;
}
.contact-success * {
  margin: 0;
}

form {
  margin: 2em -0.75em 0;
  display: flex;
  flex-flow: row wrap;
}
form div {
  padding: 0 0.75em;
  margin-bottom: 1.5em;
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 769px) {
  form div {
    max-width: 33.33334%;
    flex-basis: 33.33334%;
  }
}
form div.is-full {
  max-width: 100%;
  flex-basis: 100%;
}
form div.is-full:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
form div.is-full span {
  padding-top: 0.6em;
}
form label {
  position: relative;
  border: 2px solid #aaa;
  border-radius: 0.25em;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
form label.has-error {
  background: rgba(255, 0, 0, 0.15);
  border-color: #f00;
}
form label span {
  font-weight: 300;
  padding: 0.75em 0 0.75em 1em;
  pointer-events: none;
}
form input,
form textarea {
  font-weight: 600;
  width: 100%;
  margin: 0;
  padding: 0.75em 1em;
  background: transparent;
  border: none;
}
form input:focus,
form textarea:focus {
  outline: none;
}
form textarea {
  height: 12em;
}
form .button {
  width: 200px;
}

.stories-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}
.stories-list li {
  margin-bottom: 40px;
  padding: 0 10px;
  max-width: 100%;
  flex: 0 0 100%;
  color: #464646;
}
@media (min-width: 577px) {
  .stories-list li {
    margin-bottom: 20px;
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 769px) {
  .stories-list li {
    max-width: 33.33334%;
    flex-basis: 33.33334%;
  }
}
.stories-list li a {
  position: relative;
  height: 100%;
  padding: 25px 25px 70px;
  display: block;
  color: #464646;
  background: #fff;
  box-shadow: 0 0 30px #d6e6f1;
}
.stories-list li img {
  display: block;
  margin: 0 auto 20px;
}

.stories-location {
  position: absolute;
  bottom: 15px;
  right: 25px;
  left: 25px;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-top: 10px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border-top: 1px solid;
}
.stories-location svg {
  margin-top: -6px;
  margin-right: 6px;
}
.stories-location span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.stories-pagination {
  text-align: center;
  margin-top: 20px;
}
.stories-pagination a {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 10px;
  padding: 5px 10px;
  color: #464646;
  background: #fff;
  border-bottom: 1px solid;
  display: inline-block;
}
.stories-pagination a:hover {
  text-decoration: none;
}

.project-header {
  margin: 0 -24px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .project-header {
    flex-flow: row nowrap;
  }
}

.project-info,
.project-cover {
  padding: 0 24px;
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 769px) {
  .project-info,
  .project-cover {
    max-width: 50%;
    flex-basis: 50%;
  }
}

.project-cover {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .project-cover {
    margin-top: 2em;
  }
}

.project-pretitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.25em;
}

.project-title {
  padding-bottom: 0.5em;
  border-bottom: 1px solid;
}

.project-location {
  line-height: 1.2;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.project-location svg {
  margin-right: 6px;
}

.footer {
  font-size: 0.75em;
  text-align: center;
  line-height: 1.75;
  padding: 1.5em 0;
  background: #e3e7ee;
  border-top: 1px solid #aaa;
}
.footer span {
  color: #e7402e;
}

.block-type-content ~ .block-type-expertises .py {
  padding-top: 0;
}

.counters {
  padding: 3em 0 1em;
}

.project {
  padding: 3em 0;
}

.features {
  padding-bottom: 2em;
}

[id] {
  scroll-margin-top: 75px;
}

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