@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Prompt:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Barlow:400,700&display=swap");

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

@media (min-width: 768px) {
  .container {
    padding: 0 8rem;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 6rem 0 6rem;
  }
}

.container--wide {
  max-width: 1536px;
  width: 90%;
  margin: 0 auto;
  padding: 0 2rem;
}

@media (min-width: 1200px) {
  .container--wide {
    padding: 0;
    width: 100%;
  }
}

.container--narrow {
  max-width: 1066.66667px;
  width: 90%;
  margin: 0 auto;
  padding: 0 2rem;
}

@media (min-width: 1200px) {
  .container--narrow {
    padding: 0;
    width: 100%;
  }
}

.container--thin {
  max-width: 853.33333px;
  width: 90%;
  margin: 0 auto;
  padding: 0 5vw;
}

@media (min-width: 1200px) {
  .container--thin {
    padding: 0;
    width: 100%;
  }
}

.container--blog {
  max-width: 853.33333px;
  margin: 0 auto;
  padding: 0 5vw;
}

@media (min-width: 1200px) {
  .container--blog {
    padding: 0;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row--collapse>.column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.row--nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row--justified {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row--spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.row--start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.row--end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row--middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row--bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.row--top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

ul.row {
  list-style: none;
  padding: 0;
  margin: 0;
}

.column {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 100%;
}

.column-m-1 {
  -ms-flex-preferred-size: 6.33333%;
  flex-basis: 6.33333%;
  max-width: 6.33333%;
}

.column-m-1-nest {
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.column-m-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.column-m-2 {
  -ms-flex-preferred-size: 14.66667%;
  flex-basis: 14.66667%;
  max-width: 14.66667%;
}

.column-m-2-nest {
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.column-m-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.column-m-3 {
  -ms-flex-preferred-size: 23%;
  flex-basis: 23%;
  max-width: 23%;
}

.column-m-3-nest {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.column-m-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.column-m-4 {
  -ms-flex-preferred-size: 31.33333%;
  flex-basis: 31.33333%;
  max-width: 31.33333%;
}

.column-m-4-nest {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.column-m-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.column-m-5 {
  -ms-flex-preferred-size: 39.66667%;
  flex-basis: 39.66667%;
  max-width: 39.66667%;
}

.column-m-5-nest {
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.column-m-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.column-m-6 {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  max-width: 48%;
}

.column-m-6-nest {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.column-m-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.column-m-7 {
  -ms-flex-preferred-size: 56.33333%;
  flex-basis: 56.33333%;
  max-width: 56.33333%;
}

.column-m-7-nest {
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.column-m-order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.column-m-8 {
  -ms-flex-preferred-size: 64.66667%;
  flex-basis: 64.66667%;
  max-width: 64.66667%;
}

.column-m-8-nest {
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.column-m-order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.column-m-9 {
  -ms-flex-preferred-size: 73%;
  flex-basis: 73%;
  max-width: 73%;
}

.column-m-9-nest {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.column-m-order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.column-m-10 {
  -ms-flex-preferred-size: 81.33333%;
  flex-basis: 81.33333%;
  max-width: 81.33333%;
}

.column-m-10-nest {
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.column-m-order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.column-m-11 {
  -ms-flex-preferred-size: 89.66667%;
  flex-basis: 89.66667%;
  max-width: 89.66667%;
}

.column-m-11-nest {
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.column-m-order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.column-m-12 {
  -ms-flex-preferred-size: 98%;
  flex-basis: 98%;
  max-width: 98%;
}

.column-m-12-nest {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.column-m-order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

@media (min-width: 768px) {
  .column-t-1 {
    -ms-flex-preferred-size: 6.33333%;
    flex-basis: 6.33333%;
    max-width: 6.33333%;
  }

  .column-t-1-nest {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .column-t-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .column-t-2 {
    -ms-flex-preferred-size: 14.66667%;
    flex-basis: 14.66667%;
    max-width: 14.66667%;
  }

  .column-t-2-nest {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .column-t-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .column-t-3 {
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
    max-width: 23%;
  }

  .column-t-3-nest {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .column-t-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .column-t-4 {
    -ms-flex-preferred-size: 31.33333%;
    flex-basis: 31.33333%;
    max-width: 31.33333%;
  }

  .column-t-4-nest {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .column-t-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .column-t-5 {
    -ms-flex-preferred-size: 39.66667%;
    flex-basis: 39.66667%;
    max-width: 39.66667%;
  }

  .column-t-5-nest {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .column-t-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .column-t-6 {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    max-width: 48%;
  }

  .column-t-6-nest {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .column-t-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .column-t-7 {
    -ms-flex-preferred-size: 56.33333%;
    flex-basis: 56.33333%;
    max-width: 56.33333%;
  }

  .column-t-7-nest {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .column-t-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .column-t-8 {
    -ms-flex-preferred-size: 64.66667%;
    flex-basis: 64.66667%;
    max-width: 64.66667%;
  }

  .column-t-8-nest {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .column-t-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .column-t-9 {
    -ms-flex-preferred-size: 73%;
    flex-basis: 73%;
    max-width: 73%;
  }

  .column-t-9-nest {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .column-t-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .column-t-10 {
    -ms-flex-preferred-size: 81.33333%;
    flex-basis: 81.33333%;
    max-width: 81.33333%;
  }

  .column-t-10-nest {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .column-t-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .column-t-11 {
    -ms-flex-preferred-size: 89.66667%;
    flex-basis: 89.66667%;
    max-width: 89.66667%;
  }

  .column-t-11-nest {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .column-t-order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .column-t-12 {
    -ms-flex-preferred-size: 98%;
    flex-basis: 98%;
    max-width: 98%;
  }

  .column-t-12-nest {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .column-t-order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
}

@media (min-width: 960px) {
  .column-p-1 {
    -ms-flex-preferred-size: 6.33333%;
    flex-basis: 6.33333%;
    max-width: 6.33333%;
  }

  .column-p-1-nest {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .column-p-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .column-p-2 {
    -ms-flex-preferred-size: 14.66667%;
    flex-basis: 14.66667%;
    max-width: 14.66667%;
  }

  .column-p-2-nest {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .column-p-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .column-p-3 {
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
    max-width: 23%;
  }

  .column-p-3-nest {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .column-p-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .column-p-4 {
    -ms-flex-preferred-size: 31.33333%;
    flex-basis: 31.33333%;
    max-width: 31.33333%;
  }

  .column-p-4-nest {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .column-p-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .column-p-5 {
    -ms-flex-preferred-size: 39.66667%;
    flex-basis: 39.66667%;
    max-width: 39.66667%;
  }

  .column-p-5-nest {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .column-p-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .column-p-6 {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    max-width: 48%;
  }

  .column-p-6-nest {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .column-p-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .column-p-7 {
    -ms-flex-preferred-size: 56.33333%;
    flex-basis: 56.33333%;
    max-width: 56.33333%;
  }

  .column-p-7-nest {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .column-p-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .column-p-8 {
    -ms-flex-preferred-size: 64.66667%;
    flex-basis: 64.66667%;
    max-width: 64.66667%;
  }

  .column-p-8-nest {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .column-p-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .column-p-9 {
    -ms-flex-preferred-size: 73%;
    flex-basis: 73%;
    max-width: 73%;
  }

  .column-p-9-nest {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .column-p-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .column-p-10 {
    -ms-flex-preferred-size: 81.33333%;
    flex-basis: 81.33333%;
    max-width: 81.33333%;
  }

  .column-p-10-nest {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .column-p-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .column-p-11 {
    -ms-flex-preferred-size: 89.66667%;
    flex-basis: 89.66667%;
    max-width: 89.66667%;
  }

  .column-p-11-nest {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .column-p-order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .column-p-12 {
    -ms-flex-preferred-size: 98%;
    flex-basis: 98%;
    max-width: 98%;
  }

  .column-p-12-nest {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .column-p-order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
}

@media (min-width: 1200px) {
  .column-d-1 {
    -ms-flex-preferred-size: 6.33333%;
    flex-basis: 6.33333%;
    max-width: 6.33333%;
  }

  .column-d-1-nest {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .column-d-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .column-d-2 {
    -ms-flex-preferred-size: 14.66667%;
    flex-basis: 14.66667%;
    max-width: 14.66667%;
  }

  .column-d-2-nest {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .column-d-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .column-d-3 {
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
    max-width: 23%;
  }

  .column-d-3-nest {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .column-d-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .column-d-4 {
    -ms-flex-preferred-size: 31.33333%;
    flex-basis: 31.33333%;
    max-width: 31.33333%;
  }

  .column-d-4-nest {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .column-d-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .column-d-5 {
    -ms-flex-preferred-size: 39.66667%;
    flex-basis: 39.66667%;
    max-width: 39.66667%;
  }

  .column-d-5-nest {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .column-d-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .column-d-6 {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    max-width: 48%;
  }

  .column-d-6-nest {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .column-d-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .column-d-7 {
    -ms-flex-preferred-size: 56.33333%;
    flex-basis: 56.33333%;
    max-width: 56.33333%;
  }

  .column-d-7-nest {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .column-d-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .column-d-8 {
    -ms-flex-preferred-size: 64.66667%;
    flex-basis: 64.66667%;
    max-width: 64.66667%;
  }

  .column-d-8-nest {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .column-d-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .column-d-9 {
    -ms-flex-preferred-size: 73%;
    flex-basis: 73%;
    max-width: 73%;
  }

  .column-d-9-nest {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .column-d-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .column-d-10 {
    -ms-flex-preferred-size: 81.33333%;
    flex-basis: 81.33333%;
    max-width: 81.33333%;
  }

  .column-d-10-nest {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .column-d-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .column-d-11 {
    -ms-flex-preferred-size: 89.66667%;
    flex-basis: 89.66667%;
    max-width: 89.66667%;
  }

  .column-d-11-nest {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .column-d-order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .column-d-12 {
    -ms-flex-preferred-size: 98%;
    flex-basis: 98%;
    max-width: 98%;
  }

  .column-d-12-nest {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .column-d-order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  font-family: "Promp", sans-serif;
  font-size: 50%;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media (min-width: 768px) {
  html {
    font-size: 57.25%;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 62.5%;
  }
}

.wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .wrapper:before {
    z-index: 2;
    position: absolute;
    content: "";
    background: url("../../website/images/right-shape.svg") no-repeat center center/100%;
    width: 750px;
    height: 1458px;
    top: 320px;
    right: 0;
  }
}

@media (min-width: 1200px) {
  .wrapper:after {
    z-index: 0;
    position: absolute;
    content: "";
    background: url("../../website/images/left-shape.svg") no-repeat center center/100%;
    width: 750px;
    height: 1458px;
    top: 1850px;
    left: -15%;
  }
}

body {
  position: relative;
  line-height: 2;
  font-size: 1.7rem;
  color: #fff;
  font-family: "Barlow", "HelveticaNeue-Light", "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  background-color: #1b1d27;
}

body.mobile-menu-active .offcanvas {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 60ms 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 60ms 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 60ms 0s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #13141c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100vh;
  z-index: 100;
  -webkit-transition: all 600ms 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 600ms 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.container--wide {
  max-width: 1536px;
  margin: 0 auto;
  width: 100%;
}

.overlay {
  display: block;
  position: absolute;
  background: rgba(19, 20, 28, 0.3);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #1b1d27);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #1b1d27);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #1b1d27);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF1B1D27', GradientType=0);
}

@media (min-width: 768px) {
  .overlay {
    background: rgba(19, 20, 28, 0.5);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #1b1d27);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #1b1d27);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #1b1d27);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF1B1D27', GradientType=0);
  }
}

.overlay.services_page {
  background: rgba(19, 20, 28, 0.85);
}

.embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed embed,
.embed iframe,
.embed object,
.embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section {
  padding: 5rem 0rem;
}

@media (min-width: 768px) {
  .section {
    padding: 3.5rem 0rem;
  }
}

@media (min-width: 1200px) {
  .section {
    padding: 5rem 0rem;
  }
}

.section__map {
  padding-top: 2rem;
}

@media (min-width: 768px) {
  .section__map {
    padding-top: 3.5rem;
  }
}

@media (min-width: 1200px) {
  .section__map {
    padding-top: 5rem;
  }
}

.section__map:focus {
  outline: none;
}

.section:focus {
  outline: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.is-hidden {
  display: none;
}

.view-wrapper {
  opacity: 0;
}

.in-view {
  z-index: 2;
  position: relative;
  opacity: 1;
  -webkit-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.active {
  color: #00c2ff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", "HelveticaNeue-Light", "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.2;
  margin-bottom: 3.5rem;
  margin-top: 0;
  font-weight: 300;
  color: #fff;
}

h1 {
  font-size: 4.2rem;
  font-weight: bold;
}

h2 {
  font-size: 3.8rem;
  font-weight: bold;
}

h3 {
  font-size: 3.2rem;
}

h4 {
  font-size: 2.8rem;
}

h5 {
  font-size: 2.2rem;
}

p {
  color: #cdcdcd;
  font-family: "Barlow", "HelveticaNeue-Light", "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 2;
}

a {
  line-height: inherit;
  color: #fff;
  text-decoration: none;
}

a:active {
  color: #fff;
}

a:focus {
  color: #fff;
}

a:hover {
  color: #e6e6e6;
}

blockquote {
  position: relative;
  margin: 0 0 1.2rem;
  padding: 4rem;
  background: #eaeaea;
}

blockquote:before {
  position: absolute;
  top: -2rem;
  left: 1rem;
  content: open-quote;
  color: #f8f8f8;
  font-size: 15rem;
  z-index: 0;
}

blockquote p {
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

cite {
  display: block;
  font-size: rem-calc(13);
  color: #cccccc;
}

cite:before {
  content: "— ";
}

abbr {
  border-bottom: 1px dotted #4a4a4a;
  color: #848797;
  cursor: help;
}

strong {
  font-weight: 700;
}

figure {
  margin: 0;
}

hr {
  clear: both;
  max-width: 100%;
  height: 0;
  margin: 2rem;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px;
  border-left: 0;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: visible;
}

.delay {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes ham-top {
  50% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(0deg);
    transform: translate3d(0, 8px, 0) rotate(0deg);
  }

  to {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }
}

@keyframes ham-top {
  50% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(0deg);
    transform: translate3d(0, 8px, 0) rotate(0deg);
  }

  to {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }
}

@-webkit-keyframes ham-middle {
  50% {
    -webkit-transform: translate3d(-11px, 0, 0);
    transform: translate3d(-11px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
  }
}

@keyframes ham-middle {
  50% {
    -webkit-transform: translate3d(-11px, 0, 0);
    transform: translate3d(-11px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
  }
}

@-webkit-keyframes ham-bottom {
  30% {
    -webkit-transform: translate(15px, 5px) scale(50, 1);
    transform: translate(15px, 5px) scale(50, 1);
  }

  to {
    opacity: 0;
  }
}

@keyframes ham-bottom {
  30% {
    -webkit-transform: translate(15px, 5px) scale(50, 1);
    transform: translate(15px, 5px) scale(50, 1);
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden;
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden;
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden;
  }
}

@-webkit-keyframes bobUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes bobUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide:focus {
  outline: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-next,
.slick-prev {
  z-index: 1;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 100%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  content: "";
  display: inline-block;
  background: url("../../website/images/arrow-round.svg") no-repeat center center/100%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

.slick-prev:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.slick-next {
  right: -25px;
}

.slick-next:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.slick-dots {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  height: 40px;
  width: 60%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}

.home .slick-dots {
  height: auto;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

@media (min-width: 768px) {
  .slick-dots li {
    height: auto;
    width: auto;
  }
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  height: 20px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 4.8rem;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  width: 20px;
  height: 20px;
  text-align: center;
  color: #eaeaea;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  content: "●";
  color: #00c2ff;
}

li.slick-active a {
  color: #fff;
}

button {
  border: none;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  color: #ffffff;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  float: right;
}

.button:after {
  content: "";
  margin-left: 1rem;
  background: url("../../website/images/arrow.svg") no-repeat center center/100%;
  display: inline-block;
  width: 22px;
  height: 30px;
  -webkit-transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.button:hover {
  color: #ffffff;
}

.button:focus {
  outline: none;
}

.button:hover:after {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.button--large {
  width: 25rem;
  height: 6rem;
  background-color: transparent;
  border: 2px solid #00bfff;
  margin-bottom: 10px;

  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
  .button--large {
    width: 33rem;
    height: 8rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.button--large:hover {
  color: #00bfff;
}

.button--large:after {
  display: none;
}

[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select {
  height: 50px;
  width: 100%;
  background: #f8f8f8;
  font-weight: 300;
  margin-bottom: 2rem;
  border: none;
  padding: 1rem;
}

[type="color"]:hover,
[type="date"]:hover,
[type="datetime-local"]:hover,
[type="datetime"]:hover,
[type="email"]:hover,
[type="month"]:hover,
[type="number"]:hover,
[type="password"]:hover,
[type="search"]:hover,
[type="tel"]:hover,
[type="text"]:hover,
[type="time"]:hover,
[type="url"]:hover,
[type="week"]:hover,
select:hover {
  border-color: #c5c5c5;
}

[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
select:focus {
  border-color: #ffffff;
  color: #ffffff;
  outline: none;
}

textarea {
  width: 100%;
  background: #f8f8f8;
  font-weight: 300;
  padding: 1rem;
  border: none;
}

.gform_wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .gform_wrapper #gform_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .gform_wrapper #gform_1 .gform_body {
    width: calc(90% - 2rem);
  }
}

@media (min-width: 768px) {
  .gform_wrapper #gform_1 .gform_footer {
    width: calc(10% - 2rem);
    margin-top: 3rem;
  }
}

.gform_wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gform_wrapper ul li {
  display: inline-block;
  margin-bottom: 0.625em;
  width: 100%;
  padding: 0;
}

.gform_wrapper ul li:before {
  display: none;
}

.gform_wrapper ul li.hidden_label label {
  display: none;
}

@media (min-width: 768px) {
  .gform_wrapper ul li.one-third {
    width: calc(33.333% - 2rem);
    margin-right: 3rem;
  }

  .gform_wrapper ul li.one-third:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .gform_wrapper ul li.half-width {
    width: calc(50% - 2rem);
    margin-right: 4rem;
  }

  .gform_wrapper ul li.half-width:nth-child(2n) {
    margin-right: 0;
  }
}

.gform_wrapper ul li.full-width {
  display: inline-block;
  width: 100%;
}

.gform_body {
  margin-top: 2.5em;
}

dl,
ol,
ul {
  margin-bottom: 1.2rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}

.reasons {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 200px;
  left: -40px;
}

@media (min-width: 768px) {
  .reasons {
    height: 400px;
    left: 0;
  }
}

@media (min-width: 1200px) {
  .reasons {
    height: 700px;
    position: absolute;
    width: 100%;
    top: -125px;
  }
}

.reasons--wrapper {
  position: relative;
}

.reasons p {
  font-size: 1.3rem;
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .reasons p {
    font-size: 2rem;
    letter-spacing: -1px;
  }
}

.reasons__item1 {
  position: absolute;
  top: 36px;
  right: 133px;
}

@media (min-width: 768px) {
  .reasons__item1 {
    top: 84px;
    right: 540px;
  }
}

@media (min-width: 1200px) {
  .reasons__item1 {
    top: 232px;
    right: 450px;
  }
}

.reasons__item2 {
  position: absolute;
  top: 66px;
  right: 153px;
}

@media (min-width: 768px) {
  .reasons__item2 {
    top: 147px;
    right: 580px;
  }
}

@media (min-width: 1200px) {
  .reasons__item2 {
    top: 286px;
    right: 490px;
  }
}

.reasons__item3 {
  position: absolute;
  top: 97px;
  right: 95px;
}

@media (min-width: 768px) {
  .reasons__item3 {
    top: 210px;
    right: 460px;
  }
}

@media (min-width: 1200px) {
  .reasons__item3 {
    top: 340px;
    right: 385px;
  }
}

.reasons__item4 {
  position: absolute;
  top: 127px;
  right: 132px;
}

@media (min-width: 768px) {
  .reasons__item4 {
    top: 273px;
    right: 545px;
  }
}

@media (min-width: 1200px) {
  .reasons__item4 {
    top: 394px;
    right: 445px;
  }
}

.reasons__item5 {
  position: absolute;
  top: 157px;
  right: 90px;
}

@media (min-width: 768px) {
  .reasons__item5 {
    top: 335px;
    right: 450px;
  }
}

@media (min-width: 1200px) {
  .reasons__item5 {
    top: 448px;
    right: 370px;
  }
}

.reasons__image {
  position: absolute;
  height: 170px;
  right: -112px;
}

@media (min-width: 768px) {
  .reasons__image {
    height: 350px;
    right: 40px;
  }
}

@media (min-width: 1200px) {
  .reasons__image {
    height: 300px;
    right: 20px;
  }
}

thead {
  background: #eeeeee;
}

thead td,
thead th {
  padding: rem-calc(10 12 10 12);
  font-weight: 700;
}

tbody {
  background: #ffffff;
}

tbody td,
tbody th {
  padding: rem-calc(10 12 10 12);
  font-weight: 300;
}

tfoot {
  background: #eeeeee;
}

tfoot td,
tfoot th {
  padding: rem-calc(10 12 10 12);
  font-weight: 300;
}

table:not(.no-stripe) tr:nth-child(2n) {
  border-bottom: 0;
  background-color: #f8f8f8;
}

header[role="banner"] {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 2rem;
}

.sticky header[role="banner"] {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #13141c;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

header[role="banner"] .brand img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

header[role="banner"] a {
  color: #fff;
}

@media (min-width: 768px) {
  header[role="banner"] {
    padding: 2.5rem 6rem;
  }
}

.banner {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.banner__logo_img {
  width: 125px;
}

@media (min-width: 768px) {
  .banner__logo_img {
    width: 200px;
  }
}

.banner__nav {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.banner__login {
  display: none;
  text-align: right;
}

.banner__login_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  color: #fff;
}

@media (min-width: 1200px) {
  .banner__login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

nav.nav-primary {
  display: none;
}

@media (min-width: 1200px) {
  nav.nav-primary {
    display: block;
  }
}

nav.nav-primary ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

nav.nav-primary ul li {
  display: inline-block;
  position: relative;
  padding-left: 0;
}

nav.nav-primary ul li:after {
  display: inline-block;
  content: "";
  margin-left: 2rem;
  margin-right: 2rem;
}

nav.nav-primary ul li:last-child:after {
  display: none;
}

nav.nav-primary ul li:before {
  display: none;
}

nav.nav-primary ul li:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

nav.nav-primary ul li a {
  text-decoration: none;
  font-family: "Barlow", "HelveticaNeue-Light", "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

nav.nav-primary ul li a:hover {
  color: #00c2ff;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

nav.nav-primary ul li a:active {
  color: #00c2ff;
}

nav.nav-primary ul ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 900px;
  top: 3.5em;
  left: 50%;
  padding: 2.5em;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

nav.nav-primary ul ul li {
  display: block;
  padding: 1.25em 0;
  margin-right: 0;
}

nav.nav-primary ul ul li a:before {
  display: none;
}

nav.nav-mobile {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  z-index: 100;
}

@media (min-width: 1200px) {
  nav.nav-mobile {
    display: none;
  }
}

nav.nav-mobile.mobile-menu-active .menu-primary-menu-container>ul {
  display: block;
}

nav.nav-mobile ul {
  padding: 0;
  margin: 0 0 0 3rem;
  list-style-type: none;
}

nav.nav-mobile ul li {
  width: 100%;
  text-align: left;
  padding-left: 0;
}

nav.nav-mobile ul li.button {
  text-transform: none;
  padding: 0;
  margin: 0 0 1em;
}

nav.nav-mobile ul li:before {
  display: none;
}

.mobile-menu-active nav.nav-mobile ul li:first-child a {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.mobile-menu-active nav.nav-mobile ul li:nth-child(2) a {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.mobile-menu-active nav.nav-mobile ul li:nth-child(3) a {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.mobile-menu-active nav.nav-mobile ul li:nth-child(4) a {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.mobile-menu-active nav.nav-mobile ul li:nth-child(5) a {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.mobile-menu-active nav.nav-mobile ul li:nth-child(6) a {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.mobile-menu-active nav.nav-mobile ul li:nth-child(7) a {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.mobile-menu-active nav.nav-mobile ul li:nth-child(8) a {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.mobile-menu-active nav.nav-mobile ul li:nth-child(9) a {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.mobile-menu-active nav.nav-mobile ul li:nth-child(10) a {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

nav.nav-mobile ul li a {
  padding: 0.325em;
  width: 100%;
  height: 100%;
  color: #eaeaea;
  font-size: 3rem;
  text-align: left;
  text-decoration: none;
}

.mobile-menu-active nav.nav-mobile ul li a {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

nav.nav-mobile ul li .sign-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

nav.nav-mobile ul li .sign-in:before {
  content: "";
  display: inline-block;
  margin-right: 1rem;
  background: url("../../website/images/sign-in.webp") no-repeat center center/100%;
  width: 30px;
  height: 30px;
}

nav.nav-mobile ul ul {
  display: none;
  margin: 0;
}

nav.nav-mobile ul ul li:first-child {
  border-top: 1px solid #c4c4c4;
}

nav.nav-mobile ul ul li:last-child {
  border-bottom: none;
}

nav.nav-mobile ul ul li a {
  font-weight: normal;
  padding-left: 1.75em;
}

nav.nav-mobile ul ul ul {
  margin: 0;
}

nav.nav-mobile ul ul ul li a {
  padding-left: 2.25em;
  font-size: 1.4rem;
}

.mobile-trigger {
  display: block;
  position: absolute;
  width: 25px;
  height: 20px;
  top: 50%;
  border-radius: 8px;
  right: 3rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (min-width: 768px) {
  .mobile-trigger {
    width: 35px;
    height: 30px;
  }
}

@media (min-width: 1200px) {
  .mobile-trigger {
    display: none;
  }
}

.mobile-trigger span,
.mobile-trigger span:after,
.mobile-trigger span:before {
  -webkit-transition: 300ms background cubic-bezier(0.645, 0.045, 0.355, 1),
    300ms top cubic-bezier(0.645, 0.045, 0.355, 1) 200ms,
    200ms -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 300ms background cubic-bezier(0.645, 0.045, 0.355, 1),
    300ms top cubic-bezier(0.645, 0.045, 0.355, 1) 200ms,
    200ms -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 300ms background cubic-bezier(0.645, 0.045, 0.355, 1),
    300ms top cubic-bezier(0.645, 0.045, 0.355, 1) 200ms,
    200ms transform cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 300ms background cubic-bezier(0.645, 0.045, 0.355, 1),
    300ms top cubic-bezier(0.645, 0.045, 0.355, 1) 200ms,
    200ms transform cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 300ms background cubic-bezier(0.645, 0.045, 0.355, 1),
    300ms top cubic-bezier(0.645, 0.045, 0.355, 1) 200ms,
    200ms transform cubic-bezier(0.645, 0.045, 0.355, 1),
    200ms -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  background: #fff;
  border-radius: 8px;
  margin: auto;
  width: 100%;
  height: 3px;
  content: "";
  top: 50%;
  left: 0;
}

.mobile-trigger span:before {
  top: -8px;
}

.mobile-trigger span:after {
  top: 8px;
}

@media (min-width: 768px) {
  .mobile-trigger span:before {
    top: -12px;
  }

  .mobile-trigger span:after {
    top: 12px;
  }
}

.mobile-trigger span:after,
.mobile-trigger span:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.mobile-trigger span.mobile-menu-active {
  background: 0;
}

.mobile-trigger span.mobile-menu-active:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-trigger span.mobile-menu-active:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100%;
}

.mobile-trigger span.mobile-menu-active:after,
.mobile-trigger span.mobile-menu-active:before {
  top: 0;
  background: #ffffff;
}

.mobile-trigger span.mobile-menu-active,
.mobile-trigger span.mobile-menu-active:after,
.mobile-trigger span.mobile-menu-active:before {
  -webkit-transition: 300ms background cubic-bezier(0.645, 0.045, 0.355, 1) 200ms,
    300ms top cubic-bezier(0.645, 0.045, 0.355, 1),
    300ms -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1) 300ms;
  transition: 300ms background cubic-bezier(0.645, 0.045, 0.355, 1) 200ms,
    300ms top cubic-bezier(0.645, 0.045, 0.355, 1),
    300ms -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1) 300ms;
  -o-transition: 300ms background cubic-bezier(0.645, 0.045, 0.355, 1) 200ms,
    300ms top cubic-bezier(0.645, 0.045, 0.355, 1),
    300ms transform cubic-bezier(0.645, 0.045, 0.355, 1) 300ms;
  transition: 300ms background cubic-bezier(0.645, 0.045, 0.355, 1) 200ms,
    300ms top cubic-bezier(0.645, 0.045, 0.355, 1),
    300ms transform cubic-bezier(0.645, 0.045, 0.355, 1) 300ms;
  transition: 300ms background cubic-bezier(0.645, 0.045, 0.355, 1) 200ms,
    300ms top cubic-bezier(0.645, 0.045, 0.355, 1),
    300ms transform cubic-bezier(0.645, 0.045, 0.355, 1) 300ms,
    300ms -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1) 300ms;
}

.nav {
  position: relative;
}

.nav__list {
  position: absolute;
  top: 0;
  left: 10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 1200px) {
  .nav__list {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
  }
}

.nav__item {
  margin-bottom: 10px;
  text-align: center;
  font-size: 3rem;
}

@media (min-width: 1200px) {
  .nav__item {
    margin-bottom: 0px;
    font-size: 1.6rem;
  }
}

.boxed_nav {
  margin-top: 25px;
  margin-bottom: 25px;
}

.boxed {
  border: 2px solid #00c2ff;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .boxed {
    border: 2px solid #00c2ff;
    padding: 5px 10px 5px 10px;
    margin-left: 10px;
    text-transform: uppercase;
  }
}

.widget-area .widget ul li:before {
  display: none;
}

footer[role="contentinfo"] {
  position: relative;
  z-index: 5;
  padding: 0.625em 0 1.25em;
  background-color: #13141c;
}

footer[role="contentinfo"] p {
  margin: 0;
  font-family: "Barlow", "HelveticaNeue-Light", "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  footer[role="contentinfo"] .site-footer__bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  footer[role="contentinfo"] {
    padding: 1rem 0;
  }
}

.footer__content {
  width: 100%;
  margin: 0 auto;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .footer__content {
    padding: 4rem 4rem;
  }
}

@media (min-width: 768px) {
  .footer {
    padding-top: 4rem;
  }
}

.footer__item {
  width: 100%;
}

.footer__item h5 {
  color: #fff;
}

.footer__item p {
  color: #848797;
}

.footer__item_1 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.footer__item_1 img {
  width: 160px;
  margin-bottom: 3rem;
}

.footer__item_1 p:last-child {
  padding-top: 2rem;
}

@media (min-width: 768px) {
  .footer__item_1 {
    width: 50%;
    margin-bottom: 2rem;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (min-width: 1200px) {
  .footer__item_1 {
    width: calc(25% - 2rem);
    margin-bottom: 0;
  }
}

.footer__item_2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 50%;
}

@media (min-width: 768px) {
  .footer__item_2 {
    width: 50%;
    margin-bottom: 2rem;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (min-width: 1200px) {
  .footer__item_2 {
    width: calc(25% - 2rem);
    margin-bottom: 0;
  }
}

.footer__item_3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin: 2rem 0;
}

.footer__item_3 p {
  padding-bottom: 0.3rem;
}

@media (min-width: 768px) {
  .footer__item_3 {
    width: 50%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .footer__item_3 {
    width: calc(25% - 2rem);
  }
}

.footer__item_4 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 50%;
}

@media (min-width: 768px) {
  .footer__item_4 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .footer__item_4 {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    width: calc(15% - 2rem);
  }
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__nav_col {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .footer__nav_col {
    width: 50%;
  }
}

.footer__nav_item p {
  padding-bottom: 1rem;
}

.footer__nav_item a {
  text-decoration: none;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.footer__social :not(:last-child) {
  margin-right: 2rem;
}

@media (min-width: 1200px) {
  .footer__social :not(:last-child) {
    margin-right: 0;
  }

  .footer__social :not(:first-child) {
    margin-left: 2rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

object,
video {
  max-width: 100%;
  height: auto;
}

pre {
  background: #f8f8f8;
  border: 1px solid #eaeaea;
  padding: 10px;
}

.wp-caption {
  max-width: 100%;
  background: #f8f8f8;
  padding: 5px;
  display: inline-block;
}

@media (max-width: 768px) {
  .wp-caption {
    width: 100% !important;
    height: auto;
  }
}

.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .wp-caption img {
    height: auto;
  }
}

.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

.module {
  padding: 1.25em;
}

@media (min-width: 768px) {
  .module {
    padding: 2.5em;
  }
}

@media (min-width: 1200px) {
  .module {
    padding: 2.5em 5em;
  }
}

@media (min-width: 1600px) {
  .module {
    padding: 5rem;
  }
}

.module__content {
  padding: 1.25em;
}

@media (min-width: 768px) {
  .module__content {
    padding: 2.5em;
  }
}

@media (min-width: 1200px) {
  .module__content {
    padding: 2.5em 5em;
  }
}

@media (min-width: 1600px) {
  .module__content {
    padding: 5rem;
  }
}

.module__hero {
  position: relative;
  overflow: hidden;
  text-align: center;
}

@media (min-width: 1200px) {
  .module__hero {
    text-align: left;
  }
}

.module__hero .row {
  height: 400px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .module__hero .row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 600px;
  }
}

@media (min-width: 1600px) {
  .module__hero .row {
    height: 800px;
  }
}

.module__hero__content {
  z-index: 2;
}

.module__hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.module__hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.module__hero h1,
.module__hero h2,
.module__hero h3,
.module__hero h4,
.module__hero h5,
.module__hero h6 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.module__hero p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  font-size: 2.2rem;
}

.module__hero button {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.module__panel {
  position: relative;
}

.module__image-text {
  padding: 0;
}

.module__image-text .module__image {
  width: 100%;
}

@media (min-width: 768px) {
  .module__image-text .module__image {
    width: 50%;
  }
}

.module__image-text .module__content {
  width: 100%;
}

@media (min-width: 768px) {
  .module__image-text .module__content {
    width: 50%;
  }
}

.module__image-text .container {
  position: relative;
  overflow: hidden;
  margin: 1.25em auto;
}

@media (min-width: 768px) {
  .module__image-text .container {
    margin: 2.5em auto;
  }
}

@media (min-width: 1200px) {
  .module__image-text .container {
    margin: 2.5em auto;
  }
}

@media (min-width: 1600px) {
  .module__image-text .container {
    margin: 5rem auto;
  }
}

.module__image-text .container .module__image {
  position: relative;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  z-index: 1;
}

@media (min-width: 768px) {
  .module__image-text .container .module__image {
    width: 50%;
  }
}

.module__image-text .container .module__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.module__image-text .container .module__content {
  position: relative;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  z-index: 1;
}

@media (min-width: 768px) {
  .module__image-text .container .module__content {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .module__image-text.flipped .module__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    left: initial;
    right: 0;
  }
}

@media (min-width: 1200px) {
  .module__image-text.flipped .module__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.module__single-text p {
  font-size: 2rem;
  text-align: center;
}

.module__double-text .embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.module__double-text .embed embed,
.module__double-text .embed iframe,
.module__double-text .embed object,
.module__double-text .embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.module__blogs__posts__post {
  position: relative;
  margin-bottom: 3rem;
  -webkit-transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  text-decoration: none;
  padding: 0;
  width: calc(50% - 2rem);
  margin-right: 3rem;
}

.module__blogs__posts__post:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 768px) {
  .module__blogs__posts__post {
    width: calc(33.333% - 2rem);
    margin-right: 3rem;
  }

  .module__blogs__posts__post:nth-child(2n) {
    margin-right: 3rem;
  }

  .module__blogs__posts__post:nth-child(3n) {
    margin-right: 0;
  }
}

.module__blogs__posts__post:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.module__blogs__posts__post h4 {
  margin-bottom: 1rem;
}

.module__blogs__posts__post .post-content {
  padding: 2rem;
}

.module__grid {
  position: relative;
}

.module__grid--content {
  padding: 1.25em;
}

@media (min-width: 768px) {
  .module__grid--content {
    padding: 2.5em;
  }
}

@media (min-width: 1200px) {
  .module__grid--content {
    padding: 2.5em 5em;
  }
}

@media (min-width: 1600px) {
  .module__grid--content {
    padding: 5rem;
  }
}

.module__grid--content .grid .column {
  position: relative;
  padding: 4rem;
  margin-bottom: 3rem;
  -webkit-transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.module__grid--content .grid .column img {
  width: 60px;
  height: auto;
}

.brands .module__grid--content .grid .column img,
.home .module__grid--content .grid .column img {
  width: initial;
}

.module__grid--content .grid .column:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.module__grid--category {
  padding: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .module__grid--category {
    text-align: left;
  }
}

.module__grid--category .column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  height: 300px;
  padding: 0 8rem;
}

@media (min-width: 1600px) {
  .module__grid--category .column {
    height: calc(30vh - 125px);
  }
}

.module__grid--category .module__grid__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.module__grid--category .module__grid__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.module__grid--category .module__grid__content {
  position: relative;
  z-index: 2;
}

.module__grid--category .module__grid__content a {
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.module__grid--category .module__grid__content a:hover {
  color: #ffffff;
}

.module__breadcrumbs {
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
  padding: 0;
}

.module__breadcrumbs p {
  text-align: center;
}

@media (min-width: 768px) {
  .module__breadcrumbs p {
    text-align: left;
  }
}

.module__testimonials h4 {
  font-size: 2.6rem;
  font-weight: 300;
  max-width: 600px;
}

.module__testimonials .testimonial {
  padding: 4rem;
}

@media (min-width: 1200px) {
  .module__testimonials .testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .module__testimonials .testimonial {
    padding: 8rem;
  }
}

.module__testimonials .testimonial__meta {
  margin-right: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

@media (min-width: 1200px) {
  .module__testimonials .testimonial__meta {
    text-align: left;
  }
}

.module__testimonials .testimonial__meta .author {
  display: block;
  font-weight: 700;
}

.module__testimonials .testimonial__meta .company {
  color: #7a7a7a;
}

.module__testimonials .testimonial__content {
  text-align: center;
}

@media (min-width: 1200px) {
  .module__testimonials .testimonial__content {
    width: calc(100% - 220px);
    text-align: left;
  }
}

.module__testimonials .testimonial__content span {
  display: block;
}

.module__testimonials .testimonial__content p {
  margin: 0;
}

.module__contact .contact {
  margin: 0;
  padding: 0;
}

.module__contact .contact li {
  padding: 0;
}

.module__contact .contact li:before {
  display: none;
}

.module__contact .contact__form {
  padding: 4rem;
}

h1 {
  font-size: 3.2rem;
  color: #fff;
}

@media (min-width: 768px) {
  h1 {
    font-size: 4.2rem;
  }
}

h2 {
  color: #fff;
}

/* LANDERS */
.lander {
  width: 100%;
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .lander {
    height: 760px;
  }
}

@media (min-width: 1200px) {
  .lander {
    height: 100vh;
    min-height: 100%;
    min-height: 760px;
  }
}

.contactpage .lander {
  height: auto;
}

.contactpage .lander__content {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contactpage .lander__content_left {
  width: 100%;
}

@media (min-width: 1200px) {
  .contactpage .lander__content_left {
    width: calc(40% - 2rem);
  }
}

.contactpage .lander__content_right {
  width: 100%;
}

@media (min-width: 1200px) {
  .contactpage .lander__content_right {
    width: calc(60% - 2rem);
  }
}

.contactpage .lander__text {
  width: 100%;
}

.lander .container {
  position: relative;
  z-index: 2;
}

.lander__content {
  margin: 50px auto 0 auto;
}

@media (min-width: 768px) {
  .lander__content {
    width: 100%;
    margin: 100px auto 0 auto;
  }
}

.lander__text {
  width: 100%;
}

.lander__text p {
  font-size: 2.5rem;
}

.lander__text_header {
  width: 100%;
  font-size: 5.2rem;
  font-weight: bold;
  color: #fff;
}

.lander__text_primary {
  color: #fff;
  display: inline-block;
}

@media (min-width: 768px) {
  .lander__text {
    width: 80%;
    height: auto;
  }

  .lander__text_header {
    width: 100%;
    font-size: 6.8rem;
    font-weight: bold;
  }
}

@media (min-width: 1200px) {
  .lander__text {
    width: 80%;
  }
}

/* .home .lander__text{
    width:80%;

}


@media (min-width:768px){
    .home .lander__text{
        width:70%;
        

    }
    .home .lander__text_header{
        font-size: 5.8rem;
    }

}

@media (min-width:1200px){
    .home .lander__text{
        width:50%;

    }
    .home .lander__text_header{
        font-size: 6.8rem;
    }
} */

.lander__contact {
  margin-top: 4rem;
}

.lander__contact .button {
  float: none;
}

.lander__contact a {
  color: #cdcdcd;
}

@media (min-width: 768px) {
  .lander__contact a {
    color: #fff;
  }
}

.lander__btn {
  position: relative;
  z-index: 3;
  padding-top: 7rem;
  width: 30px;
  -webkit-animation: bobUpDown 2.5s infinite;
  animation: bobUpDown 2.5s infinite;
}

@media (min-width: 768px) {
  .lander__btn {
    width: 42px;
  }
}

.lander__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.12, 0.41, 1);
  animation-timing-function: cubic-bezier(0.28, 0.12, 0.41, 1);
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

/* 
.contactpage .lander__bg{
    top:40rem;
    height:100vh
} */

.badges_container {
  display: flex;
  align-items: center;
  padding-top: 30px;
  justify-content: start;
}

.cyber_logo_container {
  height: auto;
  display: flex;
  align-items: center;
  width: 70px;
}

.iso_logo_container {
  height: auto;
  width: 140px;
  margin-left: 40px;
}

/*PAGE SPECIFIC CSS*/

/*CASE STUDIES*/

@media (min-width: 1200px) {

  .case-studies-single .section.hwdi,
  .case-studies-single .section.results,
  .case-studies-single .section.problem {
    padding: 2rem 0rem;
  }
}

.casestudies {
  position: relative;
  z-index: 2;
}

.casestudies__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.casestudies__item {
  width: 100%;
  margin-bottom: 3rem;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  background-color: #06070b;
  -webkit-transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (min-width: 768px) {
  .casestudies__item {
    width: calc(50% - 2rem);
    margin: 1rem;
  }
}

@media (min-width: 1200px) {
  .casestudies__item {
    width: calc(33.33% - 2rem);
    margin: 1rem;
  }
}

.casestudies__item:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
}

.casestudies__img {
  width: 100%;
  filter: grayscale(50%);
  height: 25rem;
  object-fit: cover;
}

.casestudies__text {
  height: 100%;
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.casestudies__long_item {
  width: 100%;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  background-color: #06070b;
  -webkit-transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (min-width: 768px) {
  .casestudies__long_item {
    width: 100%;
    margin: 0 0 3rem 0;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 22rem;
  }
}

.casestudies__long_item:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
}

.casestudies__long_img {
  width: 100%;
  height: 25rem;
  filter: brightness(80%);

  object-fit: cover;
}

@media (min-width: 768px) {
  .casestudies__long_img {
    width: 32rem;
    height: 100%;
  }
}

.casestudies__long_text {
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .casestudies__long_text {
    width: calc(100% - 25rem);
  }
}

.casestudies__text_header {
  height: 30%;
  margin-bottom: 0;
  color: #fff;
}

.casestudies__text_primary {
  height: 55%;
  color: #cdcdcd;
}

@media (min-width: 768px) {
  .casestudies__text {
    padding: 2.5rem;
  }
}

.casestudies__readmore {
  height: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.casestudies__readmore p {
  margin: 0;
}

.casestudies__loadmore {
  margin-top: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
}

.casestudies__loadmore--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.casestudies__loadmore:after {
  content: "";
  margin-left: 1rem;
  display: inline-block;
  background: url("../../website/images/arrow-round.svg") no-repeat center center/100%;
  width: 22px;
  height: 30px;
}

.casestudies__loadmore:hover {
  color: #ffffff;
}

@media (min-width: 768px) {
  .casestudies__loadmore {
    margin-top: 3rem;
  }
}

/* DEMOS*/

.demo {
  margin-top: -50px;
}

.demo_icon {
  width: 150px;
}

.dashboard_intro {
  text-align: center;
}

.chart_header {
  text-align: center;
  width: 100%;
  margin: auto;
}

.chart_pretext {
  text-align: left;
  width: 100%;
  margin: auto;
  max-width: 1200px;
}

@media (min-width: 768px) {
  .chart_pretext {
    text-align: justify;
  }
}

/*INDUSTRIES*/

.industries {
  position: relative;
  z-index: 2;
}

.industries-single .quote {
  position: relative;
  z-index: 2;
}

.more {
  height: 40px;
  margin: auto;
  margin-top: 10rem;
}

.quote__area {
  padding: 4rem;
  /* background: #3ab6ee; */
  border: solid 5px #3ab6ee;
}

.quote__area p {
  color: white;
  font-size: 2.5rem;
  margin: 0px;
  text-align: center;
}

.quote__area .quote__content {
  -webkit-column-count: 1;
  column-count: 1;
}

.quote__area .quote__content p {
  margin: 0px;
  color: white;
  font-size: 1.5rem;
}

.headline__area {
  padding: 0rem;
  text-align: center;
}

.headline__area p {
  color: white;
  font-size: 4rem;
  margin: 0px;
}

.headline__area .headline__content {
  -webkit-column-count: 1;
  column-count: 1;
}

@media (min-width: 768px) {
  .headline__area .headline__content {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0rem;
    column-gap: 0rem;
  }
}

.headline__area .headline__content p {
  text-align: left;
  margin: 0px;
  color: white;
  font-size: 2.2rem;
}

@media (min-width: 768px) {
  .headline__area .headline__content p {
    text-align: justify;
  }
}

.question {
  position: relative;
  z-index: 2;
}

.question__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #cdcdcd;
}

.answer__quote_text {
  font-style: italic;
  line-height: 3.5rem;
}

.answer__image_source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.answer__image {
  width: 100px;
}

.answer__image img {
  border-radius: 50%;
}

.answer__text {
  margin-left: 30px;
}

.question__left {
  width: 100%;
  padding: 4rem;
  background-color: #13141c;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

@media (min-width: 1200px) {
  .question__left {
    width: calc(66% - 0rem);
  }
}

.image__right {
  width: 100%;
  max-height: 300px;
}

.image__right img {
  filter: brightness(60%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media (min-width: 1200px) {
  .image__right {
    width: calc(33% - 0rem);
    max-height: unset;
  }
}

.industry_services {
  position: relative;
  z-index: 2;
}

.industry__projects {
  color: #cdcdcd;
  border-left: 3px solid #00bfff;
  border-right: 3px solid #00bfff;

  background-color: #12141c;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.industry__heading {
  margin-bottom: 5rem;
  text-align: center;
}

.industry_services__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: row;
}

.industry_services__cell {
  width: calc(100% - 0rem);
  flex: 1 1 auto;
  padding: 4rem;
  display: none;
}

@media (min-width: 768px) {
  .industry_services__cell {
    width: calc(50% - 0rem);
  }
}

@media (min-width: 1200px) {
  .industry_services__cell {
    width: calc(33% - 0rem);
    display: block;
  }
}

.show_on_mobile {
  display: block;
}

.industry_services__cell img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-height: 300px;
  filter: brightness(80%);
}

@media (min-width: 768px) {
  .industry_services__cell img {
    max-height: 300px;
  }
}

@media (min-width: 1200px) {
  .industry_services__cell img {
    max-height: 200px;
  }
}

.industries__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.industries__item {
  width: 100%;
  height: 30rem;
  margin: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  background-color: #06070b;
  -webkit-transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (min-width: 768px) {
  .industries__item {
    width: calc(50% - 2rem);
    margin: 1rem;
  }
}

@media (min-width: 1200px) {
  .industries__item {
    width: calc(33.33% - 2rem);
    margin: 1rem;
  }
}

.industries__item:hover .industries__img {
  filter: brightness(80%);
}

.industries__img {
  width: 100%;
  height: 100%;
  filter: brightness(60%);
  object-fit: cover;
  -webkit-transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (min-width: 768px) {
  .industries__img {
    filter: brightness(60%);
  }
}

.industries__text {
  height: 200px;
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
}

.industries__text_header {
  height: 30%;
  margin-bottom: 0;
  color: #fff;
}

.industries__text_primary {
  height: 55%;
  color: #cdcdcd;
}

@media (min-width: 768px) {
  .industries__text {
    padding: 2.5rem;
  }
}

.industries__readmore {
  height: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.industries__readmore p {
  margin: 0;
}

.industries__loadmore {
  margin-top: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
}

.industries__loadmore--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.industries__loadmore:after {
  content: "";
  margin-left: 1rem;
  display: inline-block;
  background: url("../../website/images/arrow-round.svg") no-repeat center center/100%;
  width: 22px;
  height: 30px;
}

.industries__loadmore:hover {
  color: #ffffff;
}

@media (min-width: 768px) {
  .industries__loadmore {
    margin-top: 3rem;
  }
}

/*TRAINING*/

.training__item {
  width: 100%;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  background-color: #06070b;
  -webkit-transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (min-width: 768px) {
  .training__item {
    width: calc(50% - 2rem);
    margin: 1rem;
  }
}

@media (min-width: 1200px) {
  .training__item {
    width: calc(33.33% - 2rem);
    margin: 1rem;
  }
}

.training__item:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
}

.training__img {
  width: 100%;
  filter: grayscale(50%);
  height: 80px;
  object-fit: cover;
}

.training__text {
  height: 100%;
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.download-doc .errorlist {
  color: white;
  margin-left: 20px;
  padding-left: 0px;
}

.download-doc__div {
  background-color: #13141c;
  border-left: 3px solid #00bfff;
  border-right: 3px solid #00bfff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);

  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.download-doc__img_div {
  width: 100%;

  float: left;
  text-align: center;
  margin: 2rem;
}

@media (min-width: 768px) {
  .download-doc__img_div {
    width: calc(50% - 4rem);
  }
}

.download-doc__img {
  height: 30rem;
  margin: auto;
}

@media (min-width: 768px) {
  .download-doc__img {
    height: 45rem;
    float: right;
    margin: 0px;
    margin-right: 2rem;
  }
}

.download-doc__content {
  width: 100%;
  float: left;
  margin: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .download-doc__content {
    width: calc(50% - 4rem);
    text-align: left;
  }
}

.download-doc__form {
  background-color: transparent;
  max-width: 40rem;
  margin: auto;
}

@media (min-width: 768px) {
  .download-doc__form {
    margin: 0px;
    margin-right: 20px;
  }
}

.download-doc__form .g-recaptcha {
  margin-bottom: 20px;
}

.download-doc__form .g-recaptcha div {
  width: 100% !important;
}

.download-doc__form input,
.contactpage__form textarea {
  color: white;
  background-color: #2d3039;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {

  .download-doc__form input,
  .contactpage__form textarea {
    margin-bottom: 2rem;
  }
}

.download-doc__form textarea {
  width: 100%;
  height: 175px;
  resize: none;
  margin-bottom: 1rem;
}

.download-doc__form textarea:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .download-doc__form .g-recaptcha {
    margin-bottom: 2rem;
  }
}

.download-doc__form .button--large {
  cursor: pointer;
  width: 12rem;
  height: 5rem;
  font-weight: 500;
  float: none;
  margin: auto;
}

@media (min-width: 768px) {
  .download-doc__form .button--large {
    margin: 0px;
  }
}

/* HOMEPAGE */

.clients {
  position: relative;
  z-index: 2;
}

.clients__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .clients__content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.clients__half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .clients__half {
    width: calc(50% - 2rem);
  }
}

.clients__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 6rem;
}

.clients__item {
  width: 33.3333%;
  text-align: left;
  padding: 0rem 1.5rem;
  filter: grayscale(100%) brightness(130%);
}

.clients__item img {
  margin: 0 auto;
  max-width: 65%;
}

@media (min-width: 768px) {
  .clients__item img {
    max-width: 100%;
  }
}

.clients__testimonial {
  margin-top: 3rem;
  background-color: none;
  font-size: 1.5rem;
}

@media (min-width: 1200px) {
  .clients__testimonial {
    margin-top: 0;
  }
}

.clients__testimonial_text {
  padding: 2rem;
  margin: 0;
  color: #ffffff;
  font-size: 1.7rem;
}

.clients__testimonial_text p:not(:first-child) {
  margin-bottom: 4rem;
  font-size: 2rem;
  color: #cdcdcd;
}

@media (min-width: 768px) {
  .clients__testimonial_text {
    padding: 4rem;
  }
}

.clients__testimonial li:last-child a:after {
  display: none;
}

.clients__testimonial a {
  display: inline-block;
  color: #cdcdcd;
}

.clients__testimonial a:after {
  margin: 0 1rem;
  display: inline-block;
  content: "/";
  color: #cdcdcd;
}

.carousel--selected {
  color: #ffffff;
}

/* SERVICES */

.services {
  position: relative;
  z-index: 2;
}

.services__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .services__content {
    margin-bottom: 0px;
  }
}

.services__content .slick-slider>.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 100%;
}

.services__content .slick-slider>.slick-dots li {
  margin: 0 1rem 0px 0;
}

.services__content .slick-slider>.slick-dots li:not(:first-child) {
  margin-left: 3.5rem;
}

.services__row {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .services__row {
    margin-bottom: 0px;
  }
}

.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 1rem;
  position: relative;
  width: calc(50% - 2rem);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  background-color: #06070b;
}

.mobile-menu-active .services__item:first-child a {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.mobile-menu-active .services__item:nth-child(2) a {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.mobile-menu-active .services__item:nth-child(3) a {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.mobile-menu-active .services__item:nth-child(4) a {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.mobile-menu-active .services__item:nth-child(5) a {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.mobile-menu-active .services__item:nth-child(6) a {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.mobile-menu-active .services__item:nth-child(7) a {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.mobile-menu-active .services__item:nth-child(8) a {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.mobile-menu-active .services__item:nth-child(9) a {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.mobile-menu-active .services__item:nth-child(10) a {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@media (min-width: 1200px) {
  .services__item {
    height: 375px;
    width: calc(33.333% - 3rem);
    overflow: hidden;
  }
}

.services__item:hover .services__text {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background-color: rgba(6, 5, 3, 0.97);
}

.services__item:hover .services__text h3:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.services__img {
  width: 100%;
  filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(150deg) saturate(1000%) contrast(0.8);
}

@media (min-width: 1200px) {
  .services__img {
    height: 100%;
  }
}

.services__text {
  width: 100%;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #06070b;
  -webkit-transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (min-width: 1200px) {
  .services__text {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(300px);
    -ms-transform: translateY(300px);
    transform: translateY(300px);
  }
}

.services__text h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 2.8rem;
}

@media (min-width: 1200px) {
  .services__text h3:after {
    width: 22px;
    height: 34px;
    content: "";
    margin-left: auto;
    background: url("../../website/images/arrow.svg") no-repeat center center/100%;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}

.services__text p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 2rem;
  font-size: 1.8rem;
  color: #cdcdcd;
}

.services__readmore {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.services .slick-prev {
  left: 80%;
}

.services .slick-next {
  left: 90%;
}

.services_main {
  position: relative;
  z-index: 2;
}

.services_main h3,
.services_main h5 {
  color: #fff;
}

.services_main p {
  color: #cdcdcd;
}

.services_main__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 7rem 0;
  padding-bottom: 4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #00c2ff;
}

.services_main__filter a {
  width: calc(50% - 2rem);
  margin: 1rem;
  font-size: 2.2rem;
  color: #cdcdcd;
  text-decoration: none;
}

@media (min-width: 768px) {
  .services_main__filter a {
    width: calc(33.33% - 2rem);
    margin: 1rem;
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .services_main__filter a {
    width: auto;
    font-size: 2.2rem;
  }
}

.services_main__filter .all {
  width: 100%;
}

@media (min-width: 1200px) {
  .services_main__filter .all {
    width: auto;
  }
}

.services_main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services_main__list_item {
  text-align: center;
  position: relative;
  width: 100%;
  height: 250px;
  margin-bottom: 2rem;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #06070b;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #06070b, #06070b);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #06070b, #06070b);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.services_main__list_item:hover {
  -webkit-filter: brightness(1.15);
  filter: brightness(1.15);
}

@media (min-width: 768px) {
  .services_main__list_item {
    width: calc(50% - 2rem);
  }
}

@media (min-width: 1200px) {
  .services_main__list_item {
    width: calc(33.3% - 2rem);
  }
}

.services_main__list_item h5 {
  width: 100%;
  margin: 0;
  margin-top: 30px;
  font-size: 3.5rem;
}

.services_main__list_item p {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0.5rem 0 0.5rem 0;
  font-size: 2.3rem;
}

@media (min-width: 768px) {
  .services_main__list_item h5 {
    font-size: 2.3rem;
  }

  .services_main__list_item p {
    font-size: 1.7rem;
  }
}

.services_main__list_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.services_main__list_arrow img {
  height: 25px;
}

.service_icon {
  width: 150px;
  margin: auto;
}

/* CONTACT */
.contact {
  position: relative;
  z-index: 2;
  padding: 7rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .contact {
    padding: 3.5rem 0;
  }
}

@media (min-width: 1200px) {
  .contact {
    padding: 7rem 0;
  }
}

.contact p {
  font-size: 2rem;
  color: #cdcdcd;
}

@media (min-width: 1200px) {
  .contact__text {
    width: calc(20% - 3rem);
  }
}

.contact--large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1200px) {
  .contact--large {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.contact--large .contact__image {
  display: none;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width: 768px) {
  .contact--large .contact__image {
    display: block;
    width: 75%;
    padding-top: 3rem;
  }
}

@media (min-width: 1200px) {
  .contact--large .contact__image {
    width: calc(50% - 2rem);
    margin-top: 0;
  }
}

.contact--large .contact__image img {
  margin: 0 auto;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.contact--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .contact--small {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.contact--small .contact__text {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .contact--small .contact__text {
    width: calc(43% - 2rem);
    text-align: left;
    margin-left: 30px;
    padding-top: 10px;
  }
}

.contact--small .contact__button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1200px) {
  .contact--small .contact__button {
    width: calc(40% - 2rem);
  }
}

.contact--small .contact__head {
  width: 15rem;
  text-align: center;
  margin: auto;
  margin-bottom: 5rem;
  margin-top: 0px;
}

@media (min-width: 1200px) {
  .contact--small .contact__head {
    width: calc(17% - 2rem);
    margin-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .contact--small .contact__image {}
}

.contact_faces {
  text-align: center;
}

.contact_face {
  width: 15rem;
  height: 15rem;
  border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;

  padding: 10px;
  float: left;
  filter: grayscale(100%);
}

/* CASE STUDY DETAIL */

.casegallery {
  position: relative;
  z-index: 2;
}

.casegallery__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.casegallery__image {
  max-height: 420px;
}

.casegallery__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.casegallery__image--left {
  width: 65%;
}

.casegallery__image--left img {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.casegallery__image--right {
  width: 30%;
}

.casegallery__image--right img {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.problem {
  position: relative;
  z-index: 2;
}

.problem__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #cdcdcd;
}

.problem__content p {
  color: #cdcdcd;
}

.problem__left {
  width: 100%;
}

@media (min-width: 768px) {
  .problem__left {
    width: 50%;
  }
}

.problem__right {
  width: 100%;
}

.problem__right ul {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
}

@media (min-width: 768px) {
  .problem__right {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .problem__right {
    width: 30%;
  }
}

.problem__left {
  width: 100%;
  padding: 4rem;
  background-color: #13141c;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

@media (min-width: 1200px) {
  .problem__left {
    width: calc(50% - 0rem);
  }
}

.problem__right {
  padding: 4rem;
  margin-top: 2rem;
  width: 100%;
  background-color: #13141c;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

@media (min-width: 1200px) {
  .problem__right {
    margin-top: 0rem;
    padding: 4rem;
    width: calc(50% - 2rem);
  }
}

.results {
  position: relative;
  z-index: 2;
}

.results__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.results__content p {
  color: #cdcdcd;
}

.results__left {
  width: 100%;
  margin-top: 2rem;
  padding: 4rem;
  background-color: #06070b;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

@media (min-width: 1200px) {
  .results__left {
    width: calc(65% - 2rem);
  }
}

.results__right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .results__right {
    margin-top: 2rem;
    padding: 4rem;
    width: calc(35% - 2rem);
  }
}

.results__right_top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

@media (min-width: 1200px) {
  .results__right_top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.results__right_bottom {
  width: 100%;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

@media (min-width: 1200px) {
  .results__right_bottom {
    margin-top: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.results__result {
  margin: 0;
  padding: 3rem;
  text-align: center;
}

@media (min-width: 768px) {
  .results__result {
    padding: 4rem;
  }
}

.results__header {
  font-size: 14rem;
  margin-bottom: 1.5rem;
  color: #00c2ff;
  font-weight: 700;
}

.results__info {
  margin: 0;
}

.hwdi {
  position: relative;
  z-index: 2;
}

.hwdi__content {
  -webkit-column-count: 1;
  column-count: 1;
}

@media (min-width: 768px) {
  .hwdi__content {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 5rem;
    column-gap: 5rem;
  }
}

.hwdi__area {
  padding: 4rem;
  background-color: #13141c;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.hwdi__content p {
  margin: 0 0 2rem 0;
  color: #cdcdcd;
}

.cs_testimonial__area {
  padding: 4rem;
  background-color: transparent;
  font-size: 2.2rem;
}

.cs_testimonial__content p {
  margin: 0 0 2rem 0;
  color: #cdcdcd;
  font-style: italic;
}

.cs_testimonial__person p {
  margin: 0 0 2rem 0;
  color: #cdcdcd;
  text-align: right;
}

.casestudies_selector {
  width: 100%;
  height: 175px;
  padding: 0;
  position: relative;
  z-index: 2;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .casestudies_selector {
    height: 225px;
  }
}

@media (min-width: 1200px) {
  .casestudies_selector {
    height: 300px;
  }
}

.casestudies_selector .selector__options {
  z-index: 2;
  height: 100%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.casestudies_selector .selector__previous {
  width: 50%;
}

.casestudies_selector .selector__previous .selector__content {
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .casestudies_selector .selector__previous .selector__content {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .casestudies_selector .selector__previous .selector__content {
    width: 30%;
  }
}

.casestudies_selector .selector__previous .selector__content img {
  height: 2.5rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.casestudies_selector .selector__next {
  width: 50%;
}

.casestudies_selector .selector__next .selector__content {
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .casestudies_selector .selector__next .selector__content {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .casestudies_selector .selector__next .selector__content {
    width: 30%;
  }
}

.casestudies_selector .selector__next .selector__content img {
  height: 2.5rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.casestudies_selector .selector__content h3 {
  font-size: 2.2rem;
  color: #fff;
}

@media (min-width: 768px) {
  .casestudies_selector .selector__content h3 {
    font-size: 3, 2rem;
  }
}

.casestudies_selector--left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.casestudies_selector--left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.casestudies_selector--left .overlay {
  height: 100%;
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}

.casestudies_selector--right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}

.casestudies_selector--right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.casestudies_selector--right .overlay {
  height: 100%;
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}

/* BLOG */

.blogarchive {
  position: relative;
  z-index: 2;
}

.blogarchive__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}

.blogarchive__item {
  width: 100%;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .blogarchive__item {
    width: calc(50% - 2rem);
    margin: 1rem;
  }
}

@media (min-width: 1200px) {
  .blogarchive__item {
    width: calc(33.33% - 2rem);
    margin: 1rem;
  }
}

.blogarchive__img {
  width: 100%;
}

.blogarchive__text {
  padding: 2.5rem;
  background-color: #06070b;
}

.blogarchive__text_header {
  color: #848797;
}

.blogarchive__text_primary {
  color: #cdcdcd;
}

.blogarchive__readmore p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.endless_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  margin: auto;
  text-align: center;
}

.endless_more:after {
  content: "";
  display: inline-block;
  background: url("../../website/images/arrow-round.svg") no-repeat center center/100%;
  width: 30px;
  height: 20px;
  margin-left: 1rem;
  vertical-align: -7%;
}

@media (min-width: 768px) {
  .blogarchive__more {
    float: right;
    margin-top: 5rem;
  }
}

/* CAREERS */

.careersarchive {
  position: relative;
  z-index: 2;
}

.careersarchive h2,
.careersarchive h4,
.careersarchive h5 {
  color: #fff;
}

.careersarchive__wwaa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.careersarchive__wwaa_left {
  width: 100%;
}

@media (min-width: 1200px) {
  .careersarchive__wwaa_left {
    width: calc(50% - 2rem);
  }
}

.careersarchive__wwaa_right {
  width: 100%;
}

@media (min-width: 1200px) {
  .careersarchive__wwaa_right {
    width: calc(50% - 2rem);
  }
}

.careersarchive__wwaa_right img {
  margin: 0 auto 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: none;
}

@media (min-width: 1200px) {
  .careersarchive__wwaa_right img {
    margin: 0 0 0 auto;
    display: block;
  }
}

.careersarchive__vacancies_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.careersarchive__vacancies_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
  padding: 3rem 2rem;
  background-color: #06070b;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .careersarchive__vacancies_item {
    width: calc(50% - 2rem);
    margin-bottom: 2rem;
  }
}

.careersarchive__vacancies_item h5 {
  margin: 0;
  width: 70%;
}

.careersarchive__vacancies_item a {
  font-size: 1.4rem;
  color: #cdcdcd;
}

.careersarchive__vacancies h4 {
  width: 100%;
  margin-top: 3rem;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .careersarchive__vacancies h4 {
    width: 50%;
  }
}

.careersarchive__vacancies p {
  width: 100%;
}

@media (min-width: 768px) {
  .careersarchive__vacancies p {
    width: 50%;
  }
}

.careersarchive__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.careersarchive__gallery_left {
  width: 100%;
  display: none;
}

@media (min-width: 1200px) {
  .careersarchive__gallery_left {
    display: block;
    width: calc(40% - 1rem);
  }
}

.careersarchive__gallery_left img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .careersarchive__gallery_left img {
    height: 100%;
  }
}

.careersarchive__gallery_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1rem;
}

@media (min-width: 1200px) {
  .careersarchive__gallery_right {
    width: calc(60% - 1rem);
    margin-top: 0;
  }
}

.careersarchive__gallery_right_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: calc(50% - 0.5rem);
}

.careersarchive__gallery_right_top img {
  height: 100%;
}

@media (min-width: 768px) {
  .careersarchive__gallery_right_top {
    height: calc(50% - 0.5rem);
  }
}

@media (min-width: 1200px) {
  .careersarchive__gallery_right_top {
    height: calc(50% - 1rem);
  }
}

.careersarchive__gallery_right_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem;
  width: 100%;
  height: calc(50%);
}

.careersarchive__gallery_right_bottom img {
  height: 100%;
}

@media (min-width: 768px) {
  .careersarchive__gallery_right_bottom {
    height: calc(50% - 0.5rem);
    margin-top: 1rem;
  }
}

@media (min-width: 1200px) {
  .careersarchive__gallery_right_bottom {
    height: calc(50% - 1rem);
    margin-top: 2rem;
  }
}

.careersarchive__gallery_right_item1 {
  width: calc(35% - 0.5rem);
}

@media (min-width: 1200px) {
  .careersarchive__gallery_right_item1 {
    width: calc(35% - 1rem);
  }
}

.careersarchive__gallery_right_item2 {
  width: calc(65% - 0.5rem);
}

@media (min-width: 1200px) {
  .careersarchive__gallery_right_item2 {
    width: calc(65% - 1rem);
  }
}

.careersarchive__gallery_right_item3 {
  width: calc(65% - 0.5rem);
}

@media (min-width: 1200px) {
  .careersarchive__gallery_right_item3 {
    width: calc(65% - 1rem);
  }
}

.careersarchive__gallery_right_item4 {
  width: calc(35% - 0.5rem);
}

@media (min-width: 1200px) {
  .careersarchive__gallery_right_item4 {
    width: calc(35% - 1rem);
  }
}

/* CAREER SINGLE */

.career_single {
  position: relative;
  z-index: 2;
}

.career_single__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.career_single__left {
  width: 100%;
}

@media (min-width: 1200px) {
  .career_single__left {
    width: calc(65% - 2rem);
  }
}

.career_single__right {
  width: 100%;
}

@media (min-width: 1200px) {
  .career_single__right {
    width: calc(25% - 2rem);
  }
}

.career_single__back {
  margin-top: 5rem;
}

.career_single__subtitle {
  margin: 4rem 0;
  color: white;
}

@media (min-width: 1200px) {
  .career_single__button a {
    width: 100%;
  }
}

.positions {
  padding: 2rem;
  background-color: #06070b;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.positions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.positions__item:not(:last-child) {
  border-bottom: 0.5px solid rgba(211, 211, 211, 0.3);
}

.positions__item a {
  text-decoration: none;
}

.positions__title {
  width: calc(80% - 1rem);
}

.positions__apply {
  width: calc(20% - 1rem);
}

.careers-single .button--large {
  cursor: pointer;
  width: 40rem;
  height: 6rem;
  float: none;
}

/* SERVICES SINGLE */

.s_detail {
  position: relative;
  z-index: 2;
  padding-top: 10px;
}

.s_detail h3,
.s_detail h5 {
  color: #fff;
}

.s_detail p {
  color: #cdcdcd;
}

.s_detail__deliverables_wrap {
  padding: 0rem 4rem;
}

.s_detail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.s_detail__problem {
  width: 100%;
  padding: 4rem;
  background-color: #13141c;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

@media (min-width: 1200px) {
  .s_detail__problem {
    width: calc(35% - 2rem);
  }
}

.s_detail__solution {
  padding: 4rem;
  margin-top: 2rem;
  width: 100%;
  background-color: #06070b;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

@media (min-width: 1200px) {
  .s_detail__solution {
    margin-top: 0rem;
    padding: 4rem;
    width: calc(65% - 2rem);
  }
}

.s_detail__wrap {
  width: 100%;
  padding: 4rem;
  background-color: #13141c;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.s_detail__wrap p {
  font-size: 2rem;
}

.s_detail__inputs {
  width: 75%;
  padding: 4rem;
  background-color: #13141c;
  -webkit-box-shadow: 0 0 20px 0 rgba(64, 64, 64, 0.3);
  box-shadow: 0 0 20px 0 rgba(64, 64, 64, 0.3);
}

.s_detail__inputs h3 {
  margin-bottom: 2rem;
}

.s_detail__inputs ul {
  margin: 0;
  padding: 0 2rem;
  list-style: none;
}

.s_detail__inputs ul li {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.s_detail__inputs ul li:before {
  content: "\2022";
  margin-right: 1rem;
  color: #00c2ff;
  font-size: 4rem;
  font-weight: bold;
}

.s_detail__deliverables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.s_detail__deliverables h1 {
  width: 100%;
}

.s_detail__deliverables_item {
  display: table;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1rem;
  padding: 2rem 4rem;
  background-color: #06070b;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  font-size: 2rem;
}

@media (min-width: 768px) {
  .s_detail__deliverables_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .s_detail__deliverables_item {
    width: 100%;
  }
}

.s_detail__deliverables_item h2 {
  width: 100%;
  color: #00c2ff;
  font-size: 8rem;
  margin: 0;
  font-weight: bold;
}

@media (min-width: 768px) {
  .s_detail__deliverables_item h2 {
    width: 15%;
  }
}

.s_detail__deliverables_item p {
  width: 100%;
  color: #fff;
  font-size: 2rem;
}

@media (min-width: 768px) {
  .s_detail__deliverables_item p {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
  }
}

.s_detail__solutions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.s_detail__solutions h2 {
  width: 100%;
}

.s_detail__solutions_item {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
  padding: 4rem;
  background-color: #06070b;
  text-decoration: none;
}

@media (min-width: 768px) {
  .s_detail__solutions_item {
    width: calc(50% - 1rem);
    margin-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .s_detail__solutions_item {
    width: calc(33% - 2rem);
    margin-bottom: 3rem;
  }
}

.s_detail__solutions_item h5 {
  height: 3rem;
}

.s_detail__solutions_item p {
  margin-bottom: 5rem;
}

.s_detail__solutions_item img {
  position: absolute;
  bottom: 12.5%;
  right: 12.5%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  height: 25px;
}

.s_detail__image_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  margin-top: 0px;

  min-height: 250px;
}

.s_detail__image_1 {
  width: calc(100%);
}

.s_detail__image_2 {
  display: none;
}

@media (min-width: 1200px) {
  .s_detail__image_1 {
    width: calc(66% - 2rem);
  }

  .s_detail__image_2 {
    width: calc(33% - 2rem);
    display: block;
  }
}

.s_detail__image_1 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.s_detail__image_2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ABOUT */

.about {
  position: relative;
  z-index: 2;
}

.about__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start
}

.about__team_left {
  width: 100%;
  margin-bottom: 3rem;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  background-color: #06070b;
  -webkit-transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (min-width: 768px) {
  .about__team_left {
    width: calc(50% - 3rem);
    margin: 1rem;
  }
}

@media (min-width: 1200px) {
  .about__team_left {
    width: calc(33.33% - 2rem);
    margin: 1rem;
  }
}

.about__team_image {
  width: 25 rem;
  height: auto;
  object-fit: cover;
}

.about__team_text {
  height: 50%;
  color: #cdcdcd;
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .about__team_text {
    padding: 1.5rem;
  }
}

.about__team_text h3 {
  height: 13%;
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 1200px) {
  .about__team_text h3 {
    margin-top: 0 rem;
  }
}

.about__team_text h5 {
  height: 13%;
  margin-bottom: 0;
  color: #fff;
  margin-top: 1rem;
}

@media (min-width: 1200px) {
  .about__team_text h5 {
    margin-top: 1rem;
  }
}

.about__team_text p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 0;
}

.about__story {
  position: relative;
  z-index: 2;
}

.about__story {
  -webkit-column-count: 1;
  column-count: 1;
}

@media (min-width: 768px) {
  .about__story {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 5rem;
    column-gap: 5rem;
  }
}

.about__story p {
  margin: 0 0 2rem 0;
  color: #cdcdcd;
}

.about__careers_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about__careers_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1rem;
  padding: 3rem 2rem;
  background-color: #06070b;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .careersarchive__vacancies_item {
    width: calc(50% - 2rem);
    margin-bottom: 2rem;
  }
}

.careersarchive__vacancies_item h5 {
  margin: 0;
  width: 70%;
}

.careersarchive__vacancies_item a {
  font-size: 1.4rem;
  color: #cdcdcd;
}

.about__careers h2 {
  font-size: 3.8rem;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: -3rem;
  letter-spacing: 1px;
  text-align: center;
}

@media (min-width: 768px) {
  about__careers h2 {
    width: 100%;
    margin-top: 3rem;
    letter-spacing: 1px;
    height: 13%;
    margin-bottom: 0;
    color: #fff;
    margin-top: 1rem;
    font-weight: 600;
    font-size: 3.5rem;
  }
}

.about__careers h5 {
  height: 13%;
  margin-bottom: 0;
  color: #fff;
  margin-top: 1rem;
  font-weight: 550;
  font-size: 2.5rem;
  letter-spacing: 1px;
}

.about__careers p {
  margin: auto;
  width: 50%;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2rem;
  color: #cdcdcd;
  font-weight: 300;
}

@media (max-width: 768px) {
  .about__careers p {
    margin-bottom: 3rem;
    width: 70%;
  }
}



/* GDL PAGE */

.about__founder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.about__founder_left {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 2rem;
  margin: 0 auto 2rem auto
}

@media (min-width:768px) {
  .about__founder_left {
    width: calc(50% - 2rem);
    margin: 0 0 0 0;
    max-width: 100%
  }
}

@media (min-width:1200px) {
  .about__founder_left {
    width: calc(50% - 5rem);
    height: 500px
  }
}

.about__founder_left:hover .about__founder_text {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background-color: rgba(6, 5, 3, 0.97);
  -webkit-transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

@media (min-width:1200px) {
  .about__founder_left:hover .about__founder_text h3 {
    margin-top: 5rem;
    -webkit-transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1)
  }
}

.about__founder_right {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  margin: 0 auto
}

@media (min-width:768px) {
  .about__founder_right {
    width: calc(50% - 2rem);
    max-width: 100%;
    margin: 0 0 0 0
  }
}

@media (min-width:1200px) {
  .about__founder_right {
    width: calc(50% - 5rem);
    height: 500px
  }
}

.about__founder_right:hover .about__founder_text {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background-color: rgba(6, 5, 3, 0.97);
  -webkit-transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

@media (min-width:1200px) {
  .about__founder_right:hover .about__founder_text h3 {
    margin-top: 5rem;
    -webkit-transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1)
  }
}

.about__founder_image {
  width: 100%
}

@media (min-width:1200px) {
  .about__founder_image {
    height: 500px
  }
}

.about__founder_text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  padding: 3rem 4rem;
  background-color: #06070b;
  -webkit-transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

@media (min-width:1200px) {
  .about__founder_text {
    position: absolute;
    top: 0;
    height: 500px;
    -webkit-transform: translateY(400px);
    -ms-transform: translateY(400px);
    transform: translateY(400px)
  }
}

.about__founder_text h3 {
  width: 100%;
  margin: 0;
  padding-bottom: 1rem;
  color: #fff
}

@media (min-width:1200px) {
  .about__founder_text h3 {
    margin-top: 0rem;
    -webkit-transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1)
  }
}

.about__founder_text p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.about__founder_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.about__founder_socials img {
  width: 25px;
  height: auto;
  margin: 0 1rem 0 0
}

@media (min-width:768px) {
  .about__founder_socials img {
    width: 40px;
    height: auto;
    margin: 0 2rem 0 0
  }
}

/* <-- Slideshow container --> */

.mySlides {
  display: none;
}

.career_display_wrap {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.career_display_wrap img {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.career_display_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 280px;
  align-items: center;
  padding: 0;
}

.careers_button_prev,
.careers_button_next {
  cursor: pointer;
  margin: 40px;
  padding: 16px;
  color: #00bfff;
  font-weight: bold;
  font-size: 60px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  user-select: none;
}

@media (max-width: 768px) {

  .careers_button_prev,
  .careers_button_next {
    margin: 20px;
    padding: 10px;
    font-size: 40px;
  }
}

.careers_button_next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.careers_button_prev:hover,
.careers_button_next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.text {
  text-align: center;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.ind_careers_button {
  border: 2px white solid;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 4px 20px 4px 20px;
  text-decoration: none;
  text-align: center;
  letter-spacing: 1px;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

/* CONTACT FORM */
.contactpage__form {
  margin-top: 5rem;
  padding: 0rem;
  color: black;
}

@media (min-width: 1200px) {
  .contactpage__form {
    margin-top: 0;
    padding: 0rem;
  }
}

.contactpage__form .errorlist {
  color: white;
  margin-left: 20px;
  padding-left: 0px;
}

.contactpage__form .g-recaptcha {
  margin-bottom: 2rem;
}

.contactpage__form input,
.contactpage__form textarea {
  color: black;
  background-color: white;
  margin-bottom: 1rem;
}

.contactpage__form [type="text"]:focus {
  color: black;
}

@media (min-width: 1200px) {

  .contactpage__form input,
  .contactpage__form textarea {
    margin-bottom: 2rem;
  }
}

.contactpage__form textarea {
  width: 100%;
  height: 175px;
  resize: none;
  margin-bottom: 1rem;
}

.contactpage__form textarea:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 1200px) {
  .contactpage__form .g-recaptcha {
    margin-bottom: 2rem;
  }
}

.contactpage__form .button--large {
  cursor: pointer;
  width: 12rem;
  height: 5rem;
  font-weight: 500;
  float: none;
}

.contactpage__map {
  position: relative;
}

.contactpage__map #map {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 500px;
}

.contactpage__test {
  width: 100%;
  padding: 2rem;
  z-index: 3;
  background-color: #13141c;
}

@media (min-width: 1200px) {
  .contactpage__test {
    width: 300px;
    padding: 3rem;
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.contactpage__test h3 {
  color: #fff;
  margin-bottom: 1rem;
}

.contactpage__test .phonenumber {
  width: 60%;
  color: #00c2ff;
  border-bottom: solid 1px rgba(0, 194, 255, 0.5);
}

/* BLOG */

.blog .no-results .page-content,
.blog .not-found .page-content {
  padding: 1.25em 0;
}

.blog .no-results .page-content p,
.blog .not-found .page-content p {
  text-align: center;
  margin-bottom: 2.5em;
}

.blog .no-results label span,
.blog .not-found label span {
  display: none;
}

.blog .no-results form,
.blog .not-found form {
  width: 100%;
  padding: 0;
  margin: 0;
}

.blog .no-results input[type="search"],
.blog .not-found input[type="search"] {
  display: block;
  float: left;
  width: 70%;
  padding: 1.25em;
  background: #dddddd;
  border: none;
  border-radius: 4px 0 0 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.blog .no-results input[type="submit"],
.blog .not-found input[type="submit"] {
  display: block;
  float: right;
  margin: 0;
  width: 30%;
  padding: 1.55em 0;
  border: none;
  border-radius: 0 4px 4px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* REPORTS */

.reports__text {
  height: 100%;
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.reports__text_header {
  height: 30%;
  margin-bottom: 0;
  color: #fff;
}

.reports__text_primary {
  height: 55%;
  color: #cdcdcd;
}

.reports__nav_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 20%;
  float: left;
}

.reports__nav_item {
  margin-bottom: 0px;
  font-size: 1.6rem;
}

.reports__nav_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.reports {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reports__main_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 80%;
  float: left;
  z-index: 1000;
}

.reports-detail .chart_header {
  display: flex;
  margin-bottom: 20px;
}

.reports-detail .chart_header h2 {
  float: left;
}

.reports-detail .chart_header h2.big_number {
  font-weight: 1000;
  font-size: 10rem;
  width: 20px;
  margin: 0px;
}

.reports-detail .chart_header h2.header_title {
  margin: auto;
  margin-left: 60px;
}

.reports-detail .reports p {
  float: left;
  font-size: 2rem;
}

.reports-detail .reports .container {
  z-index: 100;
}

/* POWERPAGE */

.powerpage_content h1,
.powerpage_content h2,
.powerpage_content h3,
.powerpage_content h4,
.powerpage_content h5,
.powerpage_content p,
.powerpage_content a {
  color: black
}

.powerpage_content h1,
.powerpage_content h2,
.powerpage_content h4,
.powerpage_content h3,
.powerpage_content h5 {
  margin-top: 3.5rem;
}

.powerpage_content a {
  text-decoration: underline;
}

.powerpage_content p {
  text-align: justify;
  font-family: Helvetica;
  font-size: 1.8rem;
  margin-bottom: 1.8rem;
  margin-top: 0;
  line-height: 1.7;
}

.powerpage_content .row {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.powerpage_content a {
  text-decoration: underline;
}

.powerpage_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.powerpage_content .column {
  padding-top: 10px;
}

.powerpage .wrapper:before {
  display: none
}

.powerpage .wrapper:after {
  display: none
}

.powerpage .lander__text_primary {
  color: white
}

.powerpage #clickTo {
  background-color: white;
  padding: 6rem 0 8rem 0
}

@media (min-width: 1200px) {

  .powerpage #clickTo {
    padding: 8rem 0 13rem 0;
  }
}

.typewrite {
  display: inline;
  font-style: italic;
  border-right: 0.08em solid;
  padding-right: 0.28em;
  color: #00bfff;
  animation:
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}

@keyframes blink-caret {

  from,
  to {
    border-color: transparent
  }

  50% {
    border-color: #00bfff;
  }
}