@charset "UTF-8";
@import url("//hello.myfonts.net/count/3b2842");
@font-face {
  font-family: 'GeorgiaPro-Light';
  src: url("../fonts/3B2842_0_0.eot");
  src: url("../fonts/3B2842_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/3B2842_0_0.woff2") format("woff2"), url("../fonts/3B2842_0_0.woff") format("woff"), url("../fonts/3B2842_0_0.ttf") format("truetype");
}

.serif-font {
  font-family: "GeorgiaPro-Light", serif;
}

.black-background {
  background-color: #000;
}

.black-color {
  color: #000;
}

.black-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #000;
          box-shadow: inset 0 123px 190px -30px #000;
}

.white-background {
  background-color: #fff;
}

.white-color {
  color: #fff;
}

.white-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #fff;
          box-shadow: inset 0 123px 190px -30px #fff;
}

.primary-background {
  background-color: #FF8002;
}

.primary-color {
  color: #FF8002;
}

.primary-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #FF8002;
          box-shadow: inset 0 123px 190px -30px #FF8002;
}

.secondary-background {
  background-color: #000;
}

.secondary-color {
  color: #000;
}

.secondary-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #000;
          box-shadow: inset 0 123px 190px -30px #000;
}

.orange-background {
  background-color: #FF8002;
}

.orange-color {
  color: #FF8002;
}

.orange-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #FF8002;
          box-shadow: inset 0 123px 190px -30px #FF8002;
}

.grey-background {
  background-color: #D5D5D5;
}

.grey-color {
  color: #D5D5D5;
}

.grey-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #D5D5D5;
          box-shadow: inset 0 123px 190px -30px #D5D5D5;
}

.dark-grey-background {
  background-color: #616161;
}

.dark-grey-color {
  color: #616161;
}

.dark-grey-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #616161;
          box-shadow: inset 0 123px 190px -30px #616161;
}

.light-grey-background {
  background-color: #F1EFF2;
}

.light-grey-color {
  color: #F1EFF2;
}

.light-grey-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #F1EFF2;
          box-shadow: inset 0 123px 190px -30px #F1EFF2;
}

.bg-grey-background {
  background-color: #eeeeee;
}

.bg-grey-color {
  color: #eeeeee;
}

.bg-grey-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #eeeeee;
          box-shadow: inset 0 123px 190px -30px #eeeeee;
}

.pad-top-20 {
  padding-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-10 {
  margin-top: 10px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #FF8002;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #FF8002;
  --secondary: #000;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #FF8002;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #b55a00;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.container {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1324px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1324px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #FF8002 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #ce6700 !important;
}

.bg-secondary {
  background-color: #000 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: black !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #FF8002 !important;
}

.border-secondary {
  border-color: #000 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #FF8002 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #b55a00 !important;
}

.text-secondary {
  color: #000 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: black !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 90vw;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Slider */
.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-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  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 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;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 10px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li:before {
  display: none;
}

.slick-dots li button {
  border: 0;
  background: black;
  display: block;
  height: 10px;
  width: 10px;
  padding: 0;
  border-radius: 50%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  background: #FF8002;
}

.slider--publications .slick-dots {
  text-align: left;
  bottom: 30px;
}

.slider--publications .slick-dots li button:before {
  background-color: transparent;
  content: '';
}

.slider--feedback .slick-dots {
  text-align: center;
  bottom: 30px;
  left: 0;
}

.slider--feedback .slick-dots li button:before {
  background-color: transparent;
  content: '';
}

.slider--feedback .slick-dots button {
  background-color: white;
}

html {
  font-size: 16px;
  font-family: neue-haas-grotesk-text, sans-serif;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  font-family: neue-haas-grotesk-text, sans-serif;
}

body:not(.home) #content-wrap {
  background: white;
}

.single #content-wrap {
  background: #eeeeee;
}

section {
  position: relative;
  overflow: hidden;
}

.page-template-tpl-animation .logo__text,
.page-template-tpl-contact .logo__text,
.page-template-tpl-our-work .logo__text,
.page-template-tpl-our-people .logo__text,
.logo--white .logo__text {
  fill: white;
}

.home .header-logo {
  display: none;
}

.top-nav {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 70px;
  z-index: 1;
}

.top-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-nav ul > li {
  padding: 0;
  text-indent: 0;
}

.top-nav ul li a {
  padding: 20px;
  color: #FFFFFF;
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}

.top-nav ul li a:after {
  position: absolute;
  content: '';
  left: 50%;
  width: 0;
  height: 1px;
  bottom: 10px;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.top-nav ul li a:hover {
  text-decoration: none;
}

.top-nav ul li a:hover:after {
  width: calc(100% - 40px);
  left: 20px;
}

.top-nav ul li.current_page_item a:after {
  width: calc(100% - 40px);
  left: 20px;
}

.side-navigation {
  position: fixed;
  right: -100px;
  -webkit-transform: translateX(50%) rotate(90deg);
      -ms-transform: translateX(50%) rotate(90deg);
          transform: translateX(50%) rotate(90deg);
  top: 50%;
  right: 60px;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 11;
  mix-blend-mode: difference;
  color: white;
}

.side-navigation a {
  display: inline-block;
  padding: 0 15px;
  color: white;
}

.side-navigation a.active {
  opacity: 0;
}

.side-navigation--orange {
  mix-blend-mode: normal;
  z-index: 11;
  pointer-events: none;
}

.side-navigation--orange a {
  opacity: 0;
}

.side-navigation--orange a.active {
  color: #FF8002;
  opacity: 1;
}

.side-navigation .opacity-0 {
  opacity: 0;
}

.header-logo {
  position: absolute;
  top: 70px;
  right: 80px;
  z-index: 99;
}

.sticky-navigation {
  position: fixed;
  -webkit-transform: rotate(90deg) translateX(-50%);
      -ms-transform: rotate(90deg) translateX(-50%);
          transform: rotate(90deg) translateX(-50%);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  left: 60px;
  top: 50%;
  z-index: 2;
  color: #a2a2a2;
  width: 100vh;
  text-align: center;
}

.sticky-navigation a {
  color: #a2a2a2;
  padding: 10px 20px;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

.sticky-navigation a.active {
  color: black;
}

.sticky-navigation a:last-child.active {
  color: white;
}

.menu-main-container {
  padding-top: 40px;
}

.hamburger {
  position: fixed;
  top: 63px;
  left: 54px;
  z-index: 9999;
  mix-blend-mode: difference;
}

.hamburger:focus {
  outline: none;
}

.full-screen-menu__main {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: black;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 998;
  padding-left: calc(50vh + 65px);
  -webkit-transition: 0.65s cubic-bezier(1, 0, 0.84, 0.43);
  -o-transition: 0.65s cubic-bezier(1, 0, 0.84, 0.43);
  transition: 0.65s cubic-bezier(1, 0, 0.84, 0.43);
  -webkit-clip-path: polygon(100% 0%, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0%, 100% 0, 100% 100%, 100% 100%);
  pointer-events: none;
}

@media all and (-ms-high-contrast: none) {
  .full-screen-menu__main {
    opacity: 0;
  }
}

@supports (-ms-ime-align: auto) {
  .full-screen-menu__main {
    opacity: 0;
  }
}

.full-screen-menu__main li {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: -0.25px;
  font-weight: 700;
  font-family: neue-haas-grotesk-display, sans-serif;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  list-style: none;
}

.full-screen-menu__main li:nth-child(4n+1) {
  margin-left: -3vh;
}

.full-screen-menu__main li:nth-child(2) {
  margin-left: -1.5vh;
}

.full-screen-menu__main li:nth-child(4) {
  margin-left: -1.5vh;
}

.full-screen-menu__main li:hover {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.full-screen-menu__main li.current_page_item a {
  color: #FF8002;
}

.full-screen-menu__main a {
  color: white;
  padding: 20px 0;
  display: inline-block;
}

.full-screen-menu__main:after {
  position: absolute;
  width: 1000px;
  height: 100vh;
  content: '';
  left: 100%;
  background: black;
  top: 0;
}

.full-screen-menu__main .logo {
  position: absolute;
  top: 70px;
  right: 80px;
  width: 240px;
}

.full-screen-menu__main .social-icons {
  bottom: 80px;
  right: 80px;
  position: absolute;
}

.full-screen-menu__main .social-icons svg {
  margin-left: 10px;
}

.full-screen-menu__main.reduce-clip {
  -webkit-transition: 0.65s cubic-bezier(0.16, 0.57, 0, 1);
  -o-transition: 0.65s cubic-bezier(0.16, 0.57, 0, 1);
  transition: 0.65s cubic-bezier(0.16, 0.57, 0, 1);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  pointer-events: auto;
}

@media all and (-ms-high-contrast: none) {
  .full-screen-menu__main.reduce-clip {
    opacity: 1;
  }
}

@supports (-ms-ime-align: auto) {
  .full-screen-menu__main.reduce-clip {
    opacity: 1;
  }
}

.full-screen-menu__ball {
  height: calc(100vh + 40px);
  width: 100vh;
  position: fixed;
  top: -20px;
  left: 100vw;
  z-index: 999;
}

.full-screen-menu__ball:before {
  position: absolute;
  background: #FF8002;
  content: '';
  border-radius: 50%;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 1;
}

.full-screen-menu__ball:after {
  position: absolute;
  content: '';
  height: 100%;
  left: 50%;
  width: 50%;
  background: black;
  z-index: 0;
}

.social-icons-logged-in {
  left: calc(50vh + -45px);
  position: fixed;
  bottom: 80px;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity linear 0.2s;
  -o-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
}

.social-icons-logged-in svg {
  margin-left: 10px;
}

.social-icons-logged-in.visible {
  pointer-events: auto;
  opacity: 1;
}

.blog-1 .full-screen-menu__main li:nth-child(5n+1) {
  margin-left: -3vh;
}

.blog-1 .full-screen-menu__main li:nth-child(5n) {
  margin-left: -1.5vh;
}

.blog-1 .full-screen-menu__main li:nth-child(4) {
  margin-left: 0;
}

.global-menu {
  bottom: 50px;
  right: 80px;
  position: absolute;
  text-align: left;
  padding: 35px 45px;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  min-width: 280px;
}

.global-menu__current {
  color: white;
  cursor: pointer;
  font-size: 0.9375rem;
  position: relative;
  margin-left: -27px;
}

.global-menu__current:before {
  position: absolute;
  content: '';
  height: 8px;
  width: 8px;
  border-bottom: solid 2px white;
  border-left: solid 2px white;
  right: 0;
  bottom: 10px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.global-menu__current-icon {
  margin-right: 7px;
  fill: #fff;
}

.global-menu__title {
  margin-bottom: 12px;
}

.global-menu__list {
  opacity: 0;
  pointer-events: none;
}

.global-menu__list ul {
  padding: 0;
}

.global-menu__list li {
  margin-left: 0 !important;
  font-weight: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 0.9375rem;
  padding-bottom: 8px;
}

.global-menu__list a {
  letter-spacing: 0.25px;
  color: black;
  padding: 5px 0;
  font-size: 0.9375rem;
}

.global-menu.active {
  background: white;
  max-height: calc(100vh - 100px);
  overflow: scroll;
}

.global-menu.active .global-menu__list {
  opacity: 1;
  pointer-events: auto;
}

.global-menu.active .global-menu__current {
  color: black;
}

.global-menu.active .global-menu__current:before {
  border-bottom: solid 2px black;
  border-left: solid 2px black;
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
  bottom: 7px;
}

.global-menu--mobile {
  padding: 0;
  min-width: 250px;
}

.global-menu--mobile select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
  color: white;
}

.global-menu--mobile:before {
  position: absolute;
  content: '';
  height: 8px;
  width: 8px;
  border-bottom: solid 2px white;
  border-left: solid 2px white;
  right: 0;
  bottom: 10px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.hamburger {
  padding: 16px 16px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger__title {
  color: white;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 25px;
  font-style: normal;
  font-weight: 600;
  font-family: neue-haas-grotesk-display, sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.hamburger:hover:not(.is-active) .hamburger-inner::before {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

.hamburger:hover:not(.is-active) .hamburger-inner::after {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #fff;
  border-radius: 0px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.site-footer {
  background-color: black;
  padding-top: 60px;
  padding-bottom: 60px;
  color: white;
  font-size: 15px;
  z-index: 1;
  position: relative;
}

.site-footer .menu {
  padding-left: 0;
  display: inline-block;
  margin-bottom: 0;
}

.site-footer .menu li {
  display: inline-block;
  padding-left: 25px;
  position: relative;
}

.site-footer .menu li:before {
  position: absolute;
  content: '•';
  left: 12px;
  top: 0;
}

.site-footer .social-icons a {
  padding-left: 8px;
  display: inline-block;
}

.site-footer .social-icons .stroke-color, .site-footer .social-icons .fill-color {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.site-footer .social-icons svg:hover .stroke-color {
  stroke: #FF8002;
}

.site-footer .social-icons svg:hover .fill-color {
  fill: #FF8002;
}

.site-footer a {
  color: white;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.site-footer a:hover {
  color: #FF8002;
}

.bottom-footer {
  margin-top: 35px;
}

.title {
  font-weight: 700;
  font-family: neue-haas-grotesk-display, sans-serif;
}

.title--xs2 {
  font-size: 1.125rem;
}

.title--xs {
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: -0.1px;
}

.title--sm {
  font-size: 1.75rem;
  line-height: 1.32143;
  letter-spacing: -0.25px;
}

.title--sm2 {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: -0.25px;
}

.title--md {
  font-size: 3rem;
  line-height: 1.08333;
  letter-spacing: -0.25px;
}

.title--lg {
  font-size: 4rem;
  line-height: 1.0625;
  letter-spacing: -0.25px;
  line-height: 1.15;
}

.title--xl {
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: -0.25px;
}

.title--xl1 {
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.5px;
}

.title--xl2 {
  font-size: 7.5rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}

.title--bg {
  font-size: 16.25rem;
  line-height: 1;
  letter-spacing: -4px;
  text-transform: uppercase;
  font-family: neue-haas-grotesk-display, sans-serif;
}

.title--bg-small {
  font-size: 10rem;
  line-height: 1;
  letter-spacing: -4px;
  text-transform: uppercase;
  font-family: neue-haas-grotesk-display, sans-serif;
}

.title--bg-xsmall {
  font-size: 6rem;
  line-height: 1;
  letter-spacing: -4px;
  text-transform: uppercase;
  font-family: neue-haas-grotesk-display, sans-serif;
}

.title--bg-md {
  font-size: 12.5rem;
  letter-spacing: -3px;
}

.bg-on-black {
  color: white;
  opacity: 0.1;
}

.heading {
  font-weight: 700;
  font-family: neue-haas-grotesk-display, sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: 1px;
}

.parrallax-hor {
  white-space: nowrap;
  will-change: transform;
}

.brand-serif {
  font-family: "GeorgiaPro-Light", serif;
}

.main-content {
  padding-top: 210px;
  padding-bottom: 80px;
  font-size: 14px;
  line-height: 28px;
  font-family: "GeorgiaPro-Light", serif;
}

.main-content a:not(.button) {
  color: #FF8002 !important;
  text-decoration: none !important;
}

.main-content i {
  font-style: normal;
}

.main-content p,
.main-content ul,
.main-content ol {
  font-family: "GeorgiaPro-Light", serif;
  font-size: 16px;
}

.main-content table {
  font-family: "GeorgiaPro-Light", serif;
  font-size: 16px;
  margin: 30px 0;
}

.main-content table td, .main-content table th {
  padding: 8px 15px;
  border: solid 1px black;
}

.main-content h2,
.main-content h3 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
}

.archive .main-content {
  padding-top: 100px;
}

p:only-child {
  margin-bottom: 0;
}

.the-content p,
.the-content ul,
.the-content ol {
  font-family: "GeorgiaPro-Light", serif;
  font-size: 18px;
  line-height: 29px;
}

.the-content table {
  font-family: "GeorgiaPro-Light", serif;
  font-size: 18px;
  margin: 30px 0;
}

.the-content table td, .the-content table th {
  padding: 8px 15px;
  border: solid 1px #efefef;
}

.the-content table th {
  background: black;
  color: #FF8002;
  font-size: 12px;
  border-color: black;
  text-transform: uppercase;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
}

.the-content h2,
.the-content h3 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
}

.the-content h2 {
  margin-bottom: 20px;
}

.the-content h3 {
  margin-bottom: 16px;
}

.the-content ul:not(.slick-dots) {
  padding: 0;
}

.the-content ul:not(.slick-dots) li {
  padding-left: 20px;
  list-style: none;
  position: relative;
}

.the-content ul:not(.slick-dots) li:before {
  position: absolute;
  content: '•';
  color: #FF8002;
  font-size: 25px;
  top: 0;
  left: 0;
}

.the-content ol {
  padding: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}

.the-content ol li {
  padding-left: 20px;
  position: relative;
  counter-increment: my-awesome-counter;
}

.the-content ol li::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: counter(my-awesome-counter) ". ";
  color: #FF8002;
  font-weight: bold;
  font-family: neue-haas-grotesk-display, sans-serif;
}

.the-content p.intro {
  font-size: 22px;
  line-height: 33px;
}

.the-content .intro span {
  font-size: 22px;
  line-height: 33px;
}

.the-content--larger p,
.the-content--larger ul,
.the-content--larger ol {
  font-size: 18px;
}

.the-content blockquote {
  margin: 60px 0;
  position: relative;
}

.the-content blockquote:before {
  position: absolute;
  content: '';
  background-image: url("../img/quotation_marks_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  color: #FF8002;
  top: 0;
  left: -44px;
  font-size: 80px;
  line-height: 1;
}

.the-content blockquote p {
  font-size: 40px;
  line-height: 42px;
  font-family: neue-haas-grotesk-display, sans-serif;
  letter-spacing: -0.25px;
  font-weight: 600;
}

.the-content blockquote cite {
  display: block;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 25px;
  font-style: normal;
  font-weight: 600;
  font-family: neue-haas-grotesk-display, sans-serif;
}

.the-content.text-center blockquote {
  padding-top: 80px;
}

.the-content.text-center blockquote:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 20px;
}

.the-content .button {
  margin-top: 30px;
  margin-bottom: 20px;
}

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

.the-content .wp-caption {
  width: 100% !important;
}

.the-content .wp-caption-text {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: 10px;
}

.black-background hr {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.sidebar {
  padding-left: 60px;
}

.white-color .button {
  border-color: white;
  color: white;
}

.white-color .button:hover {
  background: white;
  color: black;
}

.post-date {
  margin: 20px 0 30px;
}

#content-wrap {
  position: relative;
}

a:hover {
  text-decoration: none;
}

.intro {
  font-size: 1.375rem;
  line-height: 1.5;
}

p {
  font-size: 1.125rem;
  line-height: 1.66667;
  font-family: neue-haas-grotesk-text, sans-serif;
}

ul.gallery {
  width: 100%;
  padding: 0;
}

ul.gallery li {
  display: inline-block;
  width: 50%;
  margin: 0;
  padding-bottom: 20px;
}

ul.gallery li:nth-child(2n - 1) {
  padding-right: 15px;
}

ul.gallery li:nth-child(2n) {
  padding-left: 15px;
}

@media (max-width: 575.98px) {
  ul.gallery li {
    width: 100%;
  }
}

ul.gallery li:before {
  content: none;
}

ul.gallery li div.gallery__image {
  width: 100%;
  min-height: 250px;
  max-height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
}

ul.gallery li p {
  display: none;
  margin: 0;
}

::-moz-selection {
  background: #FF8002;
  color: white;
  padding: 10px;
}

::selection {
  background: #FF8002;
  color: white;
  padding: 10px;
}

.alignleft {
  float: left;
  margin-right: 30px;
}

.alignright {
  float: right;
  margin-left: 30px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.full-height {
  height: 100vh;
}

.single-share__heading {
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: neue-haas-grotesk-display, sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.single-share__icons svg {
  display: block;
  width: 32px;
  height: 32px;
  margin: auto;
  margin-bottom: 10px;
}

.share-icons--horizontal {
  margin: 30px 0;
}

.share-icons--horizontal .single-share__heading {
  text-align: left;
}

.share-icons--horizontal .single-share__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.share-icons--horizontal .single-share__icons a {
  margin-right: 10px;
}

.single-post .single-share {
  position: absolute;
  left: 65px;
  top: 260px;
}

.global-leadership {
  padding-bottom: 100px;
}

.casestudy-archive {
  margin-bottom: 80px;
}

.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 30px auto;
}

.iframe-container iframe, .iframe-container object, .iframe-container embed, .iframe-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

table.tablepress {
  font-family: "GeorgiaPro-Light", serif;
  font-size: 18px;
  margin: 30px 0;
}

table.tablepress td, table.tablepress th {
  padding: 8px 15px;
  border: solid 1px #efefef;
  min-width: 200px;
}

table.tablepress th, table.tablepress thead th, table.tablepress tfoot th {
  background: black;
  color: #FF8002;
  font-size: 12px;
  line-height: 17px;
  border-color: black;
  text-transform: uppercase;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  table.tablepress td {
    font-size: 14px;
    line-height: 20px;
  }
}

.table-responsive {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.2))) 0 0/20px 100%, -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.2))) right/20px 100%;
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin: 30px 0;
}

.table-responsive table,
.table-responsive table.tablepress {
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0), white 15px) 0 0/50px 100%, -o-linear-gradient(left, rgba(255, 255, 255, 0), white 15px) right/50px 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white 15px) 0 0/50px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), white 15px) right/50px 100%;
  background-repeat: no-repeat;
  background-attachment: local;
  border-bottom: 1px solid #CCC;
  border-collapse: collapse;
  margin-bottom: 0;
  display: inline-table;
  margin: 0 !important;
}

.table-responsive table .odd td,
.table-responsive table.tablepress .odd td {
  background-color: rgba(221, 221, 221, 0.4) !important;
}

.table-responsive table .even td,
.table-responsive table.tablepress .even td {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.button, input[type="submit"] {
  padding: 12px 24px;
  display: inline-block;
  border: solid 2px black;
  font-weight: 700;
  font-family: neue-haas-grotesk-display, sans-serif;
  color: black;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

.button--pdf, input[type="submit"]--pdf {
  color: #000;
  padding-right: 50px;
}

.button--pdf:before, input[type="submit"]--pdf:before {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  top: calc(50% - 10px);
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/pdf-icon.svg);
}

.button--pdf:hover, input[type="submit"]--pdf:hover {
  color: #FF8002;
}

.button--ghost:hover, input[type="submit"]--ghost:hover {
  color: white;
  background: black;
}

.button--white, input[type="submit"]--white {
  border: solid 2px white;
  color: white;
}

.button--full-width, input[type="submit"]--full-width {
  display: block;
  text-align: center;
  margin-right: 0;
}

.button--is-active, input[type="submit"]--is-active {
  pointer-events: none;
  color: white;
}

.button:hover, .button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  text-decoration: none;
}

.button:hover, input[type="submit"]:hover {
  background: black;
  color: white;
}

@media screen and (max-width: 767px) {
  .button.sm-full-width, input[type="submit"].sm-full-width {
    display: block;
    text-align: center;
    margin-right: 0;
  }
}

.button--black {
  border: solid 2px black !important;
  color: black !important;
}

.next-link {
  font-size: 12px;
  letter-spacing: 0.46px;
  line-height: 15px;
  text-transform: uppercase;
  font-size: 600;
  display: inline-block;
}

.next-link svg {
  height: 40px;
  width: 40px;
}

.download-link {
  font-size: 12px;
  letter-spacing: 0.46px;
  line-height: 15px;
  text-transform: uppercase;
  font-size: 600;
  padding-left: 32px;
  font-family: neue-haas-grotesk-display, sans-serif;
  color: inherit;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.download-link:before {
  height: 24px;
  width: 24px;
  content: '';
  position: absolute;
  display: block;
  background-size: contain;
  background-image: url(../img/download.svg);
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: -3px;
}

.download-link:hover {
  color: #FF8002;
}

.share-icons {
  text-align: center;
  margin: 30px auto;
}

.share-icons svg {
  height: 40px;
  width: 40px;
}

.share-icons .icon,
.share-icons .shadow {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.share-icons a:hover .icon {
  -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
          transform: translateY(-7px);
}

.share-icons a:hover .shadow {
  -webkit-transform: scaleX(1.6);
      -ms-transform: scaleX(1.6);
          transform: scaleX(1.6);
}

.arrow-link {
  font-size: 12px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.46px;
  color: black;
}

.arrow-link svg {
  margin-left: 15px;
}

.rotate360 {
  -webkit-animation: spinner-border 30s linear infinite;
          animation: spinner-border 30s linear infinite;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.arrow {
  font-size: 12px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.46px;
  color: black;
  position: relative;
  display: inline-block;
  padding: 7px 0;
}

.arrow--white {
  color: white;
}

.arrow:before, .arrow:after {
  position: absolute;
  content: '';
  height: 30px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
}

.arrow:before {
  background-image: url("../img/arrow__circle.svg");
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

.arrow:after {
  background-image: url("../img/arrow__direction.svg");
  -webkit-filter: invert(1);
          filter: invert(1);
}

.arrow--dark:after {
  -webkit-filter: none;
          filter: none;
}

.arrow--left {
  padding-left: 40px;
}

.arrow--left:before, .arrow--left:after {
  left: 0;
}

.arrow--left:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.arrow--right {
  padding-right: 40px;
}

.arrow--right:before, .arrow--right:after {
  right: 0;
}

.arrow--large.arrow--right {
  padding-right: 75px;
}

.arrow--large:before, .arrow--large:after {
  height: 60px;
  width: 60px;
}

.arrow.a-inside {
  padding: 0;
}

.arrow.a-inside a {
  display: inline-block;
  padding: 7px 0;
  position: relative;
  z-index: 1;
}

.arrow.a-inside.arrow--left a {
  padding-left: 40px;
}

.arrow.a-inside.arrow--right a {
  padding-right: 40px;
}

.arrow:hover:before {
  -webkit-animation: spinner-border 7s linear infinite;
          animation: spinner-border 7s linear infinite;
}

.svg-text-contain {
  position: relative;
  display: inline-block;
}

.svg-text-contain--explore .svg-text-contain__text {
  color: white;
  width: 86%;
  top: 28%;
  left: 7%;
}

.svg-text-contain--central .svg-text-contain__text {
  top: 50%;
  width: 86%;
  left: 7%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: black;
}

.svg-text-contain__text {
  font-size: 14px;
  letter-spacing: 0.6px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  text-align: center;
}

.button--white {
  border: solid 2px white;
  color: white;
}

.whats-new-single-strip .js-load-more {
  z-index: 9;
  position: relative;
}

.external-link {
  color: #000;
  height: 100%;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  border-bottom: solid 1px #EEEEEE;
  padding: 16px 0;
  max-width: 280px;
  margin-bottom: 20px;
}

.external-link:hover {
  color: #FF8002;
}

.external-link .title {
  text-align: left;
}

@media (max-width: 767.98px) {
  .external-link {
    margin: auto;
  }
}

.floating-subscribe-button {
  margin: 0px 0 40px;
}

@media (min-width: 576px) {
  .floating-subscribe-button {
    margin: 140px 0 40px;
  }
}

@media (min-width: 992px) {
  .floating-subscribe-button {
    -webkit-transform: translateY(230px);
        -ms-transform: translateY(230px);
            transform: translateY(230px);
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .floating-subscribe-button {
    -webkit-transform: translateY(210px);
        -ms-transform: translateY(210px);
            transform: translateY(210px);
  }
}

img.alignleft {
  float: left;
  margin-right: 30px;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

img.alignright {
  float: right;
  margin-left: 30px;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

img.logo-divider {
  max-width: 90%;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.responsive {
  width: 100%;
  height: auto;
}

.overlap-left-40 {
  width: 140%;
  margin-left: -40%;
}

.img-background--cover {
  background-size: cover;
  background-repeat: no-repeat;
}

.img-background--contain {
  background-size: contain;
  background-repeat: no-repeat;
}

div.object-fit img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

div.object-fit--square {
  height: 0;
  padding-bottom: 100%;
}

div.object-fit--cover {
  background-size: cover;
  background-position: center center;
}

div.object-fit--cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

div.object-fit--contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

div.object-fit--contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

div.object-fit.not-compatible img {
  opacity: 0;
}

div.object-fit.not-compatible.news-teaser__image {
  background-size: cover;
  background-position: center center;
}

.circle-image, .circle-image img {
  border-radius: 50%;
  background: black;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.circle-image--large {
  height: 200px;
  width: 200px;
}

.circle-image--large img {
  height: 200px;
  width: 200px;
}

.the-content img.circle-image--large {
  height: 200px;
}

.padding--md {
  padding: 100px 0;
}

.padding--xl {
  padding: 240px 0;
}

.padding-bottom--md {
  padding-bottom: 100px;
}

.padding-bottom--xl {
  padding-bottom: 240px;
}

body.lock-scroll {
  overflow: hidden;
  height: 100vh;
}

h1 {
  margin: 0;
}

.home canvas {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.logo-loading {
  position: fixed;
  z-index: 6;
  width: 100%;
  background: white;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0 100%);
  -webkit-transition: 0.9s cubic-bezier(0.12, 0.68, 0.29, 1);
  -o-transition: 0.9s cubic-bezier(0.12, 0.68, 0.29, 1);
  transition: 0.9s cubic-bezier(0.12, 0.68, 0.29, 1);
}

.logo-loading__video {
  position: relative;
  padding-bottom: 56.25%;
  /* padding-top: 25px; */
  height: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.logo-loading.reduce-clip {
  -webkit-clip-path: polygon(100% 0%, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0%, 100% 0, 100% 100%, 100% 100%);
  pointer-events: none;
}

.logo-loading video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-loading {
  position: fixed;
  width: 100%;
  padding-left: 120px;
  color: white;
  background: black;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0 100%);
  -webkit-transition: 0.9s cubic-bezier(0.12, 0.68, 0.29, 1);
  -o-transition: 0.9s cubic-bezier(0.12, 0.68, 0.29, 1);
  transition: 0.9s cubic-bezier(0.12, 0.68, 0.29, 1);
}

.text-loading.reduce-clip {
  -webkit-clip-path: polygon(100% 0%, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0%, 100% 0, 100% 100%, 100% 100%);
}

.text-loading .title {
  margin-bottom: 30px;
}

.text-loading .outline {
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  z-index: 3;
  opacity: 0.25;
}

.text-loading .reveal {
  z-index: 0;
  position: relative;
}

.text-loading .clipping {
  position: relative;
}

.text-loading .clipping__bg {
  height: 100%;
  width: 100%;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

.overlap-title {
  margin-top: -20px;
}

.holding-text {
  font-family: "GeorgiaPro-Light", serif;
  color: white;
  font-size: 20px;
  line-height: 26px;
  opacity: 0;
  padding-right: 30px;
}

.bottom-row {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  padding: 0 80px 0 120px;
}

.enter-site {
  position: relative;
  height: 100px;
  width: 100px;
  min-width: 100px;
  color: white;
  border-radius: 50%;
  text-align: center;
  padding-top: 37px;
  cursor: pointer;
  z-index: 5;
  font-weight: 700;
  font-family: neue-haas-grotesk-display, sans-serif;
  letter-spacing: 0.25px;
}

.enter-site:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border: white 1px dashed;
  border-radius: 50%;
  top: 0;
  left: 0;
  -webkit-animation: rotating 10s linear infinite;
          animation: rotating 10s linear infinite;
  z-index: -2;
}

.enter-site:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border: #FF8002 1px solid;
  background: #FF8002;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s cubic-bezier(0.56, 0.18, 0.41, 1.21);
  -o-transition: 0.5s cubic-bezier(0.56, 0.18, 0.41, 1.21);
  transition: 0.5s cubic-bezier(0.56, 0.18, 0.41, 1.21);
}

.enter-site:hover:after {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}

.enter-site--dark {
  color: #000;
  padding-top: 34px;
  line-height: 1.1;
}

.enter-site--dark:before {
  border: #000 1px dashed;
}

.magnific-inline .enter-site {
  position: absolute;
  right: 80px;
  bottom: 160px;
  z-index: 2;
}

.mfp-content {
  max-width: 850px;
  padding: 60px;
  background: white;
}

#what_we_do {
  position: relative;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.leadership-strip .person-teaser {
  margin-bottom: 0px;
}

.global-clients-contain {
  margin-bottom: 120px;
  margin-top: 120px;
}

.global-clients__logos {
  position: relative;
  z-index: -1;
  margin-bottom: 120px;
}

.title--xs + p {
  margin-top: 5px;
}

.title--sm + .simple-teaser {
  margin-top: 36px;
}

.title--sm + p {
  margin-top: 6px;
}

.title--sm2 + .contact-details {
  margin-top: 20px;
}

.title--md + .title--md {
  margin-top: 30px;
}

.title--md:only-child {
  margin-bottom: 30px;
}

.title--md + .contact-details {
  margin-top: 30px;
}

.title--lg:only-child {
  margin-bottom: 20px;
}

.title--lg + .meta-data {
  margin-top: 26px;
}

.title--xl + .heading {
  margin-top: 30px;
}

.title--xl1 + .meta-data {
  margin-top: 40px;
}

.title + .teaser-grid {
  margin-top: 35px;
}

.page-template-default h1 {
  margin-bottom: 30px;
}

.single-title + .single-main {
  margin-top: 42px;
}

.single-share + .single-main {
  margin-top: 42px;
}

.single-main {
  padding-bottom: 90px;
}

.object-fit + .title--sm {
  margin-top: 20px;
}

.heading + .heading {
  margin-top: 10px;
}

.heading + p {
  margin-top: 10px;
}

.casestudy-meta {
  margin-top: 40px;
}

.offices {
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  min-height: 100vh;
}

.offices__content {
  min-height: 50vh;
}

.offices__header {
  margin-bottom: 45px;
}

.offices__header .title {
  margin: 0;
}

.offices #globeCanvas {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: right;
}

.offices #globeCanvas:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.15;
}

.offices canvas {
  height: 100%;
  width: 100%;
}

.offices .social {
  font-family: "GeorgiaPro-Light", serif;
}

.offices__bg-title {
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  top: calc(50%);
  left: 90px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.js-global-office {
  margin-top: 30px;
}

.js-global-office .contact-details {
  font-size: 20px;
  line-height: 29px;
}

.region-link {
  border: solid 1px #616161;
  padding: 20px 30px;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.region-link:hover {
  border-color: white;
}

.region-link.active {
  color: #FF8002;
  border-color: #FF8002;
}

.country-selector__panel {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  top: 0;
}

.country-selector__heading {
  margin-bottom: 35px;
}

.region-selector {
  margin-top: 100px;
}

.region-selector__heading {
  margin-bottom: 35px;
  font-size: 18px;
}

.left-arrow {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.left-arrow:before {
  position: absolute;
  content: '';
  border-bottom: solid 2px;
  border-left: solid 2px;
  border-radius: 2px;
  height: 8px;
  width: 8px;
  left: 0;
  top: 7px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.left-arrow:hover {
  color: white;
}

.left-arrow:hover:before {
  -webkit-transform: translateX(-5px) rotate(45deg);
      -ms-transform: translateX(-5px) rotate(45deg);
          transform: translateX(-5px) rotate(45deg);
}

.country-link {
  font-size: 18px;
  letter-spacing: 0.1px;
  cursor: pointer;
  margin-bottom: 6px;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.country-link.active {
  color: #FF8002;
}

.country-link.active:hover {
  opacity: 1;
}

.country-link:hover {
  color: #FF8002;
}

.js-info-to-copy {
  display: none;
}

.js-back-to-offices {
  margin-top: 30px;
}

.country-slider .slick-slide:focus {
  outline: none;
}

.country-slider .slick-arrow {
  color: white;
  top: auto;
  height: auto;
  width: auto;
  bottom: -40px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  font-size: 14px;
  display: inline-block;
  min-height: 18px;
}

.country-slider .slick-arrow:before {
  position: absolute;
  display: inline-block;
  content: '';
  height: 12px;
  width: 12px;
  border-bottom: solid 2px #FF8002;
  border-left: solid 2px #FF8002;
  top: 3px;
  opacity: 1;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.country-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
}

.country-slider .slick-arrow.slick-disabled:before {
  border-bottom: solid 2px white;
  border-left: solid 2px white;
}

.country-slider .slick-prev {
  left: 0;
  padding-left: 20px;
}

.country-slider .slick-prev:before {
  left: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.country-slider .slick-prev:hover:before {
  -webkit-transform: translateX(-5px) rotate(45deg);
      -ms-transform: translateX(-5px) rotate(45deg);
          transform: translateX(-5px) rotate(45deg);
}

.country-slider .slick-next {
  right: 0;
  padding-right: 20px;
}

.country-slider .slick-next:before {
  right: 0;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.country-slider .slick-next:hover:before {
  -webkit-transform: translateX(5px) rotate(-135deg);
      -ms-transform: translateX(5px) rotate(-135deg);
          transform: translateX(5px) rotate(-135deg);
}

.contact-details {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.25px;
  font-family: "GeorgiaPro-Light", serif;
}

.contact-details .social-icons {
  margin-top: 20px;
}

.contact-details .social-icons svg {
  margin-right: 10px;
}

.office-info__tabs {
  margin-bottom: 35px;
}

.office-info__tabs div {
  display: inline-block;
  padding-right: 15px;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  cursor: pointer;
  margin-bottom: 8px;
}

.office-info__tabs div.active {
  color: #FF8002;
}

.office-info-contain {
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25px;
  top: 0;
  width: calc(100% - 50px);
}

.banner {
  position: relative;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  padding-top: 220px;
}

.banner__center {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner--full-height {
  height: 100vh;
}

.banner--ar {
  padding-bottom: 42%;
}

.banner__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  opacity: 0.7;
  background: -o-linear-gradient(269.65deg, transparent 0%, #000000 100%);
  background: linear-gradient(180.35deg, transparent 0%, #000000 100%);
}

.banner__overlay--full {
  height: 100%;
}

.banner--share {
  width: calc(100% - 180px);
  margin-left: auto;
  overflow: visible;
}

.banner--share .banner__image {
  padding-bottom: 50%;
  background: #616161;
  position: relative;
}

.banner--share .banner__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner--share .banner__image:before {
  position: absolute;
  content: '';
  opacity: 0.65;
  bottom: 0;
  left: 0;
  height: 25%;
  width: 100%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(8.62%, rgba(255, 255, 255, 0.02)), color-stop(16.56%, rgba(255, 255, 255, 0.05)), color-stop(23.93%, rgba(255, 255, 255, 0.12)), color-stop(30.85%, rgba(255, 255, 255, 0.2)), color-stop(37.42%, rgba(255, 255, 255, 0.29)), color-stop(43.77%, rgba(255, 255, 255, 0.39)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(56.23%, rgba(255, 255, 255, 0.61)), color-stop(62.58%, rgba(255, 255, 255, 0.71)), color-stop(69.15%, rgba(255, 255, 255, 0.8)), color-stop(76.07%, rgba(255, 255, 255, 0.88)), color-stop(83.44%, rgba(255, 255, 255, 0.95)), color-stop(91.38%, rgba(255, 255, 255, 0.98)), to(#FFFFFF));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 8.62%, rgba(255, 255, 255, 0.05) 16.56%, rgba(255, 255, 255, 0.12) 23.93%, rgba(255, 255, 255, 0.2) 30.85%, rgba(255, 255, 255, 0.29) 37.42%, rgba(255, 255, 255, 0.39) 43.77%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.61) 56.23%, rgba(255, 255, 255, 0.71) 62.58%, rgba(255, 255, 255, 0.8) 69.15%, rgba(255, 255, 255, 0.88) 76.07%, rgba(255, 255, 255, 0.95) 83.44%, rgba(255, 255, 255, 0.98) 91.38%, #FFFFFF 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 8.62%, rgba(255, 255, 255, 0.05) 16.56%, rgba(255, 255, 255, 0.12) 23.93%, rgba(255, 255, 255, 0.2) 30.85%, rgba(255, 255, 255, 0.29) 37.42%, rgba(255, 255, 255, 0.39) 43.77%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.61) 56.23%, rgba(255, 255, 255, 0.71) 62.58%, rgba(255, 255, 255, 0.8) 69.15%, rgba(255, 255, 255, 0.88) 76.07%, rgba(255, 255, 255, 0.95) 83.44%, rgba(255, 255, 255, 0.98) 91.38%, #FFFFFF 100%);
}

.banner--share .single-share {
  left: -105px;
  top: auto;
  bottom: -10px;
  z-index: 2;
}

.banner--share.black-background:after {
  position: absolute;
  content: '';
  background: black;
  width: 200px;
  height: 100%;
  z-index: 1;
  top: 0;
  left: -200px;
}

.banner--share.black-background .single-share__heading {
  color: white;
}

.banner--image {
  padding-top: 0;
  padding-bottom: 42%;
  min-height: 420px;
  margin-bottom: 70px;
}

.banner--image .banner__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner--image .banner__title {
  position: absolute;
  opacity: 0.2;
  margin-bottom: 0;
}

.banner--image .banner__title.title--bg {
  bottom: -40px;
  left: -20px;
}

.banner--image .banner__title.title--bg-small {
  bottom: -20px;
  left: 160px;
}

.single-title {
  margin-top: -44px;
  position: relative;
  z-index: 3;
}

.single-title--no-offset {
  margin-top: 0;
  padding-top: 250px;
}

.single-title--full-height {
  height: 100vh;
  padding-bottom: 90px;
}

.single-title--full-height .row {
  height: 100%;
}

.single-title--full-height .down-arrow {
  position: absolute;
  bottom: 120px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 10px;
}

.single-title--full-height .down-arrow svg {
  height: 45px;
  width: 82px;
}

.simple-title {
  padding: 180px 0 70px;
  overflow: hidden;
}

.meta-data {
  font-size: 0.625rem !important;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
}

.meta-data span {
  margin: 0 18px;
  display: inline-block;
  position: relative;
}

.meta-data span:before {
  position: absolute;
  content: '•';
  top: 0;
  left: -20px;
}

.meta-data span:first-child {
  margin-left: 0;
}

.meta-data span:first-child:before {
  display: none;
}

.meta-data span:last-child {
  margin-right: 0;
}

.cursor-follow {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  pointer-events: none;
  color: white;
  letter-spacing: 1.5px;
  font-size: 10px;
  min-height: 30px;
  min-width: 30px;
}

.cursor-follow.cursor-hide .cursor-follow__ball {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.cursor-follow.cursor-active .cursor-follow__ball {
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}

.cursor-follow__ball {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #FF8002;
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s linear, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s linear, transform 0.3s ease-in-out;
  transition: opacity 0.3s linear, transform 0.3s ease-in-out;
  transition: opacity 0.3s linear, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: relative;
}

.cursor-follow__linked-in {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 34px;
  height: 34px;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.cursor-follow__linked-in.active {
  opacity: 1;
}

.cursor-follow__plus {
  top: -10px;
  left: -10px;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.cursor-follow__minus {
  position: absolute;
  top: 6px;
  left: -10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.cursor-follow__break {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: black;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  -webkit-transform: translate(-50%, -20px);
      -ms-transform: translate(-50%, -20px);
          transform: translate(-50%, -20px);
  position: absolute;
  left: 15px;
  opacity: 0;
  white-space: nowrap;
}

.cursor-follow__fearless {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: white;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  -webkit-transform: translate(-50%, -20px);
      -ms-transform: translate(-50%, -20px);
          transform: translate(-50%, -20px);
  position: absolute;
  left: 15px;
  opacity: 0;
  white-space: nowrap;
}

.cursor-follow__scroll {
  text-align: center;
  width: 160px;
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -30px);
      -ms-transform: translate(-50%, -30px);
          transform: translate(-50%, -30px);
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.cursor-follow--blend {
  mix-blend-mode: difference;
}

.scroll-icon {
  width: 30px;
}

.scroll-icon .circle-1,
.scroll-icon .circle-2 {
  -webkit-animation: scroll 2s infinite linear;
          animation: scroll 2s infinite linear;
  opacity: 0;
}

.scroll-icon .circle-2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes scroll {
  0% {
    cy: 4;
    opacity: 0;
  }
  45%,
  55% {
    opacity: 1;
    cy: 9;
  }
  100% {
    cy: 14;
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    cy: 4;
    opacity: 0;
  }
  45%,
  55% {
    opacity: 1;
    cy: 9;
  }
  100% {
    cy: 14;
    opacity: 0;
  }
}

.attract-hover-easing {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.page-template-tpl-our-story .cursor-follow__scroll {
  color: black;
}

.page-template-tpl-our-story .cursor-follow__scroll path {
  stroke: black;
}

.page-template-tpl-our-story .cursor-follow__scroll circle {
  fill: black;
}

.page-template-tpl-our-story {
  background-color: #000;
}

.person-teaser {
  margin-bottom: 60px;
  color: black;
}

.person-teaser__image {
  padding-bottom: 100%;
  height: 0;
  position: relative;
}

.person-teaser img {
  position: relative;
}

.person-teaser .title {
  color: black;
  padding-top: 15px;
}

.bio {
  font-family: "GeorgiaPro-Light", serif;
  padding-top: 13px;
  margin-top: 13px;
  position: relative;
}

.bio:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 25px;
  height: 1px;
  background: #FF8002;
}

.news-teaser {
  margin-bottom: 40px;
}

.news-teaser__tag {
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 12px;
  text-transform: uppercase;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  position: absolute;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(-90deg) translate(-100%, 10px);
      -ms-transform: rotate(-90deg) translate(-100%, 10px);
          transform: rotate(-90deg) translate(-100%, 10px);
  top: 0;
  left: 0;
}

.news-teaser__image {
  height: 0;
  background-color: black;
  background-image: url("../img/brandmark-fallback.svg");
  background-size: 80px;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 66%;
  position: relative;
  overflow: hidden;
}

.news-teaser__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.21, 1);
  -o-transition: 0.4s cubic-bezier(0, 0, 0.21, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.21, 1);
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}

.news-teaser__image:before {
  position: absolute;
  content: '';
  opacity: 0.5;
  bottom: 0;
  left: 0;
  height: 25%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(8.62%, rgba(255, 255, 255, 0.02)), color-stop(16.56%, rgba(255, 255, 255, 0.05)), color-stop(23.93%, rgba(255, 255, 255, 0.12)), color-stop(30.85%, rgba(255, 255, 255, 0.2)), color-stop(37.42%, rgba(255, 255, 255, 0.29)), color-stop(43.77%, rgba(255, 255, 255, 0.39)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(56.23%, rgba(255, 255, 255, 0.61)), color-stop(62.58%, rgba(255, 255, 255, 0.71)), color-stop(69.15%, rgba(255, 255, 255, 0.8)), color-stop(76.07%, rgba(255, 255, 255, 0.88)), color-stop(83.44%, rgba(255, 255, 255, 0.95)), color-stop(91.38%, rgba(255, 255, 255, 0.98)), to(#FFFFFF));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 8.62%, rgba(255, 255, 255, 0.05) 16.56%, rgba(255, 255, 255, 0.12) 23.93%, rgba(255, 255, 255, 0.2) 30.85%, rgba(255, 255, 255, 0.29) 37.42%, rgba(255, 255, 255, 0.39) 43.77%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.61) 56.23%, rgba(255, 255, 255, 0.71) 62.58%, rgba(255, 255, 255, 0.8) 69.15%, rgba(255, 255, 255, 0.88) 76.07%, rgba(255, 255, 255, 0.95) 83.44%, rgba(255, 255, 255, 0.98) 91.38%, #FFFFFF 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 8.62%, rgba(255, 255, 255, 0.05) 16.56%, rgba(255, 255, 255, 0.12) 23.93%, rgba(255, 255, 255, 0.2) 30.85%, rgba(255, 255, 255, 0.29) 37.42%, rgba(255, 255, 255, 0.39) 43.77%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.61) 56.23%, rgba(255, 255, 255, 0.71) 62.58%, rgba(255, 255, 255, 0.8) 69.15%, rgba(255, 255, 255, 0.88) 76.07%, rgba(255, 255, 255, 0.95) 83.44%, rgba(255, 255, 255, 0.98) 91.38%, #FFFFFF 100%);
  z-index: 1;
}

.news-teaser__title {
  color: black;
  padding: 0 30px;
  margin-top: -0.5em;
  position: relative;
  z-index: 2;
}

.news-teaser__title.title--sm {
  margin-top: -0.75em;
}

.news-teaser__link {
  margin-top: 15px;
}

.news-teaser:hover .arrow-link .rotate {
  -webkit-animation: spinner-border 10s linear infinite;
          animation: spinner-border 10s linear infinite;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

.news-teaser:hover .news-teaser__image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.news-teaser .casestudy-meta {
  margin-top: 20px;
  font-weight: normal;
}

@media (min-width: 992px) {
  .whats-new-grid > div:nth-child(2) {
    margin-top: 320px;
  }
  .whats-new-grid > div:nth-child(4) {
    margin-top: 40px;
  }
  .whats-new-grid > div:nth-child(6) {
    margin-top: 160px;
  }
  .whats-new-grid--single > div:nth-child(1) {
    margin-top: 150px;
  }
}

.whats-new-single-strip {
  margin: 100px 0;
  position: relative;
  overflow-y: visible;
  overflow-x: hidden;
}

.whats-new-single-strip__load-more {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100px;
}

.js-load-more {
  cursor: pointer;
}

.whats-new-filters {
  padding-top: 60px;
  padding-bottom: 280px;
}

.whats-new-floating-title {
  position: fixed;
  width: 100%;
  top: 200px;
  left: 0;
}

.whats-new-floating-title .title div {
  margin-left: 650px;
}

.pagination {
  padding: 110px 0 160px;
  font-size: 12px;
  letter-spacing: 0.46px;
  line-height: 15px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.pagination a {
  color: black;
}

.simple-teaser {
  margin-bottom: 25px;
  display: block;
}

.simple-teaser svg {
  position: absolute;
  top: 30px;
  left: 26px;
  height: calc(100% - 60px);
}

.simple-teaser__image {
  background: black;
  width: 110px;
  margin-right: 20px;
  padding-bottom: 85%;
  position: relative;
}

.simple-teaser__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.simple-teaser__title {
  color: black;
}

.image-teaser {
  position: relative;
  padding-bottom: 65%;
  width: 100%;
  background: black;
  z-index: 2;
}

.image-teaser:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: '';
  opacity: 0.2;
  background: black;
  z-index: 1;
  left: 0;
  top: 0;
}

.image-teaser__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-teaser__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 25%;
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}

.image-teaser__center {
  padding: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.image-teaser.js-animating {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.container--news-grid {
  width: 1420px;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.container--news-grid-all-wide .whats-new-grid > div {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 60px;
}

.nav-link--disable {
  pointer-events: none;
  opacity: 0.25;
}

.child-teasers {
  margin-top: 80px;
  margin-bottom: 160px;
}

.page-teaser {
  color: black;
  margin-bottom: 40px;
}

.page-teaser__overlay {
  position: absolute;
  width: 100%;
  height: 20%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
  background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
  bottom: 0;
  left: 0;
}

.page-teaser__image {
  padding-bottom: 70%;
  position: relative;
  background: #f7f7f7;
}

.page-teaser__content {
  padding: 0 15px;
  margin-top: -20px;
  position: relative;
}

.page-teaser__content .title {
  line-height: 1;
}

.video-teaser {
  padding-bottom: 56.25%;
  z-index: 10;
  background-size: cover;
  background-position: center;
  min-height: 520px;
  position: relative;
}

.video-teaser__icon {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  z-index: 2;
}

.video-teaser__icon-mobile {
  display: none;
}

.video-teaser__title {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
  z-index: 2;
}

.video-teaser__center {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 4;
}

.video-teaser__bg {
  position: absolute;
  bottom: -50px;
  left: -20px;
  z-index: 4;
  font-size: 320px;
  mix-blend-mode: soft-light;
}

.video-teaser video {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-teaser video:focus {
  outline: none;
}

.video-teaser .video-loop {
  z-index: 1;
}

.video-teaser .video-teaser__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.video-teaser .video-teaser__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 575.98px) {
  .video-teaser .video-teaser__video iframe {
    height: 85vh;
  }
}

.video-strip {
  padding: 110px 0 130px;
}

.video-strip--full {
  padding: 0;
  position: relative;
  z-index: 10;
  background: black;
}

.video-strip--full .video-teaser {
  height: 100vh;
}

.video-strip img {
  z-index: 1;
}

.video-strip iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.awards-list {
  margin-top: 45px;
}

.awards-list img {
  max-width: 100%;
  padding-right: 25px;
}

.awards-list__title {
  font-weight: 700;
  font-family: neue-haas-grotesk-display, sans-serif;
  letter-spacing: -0.1px;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 25px;
}

.awards-list p {
  margin: 0;
}

.awards-list__award {
  margin-bottom: 20px;
}

.single-casestudy .top-banner {
  padding-top: 275px;
  padding-bottom: 10px;
}

.single-casestudy p {
  font-family: "GeorgiaPro-Light", serif;
}

.single-casestudy .hamburger {
  mix-blend-mode: difference;
  -webkit-transition: 0.1s all 0.4s;
  -o-transition: 0.1s all 0.4s;
  transition: 0.1s all 0.4s;
}

.accordion-slider {
  background: black;
  position: relative;
  overflow: hidden;
}

.accordion-slider__bg {
  position: absolute;
  width: 100%;
  top: 90px;
  pointer-events: none;
}

.accordion-slider__tabs__tab {
  background: white;
  padding: 80px;
  padding-left: 140px;
  border-left: solid 2px #eeeeee;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.accordion-slider__tabs__tab .sideways-title {
  position: absolute;
  top: 60px;
  left: 80px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  white-space: nowrap;
  pointer-events: none;
}

.accordion-slider__tabs__tab .sideways-title__num {
  color: #FF8002;
  font-size: 15px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: -22px;
}

.accordion-slider__tabs__tab .sideways-title .title {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
  margin: 0;
}

.accordion-slider__tabs__tab.open-tab .my-big-content {
  width: 560px;
}

.accordion-slider__tabs__control {
  height: 100%;
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.accordion-slider__tabs__control:hover + div {
  color: #FF8002;
}

.accordion-slider__slides {
  width: 560px;
  padding-bottom: 80px;
}

.accordion-slider__slides .slick-slide {
  padding: 0 30px;
}

.accordion-slider__pages {
  position: absolute;
  bottom: 24px;
  min-width: 560px;
  text-align: center;
  width: 100%;
  font-family: "GeorgiaPro-Light", serif;
}

.accordion-slider__next-link {
  position: absolute;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 12px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.46px;
  bottom: 130px;
  left: -10px;
}

.accordion-slider__next-link svg {
  margin-left: 20px;
}

.accordion-slider__next-link a {
  color: white;
}

.accordion-slider .slick-arrow {
  bottom: 20px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: inherit;
  font-size: 12px;
  text-transform: uppercase;
  height: auto;
  width: auto;
  color: black;
  letter-spacing: 0.6px;
  font-weight: 600;
  display: inline-block;
  height: 30px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  color: white;
}

.accordion-slider .slick-arrow:before {
  content: '';
  width: 50px;
  height: 30px;
  background-image: url(../img/next-previous-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: -16px;
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.accordion-slider .slick-arrow.slick-disabled {
  opacity: 0.3;
}

.accordion-slider .slick-arrow.slick-disabled:before {
  opacity: 1;
}

.accordion-slider .slick-next {
  right: 30px;
  padding-right: 60px;
}

.accordion-slider .slick-next:before {
  right: 0;
}

.accordion-slider .slick-next:not(.slick-disabled):hover:before {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.accordion-slider .slick-prev {
  left: 30px;
  padding-left: 60px;
}

.accordion-slider .slick-prev:before {
  left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-slider .slick-prev:not(.slick-disabled):hover:before {
  -webkit-transform: rotate(180deg) translateX(10px);
      -ms-transform: rotate(180deg) translateX(10px);
          transform: rotate(180deg) translateX(10px);
}

.accordion-slider .slick-slider {
  position: initial;
}

.my-big-content {
  overflow: hidden;
  width: 40vw;
  width: 0;
  max-width: 560px;
  min-height: 490px;
  position: relative;
  -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blog-13 .my-big-content, .blog-4 .my-big-content {
  min-height: 590px;
}

.stats-strip {
  padding: 130px 0 100px;
}

.stats-strip__intro {
  margin-top: 40px;
}

.stats-strip__stats {
  position: relative;
  min-height: 460px;
}

.stats-strip__stats .stat-circle {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.stats-strip__stats .stat-circle:nth-child(3) {
  top: 0;
  left: 40%;
}

.stats-strip__stats .stat-circle:nth-child(1) {
  top: 220px;
  left: 79%;
}

.stats-strip__stats .stat-circle:nth-child(2) {
  top: 300px;
  left: 23%;
}

.stats-strip__stats .stat-circle .title--sm {
  font-size: 40px;
}

.stats-strip__stats .stat-circle .title--md {
  font-size: 60px;
}

.stats-strip__stats .stat-circle .title--lg {
  font-size: 80px;
}

.stat-circle {
  background: black;
  border-radius: 50%;
  text-align: center;
}

.stat-circle--sm {
  height: 220px;
  width: 220px;
}

.stat-circle--sm .stat-circle__desc {
  margin-top: 0;
}

.stat-circle--md {
  height: 300px;
  width: 300px;
}

.stat-circle--lg {
  height: 400px;
  width: 400px;
}

.stat-circle__value {
  color: #FF8002;
}

.stat-circle__value.title {
  margin-bottom: 0;
}

.stat-circle__desc {
  color: white;
  font-family: "GeorgiaPro-Light", serif;
  margin-top: 10px;
  padding: 0 40px;
  font-size: 18px;
  line-height: 24px;
}

.next-strip {
  padding-top: 115px;
  padding-bottom: 160px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: white;
}

.next-strip .central-slider {
  margin-top: -50px;
}

.next-strip .title--bg {
  white-space: nowrap;
  font-size: 160px;
}

.page-template-tpl-our-people .next-strip {
  background: transparent;
}

.central-slider {
  position: relative;
  overflow: visible;
}

.central-slider .slick-track {
  padding-bottom: 90px;
}

.central-slider .slick-slide div:focus, .central-slider .slick-slide a:focus {
  outline: none;
}

.central-slider .overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.central-slider .overlay-link:focus {
  outline: none;
}

.central-slider__instructions {
  font-size: 12px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.46px;
  text-align: center;
  position: absolute;
  left: calc(50% - 81px);
  pointer-events: none;
  cursor: -webkit-grab;
  cursor: grab;
  bottom: 0;
}

.central-slider__instructions svg {
  display: block;
  margin: 15px auto;
}

.central-slider__slide {
  padding: 0 40px;
}

.central-slider__slide .image {
  position: relative;
  overflow: hidden;
  height: 450px;
  max-width: 660px;
  width: 80vw;
  margin: auto;
}

.central-slider__slide .image:before {
  position: absolute;
  content: '';
  opacity: 0.5;
  bottom: 0;
  left: 0;
  height: 25%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(8.62%, rgba(255, 255, 255, 0.02)), color-stop(16.56%, rgba(255, 255, 255, 0.05)), color-stop(23.93%, rgba(255, 255, 255, 0.12)), color-stop(30.85%, rgba(255, 255, 255, 0.2)), color-stop(37.42%, rgba(255, 255, 255, 0.29)), color-stop(43.77%, rgba(255, 255, 255, 0.39)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(56.23%, rgba(255, 255, 255, 0.61)), color-stop(62.58%, rgba(255, 255, 255, 0.71)), color-stop(69.15%, rgba(255, 255, 255, 0.8)), color-stop(76.07%, rgba(255, 255, 255, 0.88)), color-stop(83.44%, rgba(255, 255, 255, 0.95)), color-stop(91.38%, rgba(255, 255, 255, 0.98)), to(#FFFFFF));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 8.62%, rgba(255, 255, 255, 0.05) 16.56%, rgba(255, 255, 255, 0.12) 23.93%, rgba(255, 255, 255, 0.2) 30.85%, rgba(255, 255, 255, 0.29) 37.42%, rgba(255, 255, 255, 0.39) 43.77%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.61) 56.23%, rgba(255, 255, 255, 0.71) 62.58%, rgba(255, 255, 255, 0.8) 69.15%, rgba(255, 255, 255, 0.88) 76.07%, rgba(255, 255, 255, 0.95) 83.44%, rgba(255, 255, 255, 0.98) 91.38%, #FFFFFF 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 8.62%, rgba(255, 255, 255, 0.05) 16.56%, rgba(255, 255, 255, 0.12) 23.93%, rgba(255, 255, 255, 0.2) 30.85%, rgba(255, 255, 255, 0.29) 37.42%, rgba(255, 255, 255, 0.39) 43.77%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.61) 56.23%, rgba(255, 255, 255, 0.71) 62.58%, rgba(255, 255, 255, 0.8) 69.15%, rgba(255, 255, 255, 0.88) 76.07%, rgba(255, 255, 255, 0.95) 83.44%, rgba(255, 255, 255, 0.98) 91.38%, #FFFFFF 100%);
  z-index: 1;
}

.central-slider__slide img {
  height: 100%;
  width: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.central-slider__slide .slide__text {
  max-width: 660px;
  width: 80vw;
  padding-left: 40px;
  margin: auto;
  margin-top: -37px;
  position: relative;
  z-index: 4;
}

.central-slider__slide:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.central-slider__slide:focus {
  outline: none;
}

.central-slider__slide .rapid-image-slider {
  height: 450px;
  opacity: 1;
}

.central-slider__slide .rapid-image-slider div {
  opacity: 1;
}

.central-slider__slide .rapid-image-slider .image {
  position: absolute;
}

.central-slider .slick-slide {
  cursor: -webkit-grab;
  cursor: grab;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.central-slider .slick-slide.slick-current {
  opacity: 1;
  z-index: 9;
}

.central-slider .slick-slide.slick-current .title {
  opacity: 1;
  -webkit-transition: all 0.7s cubic-bezier(0.485, 0.135, 0, 0.995) 0.2s;
  -o-transition: all 0.7s cubic-bezier(0.485, 0.135, 0, 0.995) 0.2s;
  transition: all 0.7s cubic-bezier(0.485, 0.135, 0, 0.995) 0.2s;
}

.central-slider .slick-slide .title {
  -webkit-transition: all 0.7s cubic-bezier(0.485, 0.135, 0, 0.995);
  -o-transition: all 0.7s cubic-bezier(0.485, 0.135, 0, 0.995);
  transition: all 0.7s cubic-bezier(0.485, 0.135, 0, 0.995);
  font-size: 64px;
  line-height: 1;
}

.central-slider .slick-slide:focus {
  outline: none;
}

.central-slider .slick-slide .casestudy-meta {
  margin-top: 20px;
}

.central-slider .slick-arrow {
  z-index: 1;
  top: 200px;
  height: 80px;
  width: 80px;
  background-image: url("../img/carousel-arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.central-slider .slick-arrow:before {
  display: none;
}

.central-slider .slick-next {
  right: 100px;
}

.central-slider .slick-prev {
  left: 100px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.central-slider--no-slide .central-slider__slide .image {
  width: 100%;
}

.central-slider--no-slide .central-slider__slide .rapid-image-slider {
  position: relative;
}

.central-slider--no-slide .central-slider__slide {
  padding: 0;
}

.accordion__title {
  text-transform: uppercase;
  padding: 15px 0;
  cursor: pointer;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.accordion__item {
  border-bottom: solid 1px #D5D5D5;
  position: relative;
}

.accordion__item:last-child {
  border-bottom: none;
}

.accordion__item .open .accordion__trigger-icon:after {
  -webkit-transform: rotate(90deg) scaleX(0);
      -ms-transform: rotate(90deg) scaleX(0);
          transform: rotate(90deg) scaleX(0);
}

.accordion__item .open .accordion__title {
  color: #FF8002;
}

.accordion__content {
  padding-bottom: 30px;
}

.accordion__trigger-icon {
  position: absolute;
  right: 0;
  top: 15px;
  cursor: pointer;
}

.accordion__trigger-icon:before, .accordion__trigger-icon:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 15px;
  background: black;
  top: 20px;
  left: 13px;
}

.accordion__trigger-icon:after {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordions {
  margin-top: 50px;
}

.platform-watch {
  padding-top: 240px;
  padding-bottom: 90px;
}

.platform-watch__grid {
  margin-top: 50px;
}

.platform-watch__grid > div {
  padding-bottom: 50px;
}

.platform-watch__grid > div:nth-child(3n-2) .platform-card__ajax-content {
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.platform-watch__grid > div:nth-child(3n-1) .platform-card__ajax-content {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.platform-watch__grid > div:nth-child(3n) .platform-card__ajax-content {
  right: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@media (max-width: 1199.98px) {
  .platform-watch__grid > div:nth-child(2n) .platform-card__ajax-content {
    left: auto;
    right: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .platform-watch__grid > div:nth-child(2n-1) .platform-card__ajax-content {
    right: auto;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.platform-card {
  padding: 80px 50px 140px;
  position: relative;
  min-height: 390px;
}

.platform-card__platform {
  position: absolute;
  top: 20px;
  left: 20px;
}

.platform-card__platform img {
  margin-right: 12px;
  width: 30px;
}

.platform-card__author {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 40px 50px;
}

.platform-card .author-title {
  opacity: 0.6;
}

.platform-card__ajax-content {
  position: absolute;
  border: solid 12px;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  cursor: initial;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  overflow: scroll;
}

.platform-card__center {
  width: 210px;
  max-width: calc(100% - 100px);
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.platform-card__center-icon {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}

.newsletter-signup {
  padding: 40px 50px;
}

.platform-faded-icon {
  position: absolute;
  right: 0;
  bottom: 30px;
}

.platform-faded-icon img {
  width: 370px;
}

.platform-meta-data {
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: solid 1px #ededed;
  position: relative;
}

@media (max-width: 1199.98px) {
  .platform-meta-data .d-flex {
    margin-bottom: 20px;
  }
}

body:not(.single-platformwatch) .only-single {
  display: none;
}

body:not(.single-platformwatch) .platform-border-contain {
  padding-top: 200px;
  border: none;
}

body:not(.single-platformwatch) .platform-border__platform {
  display: block;
}

.platform-border-contain {
  padding-top: 100px;
  border: solid 12px white;
  background: white;
}

.platform-sidebar > div {
  margin-bottom: 50px;
}

.platform-sidebar .video-teaser {
  padding: 0;
  height: auto;
  min-height: auto;
}

.platform-sidebar .video-teaser img {
  position: relative;
}

.ajax-content__content {
  opacity: 0;
}

.ajax-content__close {
  position: absolute;
  top: 60px;
  right: 60px;
  width: 30px;
  height: 30px;
  z-index: 2;
  cursor: pointer;
}

.ajax-content__close:before, .ajax-content__close:after {
  content: '';
  position: absolute;
  height: 30px;
  width: 1px;
  background: black;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  top: 0%;
  right: 50%;
}

.ajax-content__close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ajax-content__close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.intro--large {
  font-size: 30px;
}

.hbspt-form label {
  font-weight: 700;
  font-family: neue-haas-grotesk-display, sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: 1px;
}

.hbspt-form input {
  background: #eeeeee;
  border: none;
  padding: 15px;
}

.hbspt-form input[type="text"], .hbspt-form input[type="email"] {
  width: 100%;
}

.hbspt-form p {
  font-size: 10px;
  margin-bottom: 12px;
}

.hbspt-form .inputs-list {
  padding: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .hbspt-form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 20px;
    grid-template-areas: "name name2" "name3 name3" "submit submit" "button .";
  }
}

.hbspt-form form > *:nth-child(1) {
  grid-area: name;
  max-width: none;
}

.hbspt-form form > *:nth-child(1) .input {
  margin-right: 20px;
}

.hbspt-form form > *:nth-child(2) {
  grid-area: name2;
}

.hbspt-form form > *:nth-child(2) .input {
  margin-right: 0;
}

.hbspt-form form > *:nth-child(3) {
  grid-area: name3;
  max-width: none;
}

.hbspt-form form .hs-submit {
  grid-area: button;
}

.hbspt-form form .legal-consent-container {
  grid-area: submit;
}

@media (max-width: 991.98px) {
  .hbspt-form form .legal-consent-container {
    margin-top: 20px;
  }
}

.hbspt-form form .hs-firstname .input,
.hbspt-form form .hs-lastname .input {
  width: 100%;
}

.hbspt-form input[type="submit"] {
  padding: 12px 24px;
  background: #FF8002;
}

.platform-border__platform {
  display: none;
  position: absolute;
  top: 60px;
  left: 60px;
  color: black;
}

.platform-border__platform img {
  width: 30px;
  margin-right: 12px;
}

@media (max-width: 991.98px) {
  .platform-border__platform {
    left: 30px;
  }
}

.platform-border__platform .submitted-message {
  font-family: "GeorgiaPro-Light", serif;
  font-size: 30px;
  line-height: 1.5;
}

.single-platformwatch .only-popup {
  display: none;
}

.searchandfilter ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.searchandfilter ul li {
  display: inline-block;
  width: 315px;
  position: relative;
  padding: 0 15px;
  margin-bottom: 10px;
}

.searchandfilter ul li:after {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-left: solid 2px black;
  border-bottom: solid 2px black;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: calc(50% - 2px);
  right: 38px;
  pointer-events: none;
}

.searchandfilter ul li h4 {
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 12px;
  text-transform: uppercase;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  padding: 0;
}

@supports (-ms-ime-align: auto) {
  .searchandfilter ul li h4 {
    display: none !important;
  }
}

.searchandfilter ul li label {
  width: 100%;
}

.searchandfilter ul li select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #D5D5D5;
  width: 100%;
  background: white;
  padding: 20px 25px;
  border-radius: 0;
  font-size: 14px;
  font-family: neue-haas-grotesk-text, sans-serif;
}

.searchandfilter ul li select:focus {
  outline: none;
  border-color: #FF8002;
}

.searchandfilter ul li select option {
  color: #000;
}

.searchandfilter ul li.sf-field-category:nth-child(2) {
  display: none;
}

.searchandfilter ul li.sf-field-category:nth-child(3) {
  display: none;
}

.searchandfilter ul li.sf-field-reset {
  width: auto;
  display: none;
}

.searchandfilter ul li.sf-field-reset a {
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 12px;
  text-transform: uppercase;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  color: black;
  display: block;
  padding-right: 20px;
  position: relative;
}

.searchandfilter ul li.sf-field-reset a:after, .searchandfilter ul li.sf-field-reset a:before {
  position: absolute;
  content: '';
  height: 2px;
  width: 10px;
  background: black;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  top: 4px;
  right: 0;
}

.searchandfilter ul li.sf-field-reset a:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.searchandfilter ul li.sf-field-reset a:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.searchandfilter ul li.sf-field-reset:after {
  display: none;
}

/*
	NOTIFICATIONS
*/
.notification.cookies-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #000;
  padding: 16px 30px;
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.notification.cookies-bar .notification__content {
  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;
}

.notification.cookies-bar .notification__content .notification__text {
  max-width: 75%;
  margin-right: 40px;
}

.notification.cookies-bar .notification__content .notification__text p {
  font-family: "GeorgiaPro-Light", serif;
  font-size: 15px;
  line-height: 20px;
}

.notification.cookies-bar .notification__content a {
  color: #FF8002;
}

.notification.cookies-bar .notification__content a:not(.button):hover, .notification.cookies-bar .notification__content a:not(.button):focus {
  text-decoration: underline;
}

.notification.cookies-bar .notification__content .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.notification.cookies-bar .notification__content .buttons .button {
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid white;
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 13px;
  padding: 9px 20px;
}

@media (max-width: 991px) {
  .notification.cookies-bar .buttons {
    display: block;
    margin-top: 30px;
  }
  .notification.cookies-bar .buttons .button {
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .notification.cookies-bar {
    background-color: #FF8002;
    color: #000;
    padding: 30px 30px 5px;
  }
  .notification.cookies-bar a:not(.button) {
    color: #000;
    text-decoration: underline;
  }
  .notification.cookies-bar .notification__content {
    display: block;
  }
  .notification.cookies-bar .notification__content .notification__text {
    margin-right: 0px;
  }
  .notification.cookies-bar .notification__content .buttons .button {
    margin-left: 0 !important;
    margin-right: 30px;
    border: 0px;
    background-color: #000;
    color: #FF8002;
  }
}

.switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

.switch input {
  display: none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  width: 26px;
}

input:checked + .slider {
  background-color: #66bb6a;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
      -ms-transform: translateX(26px);
          transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.page-template-tpltpl-our-story-php .header-logo {
  position: fixed;
  z-index: 4;
}

.page-template-tpltpl-our-story-php .cursor-follow__scroll {
  mix-blend-mode: difference;
}

.page-template-tpltpl-our-story-php .video-teaser__icon {
  top: calc(50% - -40px);
}

.our-story-animation {
  height: 100vh;
  background: black;
  overflow: hidden;
  position: relative;
}

.our-story-animation__scroll-icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  mix-blend-mode: difference;
}

.our-story-animation__bg-title {
  position: fixed;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  top: calc(50%);
  left: 90px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  opacity: 0.1;
}

.our-story-animation__title {
  margin-bottom: 10px;
  color: white;
}

.our-story-animation .heading {
  color: #FF8002;
  margin-bottom: 45px;
}

.our-story-animation__slider {
  height: 100vh;
  position: fixed;
  width: 100%;
}

.our-story-animation__slider .slick-dots {
  text-align: left;
  bottom: -55px;
}

.our-story-animation__slider .slick-dots li button {
  background: white;
}

.our-story-animation__slider .slick-dots li.slick-active button {
  background: #FF8002;
}

.our-story-animation__scroll {
  position: fixed;
  bottom: -10px;
  right: 25px;
  mix-blend-mode: inherit !important;
}

.our-clients-strip {
  padding: 110px 0;
  position: relative;
  z-index: 5;
}

.js-grid-fader__items {
  display: none;
}

.page-template-tpl-our-people canvas {
  pointer-events: none;
}

.dominoes {
  margin: -180px 0 -200px;
  pointer-events: none;
}

.dominoes h2 {
  position: absolute;
  width: 100%;
  top: 160px;
}

.blog-1 .dominoes {
  margin-top: -20px;
}

.new-join-us {
  margin-bottom: 100px;
}

.join-us-map {
  margin: 80px 0;
  padding-bottom: 33%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: visible;
}

.join-us-map__center {
  -webkit-transform: translateY(-70%);
      -ms-transform: translateY(-70%);
          transform: translateY(-70%);
}

.join-us-map__places a {
  position: absolute;
  top: 50%;
  left: 50%;
}

.join-us-map__places a:nth-child(1) {
  -webkit-transform: translate(-33vw, -19vw);
      -ms-transform: translate(-33vw, -19vw);
          transform: translate(-33vw, -19vw);
}

.join-us-map__places a:nth-child(2) {
  -webkit-transform: translate(-31vw, -11vw);
      -ms-transform: translate(-31vw, -11vw);
          transform: translate(-31vw, -11vw);
}

.join-us-map__places a:nth-child(3) {
  -webkit-transform: translate(-25vw, 4vw);
      -ms-transform: translate(-25vw, 4vw);
          transform: translate(-25vw, 4vw);
}

.join-us-map__places a:nth-child(4) {
  -webkit-transform: translate(-6vw, -6vw);
      -ms-transform: translate(-6vw, -6vw);
          transform: translate(-6vw, -6vw);
}

.join-us-map__places a:nth-child(5) {
  -webkit-transform: translate(23vw, 0vw);
      -ms-transform: translate(23vw, 0vw);
          transform: translate(23vw, 0vw);
}

.join-us-map__places svg {
  height: 64px;
  width: 64px;
  display: block;
  margin: auto;
  margin-top: 10px;
}

.join-us-map__places .heading {
  position: absolute;
  top: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.join-us-title-overlap {
  margin-bottom: 60px;
}

.our-attitude {
  padding: 180px 0 0;
}

.circle-author {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-right: 15px;
}

.bg-number {
  position: relative;
  cursor: pointer;
}

.bg-number__title {
  position: absolute;
  width: 100%;
  top: calc(50% - 13px);
  left: 0;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.bg-number.is-active .bg-number__title {
  color: #FF8002;
}

.bg-title-overlap {
  position: relative;
}

.commitments-title {
  margin-top: 90px;
}

.commitments-slider__controls {
  margin-bottom: 20px;
}

.diversity-intro {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .diversity-intro {
    padding-right: 120px;
  }
}

@media (max-width: 767.98px) {
  .diversity-intro .title--sm2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

@media (max-width: 991.98px) {
  .title--bg-xsmall {
    font-size: 50px;
    letter-spacing: 0;
    white-space: inherit;
  }
  .diversity-team-member {
    margin-bottom: 30px;
  }
}

.our-work-banner__bg {
  opacity: 0.1;
  position: absolute;
  bottom: -50px;
  right: 0;
}

.explore-process {
  position: absolute;
  bottom: 10%;
  right: 10%;
}

.explore-process svg {
  cursor: pointer;
}

.process-intro {
  height: 100%;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.process-explanation {
  height: 100vh;
  background: black;
  color: white;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.process-explanation.open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.process-explanation .accordion {
  margin-bottom: 30px;
}

.process-explanation .accordion__title {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  cursor: pointer;
}

.process-explanation .accordion__title .title {
  font-size: 30px;
}

.process-explanation .accordion__title svg {
  width: 64px;
  margin-left: 20px;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.process-explanation .accordion__content {
  display: none;
  padding-top: 10px;
}

.process-explanation .accordion__content p {
  margin-bottom: 0;
  padding-bottom: 1rem;
}

.process-explanation.accordion-open .accordion svg {
  opacity: 0;
}

.process-explanation.accordion-open .accordion.inactive .accordion__title {
  opacity: 0.4;
}

.process-explanation.accordion-open .accordion.inactive .accordion__title .title {
  color: white;
}

.process-explanation.accordion-open .accordion.inactive .accordion__title:hover {
  opacity: 1;
}

.process-explanation.accordion-open .accordion.inactive svg {
  opacity: 1;
}

.process-explanation.accordion-open .accordion__title .title {
  color: #FF8002;
}

.process-explanation .accordions {
  height: 100%;
}

.process-explanation .accordions .container,
.process-explanation .accordions .row {
  height: 100%;
}

.process-explanation__videos {
  position: absolute;
  width: 700px;
  left: 48vw;
  top: 50%;
}

.process-explanation__videos video {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.process-explanation .video-labels {
  position: relative;
  z-index: 3;
}

.process-explanation .video-labels__label {
  cursor: pointer;
}

.process-explanation .video-labels > div:nth-child(1) {
  position: absolute;
  right: 40px;
  top: -240px;
}

.process-explanation .video-labels > div:nth-child(2) {
  position: absolute;
  right: 80px;
  top: 190px;
}

.process-explanation .video-labels > div:nth-child(3) {
  position: absolute;
  left: 0;
  top: -80px;
}

.process-explanation .video-labels .title {
  font-size: 18px;
  text-transform: uppercase;
}

.process-explanation .video-labels p {
  font-family: "GeorgiaPro-Light", serif;
}

.process-explanation__bottom-left {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
}

.process-explanation__bottom-left .heading svg {
  width: 30px;
  margin-right: 20px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.process-explanation .js-process-back {
  cursor: pointer;
}

.tab-quote-slider {
  margin-top: 120px;
  overflow: hidden;
  position: relative;
}

.tab-quote-slider .pseudo-border-right {
  position: relative;
  border: none;
}

.tab-quote-slider .pseudo-border-right:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  right: -40px;
  border-right: solid 1px #D5D5D5;
}

.tab-quote-slider .tabs-control {
  margin-bottom: 30px;
  will-change: opacity;
  cursor: pointer;
}

.tab-quote-slider .tabs-control.active .title {
  color: #FF8002;
}

.tab-quote-slider .tabs-control .title {
  text-transform: uppercase;
}

.tab-quote-slider__tab-contents {
  will-change: transform;
}

.tab-quote-slider .tab-contents {
  position: relative;
}

.tab-quote-slider .tabs-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
}

.tab-quote-slider .tabs-content.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.tab-quote-slider blockquote {
  margin: 0;
  margin-bottom: 70px;
}

.tab-quote-slider .slick-dots {
  padding-left: 0;
  bottom: auto;
  top: 210px;
  width: 200px;
  text-align: center;
}

.tab-quote-slider .slick-dots li {
  margin: 0 5px;
}

.tab-quote-slider__slides {
  padding-bottom: 30px;
}

.image-tabs {
  position: relative;
  margin-top: 80px;
}

.image-tabs__image-slider {
  width: 42vw;
  height: 100vh;
  margin-left: auto;
  background: #F1EFF2;
}

.image-tabs__image-slider .slide-image {
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.image-tabs__text-slider {
  width: 100%;
  position: absolute;
  left: 0;
  top: 170px;
}

.image-tabs__controls {
  position: absolute;
  top: 80px;
  width: 100%;
}

.image-tabs__controls span {
  margin-right: 50px;
  cursor: pointer;
}

.image-tabs__mob-img {
  width: 100%;
  margin: 10px 0 30px;
}

@media (min-width: 991.98px) {
  .image-tabs__mob-img {
    display: none !important;
  }
}

.image-tabs .small-accordions {
  margin-top: 30px;
}

.image-tabs .small-accordions p {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 12px;
  margin-top: 4px;
}

.image-tabs .small-accordions .heading {
  margin-bottom: 4px;
}

.services-intro {
  margin-top: -60px;
}

@font-face {
  font-family: "Playfair";
  src: url("../fonts/Playfair_Display/static/PlayfairDisplay-Italic.ttf");
}

body.page-template-tpl-generate-greetings, body.page-template-tpl-generate-greetings-2021,
body.single-greeting {
  background-color: #000;
}

body.page-template-tpl-generate-greetings div#content-wrap, body.page-template-tpl-generate-greetings-2021 div#content-wrap,
body.single-greeting div#content-wrap {
  background-color: #000;
}

body.page-template-tpl-generate-greetings div#content-wrap section.generate-container, body.page-template-tpl-generate-greetings-2021 div#content-wrap section.generate-container,
body.single-greeting div#content-wrap section.generate-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100vh;
}

body.page-template-tpl-generate-greetings div#content-wrap section.generate-container h2, body.page-template-tpl-generate-greetings-2021 div#content-wrap section.generate-container h2,
body.single-greeting div#content-wrap section.generate-container h2 {
  font-size: 5rem !important;
  margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
  body.page-template-tpl-generate-greetings div#content-wrap section.generate-container h2, body.page-template-tpl-generate-greetings-2021 div#content-wrap section.generate-container h2,
  body.single-greeting div#content-wrap section.generate-container h2 {
    font-size: 3.75rem !important;
  }
}

@media (max-width: 991.98px) {
  body.page-template-tpl-generate-greetings div#content-wrap section.generate-container h2, body.page-template-tpl-generate-greetings-2021 div#content-wrap section.generate-container h2,
  body.single-greeting div#content-wrap section.generate-container h2 {
    font-size: 3.375rem !important;
  }
}

@media (max-width: 767.98px) {
  body.page-template-tpl-generate-greetings div#content-wrap section.generate-container h2, body.page-template-tpl-generate-greetings-2021 div#content-wrap section.generate-container h2,
  body.single-greeting div#content-wrap section.generate-container h2 {
    font-size: 2.75rem !important;
  }
}

@media (max-width: 575.98px) {
  body.page-template-tpl-generate-greetings div#content-wrap section.generate-container h2, body.page-template-tpl-generate-greetings-2021 div#content-wrap section.generate-container h2,
  body.single-greeting div#content-wrap section.generate-container h2 {
    font-size: 2.5rem !important;
  }
}

body.page-template-tpl-generate-greetings div#content-wrap section.generate-container h3, body.page-template-tpl-generate-greetings-2021 div#content-wrap section.generate-container h3,
body.single-greeting div#content-wrap section.generate-container h3 {
  font-family: "GeorgiaPro-Light", serif;
  font-weight: 400;
  font-style: italic;
  max-width: 920px;
  margin: auto;
  font-size: 2.25rem !important;
}

@media (max-width: 1199.98px) {
  body.page-template-tpl-generate-greetings div#content-wrap section.generate-container h3, body.page-template-tpl-generate-greetings-2021 div#content-wrap section.generate-container h3,
  body.single-greeting div#content-wrap section.generate-container h3 {
    font-size: 2rem !important;
  }
}

@media (max-width: 991.98px) {
  body.page-template-tpl-generate-greetings div#content-wrap section.generate-container h3, body.page-template-tpl-generate-greetings-2021 div#content-wrap section.generate-container h3,
  body.single-greeting div#content-wrap section.generate-container h3 {
    font-size: 1.875rem !important;
  }
}

@media (max-width: 767.98px) {
  body.page-template-tpl-generate-greetings div#content-wrap section.generate-container h3, body.page-template-tpl-generate-greetings-2021 div#content-wrap section.generate-container h3,
  body.single-greeting div#content-wrap section.generate-container h3 {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 575.98px) {
  body.page-template-tpl-generate-greetings div#content-wrap section.generate-container h3, body.page-template-tpl-generate-greetings-2021 div#content-wrap section.generate-container h3,
  body.single-greeting div#content-wrap section.generate-container h3 {
    font-size: 1.375rem !important;
  }
}

@media screen and (max-height: 700px) and (min-width: 1000px) {
  body.page-template-tpl-generate-greetings div#content-wrap section.generate-container h3, body.page-template-tpl-generate-greetings-2021 div#content-wrap section.generate-container h3,
  body.single-greeting div#content-wrap section.generate-container h3 {
    font-size: 1.875rem;
  }
}

body.page-template-tpl-generate-greetings div#content-wrap section.generate-container .background-video, body.page-template-tpl-generate-greetings-2021 div#content-wrap section.generate-container .background-video,
body.single-greeting div#content-wrap section.generate-container .background-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.page-template-tpl-generate-greetings div#content-wrap section.generate-container .background-video video, body.page-template-tpl-generate-greetings-2021 div#content-wrap section.generate-container .background-video video,
body.single-greeting div#content-wrap section.generate-container .background-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

body.page-template-tpl-generate-greetings div#content-wrap section.generate-container .input-area, body.page-template-tpl-generate-greetings-2021 div#content-wrap section.generate-container .input-area,
body.single-greeting div#content-wrap section.generate-container .input-area {
  position: absolute;
  width: 100%;
  bottom: 20px;
}

body.page-template-tpl-generate-greetings div#content-wrap section.generate-container .input-area .textarea-container, body.page-template-tpl-generate-greetings-2021 div#content-wrap section.generate-container .input-area .textarea-container,
body.single-greeting div#content-wrap section.generate-container .input-area .textarea-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

body.page-template-tpl-generate-greetings div#content-wrap section.generate-container .input-area .textarea-container textarea, body.page-template-tpl-generate-greetings-2021 div#content-wrap section.generate-container .input-area .textarea-container textarea,
body.single-greeting div#content-wrap section.generate-container .input-area .textarea-container textarea {
  width: 100%;
  background-color: transparent;
  color: #FFF;
  padding: 10px 20px;
  border: 2px solid #FFF;
  resize: none;
}

body.page-template-tpl-generate-greetings div#content-wrap section.generate-container .input-area .textarea-container textarea:focus, body.page-template-tpl-generate-greetings-2021 div#content-wrap section.generate-container .input-area .textarea-container textarea:focus,
body.single-greeting div#content-wrap section.generate-container .input-area .textarea-container textarea:focus {
  outline: none;
}

body.page-template-tpl-generate-greetings div#content-wrap section.generate-container .input-area .textarea-container .character-count, body.page-template-tpl-generate-greetings-2021 div#content-wrap section.generate-container .input-area .textarea-container .character-count,
body.single-greeting div#content-wrap section.generate-container .input-area .textarea-container .character-count {
  position: absolute;
  right: 7px;
  bottom: 3px;
  font-size: 0.75rem !important;
  color: #FFF;
  margin: 0;
  pointer-events: none;
}

body.page-template-tpl-generate-greetings div#content-wrap section.generate-container .input-area .textarea-container:first-of-type, body.page-template-tpl-generate-greetings-2021 div#content-wrap section.generate-container .input-area .textarea-container:first-of-type,
body.single-greeting div#content-wrap section.generate-container .input-area .textarea-container:first-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  width: 75%;
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  body.page-template-tpl-generate-greetings div#content-wrap section.generate-container .input-area, body.page-template-tpl-generate-greetings-2021 div#content-wrap section.generate-container .input-area,
  body.single-greeting div#content-wrap section.generate-container .input-area {
    bottom: 10px;
  }
}

body.page-template-tpl-generate-greetings div#content-wrap section.generate-container .logo, body.page-template-tpl-generate-greetings-2021 div#content-wrap section.generate-container .logo,
body.single-greeting div#content-wrap section.generate-container .logo {
  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;
  position: absolute;
  right: 0;
  bottom: 80px;
  left: 0;
  z-index: 1;
}

@media (max-width: 767.98px) {
  body.page-template-tpl-generate-greetings div#content-wrap section.generate-container .logo, body.page-template-tpl-generate-greetings-2021 div#content-wrap section.generate-container .logo,
  body.single-greeting div#content-wrap section.generate-container .logo {
    bottom: 40px;
  }
}

body.page-template-tpl-generate-greetings div#content-wrap section.generate-container .greeting-cover, body.page-template-tpl-generate-greetings-2021 div#content-wrap section.generate-container .greeting-cover,
body.single-greeting div#content-wrap section.generate-container .greeting-cover {
  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;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 100;
}

body.page-template-tpl-generate-greetings div#content-wrap section.generate-container .greeting-cover .circle, body.page-template-tpl-generate-greetings-2021 div#content-wrap section.generate-container .greeting-cover .circle,
body.single-greeting div#content-wrap section.generate-container .greeting-cover .circle {
  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;
  width: 200px;
  height: 200px;
  background-color: #FF8002;
  border-radius: 50%;
  cursor: pointer;
}

body.page-template-tpl-generate-greetings div#content-wrap section.generate-container .greeting-cover .circle p, body.page-template-tpl-generate-greetings-2021 div#content-wrap section.generate-container .greeting-cover .circle p,
body.single-greeting div#content-wrap section.generate-container .greeting-cover .circle p {
  font-size: 2rem !important;
  color: #FFF;
}

body.page-template-tpl-generate-greetings div#content-wrap h2,
body.page-template-tpl-generate-greetings div#content-wrap h3,
body.page-template-tpl-generate-greetings div#content-wrap h4,
body.page-template-tpl-generate-greetings div#content-wrap p, body.page-template-tpl-generate-greetings-2021 div#content-wrap h2,
body.page-template-tpl-generate-greetings-2021 div#content-wrap h3,
body.page-template-tpl-generate-greetings-2021 div#content-wrap h4,
body.page-template-tpl-generate-greetings-2021 div#content-wrap p,
body.single-greeting div#content-wrap h2,
body.single-greeting div#content-wrap h3,
body.single-greeting div#content-wrap h4,
body.single-greeting div#content-wrap p {
  color: #FFF;
}

body.page-template-tpl-generate-greetings .hamburger,
body.page-template-tpl-generate-greetings .header-logo,
body.page-template-tpl-generate-greetings .site-footer, body.page-template-tpl-generate-greetings-2021 .hamburger,
body.page-template-tpl-generate-greetings-2021 .header-logo,
body.page-template-tpl-generate-greetings-2021 .site-footer,
body.single-greeting .hamburger,
body.single-greeting .header-logo,
body.single-greeting .site-footer {
  display: none;
}

@media screen and (max-height: 770px) {
  body.page-template-tpl-generate-greetings div#content-wrap section.generate-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 15vh;
  }
}

@media screen and (max-height: 640px) {
  body.page-template-tpl-generate-greetings div#content-wrap section.generate-container {
    padding-top: 10vh;
  }
}

@media screen and (max-height: 610px) {
  body.page-template-tpl-generate-greetings div#content-wrap section.generate-container {
    padding-top: 5vh;
  }
}

body.single-greeting {
  background-color: #2fc6c6;
}

body.single-greeting div#content-wrap {
  background-color: #2fc6c6;
}

body.single-greeting div#content-wrap section.generate-container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  align-items: flex-end;
}

body.single-greeting div#content-wrap section.generate-container .container {
  margin-bottom: 20vh;
}

body.single-greeting h3.title {
  font-family: Playfair !important;
  font-style: normal !important;
}

body.page-template-tpl-generate-greetings-2021 {
  background-color: #2fc6c6;
}

body.page-template-tpl-generate-greetings-2021 h3.title {
  font-family: Playfair !important;
  font-style: normal !important;
}

body.page-template-tpl-generate-greetings-2021 div#content-wrap {
  background-color: #2fc6c6;
}

body.page-template-tpl-generate-greetings-2021 div#content-wrap section.generate-container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  align-items: flex-end;
}

body.page-template-tpl-generate-greetings-2021 .textarea-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

body.page-template-tpl-generate-greetings-2021 .textarea-container textarea {
  width: 100%;
  background-color: transparent;
  color: #FFF;
  padding: 10px 20px;
  border: 2px solid #FFF;
  resize: none;
}

body.page-template-tpl-generate-greetings-2021 .textarea-container textarea::-webkit-input-placeholder {
  color: white;
  opacity: 0.6;
}

body.page-template-tpl-generate-greetings-2021 .textarea-container textarea::-moz-placeholder {
  color: white;
  opacity: 0.6;
}

body.page-template-tpl-generate-greetings-2021 .textarea-container textarea:-ms-input-placeholder {
  color: white;
  opacity: 0.6;
}

body.page-template-tpl-generate-greetings-2021 .textarea-container textarea::-ms-input-placeholder {
  color: white;
  opacity: 0.6;
}

body.page-template-tpl-generate-greetings-2021 .textarea-container textarea::placeholder {
  color: white;
  opacity: 0.6;
}

body.page-template-tpl-generate-greetings-2021 .textarea-container textarea:focus {
  outline: none;
}

body.page-template-tpl-generate-greetings-2021 .textarea-container .character-count {
  position: absolute;
  right: 7px;
  bottom: 3px;
  font-size: 0.75rem !important;
  color: #FFF;
  margin: 0;
  pointer-events: none;
}

body.page-template-tpl-generate-greetings-2021 .textarea-container:first-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  width: 75%;
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  body.page-template-tpl-generate-greetings-2021 {
    bottom: 10px;
  }
}

body.page-template-tpl-generate-greetings-2021 .button {
  background: #000;
}

@media (max-width: 767.98px) {
  body.page-template-tpl-generate-greetings-2021 div#content-wrap section.generate-container .background-video video.landscape-video, body.single-greeting div#content-wrap section.generate-container .background-video video.landscape-video {
    height: auto;
  }
}

.mb-40, .mb-50 {
  margin-bottom: 20px;
}

@media screen and (min-height: 750px) {
  .mb-20 {
    margin-bottom: 20px;
  }
  .mb-40 {
    margin-bottom: 40px;
  }
  .mb-50 {
    margin-bottom: 50px;
  }
}

.landscape-video {
  display: none;
}

.portrait-video {
  -o-object-position: center top !important;
     object-position: center top !important;
}

@media screen and (min-aspect-ratio: 1 / 1) {
  .portrait-video {
    display: none;
  }
  .landscape-video {
    display: block;
  }
}

.image-content-strip {
  margin-top: 140px;
}

.image-content-strip .the-content {
  padding-top: 60px;
}

.bleed-right {
  position: absolute;
  width: calc(100% + 50vw - 605px);
  top: 0;
  left: 0;
}

.asscroll-container .height {
  height: 400vh;
}

.brandmark__towers {
  overflow: visible;
}

.progress-bar {
  position: fixed;
  height: 5px;
  width: 100%;
  top: 0;
  left: 0;
  background: #FF8002;
  z-index: 5;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.animation-scroll {
  background: black;
  height: 400vh;
  opacity: 0;
}

.animation-scroll__scroll-icon {
  position: fixed;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.animation-scroll__scroll-icon svg {
  width: 30px;
}

.animation-scroll .scene {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.animation-scroll .scene__skip {
  position: fixed;
  bottom: 60px;
  left: 60px;
}

.animation-scroll .scene__text {
  font-size: 32px;
  line-height: 1.3;
  position: fixed;
  font-family: "GeorgiaPro-Light", serif;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  max-width: 90vw;
}

.animation-scroll .scene__text--1 {
  bottom: 140px;
  left: 50%;
  color: white;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 370px;
  text-align: center;
}

.animation-scroll .scene__text--2 {
  bottom: 200px;
  color: black;
  width: 390px;
  left: calc(50% - 195px);
  text-align: center;
}

.animation-scroll .scene__text--3 {
  top: 160px;
  left: 50vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: white;
  width: 510px;
  text-align: center;
}

.animation-scroll .scene__text--4 {
  color: white;
  left: 50vw;
  width: 510px;
  text-align: center;
  bottom: 140px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.animation-scroll .scene__text--5 {
  bottom: 140px;
  right: 140px;
  color: white;
  width: 740px;
  left: 50vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

.animation-scroll .logo {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: visible;
  width: 100%;
  height: 100%;
  text-align: center;
}

.animation-scroll .logo svg {
  overflow: visible;
  height: 100%;
  width: 640px;
  max-width: 80vw;
  margin: auto;
}

.animation-scroll .brandmark {
  position: fixed;
  top: 50%;
  left: calc(50% + 30px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: visible;
  will-change: auto;
}

.animation-scroll .brandmark svg {
  overflow: visible;
}

.animation-scroll .brandmark g {
  overflow: visible;
}

.animation-scroll__skip {
  padding: 14px 35px;
  border: solid 2px white;
  mix-blend-mode: difference;
  position: fixed;
  top: 70px;
  right: 70px;
  color: white;
  z-index: 990;
  cursor: pointer;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.animation-scroll__skip:hover {
  background: white;
  color: black;
}

.loading-text {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  color: white;
  background: black;
  text-align: center;
  z-index: 2;
}

.loading-text .title {
  font-size: 4rem !important;
  line-height: 68px;
  letter-spacing: -0.5px;
}

.page-template-tpl-animation {
  background: black;
}

.page-template-tpl-animation .site-footer {
  display: none;
}

.page-template-tpl-animation .text-loading,
.single-casestudy .text-loading {
  z-index: 990;
  padding: 0;
  text-align: center;
  height: 100%;
  top: 0;
}

.page-template-tpl-animation .text-loading > div,
.single-casestudy .text-loading > div {
  width: 100%;
}

.page-template-tpl-animation .text-loading .fade-2, .page-template-tpl-animation .text-loading .fade-1,
.single-casestudy .text-loading .fade-2,
.single-casestudy .text-loading .fade-1 {
  opacity: 0;
  display: inline-block;
}

.page-template-tpl-animation .text-loading .fade-2,
.single-casestudy .text-loading .fade-2 {
  margin-top: 12px;
}

.page-template-tpl-animation .reveal,
.page-template-tpl-animation .outline,
.single-casestudy .reveal,
.single-casestudy .outline {
  width: 100%;
  height: 100%;
}

.page-template-tpl-animation .clipping,
.single-casestudy .clipping {
  display: inline-block;
  position: relative;
}

.page-template-tpl-animation .text-loading .clipping__bg,
.single-casestudy .text-loading .clipping__bg {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.page-template-tpl-animation .home-grid-content,
.single-casestudy .home-grid-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: black;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(9, 1fr);
  grid-gap: 10px;
  padding: 10px;
}

@media all and (-ms-high-contrast: none) {
  .page-template-tpl-animation .home-grid-content,
  .single-casestudy .home-grid-content {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

.page-template-tpl-animation .home-grid-content > div,
.single-casestudy .home-grid-content > div {
  position: relative;
  overflow: hidden;
}

.page-template-tpl-animation .home-grid-content svg,
.single-casestudy .home-grid-content svg {
  max-width: 70%;
}

.page-template-tpl-animation .home-grid-content a,
.single-casestudy .home-grid-content a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-template-tpl-animation .home-grid-content .title,
.single-casestudy .home-grid-content .title {
  margin: 0;
  z-index: 2;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  pointer-events: none;
  color: white;
}

.page-template-tpl-animation .home-grid-content.hover-active > div,
.single-casestudy .home-grid-content.hover-active > div {
  position: relative;
  cursor: pointer;
}

.page-template-tpl-animation .home-grid-content.hover-active > div:hover .title,
.single-casestudy .home-grid-content.hover-active > div:hover .title {
  mix-blend-mode: overlay;
  color: white;
}

.page-template-tpl-animation .home-grid-content > div:nth-child(1),
.single-casestudy .home-grid-content > div:nth-child(1) {
  grid-area: 1 / 1 / 6 / 9;
}

@media all and (-ms-high-contrast: none) {
  .page-template-tpl-animation .home-grid-content > div:nth-child(1),
  .single-casestudy .home-grid-content > div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
  }
}

.page-template-tpl-animation .home-grid-content > div:nth-child(2),
.single-casestudy .home-grid-content > div:nth-child(2) {
  grid-area: 1 / 9 / 6 / 13;
  background: white;
}

@media all and (-ms-high-contrast: none) {
  .page-template-tpl-animation .home-grid-content > div:nth-child(2),
  .single-casestudy .home-grid-content > div:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
  }
}

.page-template-tpl-animation .home-grid-content > div:nth-child(3),
.single-casestudy .home-grid-content > div:nth-child(3) {
  grid-area: 6 / 1 / 10 / 6;
  background: white;
}

@media all and (-ms-high-contrast: none) {
  .page-template-tpl-animation .home-grid-content > div:nth-child(3),
  .single-casestudy .home-grid-content > div:nth-child(3) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
  }
}

.page-template-tpl-animation .home-grid-content > div:nth-child(4),
.single-casestudy .home-grid-content > div:nth-child(4) {
  grid-area: 6 / 6 / 10 / 13;
  background: white;
}

@media all and (-ms-high-contrast: none) {
  .page-template-tpl-animation .home-grid-content > div:nth-child(4),
  .single-casestudy .home-grid-content > div:nth-child(4) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 4;
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
  }
}

.rapid-image-slider {
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.rapid-image-slider div {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  opacity: 0;
}

.rapid-image-slider div:nth-child(2) {
  -webkit-animation-delay: 0.666s !important;
          animation-delay: 0.666s !important;
  z-index: 2;
}

.rapid-image-slider div:nth-child(3) {
  -webkit-animation-delay: 1.333s !important;
          animation-delay: 1.333s !important;
  z-index: 1;
}

.rapid-image-slider:hover {
  opacity: 1;
}

.rapid-image-slider:hover div {
  -webkit-animation: quickSlider 2s infinite;
          animation: quickSlider 2s infinite;
}

@-webkit-keyframes quickSlider {
  0% {
    opacity: 1;
  }
  33.333% {
    opacity: 1;
  }
  33.3333334% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes quickSlider {
  0% {
    opacity: 1;
  }
  33.333% {
    opacity: 1;
  }
  33.3333334% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.page-template-tpl-animation .top-nav {
  display: none;
}

@media screen and (max-height: 870px) {
  .bottom-row {
    bottom: 40px;
  }
  .title--xl {
    font-size: 58px;
  }
}

@media screen and (max-height: 750px) {
  .title--xl {
    font-size: 48px;
  }
}

@media screen and (max-height: 670px) {
  .title--xl {
    font-size: 38px;
  }
  .animation-scroll .scene__text--5 {
    bottom: 50px;
  }
  .animation-scroll .scene__text--4 {
    bottom: 92px;
  }
}

@media screen and (max-height: 560px) {
  .title--xl {
    font-size: 28px;
  }
  .video-teaser {
    min-height: 56vw;
  }
}

@media screen and (min-width: 1400px) {
  .global-clients.offset-lg-1 {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media screen and (max-width: 1400px) {
  .process-explanation__videos {
    width: 600px;
  }
  .process-explanation .video-labels > div:nth-child(1) {
    top: -190px;
  }
  .process-explanation .video-labels > div:nth-child(2) {
    top: 150px;
  }
  .process-explanation .video-labels > div:nth-child(3) {
    left: -60px;
  }
  .explore-process {
    bottom: 40px;
    right: 110px;
  }
  .title--lg {
    font-size: 50px;
  }
  .process-explanation__bottom-left {
    bottom: 40px;
  }
  .whats-new-filters {
    padding-top: 160px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 1210px) {
  .process-explanation__videos {
    width: 450px;
  }
}

@media screen and (max-width: 1324px) {
  .bleed-right {
    width: calc(100% + 60px);
  }
}

@media (max-width: 1199.98px) {
  .animation-scroll__scroll-icon {
    display: none;
  }
  .video-teaser__bg {
    font-size: 240px;
  }
  .title--xl {
    font-size: 58px;
  }
  .title--xl1 {
    font-size: 64px;
  }
  .title--xl2 {
    font-size: 88px;
  }
  .title--bg {
    font-size: 216px;
  }
  .whats-new-floating-title .title div {
    margin-left: 480px;
  }
  .offices .container {
    max-width: 90%;
  }
  .sticky-navigation {
    display: none;
    left: 30px;
  }
  .global-clients-contain {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .padding--xl {
    padding: 60px 0;
  }
  .global-clients__logos {
    margin-bottom: 60px;
  }
  .image-tabs__controls {
    top: 30px;
    z-index: 9;
  }
  .image-tabs__image-slider {
    width: 40vw;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  .image-tabs__image-slider .slide-image,
  .image-tabs__image-slider .slick-list,
  .image-tabs__image-slider .slick-track {
    height: 100%;
  }
  .image-tabs__image-slider .slick-slide > div {
    height: 100%;
  }
  .image-tabs__text-slider {
    position: relative;
    padding-bottom: 50px;
    padding-top: 100px;
    top: 0;
  }
  .image-tabs .container {
    max-width: 95%;
  }
  .central-slider .slick-slide .title {
    font-size: 48px;
  }
  .next-strip {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .our-attitude {
    padding: 60px 0;
  }
  .central-slider__slide {
    padding: 0 15px;
  }
  .central-slider__slide .slide__text {
    margin-top: -28px;
  }
  .central-slider__instructions {
    display: none;
  }
  .central-slider .slick-track {
    padding-bottom: 0;
  }
  .next-strip .title--bg {
    font-size: 105px;
    letter-spacing: -0.5px;
  }
  .next-strip .central-slider {
    margin-top: -40px;
  }
  .dominoes {
    display: none;
  }
  .our-attitude {
    padding: 100px 0;
  }
  .tab-quote-slider__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .circle-image--large {
    height: 130px;
    width: 130px;
  }
  .the-content img.circle-image--large {
    height: 130px;
  }
  .page-template-tpl-our-people .video-teaser__icon {
    display: none;
  }
  .video-teaser__icon-mobile {
    display: block;
    position: absolute;
    bottom: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-template-tpl-animation .home-grid-content > div:nth-child(1) {
    grid-area: 1 / 1 / 4 / 13;
  }
  .page-template-tpl-animation .home-grid-content > div:nth-child(2) {
    grid-area: 4 / 6 / 7 / 13;
  }
  .page-template-tpl-animation .home-grid-content > div:nth-child(3) {
    grid-area: 4 / 1 / 10 / 6;
  }
  .page-template-tpl-animation .home-grid-content > div:nth-child(4) {
    grid-area: 7 / 6 / 10 / 13;
  }
  .cursor-follow {
    display: none;
  }
  .home .cursor-follow {
    display: block;
    -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    bottom: 30px;
    left: 50%;
  }
  .home .cursor-follow > div {
    -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
  .home .cursor-follow .cursor-follow__scroll {
    margin-bottom: -30px;
  }
  .animation-scroll__skip {
    top: 30px;
    right: 40px;
  }
  .region-selector {
    margin-top: 40px;
  }
  .region-link {
    font-size: 20px;
    padding: 12px 18px;
  }
  .offices {
    padding-top: 160px;
    padding-bottom: 60px;
  }
  .tab-quote-slider .slick-dots {
    top: 135px;
    width: 130px;
  }
  .sidebar {
    display: none;
  }
  .parrallax-hor.title--bg {
    font-size: 105px;
    letter-spacing: -0.5px;
  }
  .accordion-slider__tabs__tab {
    padding-left: 80px;
  }
  .accordion-slider__tabs__control {
    width: 160px;
  }
  .accordion-slider__tabs__tab.open-tab .my-big-content {
    width: 460px;
  }
  .accordion-slider__slides {
    width: 460px;
  }
  .accordion-slider__pages {
    min-width: auto;
  }
  .stat-circle--md {
    height: 270px;
    width: 270px;
  }
  .stat-circle--lg {
    height: 330px;
    width: 330px;
  }
  .stats-strip__stats {
    margin-top: 90px;
  }
  .stats-strip__stats .stat-circle:nth-child(2) {
    top: 390px;
  }
  .stats-strip__stats .stat-circle:nth-child(1) {
    top: 260px;
  }
  .post-type-archive-casestudy .news-teaser {
    margin-bottom: 30px;
  }
  .post-type-archive-casestudy .title--bg {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    position: fixed;
    top: 80px;
  }
  .post-type-archive-casestudy .title--bg span {
    display: block;
    margin-left: 200px;
  }
  .cursor-follow__fearless {
    margin-top: -30vh;
  }
  .page-template-tpl-animation .home-grid-content svg {
    max-width: 400px;
  }
  .single-title {
    margin-top: 40px;
  }
  .single-main {
    padding-bottom: 40px;
  }
  .home .cursor-follow {
    mix-blend-mode: difference;
  }
  .home .cursor-follow .cursor-follow__break {
    color: white;
    text-align: center;
    width: 250px;
    margin-left: 15px;
  }
  .home .cursor-follow .cursor-follow__fearless {
    margin-left: 15px;
  }
  .offices__bg-title {
    position: fixed;
    left: 60px;
  }
  .offices__bg-title .title--bg {
    font-size: 166px;
  }
  img.alignright {
    margin: 10px auto;
    float: none;
  }
  img.alignleft {
    margin: 10px auto;
    float: none;
  }
  .bleed-right {
    width: calc(100% + 50vw - 440px);
  }
}

@media (max-width: 991.98px) {
  .child-teasers .title--sm {
    margin-bottom: 30px;
  }
  .bleed-right {
    position: relative;
    width: 100%;
  }
  .image-content-strip {
    margin-top: 60px;
  }
  .process-explanation .container {
    max-width: 100%;
  }
  .page-template-tpl-animation .home-grid-content svg {
    max-width: 70%;
  }
  .whats-new-single-strip__load-more {
    display: none;
  }
  .region-selector {
    margin-top: 0;
  }
  .offices__content {
    min-height: auto;
  }
  .country-selector__panel {
    padding-top: 40px;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  .country-selector__panel.active {
    position: relative;
  }
  .office-info-contain {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    padding-top: 40px;
  }
  .title--bg-small {
    font-size: 90px;
  }
  .title--xl {
    font-size: 48px;
  }
  .title--xl1 {
    font-size: 48px;
  }
  .title--xl2 {
    font-size: 70px;
  }
  .video-teaser__bg {
    font-size: 180px;
  }
  .title--bg {
    font-size: 160px;
  }
  .banner--share {
    width: 100%;
  }
  .banner--share .banner__image {
    min-height: 450px;
  }
  .whats-new-floating-title .title div {
    margin-left: 380px;
  }
  .news-teaser__title.title--sm {
    font-size: 2.5rem;
    line-height: 1;
  }
  .our-story-animation__content {
    padding-top: 120px;
  }
  .our-story-animation__content .the-content p {
    font-size: 16px;
    line-height: 26px;
  }
  .our-story-animation__intro {
    margin-bottom: 10px !important;
  }
  .text-loading {
    padding-left: 60px;
  }
  .bottom-row {
    padding: 0 60px;
  }
  .title--md {
    font-size: 38px;
  }
  .title--md.news-teaser__title {
    font-size: 32px;
  }
  .single .title--md {
    font-size: 30px;
  }
  .site-footer .container {
    max-width: 95%;
  }
  .overlap-title {
    margin-top: 20px;
  }
  .leadership-strip .person-teaser {
    margin-bottom: 30px;
  }
  .text-loading > div {
    margin-bottom: 30px;
  }
  .image-tabs__controls {
    position: relative;
    padding: 40px 0;
    top: 0;
  }
  .image-tabs__image-slider {
    height: 400px;
    width: 100%;
    display: none;
  }
  .image-tabs__text-slider {
    position: relative;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding-top: 0;
  }
  .side-navigation {
    display: none;
  }
  .site-footer .menu {
    margin-bottom: 40px;
  }
  .full-screen-menu__main {
    padding-left: calc(30vh + 35px);
  }
  .social-icons-logged-in {
    left: calc(30vh + 35px);
  }
  .global-menu {
    right: auto;
    left: calc(30vh + 50px);
    bottom: 170px;
  }
  .hamburger {
    top: 30px;
    left: 30px;
    background-color: #000;
    mix-blend-mode: unset !important;
  }
  .hamburger .hamburger-box {
    top: 4px;
  }
  .header-logo {
    top: 40px;
    right: 30px;
  }
  .header-logo svg {
    width: 200px;
  }
  .full-screen-menu__main .logo {
    top: 40px;
    right: 30px;
    width: 200px;
  }
  .full-screen-menu__main .social-icons {
    bottom: 8vh;
    right: 30px;
  }
  .site-footer {
    font-size: 13px;
  }
  .our-work-banner__bg {
    display: none;
  }
  .process-explanation .video-labels > div:nth-child(1) {
    top: -210px;
    right: 110px;
  }
  .central-slider__slide .slide__text {
    margin-top: -22px;
  }
  .tab-quote-slider__tabs {
    margin-bottom: 30px;
  }
  .tab-quote-slider__tabs p {
    display: none;
  }
  .tab-quote-slider__tabs .tabs-control {
    padding-right: 30px;
  }
  .the-content blockquote p {
    font-size: 30px;
    line-height: 34px;
  }
  .news-teaser {
    margin-bottom: 70px;
  }
  .single-title--full-height {
    height: auto;
    padding-top: 140px;
    padding-bottom: 20px;
  }
  .single-title--full-height .smooth-scroll.down-arrow {
    display: none;
  }
  .single-post .single-share {
    position: relative;
    top: auto;
    left: auto;
    padding: 30px 25px;
    max-width: 720px;
    margin: auto;
  }
  .single-share__heading,
  .single-share__icons {
    display: inline-block;
  }
  .single-share__icons svg {
    margin: 0 5px;
    display: inline-block;
  }
  .our-story-animation__bg-title {
    left: 60px;
  }
  .our-story-animation__bg-title .title--bg {
    font-size: 190px;
  }
  .whats-new-filters {
    padding-top: 120px;
  }
  .stats-strip__stats .stat-circle:nth-child(2) {
    top: 290px;
  }
  .stats-strip__stats {
    margin-top: 140px;
  }
  .parrallax-hor.title--bg {
    font-size: 60px;
    letter-spacing: -0.5px;
  }
  .post-type-archive-casestudy .title--bg span {
    margin-left: 60px;
  }
  .post-type-archive-casestudy .title--bg {
    top: 110px;
  }
  .offices {
    padding-top: 110px;
  }
  .page-template-tpl-animation .text-loading .fade-2 {
    margin-top: 5px;
  }
  .home .title--xl {
    font-size: 30px;
    line-height: 1;
  }
  .accordion-slider__tabs__tab .sideways-title {
    left: 55px;
  }
  .accordion-slider__tabs__control {
    width: 120px;
  }
  .accordion-slider__tabs__tab {
    padding-left: 60px;
    padding: 60px;
  }
  .accordion-slider__tabs__tab.open-tab .my-big-content {
    width: 390px;
  }
  .accordion-slider__slides {
    width: 390px;
  }
  .accordion-slider__slides .slick-slide {
    padding: 0 0px 0 30px;
  }
  .next-strip .central-slider {
    margin-top: -20px;
  }
  .stats-strip {
    padding: 80px 0 60px;
  }
  .video-strip {
    padding: 60px 0 60px;
  }
  .video-strip--full {
    padding: 0;
  }
  .single-casestudy .top-banner {
    padding-top: 165px;
  }
  .video-teaser {
    min-height: 320px;
  }
  .single-casestudy .title--xl {
    font-size: 42px;
  }
  .accordion-slider .slick-next:not(.slick-disabled):hover:before {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .our-story-animation__title.title.title--xl {
    font-size: 32px;
  }
  .full-screen-menu__main a {
    padding: 10px 0;
  }
}

@media (max-width: 767.98px) {
  .process-explanation .video-labels > div:nth-child(1) {
    top: 41px;
    right: 20px;
  }
  .process-explanation .video-labels > div:nth-child(2) {
    top: 282px;
    right: 20px;
  }
  .process-explanation .video-labels > div:nth-child(3) {
    left: 20px;
    top: 70px;
  }
  .process-explanation .video-labels p {
    font-size: 0.9rem;
  }
  .offices__bg-title {
    display: none;
  }
  .banner--share {
    width: 100%;
  }
  .banner--share .banner__image {
    min-height: 350px;
  }
  .person-teaser__image {
    width: 40%;
    padding-bottom: 40%;
    display: inline-block;
  }
  .person-teaser__content {
    width: calc(60% - 28px);
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
  }
  .person-teaser__content .dark-grey-color {
    margin-top: 5px;
  }
  .person-teaser .title--sm, .leadership-strip .title--sm {
    font-size: 26px;
    line-height: 32px;
  }
  .video-strip .single-share {
    margin-bottom: 30px;
  }
  .central-slider .slick-arrow {
    top: 160px;
    height: 50px;
    width: 50px;
  }
  .central-slider .slick-arrow.slick-next {
    right: 0px;
  }
  .central-slider .slick-arrow.slick-prev {
    left: 0px;
  }
  .animation-scroll__skip {
    padding: 10px 25px;
    font-size: 14px;
  }
  .tab-quote-slider .slick-dots li, .tab-quote-slider .slick-dots button {
    width: 12px;
    height: 12px;
  }
  .tab-quote-slider .slick-dots li {
    margin-right: 10px;
  }
  .tab-quote-slider blockquote {
    margin-bottom: 20px;
  }
  .tab-quote-slider .slick-dots {
    top: auto;
    bottom: 0;
  }
  #globeCanvas {
    display: none;
  }
  .container {
    padding-right: 35px;
    padding-left: 35px;
  }
  .hamburger {
    left: 20px;
  }
  .page-template-tpl-animation .home-grid-content {
    height: 85vh;
  }
  .page-template-tpl-animation .home-grid-content > div:nth-child(2) {
    grid-area: 4 / 1 / 6 / 13;
  }
  .page-template-tpl-animation .home-grid-content > div:nth-child(3) {
    grid-area: 6 / 1 / 8 / 13;
  }
  .page-template-tpl-animation .home-grid-content > div:nth-child(4) {
    grid-area: 8 / 1 / 10 / 13;
  }
  .video-teaser__bg {
    font-size: 120px;
    bottom: -20px;
  }
  .our-story-animation__controls {
    top: 20%;
  }
  .our-story-animation__content {
    top: calc(20% + 30px);
  }
  .title--xl {
    font-size: 38px;
  }
  .title--xl1 {
    font-size: 34px;
  }
  .title--lg {
    font-size: 38px;
  }
  .title--xl2 {
    font-size: 60px;
  }
  .title--bg {
    font-size: 110px;
  }
  .whats-new-floating-title .title div {
    margin-left: 280px;
  }
  .next-strip .title--bg {
    font-size: 65px;
    letter-spacing: -0.5px;
  }
  .next-strip .central-slider {
    margin-top: -25px;
  }
  .our-story-animation__content {
    padding-top: 100px;
  }
  .title--md {
    font-size: 40px;
  }
  .title--sm {
    font-size: 20px;
  }
  .title--bg-small {
    font-size: 100px;
    letter-spacing: -2px;
  }
  .office-info-contain {
    margin-bottom: 60px;
  }
  .site-footer__logo {
    margin-bottom: 40px;
  }
  .single-title {
    margin-top: 10px;
  }
  .site-footer .menu li {
    display: block;
    padding: 0;
    margin-top: 10px;
    list-style: none;
  }
  .site-footer .menu li:before {
    display: none;
  }
  .page-template-tpl-our-people .next-strip {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .page-template-tpl-our-people .our-attitude {
    padding-bottom: 100px;
  }
  .page-template-tpl-our-people .mob-img-divider {
    width: 100%;
    display: block !important;
    margin-bottom: 40px;
  }
  .site-footer .menu {
    display: block;
  }
  .magnific-inline .enter-site {
    position: absolute;
    right: 40px;
    bottom: 120px;
  }
  .mfp-content {
    padding: 40px 30px;
  }
  .holding-site-button {
    margin-top: 30px;
  }
  .main-content {
    padding-top: 120px;
  }
  .image-tabs .container {
    max-width: 100%;
  }
  .central-slider__slide .slide__text {
    padding-left: 20px;
  }
  .central-slider .slick-slide .title {
    font-size: 36px;
  }
  .full-screen-menu__main {
    padding-left: calc(10vh + 5px);
  }
  .social-icons-logged-in {
    left: calc(10vh + 5px);
    bottom: 50px;
  }
  .global-menu {
    right: auto;
    left: calc(10vh + 13px);
    bottom: 110px;
  }
  .global-menu__list li {
    padding: 0;
  }
  .full-screen-menu__main li {
    font-size: 1.4rem;
  }
  .news-teaser__title {
    padding: 0 15px;
  }
  .news-teaser__title.title--sm2, .news-teaser__title.title--sm {
    font-size: 28px;
  }
  .process-explanation__videos {
    display: none;
  }
  .process-explanation__videos video {
    display: none;
    pointer-events: none;
  }
  .our-work-banner {
    height: auto;
  }
  .our-work-banner .banner__center {
    position: relative;
    padding-top: 140px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: auto;
  }
  .our-work-banner .intro {
    font-size: 18px;
  }
  .explore-process {
    display: none;
  }
  .process-explanation {
    height: auto;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .process-explanation__bottom-left {
    display: none;
  }
  .image-tabs__controls span {
    display: block;
    padding: 8px 0;
  }
  .whats-new-single-strip {
    margin: 50px 0;
  }
  .next-strip {
    padding-top: 45px;
    padding-bottom: 35px;
  }
  .whats-new-single-strip__load-more {
    display: none;
  }
  .tab-quote-slider .slick-dots {
    width: auto;
    padding-left: 0;
    text-align: left;
    width: 100%;
  }
  .news-teaser {
    margin-bottom: 40px;
  }
  .cursor-follow__scroll {
    width: 170px;
  }
  .our-attitude {
    padding: 40px 0;
  }
  .services-intro {
    margin-top: -30px;
  }
  .image-tabs {
    margin-top: 10px;
  }
  .person-teaser .title--sm, .leadership-strip .title--sm {
    font-size: 32px;
  }
  .stats-strip__stats .stat-circle {
    position: relative;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
  .stats-strip__stats .stat-circle--md {
    width: 330px;
    height: 330px;
  }
  .stats-strip__stats .stat-circle--sm {
    width: 330px;
    height: 330px;
  }
  .stats-strip__stats {
    margin-top: 30px;
  }
  .stats-strip__stats .stat-circle {
    margin: auto;
    margin-bottom: 30px;
  }
  .accordion-slider {
    padding-top: 60px;
  }
  .accordion-slider .slick-prev {
    left: 0;
    padding-left: 35px;
  }
  .accordion-slider .slick-next {
    right: 0;
    padding-right: 35px;
  }
  .accordion-slider__bg {
    padding-bottom: 60px;
  }
  .accordion-slider__bg {
    position: relative;
    top: auto;
  }
  .accordion-slider__tabs__control {
    display: none;
  }
  .accordion-slider__tabs__tab {
    padding: 30px;
    margin-bottom: 0;
  }
  .accordion-slider__tabs__tab .sideways-title {
    position: relative;
    top: auto;
    left: auto;
  }
  .accordion-slider__tabs__tab .sideways-title .title {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .accordion-slider__slides {
    width: auto;
    padding-bottom: 50px;
  }
  .my-big-content {
    width: auto;
    min-height: auto;
  }
  .accordion-slider__slides .slick-slide {
    padding: 0;
  }
  .sideways-title {
    margin-bottom: 20px;
  }
  .accordion-slider__tabs__tab .sideways-title__num {
    top: -22px;
    left: 0;
  }
  .accordion-slider__tabs {
    padding-top: 40px;
    background: white;
  }
  .accordion-slider .slick-arrow:before {
    width: 30px;
    height: 18px;
    top: 6px;
  }
  .stats-strip__stats .stat-circle,
  .stats-strip__stats .stat-circle .stat-circle--lg,
  .stats-strip__stats .stat-circle .stat-circle--md {
    height: 250px;
    width: 250px;
  }
  .stats-strip__stats .stat-circle .title--lg,
  .stats-strip__stats .stat-circle .title--sm,
  .stats-strip__stats .stat-circle .title--md {
    font-size: 50px;
  }
  .circle-image--large {
    margin-bottom: 20px;
  }
  .offices .container {
    max-width: 100%;
  }
  .country-selector__panel {
    min-height: 460px;
  }
  .single-share + .single-main {
    margin-top: 10px;
  }
}

@media (max-width: 575.98px) {
  .title--bg-small {
    font-size: 56px;
  }
  .animation-scroll .scene__text--5 {
    bottom: 90px;
  }
  .whats-new-floating-title {
    position: relative;
    padding-top: 120px;
    text-align: center;
    top: auto;
  }
  .whats-new-floating-title .title--bg {
    font-size: 80px;
    letter-spacing: -0.5px;
    text-align: center;
  }
  .whats-new-floating-title .title--bg div {
    margin: auto;
  }
  .whats-new-filters {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .page-template-tpl-our-people .title--xl1 {
    font-size: 44px;
  }
  .title--xl {
    font-size: 28px;
  }
  .title--lg {
    font-size: 32px;
  }
  .tab-quote-slider {
    margin-top: 60px;
  }
  .text-loading {
    padding-left: 30px;
  }
  .bottom-row {
    padding: 0 30px;
  }
  .holding-text {
    font-size: 14px;
    line-height: 20px;
    padding-right: 15px;
  }
  #what_we_do .title br {
    display: none;
  }
  #what_we_do .title {
    font-size: 22px;
  }
  .magnific-inline .enter-site {
    bottom: 40px;
  }
  .central-slider__slide .image,
  .central-slider__slide .rapid-image-slider {
    height: 340px;
  }
  .tab-quote-slider__tabs .tabs-control .title--sm {
    font-size: 15px;
  }
  .animation-scroll .scene__text {
    font-size: 20px;
    left: 5vw;
    width: 90vw;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .animation-scroll .scene__text--1 {
    left: 15vw;
    width: 70vw;
    bottom: 200px;
  }
  .animation-scroll .scene__text--3 {
    font-size: 20px;
    left: 12.5vw;
    top: 200px;
    width: 75vw;
  }
  .animation-scroll .brandmark svg {
    width: 180px;
  }
  .home .title--md {
    font-size: 32px;
  }
  .page-template-tpl-animation .home-grid-content svg {
    margin-top: 25px;
  }
  .pagination .col,
  .pagination .col-auto {
    padding-right: 13px;
    padding-left: 13px;
  }
  .region-selector {
    margin-top: 40px;
  }
  .the-content p,
  .the-content ul,
  .the-content ol {
    font-size: 16px;
    line-height: 26px;
  }
  .single-title--no-offset {
    padding-top: 110px;
  }
  .single-post .single-share {
    padding: 30px 35px;
  }
  .the-content blockquote p {
    font-size: 26px;
    line-height: 29px;
  }
  .searchandfilter ul {
    display: block;
  }
  .searchandfilter ul li {
    width: 100%;
    padding: 0;
  }
  .image-tabs__controls {
    display: none;
  }
  .text-slider__slides .the-content {
    margin-top: 60px;
  }
  .tab-quote-slider__tabs {
    display: block;
  }
}

@media screen and (max-width: 350px) {
  .header-logo svg {
    width: 180px;
  }
  .full-screen-menu__main .logo {
    width: 180px;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .our-story-animation__content {
    padding-top: 80px;
  }
  .news-teaser__tag {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: -20px;
  }
  .news-teaser {
    position: relative;
  }
}

@media screen and (max-width: 600px) {
  .title--xl {
    font-size: 28px;
  }
}

@media screen and (max-width: 450px) {
  .title--xl {
    font-size: 21px;
  }
}

@media screen and (max-width: 340px) {
  .title--xl {
    font-size: 19px;
  }
}

.no-object-fit .blog .hamburger-inner,
.no-object-fit .blog .hamburger-inner::before,
.no-object-fit .blog .hamburger-inner::after {
  background: black;
}

.off-screen--skew {
  overflow: hidden;
}

.off-screen--skew span {
  display: inline-block;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: 0.6s cubic-bezier(0.45, 0.47, 0.39, 1);
  -o-transition: 0.6s cubic-bezier(0.45, 0.47, 0.39, 1);
  transition: 0.6s cubic-bezier(0.45, 0.47, 0.39, 1);
}

.off-screen.off-screen--hide.off-screen--skew span {
  -webkit-transform: skew(0deg, 10deg) translateY(120%);
      -ms-transform: skew(0deg, 10deg) translateY(120%);
          transform: skew(0deg, 10deg) translateY(120%);
  opacity: 0;
}

.off-screen.off-screen--hide.off-screen--skew--small span {
  -webkit-transform: skew(0deg, 10deg) translateY(40%);
      -ms-transform: skew(0deg, 10deg) translateY(40%);
          transform: skew(0deg, 10deg) translateY(40%);
  opacity: 0;
}

.off-screen {
  opacity: 1;
}

.off-screen.off-screen--from-left, .off-screen.off-screen--from-right, .off-screen.off-screen--fade {
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.off-screen--fade-up {
  -ms-transform: translateY(0);
  /* IE 9 */
  -webkit-transform: translateY(0);
  /* Safari */
  transform: translateY(0);
  /* Safari */
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.off-screen--fade-up.off-screen--hide {
  -ms-transform: translateY(30px);
  /* IE 9 */
  -webkit-transform: translateY(30px);
  /* Safari */
  transform: translateY(30px);
  /* Safari */
  opacity: 0;
}

.off-screen--from-left {
  -ms-transform: translateX(0);
  /* IE 9 */
  -webkit-transform: translateX(0);
  /* Safari */
  transform: translateX(0);
  /* Safari */
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.off-screen--from-left.off-screen--hide {
  -ms-transform: translateX(70px);
  /* IE 9 */
  -webkit-transform: translateX(70px);
  /* Safari */
  transform: translateX(70px);
  /* Safari */
  opacity: 0;
}

.off-screen--hide.off-screen--from-left {
  -ms-transform: translateX(-150px);
  /* IE 9 */
  -webkit-transform: translateX(-150px);
  /* Safari */
  transform: translateX(-150px);
  /* Safari */
  opacity: 0;
}

.off-screen--hide.off-screen--from-right {
  -ms-transform: translateX(150px);
  /* IE 9 */
  -webkit-transform: translateX(150px);
  /* Safari */
  transform: translateX(150px);
  /* Safari */
  opacity: 0;
}

.off-screen--hide.off-screen--from-bottom {
  -ms-transform: translateY(150px);
  /* IE 9 */
  -webkit-transform: translateY(150px);
  /* Safari */
  transform: translateY(150px);
  /* Safari */
  opacity: 0;
}

.off-screen--hide.off-screen--fade {
  opacity: 0;
}

.off-screen--alternate > div > div {
  -ms-transform: translate(0, 0);
  /* IE 9 */
  -webkit-transform: translate(0, 0);
  /* Safari */
  transform: translate(0, 0);
  /* Safari */
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.off-screen--alternate > div.off-screen--hide:nth-child(even) div:nth-child(1) {
  -ms-transform: translateX(150px);
  /* IE 9 */
  -webkit-transform: translateX(150px);
  /* Safari */
  transform: translateX(150px);
  /* Safari */
  opacity: 0;
}

.off-screen--alternate > div.off-screen--hide:nth-child(even) div:nth-child(2) {
  -ms-transform: translateX(-150px);
  /* IE 9 */
  -webkit-transform: translateX(-150px);
  /* Safari */
  transform: translateX(-150px);
  /* Safari */
  opacity: 0;
}

.off-screen--alternate > div.off-screen--hide:nth-child(odd) div:nth-child(1) {
  -ms-transform: translateX(-150px);
  /* IE 9 */
  -webkit-transform: translateX(-150px);
  /* Safari */
  transform: translateX(-150px);
  /* Safari */
  opacity: 0;
}

.off-screen--alternate > div.off-screen--hide:nth-child(odd) div:nth-child(2) {
  -ms-transform: translateX(150px);
  /* IE 9 */
  -webkit-transform: translateX(150px);
  /* Safari */
  transform: translateX(150px);
  /* Safari */
  opacity: 0;
}

.off-screen--sequential > * {
  -ms-transform: translateY(0);
  /* IE 9 */
  -webkit-transform: translateY(0);
  /* Safari */
  transform: translateY(0);
  /* Safari */
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.off-screen--sequential.off-screen--hide > * {
  -ms-transform: translateY(30px);
  /* IE 9 */
  -webkit-transform: translateY(30px);
  /* Safari */
  transform: translateY(30px);
  /* Safari */
  opacity: 0;
}

.off-screen--sequential > *:nth-child(1) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.off-screen--sequential > *:nth-child(2) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.off-screen--sequential > *:nth-child(3) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.off-screen--sequential > *:nth-child(4) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.off-screen--sequential > *:nth-child(5) {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.off-screen--sequential > *:nth-child(6) {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.off-screen--sequential > *:nth-child(7) {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.off-screen--sequential > *:nth-child(8) {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.off-screen--sequential > *:nth-child(9) {
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.off-screen--sequential > *:nth-child(10) {
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.off-screen--sequential > *:nth-child(11) {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}

.off-screen--sequential > *:nth-child(12) {
  -webkit-transition-delay: 2.2s;
       -o-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.off-screen--sequential > *:nth-child(13) {
  -webkit-transition-delay: 2.4s;
       -o-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.off-screen--sequential > *:nth-child(14) {
  -webkit-transition-delay: 2.6s;
       -o-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

.off-screen--sequential > *:nth-child(15) {
  -webkit-transition-delay: 2.8s;
       -o-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
/*# sourceMappingURL=screen.css.map */