/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 0 36px; }
  @media screen and (min-width: 990px) {
    .container {
      padding: 0 16px; } }

.flex {
  display: flex; }
  .flex.flex-2-col {
    justify-content: space-between; }
    .flex.flex-2-col > div {
      width: calc(50% - 40px); }
  .flex.flex-wrap {
    flex-wrap: wrap; }

.show-on-mobile {
  display: block; }
  @media screen and (min-width: 990px) {
    .show-on-mobile {
      display: none; } }

.show-on-desktop {
  display: none; }
  @media screen and (min-width: 990px) {
    .show-on-desktop {
      display: block; } }

@font-face {
  font-family: "AvenirNext-Bold";
  src: url("./assets/fonts/AvenirNextLTPro-Bold.woff2") format("woff2"), url("./assets/fonts/AvenirNextLTPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "AvenirNext-Regular";
  src: url("./assets/fonts/AvenirNextLTPro-Regular.woff2") format("woff2"), url("./assets/fonts/AvenirNextLTPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

body, .body1 {
  font-family: AvenirNext-Regular;
  font-size: 18px;
  color: #24265B;
  line-height: 27px;
  background: #A4A4A4;
  line-height: 1.2em; }
  @media screen and (min-width: 990px) {
    body, .body1 {
      font-size: 24px;
      line-height: 27px; } }

.body2 {
  font-family: AvenirNext-DemiBold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 32px; }

.body3 {
  font-family: AvenirNext-DemiBold;
  font-size: 16px;
  color: #24265B;
  line-height: 20px; }

h1, h2, h3, h4 {
  font-family: termina, sans-serif;
  font-weight: 600; }

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  font-size: inherit; }

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .container {
      padding: 0 30px; } }

.container-inner {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px; }

.partners .container-inner {
    padding: 50px 10px;
}

  @media (min-width: 768px) {
    .container-inner {
      padding: 0px 80px; }
	  
   .partners .container-inner {
      padding: 50px 80px; }
	 }

.h1, .h2, .h3, .h4, .h5, .h6, .h7, .h8, .h9,
.h10, .h11, .h12, .h13, .h14 {
  font-family: AvenirNext-Bold;
  text-transform: uppercase;
  line-height: 1.2em; }

@media (min-width: 992px) {
  .h1 {
    font-family: AvenirNext-Bold;
    font-size: 152px;
    color: #B4ED0A;
    letter-spacing: 0.54px; }
  .h2 {
    font-family: AvenirNext-Bold;
    font-size: 115px;
    color: #24265B;
    letter-spacing: 0.41px;
    line-height: 109px; }
  .h3 {
    font-family: AvenirNext-Bold;
    font-size: 100px;
    color: #FDFFFC;
    letter-spacing: 0.36px;
    line-height: 94px; }
  .h4 {
    font-family: AvenirNext-Regular;
    font-size: 60px;
    color: #BFE900;
    line-height: 69px; }
  .h5 {
    font-family: AvenirNext-Heavy;
    font-size: 60px;
    color: #BFE900;
    line-height: 69px; }
  .h6 {
    font-family: AvenirNext-Heavy;
    font-size: 50px;
    color: #24265B;
    letter-spacing: 0;
    line-height: 46px; }
  .h7 {
    font-family: AvenirNext-Heavy;
    font-size: 50px;
    color: #FDFFFC;
    letter-spacing: 0;
    line-height: 46px; }
  .h8 {
    font-family: AvenirNext-Heavy;
    font-size: 50px;
    color: #A4A4A4;
    letter-spacing: 0;
    line-height: 46px; }
  .h9 {
    font-family: AvenirNext-Heavy;
    font-size: 32px;
    color: #24265B;
    letter-spacing: 0;
    line-height: 40px; }
  .h10 {
    font-family: AvenirNext-Heavy;
    font-size: 32px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 40px; }
  .h11 {
    font-family: AvenirNext-Heavy;
    font-size: 20px;
    color: #BFE900; }
  .h12 {
    font-family: AvenirNext-Heavy;
    font-size: 20px;
    color: #24265B;
    letter-spacing: 0;
    line-height: 40px; }
  .h13 {
    font-family: AvenirNext-Heavy;
    font-size: 20px;
    color: #24265B;
    letter-spacing: 0;
    line-height: 40px; }
  .h14 {
    font-family: AvenirNext-DemiBold;
    font-size: 16px;
    color: #24265B;
    letter-spacing: 0.06px; } }

.green {
  color: #BFE900 !important; }

.blue {
  color: #24265B !important; }

.white {
  color: #FFFFFF !important; }

.underline.green {
  border-bottom: 1px solid #BFE900 !important; }

.underline.blue {
  border-bottom: 1px solid #24265B !important; }

.underline.white {
  border-bottom: 1px solid #FFFFFF !important; }

.btn {
  color: #24265B;
  border: 2px solid #24265B;
  background: transparent;
  display: inline-block;
  border-radius: 24px;
  padding: 5px 25px 4px;
  font-size: 14px;
  line-height: 1.4em;
  font-family: AvenirNext-DemiBold; }
  .btn:hover {
    background: #BFE900; }
  .btn.green {
    color: #BFE900;
    border: 2px solid #BFE900; }
    .btn.green:hover {
      background: #24265B; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  z-index: 2000;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: translateX(-100%);
    transition: transform 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    z-index: 1; }
  .header.fadeIn {
    background-color: #24265B;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .header.fadeIn::after {
      transform: translateX(0); }
    .header.fadeIn .header__nav {
      transform: translateX(0); }
  .header > .container {
    padding: 0 15px; }
    @media screen and (min-width: 990px) {
      .header > .container {
        padding: 0 30px; } }
  .header__logo {
    width: 100%;
    padding-top: 40px;
    max-width: 67px;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 15px;
    transition: transform 0.3s ease; }
    @media screen and (min-width: 990px) {
      .header__logo {
        left: 30px;
        padding-top: 40px; } }
  .header > .container {
    height: 100%;
    display: flex;
    align-items: baseline;
    justify-content: flex-end; }
    .header > .container .wrapper {
      border-bottom: 1px solid #FFFFFF;
      clear: both;
      height: 100%;
      width: 100%; }
      @media screen and (min-width: 990px) {
        .header > .container .wrapper {
          border-bottom: 2px solid #FFFFFF; } }
  .header.affixed {
    background: #24265B;
    top: -10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .header.affixed > .container .wrapper {
      border-bottom: 2px solid transparent; }
  .header__nav {
    position: absolute;
    bottom: 0;
    left: 0;
    height: calc(100vh - 96px);
    width: 100%;
    transform: translateX(-100%);
    transition: transform 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    z-index: 2;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center; }
    .header__nav.fadeIn li {
      opacity: 1;
      transform: translateX(0); }
    .header__nav ul {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media screen and (min-width: 990px) {
        .header__nav ul {
          position: static;
          transform: translate(0); } }
      .header__nav ul li {
        border: 1px solid transparent;
        position: relative;
        transform: translateY(20px);
        opacity: 0;
        transition: all 0.3s ease;
        margin-bottom: 10px;
        list-style: none;
        color: #FFFFFF;
        text-align: center; }
        @media screen and (min-width: 990px) {
          .header__nav ul li {
            margin-bottom: 36px; } }
        .header__nav ul li::before {
          display: none; }
        .header__nav ul li a {
          font-size: 20px;
          text-transform: uppercase;
          padding: 8px 13px;
          letter-spacing: 1px;
          text-decoration: none;
          font-weight: normal; }
          @media screen and (min-width: 990px) {
            .header__nav ul li a {
              font-size: 30px; } }
          .header__nav ul li a:hover {
            color: #BFE900; }
        .header__nav ul li:nth-child(1) {
          transition-delay: 0.09s; }
        .header__nav ul li:nth-child(2) {
          transition-delay: 0.18s; }
        .header__nav ul li:nth-child(3) {
          transition-delay: 0.27s; }
        .header__nav ul li:nth-child(4) {
          transition-delay: 0.36s; }
        .header__nav ul li:nth-child(5) {
          transition-delay: 0.45s; }
        .header__nav ul li:nth-child(6) {
          transition-delay: 0.54s; }
  .header__nav-btn {
    background: none;
    border: none;
    position: absolute;
    top: 40px;
    right: 15px;
    padding: 4px;
    outline: none; }
    @media screen and (min-width: 990px) {
      .header__nav-btn {
        right: 30px; } }
    .header__nav-btn.active span:nth-child(2) {
      transform: translateX(-50%);
      opacity: 0; }
    .header__nav-btn.active span:nth-child(1) {
      transform: rotate(40deg);
      top: 10px; }
    .header__nav-btn.active span:nth-child(3) {
      top: -10px;
      transform: rotate(-40deg); }
    .header__nav-btn span {
      display: block;
      width: 35px;
      height: 2px;
      border-radius: 2px;
      background: #FFFFFF;
      transition: opacity 0.4s ease, transform 0.6s ease;
      position: relative; }
      .header__nav-btn span:nth-child(2) {
        margin: 8px 0; }
        @media screen and (min-width: 990px) {
          .header__nav-btn span:nth-child(2) {
            margin: 8px 0; } }
      @media screen and (min-width: 990px) {
        .header__nav-btn span {
          height: 2px; } }

.article {
  width: 100%; }
  .article .date {
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 55px;
    margin-bottom: 12px;
    color: #1C1C1C;
    font-family: termina, sans-serif;
    font-weight: 700; }
  .article .title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #707070;
    font-family: 'HelveticaNeue'; }
  .article a {
    color: #d22027;
    font-size: 10px;
    line-height: 25px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 4px;
    border-bottom: 1px solid #d22027;
    margin-top: 14px;
    font-weight: 700;
    font-family: termina, sans-serif; }
    .article a::after {
      content: '\003E';
      display: inline-block;
      margin-left: 4px;
      font-size: 12px; }

.cookie-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #d22027;
  padding: 14px;
  box-shadow: 0 -4px 14px 0 rgba(0, 0, 0, 0.12);
  transform: translateY(100%);
  transition: transform .4s ease-in-out; }
  .cookie-alert.active {
    transform: translateY(0); }
  @media screen and (min-width: 990px) {
    .cookie-alert > .container {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  @media screen and (min-width: 990px) {
    .cookie-alert .cta {
      flex: 1;
      display: flex;
      align-items: center; } }
  .cookie-alert .cta .btn {
    height: 42px;
    line-height: 42px;
    padding: 0 33px;
    width: 100%;
    margin: 0 auto 12px auto; }
    @media screen and (min-width: 990px) {
      .cookie-alert .cta .btn {
        margin: 0;
        width: auto; } }
  .cookie-alert .cta button, .cookie-alert .cta a {
    text-align: center;
    margin-bottom: 0; }
  .cookie-alert p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 18px; }
    @media screen and (min-width: 990px) {
      .cookie-alert p {
        width: 60%;
        margin-bottom: 0;
        margin-right: 22px;
        font-size: 13px;
        line-height: 23px; } }

.site-footer {
  background: #24265B;
  color: #FFFFFF;
  padding: 80px 0; }
  .site-footer .container {
    clear: both;
    overflow: auto; }
  .site-footer .logo {
    filter: color(#BFE900);
    margin-bottom: 30px;
    width: 80px; }
  .site-footer .menus {
    display: flex;
    position: relative; }
    @media screen and (max-width: 767px) {
      .site-footer .menus {
        display: block; } }
    .site-footer .menus > div {
      width: 30%; }
      @media screen and (max-width: 767px) {
        .site-footer .menus > div {
          display: block;
          float: left; } }
    .site-footer .menus .footer-social {
      list-style: none;
      position: absolute;
      bottom: 10px;
      right: 0; }
      .site-footer .menus .footer-social li {
        display: inline-block;
        margin-right: 25px; }
        .site-footer .menus .footer-social li:last-child {
          margin-right: 0; }
        .site-footer .menus .footer-social li a {
          display: block; }
          .site-footer .menus .footer-social li a img {
            width: 22px; }
          .site-footer .menus .footer-social li a:hover {
            color: #BFE900; }
    .site-footer .menus .move-up {
      display: none;
      text-align: center;
      font-size: 14px;
      position: absolute;
      right: 0; }
      .site-footer .menus .move-up img {
        display: block;
        margin: 0 auto 10px; }
      @media screen and (min-width: 990px) {
        .site-footer .menus .move-up {
          display: block; } }
      .site-footer .menus .move-up:hover {
        color: #BFE900; }
    @media screen and (max-width: 767px) {
      .site-footer .menus > div.locations {
        width: 70%;
        margin-bottom: 20px; }
        .site-footer .menus > div.locations .location {
          float: left; }
      .site-footer .menus > div.connect {
        width: 70%;
        float: right; }
      .site-footer .menus > .footer-social {
        position: relative;
        float: left;
        width: 30%;
        padding-top: 20px;
        bottom: 0; }
        .site-footer .menus > .footer-social li {
          display: block;
          margin-bottom: 15px; } }
  .site-footer h4, .site-footer .title {
    color: #BFE900;
    text-transform: uppercase;
    font-family: AvenirNext-DemiBold;
    margin-bottom: 20px;
    font-family: AvenirNext-Heavy;
    font-size: 20px;
    color: #BFE900; }
    @media screen and (min-width: 990px) {
      .site-footer h4, .site-footer .title {
        margin-bottom: 40px; } }
  .site-footer .locations .location {
    display: inline-block;
    width: 49%;
    margin-bottom: 20px;
    font-size: 11.5px;
    line-height: 18px; }
    .site-footer .locations .location .green {
      text-transform: uppercase; }
  .site-footer .connect .green, .site-footer .connect a {
    font-size: 12px;
    line-height: 17px; }
  .site-footer .connect a {
    margin-bottom: 20px; }
    .site-footer .connect a:hover {
      color: #BFE900; }
  .site-footer .main {
    padding-top: 60px;
    position: relative; }
    .site-footer .main:before {
      content: '';
      position: absolute;
      top: 20px;
      height: 3px;
      background: #BFE900;
      width: 80px; }
    .site-footer .main ul {
      list-style: none; }
      .site-footer .main ul li a {
        font-size: 14px;
        padding: 8px 0;
        display: inline-block; }
        .site-footer .main ul li a:hover {
          color: #BFE900; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(112, 112, 112, 0.7);
  z-index: 3000;
  padding: 0 16px;
  visibility: hidden;
  pointer-events: none; }
  .modal.active {
    visibility: visible;
    pointer-events: initial; }
    .modal.active .modal__inner {
      opacity: 1;
      transform: translateY(-50%) scale(1); }
  .modal__inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 100vh;
    overflow: scroll;
    width: 100%;
    max-width: 1200px;
    background: white;
    margin: 0 auto;
    transition-delay: .2s;
    transition: all .2s ease;
    transform: translateY(-50%) scale(0.8);
    opacity: 0;
    padding: 33px; }
    @media screen and (min-width: 990px) {
      .modal__inner {
        height: 90vh;
        padding: 100px; } }
    .modal__inner .title {
      width: 100%;
      margin-bottom: 27px; }
      @media screen and (min-width: 990px) {
        .modal__inner .title {
          margin-bottom: 77px;
          padding: 0;
          width: 650px; } }
      .modal__inner .title h1 {
        font-size: 33px;
        line-height: 40px;
        font-weight: 400;
        color: #fff;
        display: inline;
        background-color: #d22027;
        box-shadow: -30px 0 0 #d22027, 33px 0 0 #d22027;
        box-decoration-break: clone; }
        @media screen and (min-width: 990px) {
          .modal__inner .title h1 {
            font-size: 53px;
            line-height: 64px; } }
    @media screen and (min-width: 990px) {
      .modal__inner .grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0 60px; } }
    .modal__inner .grid p {
      margin-bottom: 12px; }
      @media screen and (min-width: 990px) {
        .modal__inner .grid p {
          margin-bottom: 0; } }
  .modal__close {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 2;
    border: none;
    background: none;
    cursor: pointer;
    padding: 4px;
    outline: none; }
    .modal__close span {
      display: block;
      height: 2px;
      width: 40px;
      background: #707070; }
      .modal__close span:nth-child(1) {
        transform: rotate(42deg); }
      .modal__close span:nth-child(2) {
        position: relative;
        top: -2px;
        transform: rotate(-42deg); }

.home-hero {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat; }
  .home-hero .swiper-slide .slider {
    padding: 40px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
    width: 100%; }
    @media screen and (min-width: 990px) {
      .home-hero .swiper-slide .slider {
        padding: 200px 80px 40px; } }
    .home-hero .swiper-slide .slider:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background-color: #1C1C1C;
      opacity: 0.3; }
    .home-hero .swiper-slide .slider .container {
      display: flex;
      align-items: center;
      height: 100%;
      flex-wrap: wrap; }
      @media screen and (min-width: 990px) {
        .home-hero .swiper-slide .slider .container {
          align-items: flex-end;
          padding-top: 80px;
          padding-bottom: 80px; } }
      .home-hero .swiper-slide .slider .container .content .client,
      .home-hero .swiper-slide .slider .container .content .title,
      .home-hero .swiper-slide .slider .container .content .blurb,
      .home-hero .swiper-slide .slider .container .content .btn {
        transition: opacity 0.3s ease, transform 0.3s ease;
        opacity: 0;
        transform: translateY(-20px); }
      .home-hero .swiper-slide .slider .container .content .client {
        color: #FFFFFF;
        font-weight: 900;
        margin-bottom: 20px;
        font-family: AvenirNext-Bold;
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0.06px;
        text-align: left;
        text-transform: uppercase; }
      .home-hero .swiper-slide .slider .container .content .title {
        line-height: 1em;
        margin-bottom: 10px;
        color: #BFE900; }
        @media screen and (max-width: 767px) {
          .home-hero .swiper-slide .slider .container .content .title {
            font-size: 54px;
            width: 70%; } }
      .home-hero .swiper-slide .slider .container .content .blurb {
        color: #FFFFFF;
        display: inline-block;
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 30px;
        margin-right: 10px; }
      .home-hero .swiper-slide .slider .container .content .btn {
        display: inline-block;
        font-family: AvenirNext-DemiBold;
        border-width: 2px;
        transform: translateX(20px); }
  .home-hero .swiper-slide.swiper-slide-active .slider .container .content .client,
  .home-hero .swiper-slide.swiper-slide-active .slider .container .content .title,
  .home-hero .swiper-slide.swiper-slide-active .slider .container .content .blurb,
  .home-hero .swiper-slide.swiper-slide-active .slider .container .content .btn {
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 1;
    transform: translateX(0) translateY(0); }
  .home-hero .swiper-slide.swiper-slide-active .slider .container .content .client {
    transition-delay: 0.3s; }
  .home-hero .swiper-slide.swiper-slide-active .slider .container .content .title {
    transition-delay: 0.6s; }
  .home-hero .swiper-slide.swiper-slide-active .slider .container .content .blurb {
    transition-delay: 0.8s; }
  .home-hero .swiper-slide.swiper-slide-active .slider .container .content .btn {
    transition-delay: 1.2s; }
  @media screen and (min-width: 990px) {
    .home-hero .swiper-pagination-container {
      height: calc(100vh);
      position: absolute;
      top: 0;
      margin: 0 auto;
      width: 100%;
      left: calc((100% - 1440px) / 2); } }
  .home-hero .swiper-pagination {
    right: 15px;
    bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    width: 35px;
    justify-content: flex-end;
    counter-reset: line-number; }
    @media screen and (min-width: 990px) {
      .home-hero .swiper-pagination {
        bottom: auto;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); } }
    .home-hero .swiper-pagination .swiper-pagination-bullet {
      display: block;
      width: 35px;
      height: 2px;
      margin-bottom: 22px;
      border-radius: 4px;
      background: #FFFFFF;
      opacity: 1;
      text-align: right;
      transition: all 0.2s ease-in-out;
      counter-increment: line-number;
      position: relative;
      font-size: 20px; }
      .home-hero .swiper-pagination .swiper-pagination-bullet:before {
        content: "0" counter(line-number);
        position: absolute;
        top: -30px;
        left: 0;
        color: #BFE900;
        opacity: 0;
        transition: all 0.2s ease-in-out; }
      .home-hero .swiper-pagination .swiper-pagination-bullet:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 2px;
        width: 35px;
        background: #BFE900;
        opacity: 0;
        transition: all 0.2s ease-in-out; }
      .home-hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #BFE900;
        transition: all 0.2s ease-in-out; }
        .home-hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
          opacity: 1;
          left: -73px;
          transition: all 0.2s ease-in-out; }
        .home-hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
          opacity: 1;
          transition: all 0.2s ease-in-out;
          width: 110px; }
  .home-hero .scroll-down {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999; }
    .home-hero .scroll-down .css-arrow {
      box-sizing: border-box;
      height: 3vw;
      width: 3vw;
      border-style: solid;
      border-color: white;
      border-width: 0px 1px 1px 0px;
      transform: rotate(45deg);
      transition: border-width 150ms ease-in-out; }
    .home-hero .scroll-down .css-arrow:hover {
      border-bottom-width: 4px;
      border-right-width: 4px; }

.page-home .who-we-are {
  background-image: url("./assets/img/background/marble_green_background_short.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: right;
  padding: 0;
  background-attachment: fixed; }
  @media screen and (min-width: 990px) {
    .page-home .who-we-are {
      padding: 50px 0; } }
  .page-home .who-we-are .container-inner {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url("./assets/img/fist.png");
    background-repeat: no-repeat;
    background-position: top 20px center;
    background-size: auto 70%;
    text-align: center; }
    @media screen and (min-width: 990px) {
      .page-home .who-we-are .container-inner {
        text-align: right;
        background-position: 200px 0;
        background-size: auto 100%;
        padding-top: 150px;
        padding-bottom: 150px;
        padding-right: 200px; } }
    .page-home .who-we-are .container-inner .wwa {
      text-transform: uppercase;
      margin-bottom: 30px;
      position: relative;
      width: auto;
      display: inline-block;
      font-family: AvenirNext-DemiBold;
      font-size: 16px;
      color: #24265B;
      letter-spacing: 0.06px;
      text-align: right; }
      .page-home .who-we-are .container-inner .wwa:after {
        content: '';
        width: 100%;
        border-bottom: 2px solid #24265B;
        bottom: 0;
        position: absolute;
        left: 0; }
    .page-home .who-we-are .container-inner .title {
      line-height: 1em;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .page-home .who-we-are .container-inner .title {
          width: 100%;
          margin: 0 auto;
          text-align: center;
          font-size: 44px;
          margin-bottom: 20px; } }
      @media screen and (min-width: 990px) {
        .page-home .who-we-are .container-inner .title {
          margin-bottom: 20px; } }
    .page-home .who-we-are .container-inner .blurb {
      width: 100%;
      text-align: center;
      margin-bottom: 30px; }
      @media screen and (min-width: 990px) {
        .page-home .who-we-are .container-inner .blurb {
          text-align: right;
          margin-bottom: 20px; } }
      .page-home .who-we-are .container-inner .blurb p {
        max-width: 260px;
        text-align: center;
        font-family: AvenirNext-DemiBold;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.04px;
        display: inline-block;
        margin: 0 auto;
        text-align: center; }
        @media screen and (min-width: 990px) {
          .page-home .who-we-are .container-inner .blurb p {
            text-align: right;
            font-size: 14px;
            display: inline-block;
            letter-spacing: 0.05px;
            line-height: 16px; } }
    .page-home .who-we-are .container-inner .btn:hover {
      color: #BFE900 !important;
      background: #24265B; }

.the-works {
  padding: 50px 0;
  background: #A4A4A4; }
  @media screen and (min-width: 990px) {
    .the-works {
      padding: 90px 0; } }
  .the-works .section-title {
    width: 50%;
    position: relative;
    line-height: 1em;
    margin-top: 0; }
    @media screen and (min-width: 990px) {
      .the-works .section-title {
        width: 100%;
        margin-top: 0; } }
    .the-works .section-title:after {
      content: '';
      width: 200%;
      border-bottom: 3px solid #24265B;
      bottom: -10px;
      position: absolute;
      left: 0; }
      @media screen and (min-width: 990px) {
        .the-works .section-title:after {
          width: 100%; } }
  .the-works .work {
    position: relative;
    width: 33.33333%;
    overflow: hidden; }
    .the-works .work > img {
      height: 100%;
      object-fit: cover;
      width: 100%;
      transform: scale(1);
      transition: transform 0.2s ease-in-out; }
    .the-works .work:hover > img {
      transform: scale(1.1) translateY(0);
      transition: transform 0.2s ease-in-out; }
    .the-works .work .work-info {
      color: #FFFFFF;
      border-bottom: 1px solid #FFFFFF;
      position: absolute;
      bottom: 15px;
      left: 15px;
      width: calc(100% - 30px); }
      .the-works .work .work-info .client {
        font-size: 14px;
        text-transform: none;
        font-family: AvenirNext-DemiBold; }
      .the-works .work .work-info .title {
        font-family: AvenirNext-Medium;
        font-size: 28px;
        color: #F2F0F0;
        line-height: 35px;
        text-transform: capitalize; }
    .the-works .work.innovation {
      padding: 0 70px;
      background: #BFE900;
      display: flex;
      align-content: center;
      align-items: center;
      color: #24265B; }
      .the-works .work.innovation img {
        margin-bottom: 10px;
        display: block; }
  .the-works .work-row {
    display: flex;
    height: 345px; }
    .the-works .work-row:nth-of-type(1) .work {
      width: 66.666%; }
    .the-works .work-row:nth-of-type(2) {
      justify-content: flex-end; }
      .the-works .work-row:nth-of-type(2) .work {
        width: 33.333%; }
    .the-works .work-row:nth-of-type(4) {
      justify-content: flex-end; }
      .the-works .work-row:nth-of-type(4) .work {
        width: 66.666%; }
  @media screen and (max-width: 767px) {
    .the-works .work-rows {
      display: grid; }
    .the-works .work-row {
      display: block !important;
      height: 240px !important; }
      .the-works .work-row .work {
        height: 240px !important; }
        .the-works .work-row .work.innovation {
          padding: 30px 20px 20px 15px;
          font-family: AvenirNext-DemiBold;
          font-size: 16px;
          color: #24265B;
          line-height: 20px; }
        .the-works .work-row .work .client {
          font-family: AvenirNext-DemiBold;
          font-size: 12px; }
        .the-works .work-row .work .title {
          font-family: AvenirNext-Medium;
          font-size: 18px;
          line-height: 16px;
          text-transform: capitalize; }
    .the-works .work-row:nth-of-type(1) {
      order: 2; }
      .the-works .work-row:nth-of-type(1) .work {
        width: 100%; }
    .the-works .work-row:nth-of-type(2) {
      order: 1; }
      .the-works .work-row:nth-of-type(2) .work {
        width: 50% !important;
        float: left; }
    .the-works .work-row:nth-of-type(3) {
      order: 3; }
      .the-works .work-row:nth-of-type(3) .work {
        width: 50% !important;
        float: left; }
    .the-works .work-row:nth-of-type(4) {
      order: 4; }
      .the-works .work-row:nth-of-type(4) .work {
        width: 100% !important;
        float: left; } }

.partners {
  padding: 50px 0 0;
  background-image: url("./assets/img/background/marble_blue_background_short.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #BFE900;
  background-attachment: fixed; }
  @media screen and (min-width: 990px) {
    .partners {
      padding: 100px 0 0; } }
  .partners .section-title {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-top: 0; }
    .partners .section-title:after {
      content: '';
      width: 100%;
      border-bottom: 3px solid #BFE900;
      bottom: 0;
      position: absolute;
      left: 0;
      margin-top: 0; }
  .partners .blurb {
    font-size: 18px; }
  .partners .partners-list {
	background-color: #E7E7E8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 40px 0 0;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (min-width: 990px) {
      .partners .partners-list {
        padding: 90px 0 0; } }
    .partners .partners-list .partner {
      width: 50%;
      padding: 30px;
      text-align: center;
      margin-bottom: 0; }
      @media screen and (min-width: 990px) {
        .partners .partners-list .partner {
          width: 25%;
          margin-bottom: 100px; } }
      .partners .partners-list .partner img {
        width: 100%;
        max-width: 150px;
        height: auto; }
      .partners .partners-list .partner.rh img {
        width: auto;
        height: 40px; }
        @media screen and (min-width: 990px) {
          .partners .partners-list .partner.rh img {
            height: 80px; } }
      .partners .partners-list .partner.wide img {
        max-width: none; }

.news-social {
  padding: 50px 0;
  background-color: #A4A4A4; }
  @media screen and (min-width: 990px) {
    .news-social {
      padding: 80px 0 110px; } }
  .news-social .section-title {
    width: 50%;
    position: relative;
    line-height: 1em;
    margin-top: 0;
    padding-top: 40px; }
    @media screen and (min-width: 990px) {
      .news-social .section-title {
        width: 100%;
        margin-top: 0; } }
    .news-social .section-title:after {
      content: '';
      width: 200%;
      border-bottom: 3px solid #24265B;
      bottom: -10px;
      position: absolute;
      left: 0; }
      @media screen and (min-width: 990px) {
        .news-social .section-title:after {
          width: 100%; } }
  .news-social .news-cards,
  .news-social .social-cards {
    width: 100%;
    display: flex; }
    @media screen and (min-width: 990px) {
      .news-social .news-cards,
      .news-social .social-cards {
        width: 50%; } }
  .news-social .news,
  .news-social .social {
    position: relative;
    margin-bottom: 20px;
    height: 190px;
    clear: both;
    overflow: hidden;
    color: #FFFFFF; }
    @media screen and (min-width: 990px) {
      .news-social .news,
      .news-social .social {
        height: 345px; } }
    .news-social .news > img,
    .news-social .social > img {
      height: 100%;
      object-fit: cover;
      width: 100%; }
    .news-social .news .news-title,
    .news-social .news .date,
    .news-social .news .category,
    .news-social .news .social-text,
    .news-social .news .category,
    .news-social .social .news-title,
    .news-social .social .date,
    .news-social .social .category,
    .news-social .social .social-text,
    .news-social .social .category {
      font-family: AvenirNext-DemiBold;
      position: absolute;
      top: 0; }
    .news-social .news .news-title,
    .news-social .social .news-title {
      left: 15px;
      bottom: 15px;
      top: auto;
      max-width: 70%;
      font-family: AvenirNext-Heavy;
      font-size: 20px;
      line-height: 23px; }
      @media screen and (min-width: 990px) {
        .news-social .news .news-title,
        .news-social .social .news-title {
          font-size: 32px;
          letter-spacing: 0;
          line-height: 36px;
          left: 30px;
          bottom: 30px;
          max-width: 50%; } }
    .news-social .news .date,
    .news-social .news .category,
    .news-social .social .date,
    .news-social .social .category {
      top: 15px;
      font-size: 14px;
      color: #D8D8D8; }
    .news-social .news .ctf-tweet-text,
    .news-social .social .ctf-tweet-text {
      font-size: 20px;
      color: #D8D8D8;
      line-height: 24px; }
    .news-social .news .ctf-tweet-meta,
    .news-social .social .ctf-tweet-meta {
      font-size: 14px !important;
      color: #D8D8D8 !important;
      font-family: AvenirNext-DemiBold; }
    .news-social .news .date,
    .news-social .social .date {
      left: 15px; }
    .news-social .news .category,
    .news-social .social .category {
      right: 15px; }
      .news-social .news .category img,
      .news-social .social .category img {
        width: 15px; }
    @media screen and (min-width: 990px) {
      .news-social .news .date,
      .news-social .social .date {
        top: 30px;
        left: 30px; }
      .news-social .news .category,
      .news-social .social .category {
        top: 30px;
        right: 30px; }
        .news-social .news .category img,
        .news-social .social .category img {
          width: auto; } }
    .news-social .news .social-text,
    .news-social .social .social-text {
      top: 50%;
      left: 0;
      width: 100%;
      padding: 50px 15px 15px;
      transform: translateY(-50%);
      font-size: 14px;
      color: #D8D8D8;
      line-height: 18px; }
      @media screen and (min-width: 990px) {
        .news-social .news .social-text,
        .news-social .social .social-text {
          font-size: 20px;
          color: #D8D8D8;
          line-height: 24px;
          padding: 20px 80px 0 30px; } }
  .news-social .social .ctf-tweets {
    padding: 10px 30px; }
  .news-social .news-social-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (min-width: 990px) {
      .news-social .news-social-row {
        flex-wrap: nowrap; } }
    .news-social .news-social-row .card {
      background-color: #24265B; }
    .news-social .news-social-row .news-cards {
      flex-wrap: wrap; }
      .news-social .news-social-row .news-cards .card {
        width: calc(100%); }
        @media screen and (min-width: 990px) {
          .news-social .news-social-row .news-cards .card {
            width: calc(100% - 20px); } }
    .news-social .news-social-row .social-cards {
      flex-wrap: wrap;
      justify-content: space-between; }
      .news-social .news-social-row .social-cards .card {
        width: calc(50%); }
        @media screen and (min-width: 990px) {
          .news-social .news-social-row .social-cards .card {
            width: calc(50% - 10px); } }
    .news-social .news-social-row .news:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background-color: #1C1C1C;
      opacity: 0.3; }
    @media screen and (max-width: 767px) {
      .news-social .news-social-row {
        flex-wrap: wrap; } }

.page-about-us {
  background-color: #A4A4A4; }
  .page-about-us .who-we-are {
    background-position: top center;
    background-size: auto 70%;
    background-image: url("./assets/img/background/marble_green_background_short.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: right;
    padding: 50px 0 90px; }
    @media screen and (max-width: 767px) {
      .page-about-us .who-we-are {
        padding: 50px 0 60px; } }
    @media screen and (min-width: 990px) {
      .page-about-us .who-we-are .container-inner {
        text-align: right;
        background-position: 100px 0;
        background-size: auto 100%;
        padding-top: 150px;
        padding-bottom: 150px; } }
    .page-about-us .who-we-are.al {
      text-align: left;
      min-height: calc(100vh - 100px);
      display: flex;
      align-items: center; }
      .page-about-us .who-we-are.al .container-inner {
        padding-top: 150px;
        background-image: url("./assets/img/animation-culture.gif");
        background-repeat: no-repeat;
        background-position: calc(50% + 200px) 100px;
        background-size: 434px auto;
        text-align: left;
        padding-bottom: 0;
        min-height: 665px; }
        @media screen and (max-width: 767px) {
          .page-about-us .who-we-are.al .container-inner {
            padding-bottom: 150px;
            min-height: auto; } }
        .page-about-us .who-we-are.al .container-inner .page-slogan {
          font-size: 70px; }
          @media screen and (min-width: 990px) {
            .page-about-us .who-we-are.al .container-inner .page-slogan {
              font-size: 115px; } }
        .page-about-us .who-we-are.al .container-inner .page-title {
          text-transform: uppercase;
          margin-bottom: 30px;
          position: relative;
          width: auto;
          display: inline-block;
          font-family: AvenirNext-DemiBold;
          font-size: 16px;
          color: #24265B;
          letter-spacing: 0.06px;
          text-align: right;
          padding-bottom: 10px; }
          .page-about-us .who-we-are.al .container-inner .page-title:after {
            content: '';
            width: 100%;
            border-bottom: 2px solid #24265B;
            bottom: 0;
            position: absolute;
            left: 0; }
    @media screen and (max-width: 767px) {
      .page-about-us .who-we-are .h2 {
        font-family: AvenirNext-Bold;
        font-size: 70px;
        color: #24265B;
        letter-spacing: 0.25px;
        line-height: 66px;
        text-align: left;
        white-space: pre-line;
        width: 30px; }
      .page-about-us .who-we-are.al .container-inner {
        background-position: right -70px top 100px;
        background-size: 290px auto; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .page-about-us .who-we-are .h2 {
        font-size: 80px;
        line-height: 90px; } }

.we-are-section {
  background-color: transparent;
  -webkit-transform: translateY(-220px);
  -moz-transform: translateY(-220px);
  -ms-transform: translateY(-220px);
  -o-transform: translateY(-220px);
  transform: translateY(-220px);
  margin-bottom: -190px; }
  @media screen and (max-width: 767px) {
    .we-are-section {
      margin-bottom: -200px;
      -webkit-transform: translateY(-200px);
      -moz-transform: translateY(-200px);
      -ms-transform: translateY(-200px);
      -o-transform: translateY(-200px);
      transform: translateY(-200px); } }
  .we-are-section .blurb {
    font-family: AvenirNext-Bold;
    padding-top: 20px;
    padding-left: 30px;
    position: absolute;
    width: calc(50% - 20px);
    text-align: right;
    left: 0;
    font-size: 14px;
    font-size: 16px;
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      .we-are-section .blurb {
        position: relative;
        width: 80%;
        text-align: left;
        font-size: 16px;
        letter-spacing: 0.06px;
        line-height: 21px; } }
    .we-are-section .blurb p {
      width: 550px; }
  .we-are-section .container-inner {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .we-are-section .container-inner {
        flex-wrap: wrap;
        padding: 20px 0 0 0; } }
    .we-are-section .container-inner .we-are {
      padding: 185px 0px;
      width: 445px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .we-are-section .container-inner .we-are {
          padding: 80px 0px; } }
      .we-are-section .container-inner .we-are:first-child {
        border-right: 1px solid #1C1C1C; }
        .we-are-section .container-inner .we-are:first-child:after, .we-are-section .container-inner .we-are:first-child:before {
          content: '';
          width: 14px;
          height: 1px;
          background-color: #1C1C1C;
          top: 0;
          right: -7px;
          position: absolute; }
        .we-are-section .container-inner .we-are:first-child:after {
          bottom: 0;
          top: auto; }
      @media screen and (max-width: 767px) {
        .we-are-section .container-inner .we-are {
          border-left: 1px solid #1C1C1C;
          border-right: none !important;
          padding-bottom: 20px;
          width: 100%; }
          .we-are-section .container-inner .we-are:after, .we-are-section .container-inner .we-are:before {
            content: '';
            width: 14px;
            height: 1px;
            background-color: #1C1C1C;
            top: 0;
            left: -7px;
            right: auto;
            position: absolute; }
          .we-are-section .container-inner .we-are:after {
            bottom: 0;
            top: auto; }
          .we-are-section .container-inner .we-are:first-child {
            padding-bottom: 10px; }
            .we-are-section .container-inner .we-are:first-child:after {
              display: none; }
          .we-are-section .container-inner .we-are:last-child {
            padding-top: 10px;
            padding-bottom: 60px; }
            .we-are-section .container-inner .we-are:last-child:before {
              display: none; }
          .we-are-section .container-inner .we-are .content {
            margin: 0; } }
      .we-are-section .container-inner .we-are .content {
        padding: 70px 30px;
        background-color: #24265B;
        margin: 0 20px;
        height: 500px; }
        @media screen and (max-width: 767px) {
          .we-are-section .container-inner .we-are .content {
            height: auto;
            padding: 30px; } }
        .we-are-section .container-inner .we-are .content img {
          margin-bottom: 10px; }
        .we-are-section .container-inner .we-are .content h3 {
          font-family: AvenirNext-Regular;
          font-size: 60px;
          color: #BFE900;
          line-height: 69px; }
          .we-are-section .container-inner .we-are .content h3 strong {
            font-weight: bold;
            font-family: AvenirNext-Heavy; }
          @media screen and (max-width: 767px) {
            .we-are-section .container-inner .we-are .content h3 {
              font-size: 32px;
              line-height: 33px;
              width: 50%;
              margin-bottom: 10px; } }
        .we-are-section .container-inner .we-are .content p {
          color: #FFFFFF;
          font-size: 14px; }

.what-we-do {
  padding-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .what-we-do {
      padding-bottom: 100px; } }
  .what-we-do .container {
    display: flex; }
    @media screen and (max-width: 767px) {
      .what-we-do .container {
        flex-wrap: wrap; } }
    .what-we-do .container .title {
      width: 35%; }
      @media screen and (max-width: 767px) {
        .what-we-do .container .title {
          margin-bottom: 40px; } }
    .what-we-do .container .h13 {
      margin-bottom: 45px; }
      @media screen and (max-width: 767px) {
        .what-we-do .container .h13 {
          margin-bottom: 0; } }
    .what-we-do .container .segments,
    .what-we-do .container .disciplines {
      margin-bottom: 30px; }
      .what-we-do .container .segments ul,
      .what-we-do .container .disciplines ul {
        padding: 0;  }
        .what-we-do .container .segments ul li,
        .what-we-do .container .disciplines ul li {
          list-style: none;
          font-family: AvenirNext-DemiBold;
          font-size: 16px;
          color: #24265B;
          line-height: 20px;
          padding: 10px 0;
          display: block; }
    .what-we-do .container .segments {
      width: 20%; }
      @media screen and (max-width: 767px) {
        .what-we-do .container .segments {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          .what-we-do .container .segments ul {
            width: 100%;
            -webkit-column-count: 2;
            -moz-column-count: 2;
            column-count: 2;
            -webkit-column-gap: 60px;
            -moz-column-gap: 60px;
            column-gap: 60px; } }
    .what-we-do .container .disciplines {
      width: 30%; }
      @media screen and (max-width: 767px) {
        .what-we-do .container .disciplines {
          width: 100%; } }
      .what-we-do .container .disciplines ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px; }
        @media screen and (max-width: 767px) {
          .what-we-do .container .disciplines ul {
            -webkit-column-gap: 30px;
            -moz-column-gap: 30px;
            column-gap: 30px; } }
  .what-we-do .separator {
    text-align: center; }
    .what-we-do .separator .separator-inner {
      width: 1px;
      background: #24265B;
      display: block;
      margin: 0 auto;
      height: 100px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .what-we-do .separator .separator-inner {
          display: none; } }
      .what-we-do .separator .separator-inner:after, .what-we-do .separator .separator-inner:before {
        content: '';
        width: 14px;
        height: 1px;
        background-color: #1C1C1C;
        top: 0;
        right: -7px;
        position: absolute; }
        @media screen and (max-width: 767px) {
          .what-we-do .separator .separator-inner:after, .what-we-do .separator .separator-inner:before {
            display: none; } }
      .what-we-do .separator .separator-inner:after {
        bottom: 0;
        top: auto; }

.culture {
  padding: 300px 0 150px;
  background-image: url("./assets/img/background/marble_blue_background_short.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #BFE900;
  position: relative;
  background-attachment: fixed; }
  @media screen and (max-width: 767px) {
    .culture {
      padding: 170px 0 150px; } }
  .culture:after, .culture:before {
    content: '';
    width: 1px;
    height: 81px;
    background-color: #BFE900;
    top: 6px;
    left: 50%;
    -webkit-transform: translateX(0.5px);
    -moz-transform: translateX(0.5px);
    -ms-transform: translateX(0.5px);
    -o-transform: translateX(0.5px);
    transform: translateX(0.5px);
    position: absolute; }
    @media screen and (max-width: 767px) {
      .culture:after, .culture:before {
        display: none; } }
  .culture:after {
    top: 30px;
    width: 10px;
    height: 1px;
    -webkit-transform: translateX(-4.5px);
    -moz-transform: translateX(-4.5px);
    -ms-transform: translateX(-4.5px);
    -o-transform: translateX(-4.5px);
    transform: translateX(-4.5px); }
  .culture .culture-img {
    width: 470px;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 50%;
    top: 10px;
    z-index: 10;
    transform: translateX(-50%); }
    @media screen and (max-width: 767px) {
      .culture .culture-img {
        width: 300px;
        top: -80px; } }
  .culture .culture-cards {
    display: flex;
    align-content: center;
    height: 385px;
    justify-content: center;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .culture .culture-cards {
        flex-wrap: wrap; } }
    .culture .culture-cards a {
      display: block;
      position: relative; }
      @media screen and (min-width: 990px) {
        .culture .culture-cards a {
          width: 50%; } }
      .culture .culture-cards a:first-child {
        margin-right: 20px; }
        @media screen and (max-width: 767px) {
          .culture .culture-cards a:first-child {
            margin-bottom: 20px;
            margin-right: 0; } }
      .culture .culture-cards a img {
        height: 100%;
        object-fit: cover;
        width: 100%; }
      .culture .culture-cards a .card-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap; }
        .culture .culture-cards a .card-content .h2, .culture .culture-cards a .card-content .h14 {
          width: 100%;
          text-align: center;
          font-family: AvenirNext-Bold; }
        .culture .culture-cards a .card-content .h14 {
          margin-bottom: 20px; }
          @media screen and (max-width: 767px) {
            .culture .culture-cards a .card-content .h14 {
              font-size: 16px;
              letter-spacing: 0.06px;
              color: #24265B;
              margin-bottom: 10px; } }
        .culture .culture-cards a .card-content .h2 {
          margin-bottom: 30px; }
          @media screen and (max-width: 767px) {
            .culture .culture-cards a .card-content .h2 {
              font-size: 70px;
              letter-spacing: 0.25px;
              color: #24265B;
              margin-bottom: 10px; } }
  .culture .culture-gallery {
    display: none; }
    @media screen and (min-width: 990px) {
      .culture .culture-gallery {
        display: block; } }
    .culture .culture-gallery .swiper-wrapper {
      height: 300px; }
    .culture .culture-gallery .swiper-container {
      height: 360px;
      padding-bottom: 60px; }
    .culture .culture-gallery .swiper-container .swiper-pagination-bullet {
      height: 16px;
      width: 16px;
      border-radius: 100%;
      border: 2px solid #A4A4A4;
      background-color: transparent;
      margin-right: 23px;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      opacity: 1; }
      .culture .culture-gallery .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border: 2px solid #BFE900;
        background-color: #BFE900;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }
    .culture .culture-gallery img {
      height: 300px; }

.leadership {
  text-align: center;
  background-color: #BFE900;
  padding: 120px 0; }
  @media screen and (max-width: 767px) {
    .leadership {
      padding: 50px 0; } }
  .leadership .l-title {
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .leadership .l-title {
        font-family: AvenirNext-Bold;
        font-size: 44px;
        line-height: 48px;
        letter-spacing: 0.16px;
        padding-bottom: 20px;
        margin-bottom: 20px; } }
    .leadership .l-title:after {
      content: '';
      width: 90px;
      position: absolute;
      bottom: 0;
      height: 4px;
      background-color: #24265B;
      left: 50%;
      transform: translateX(-50%); }
  .leadership .l-blurb {
    font-family: AvenirNext-Bold;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 70px; }
  .leadership .leaders {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .leadership .leaders .leader {
      width: 33%;
      position: relative;
      margin-bottom: 45px; }
      @media screen and (max-width: 767px) {
        .leadership .leaders .leader {
          width: 50% !important;
          padding: 0 5px;
          margin-bottom: 5px; } }
      .leadership .leaders .leader:nth-child(4), .leadership .leaders .leader:nth-child(5) {
        width: 35%; }
      .leadership .leaders .leader:before {
        content: '';
        background: rgba(64, 71, 255, 0.3);
        position: absolute;
        width: 250px;
        height: 250px;
        top: 0;
        left: 50%;
        border-radius: 100%;
        transition: all 0.2s ease-in-out;
        opacity: 0;
        transform: translateX(-50%); }
        @media screen and (max-width: 767px) {
          .leadership .leaders .leader:before {
            width: 100%;
            height: 100%; } }
      .leadership .leaders .leader .leader-info {
        position: absolute;
        top: 0;
        left: 0;
        width: 250px;
        height: 250px;
        padding: 40px 0;
        text-align: center;
        left: 50%;
        transform: translateX(-50%); }
        @media screen and (max-width: 767px) {
          .leadership .leaders .leader .leader-info {
            width: 100%;
            height: 100%; } }
      .leadership .leaders .leader > img {
        width: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%; }
        @media screen and (min-width: 990px) {
          .leadership .leaders .leader > img {
            width: 250px; } }
      .leadership .leaders .leader .name, .leadership .leaders .leader .position, .leadership .leaders .leader .linkedin {
        transition: all 0.2s ease-in-out; }

@keyframes gwd-gen-1kfxgwdanimation_gwd-keyframes {
  0% {
    opacity: 0;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear; }
  50.4762% {
    opacity: 0;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear; }
  52.4762% {
    opacity: 1;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear; }
  100% {
    opacity: 1;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear; } }

@-webkit-keyframes gwd-gen-1kfxgwdanimation_gwd-keyframes {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: linear; }
  50.4762% {
    opacity: 0;
    -webkit-animation-timing-function: linear; }
  52.4762% {
    opacity: 1;
    -webkit-animation-timing-function: linear; }
  100% {
    opacity: 1;
    -webkit-animation-timing-function: linear; } }

@-moz-keyframes gwd-gen-1kfxgwdanimation_gwd-keyframes {
  0% {
    opacity: 0;
    -moz-animation-timing-function: linear; }
  50.4762% {
    opacity: 0;
    -moz-animation-timing-function: linear; }
  52.4762% {
    opacity: 1;
    -moz-animation-timing-function: linear; }
  100% {
    opacity: 1;
    -moz-animation-timing-function: linear; } }
      .leadership .leaders .leader #page1.gwd-play-animation .gwd-gen-1kfxgwdanimation {
        animation: 2.1s linear 0s 1 normal forwards gwd-gen-1kfxgwdanimation_gwd-keyframes;
        -webkit-animation: 2.1s linear 0s 1 normal forwards gwd-gen-1kfxgwdanimation_gwd-keyframes;
        -moz-animation: 2.1s linear 0s 1 normal forwards gwd-gen-1kfxgwdanimation_gwd-keyframes; }
      .leadership .leaders .leader .name {
        font-family: AvenirNext-Heavy;
        font-size: 20px;
        color: #FFFFFF;
        text-align: center;
        line-height: 19px;
        position: absolute;
        bottom: 35px;
        text-align: center;
        padding: 0 40px;
        width: 100%; }
        @media screen and (min-width: 990px) {
          .leadership .leaders .leader .name {
            padding: 0 40px; } }
      .leadership .leaders .leader .position {
        font-family: AvenirNext-DemiBold;
        font-size: 20px;
        color: #FFFFFF;
        text-align: center;
        line-height: 22px;
        position: absolute;
        width: 100%;
        top: 35px;
        text-align: center;
        padding: 0 30px;
        opacity: 0; }
        @media screen and (min-width: 990px) {
          .leadership .leaders .leader .position {
            padding: 0 45px; } }
      .leadership .leaders .leader .linkedin {
        position: absolute;
        bottom: 35px;
        text-align: center;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(20px);
        -moz-transform: translateX(-50%) translateY(20px);
        -ms-transform: translateX(-50%) translateY(20px);
        -o-transform: translateX(-50%) translateY(20px);
        transform: translateX(-50%) translateY(20px);
        opacity: 0; }
      .leadership .leaders .leader:hover:before {
        transition: all 0.2s ease-in-out;
        opacity: 1; }
      .leadership .leaders .leader:hover .name, .leadership .leaders .leader:hover .position, .leadership .leaders .leader:hover .linkedin {
        transition: all 0.2s ease-in-out; }
      .leadership .leaders .leader:hover .name {
        opacity: 0;
        transform: translateY(-20px); }
      .leadership .leaders .leader:hover .position {
        opacity: 1; }
      .leadership .leaders .leader:hover .linkedin {
        opacity: 1;
        transform: translateX(-50%) translateY(0); }

.work .hero {
  background-image: url("./assets/img/background/marble_green_background_short.jpg");
  padding: 100px 0 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: left;
  min-height: 100vh;
  display: flex;
  align-content: flex-end;
  align-items: flex-end; }
  @media screen and (max-width: 767px) {
    .work .hero {
      align-content: center;
      align-items: center; } }
  .work .hero .container-inner {
    background-repeat: no-repeat;
    background-position: 100px 0;
    background-size: auto 100%; }
    .work .hero .container-inner .client {
      text-transform: uppercase;
      margin-bottom: 30px;
      position: relative;
      width: auto;
      display: inline-block;
      line-height: 1em; }
      .work .hero .container-inner .client:after {
        content: '';
        width: 100%;
        border-bottom: 2px solid #FFFFFF;
        bottom: -10px;
        position: absolute;
        left: 0; }
    .work .hero .container-inner .title {
      max-width: 70%; }
    @media screen and (max-width: 767px) {
      .work .hero .container-inner .h2 {
        font-family: AvenirNext-Bold;
        font-size: 54px;
        letter-spacing: 0.25px;
        line-height: 60px; } }
    .work .hero .container-inner .blurb {
      width: 100%;
      text-align: left;
      margin-bottom: 20px; }
      .work .hero .container-inner .blurb p {
        max-width: 300px;
        font-size: 14px;
        display: inline-block;
        letter-spacing: 0.05px;
        line-height: 16px; }

.work .work-description {
  padding: 100px 0 0;
  background-image: url("./assets/img/background/marble_green_background_short.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
  background-attachment: fixed; }
  .work .work-description .w-challenge {
    width: 100%;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .work .work-description .w-challenge {
        padding-bottom: 20px; } }
    .work .work-description .w-challenge:after {
      content: '';
      width: 100%;
      border-bottom: 3px solid #24265B;
      bottom: 0;
      position: absolute;
      left: 0; }
  .work .work-description .w-blurb {
    font-family: AvenirNext-Bold;
    font-size: 24px;
    color: #24265B;
    line-height: 28px;
    max-width: 880px; }
    @media screen and (max-width: 767px) {
      .work .work-description .w-blurb {
        font-size: 18px;
        line-height: 20px; } }
  .work .work-description .w-details {
    padding-top: 30px;
    padding-bottom: 30px; }
    .work .work-description .w-details .w-image img {
      width: 100%;
      max-width: 900px;
      margin: 0 auto;
      display: block; }
    .work .work-description .w-details .w-info-cards {
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .work .work-description .w-details .w-info-cards.with-challenge-image {
        max-width: 720px; }
      .work .work-description .w-details .w-info-cards .w-info {
        width: 42%;
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          .work .work-description .w-details .w-info-cards .w-info {
            width: 100%; } }
        .work .work-description .w-details .w-info-cards .w-info .w-info-title {
          position: relative;
          padding-bottom: 30px;
          margin-bottom: 30px; }
          .work .work-description .w-details .w-info-cards .w-info .w-info-title:after {
            content: '';
            width: 100%;
            border-bottom: 3px solid #24265B;
            bottom: 0;
            position: absolute;
            left: 0; }
        .work .work-description .w-details .w-info-cards .w-info p {
          font-family: AvenirNext-DemiBold;
          font-size: 16px;
          color: #24265B;
          line-height: 20px; }
        .work .work-description .w-details .w-info-cards .w-info:last-child {
          width: 100%; }

.work .w-media {
  background-image: url("./assets/img/background/marble_green_background_short.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed; }
  .work .w-media .w-video-container {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .work .w-media .w-video-container:after {
      content: '';
      position: absolute;
      background: url("./assets/img/playbutton.png") no-repeat;
      background-size: 100px;
      background-repeat: no-repeat;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      content: "";
      width: 100px;
      height: 100px; }
    .work .w-media .w-video-container video {
      object-fit: cover;
      opacity: 0;
      height: 480px; }
      @media screen and (max-width: 767px) {
        .work .w-media .w-video-container video {
          height: 240px; } }
      @media screen and (min-width: 990px) {
        .work .w-media .w-video-container video {
          height: 720px; } }
    .work .w-media .w-video-container.playing video {
      opacity: 1; }
    .work .w-media .w-video-container.playing:after {
      content: '';
      position: absolute;
      background: url("./assets/img/pausebutton.png") no-repeat;
      opacity: 0; }
    .work .w-media .w-video-container.playing:hover:after {
      opacity: 1; }
    .work .w-media .w-video-container.playing:hover video {
      opacity: 1; }
  .work .w-media .w-images {
    clear: both;
    overflow: auto;
    padding-top: 80px; }
    .work .w-media .w-images img {
      height: 500px;
      width: 50%;
      float: left;
      object-fit: cover;
      border-right: 1px solid #1C1C1C;
      border-bottom: 1px solid #1C1C1C; }
      @media screen and (max-width: 767px) {
        .work .w-media .w-images img {
          width: 100%; } }
    .work .w-media .w-images.l211 img:nth-child(2) {
      height: 1000px;
      float: right; }
    .work .w-media .w-images.l211 img:nth-child(4) {
      width: 100%; }

.work .w-works {
  text-align: center; }
  .work .w-works .w-works-title {
    margin-bottom: 20px;
    padding-top: 80px; }
  .work .w-works .w-works-menu {
    column-count: 3;
    padding: 0;
    list-style: none;
    max-width: 1000px;
    margin: 0 auto 60px;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .work .w-works .w-works-menu {
        column-count: 1;
        text-align: center; } }
    .work .w-works .w-works-menu li {
      text-align: left; }
      @media screen and (max-width: 767px) {
        .work .w-works .w-works-menu li {
          text-align: center; } }
      .work .w-works .w-works-menu li a {
        font-family: AvenirNext-DemiBold;
        font-size: 13px;
        letter-spacing: 0;
        line-height: 30px;
        padding: 2px 0;
        text-align: left; }

.history {
  background-image: url("./assets/img/background/marble_green_background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .history .hero {
    padding: 100px 0 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: left;
    min-height: calc(100vh);
    max-height: calc(100vh - 100px);
    display: flex;
    align-content: flex-end;
    align-items: flex-end; }
    @media screen and (max-width: 767px) {
      .history .hero {
        align-content: center;
        align-items: center; } }
    .history .hero .container-inner {
      background-repeat: no-repeat;
      background-position: 100px 0;
      background-size: auto 100%; }
      .history .hero .container-inner .title {
        text-transform: uppercase;
        margin-bottom: 30px;
        position: relative;
        width: auto;
        display: inline-block;
        line-height: 1em; }
        .history .hero .container-inner .title:after {
          content: '';
          width: 100%;
          border-bottom: 2px solid #BFE900;
          bottom: -10px;
          position: absolute;
          left: 0; }
      @media screen and (max-width: 767px) {
        .history .hero .container-inner .h2 {
          font-family: AvenirNext-Bold;
          font-size: 54px;
          letter-spacing: 0.25px;
          line-height: 60px; } }
      .history .hero .container-inner .blurb {
        width: 100%;
        text-align: left;
        margin-bottom: 20px; }
        .history .hero .container-inner .blurb p {
          max-width: 300px;
          font-size: 14px;
          display: inline-block;
          letter-spacing: 0.05px;
          line-height: 16px; }
          @media screen and (max-width: 767px) {
            .history .hero .container-inner .blurb p {
              font-family: AvenirNext-Bold;
              letter-spacing: 0.05px;
              width: 70%; } }
  .history .history-details {
    padding: 0 0 100px;
    text-align: left; }
    .history .history-details .card {
      width: 45%;
      padding: 60px 106px 60px 66px;
      background-color: #24265B;
      color: #A4A4A4; }
      @media screen and (max-width: 767px) {
        .history .history-details .card {
          width: 100%;
          padding: 30px !important; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .history .history-details .card {
          padding: 50px !important;
          width: 100%; } }
      .history .history-details .card .card-title {
        font-family: AvenirNext-Heavy;
        font-size: 50px;
        color: #FFF;
        letter-spacing: 0.18px;
        line-height: 46px;
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          .history .history-details .card .card-title {
            font-size: 32px;
            letter-spacing: 0.11px;
            line-height: 33px; } }
      .history .history-details .card p {
        font-family: AvenirNext-DemiBold;
        font-size: 24px;
        color: #FFF;
        letter-spacing: 0.05px;
        line-height: 32px;
        margin-bottom: 20px; }
    .history .history-details .history-cards {
      display: flex;
      flex-wrap: nowrap;
      margin-top: -55px; }
      @media screen and (max-width: 767px) {
        .history .history-details .history-cards {
          flex-wrap: wrap; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .history .history-details .history-cards {
          flex-wrap: wrap; } }
      .history .history-details .history-cards .history-images {
        width: 55%; }
        @media screen and (max-width: 767px) {
          .history .history-details .history-cards .history-images {
            width: 100%; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .history .history-details .history-cards .history-images {
            width: 100%; } }
        .history .history-details .history-cards .history-images img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .history .history-details .diversity-cards {
      padding-top: 20px;
      clear: both;
      overflow: auto; }
      .history .history-details .diversity-cards .gray-card {
        background: #A4A4A4;
        color: #24265B;
        float: left;
        height: 570px;
        padding-top: 67px; }
        @media screen and (max-width: 767px) {
          .history .history-details .diversity-cards .gray-card {
            float: none;
            width: 100%;
            height: auto;
            margin-bottom: 20px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .history .history-details .diversity-cards .gray-card {
            float: none;
            width: 100%;
            height: auto;
            margin-bottom: 20px; } }
        .history .history-details .diversity-cards .gray-card p {
          color: #24265B;
          max-width: 340px;
          width: 100%;
          margin-bottom: 40px; }
      .history .history-details .diversity-cards .image-card {
        float: right;
        background-image: url("./assets/img/pages/history/wi_laoffice_1.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 20px;
        width: calc(55% - 20px);
        text-align: right;
        padding: 50px 55px; }
        @media screen and (max-width: 767px) {
          .history .history-details .diversity-cards .image-card {
            float: none;
            width: 100%;
            height: auto; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .history .history-details .diversity-cards .image-card {
            float: none;
            width: 100%;
            height: auto; } }
        .history .history-details .diversity-cards .image-card .card-title {
          margin-bottom: 0; }
        .history .history-details .diversity-cards .image-card + .image-card {
          background-image: url("./assets/img/pages/history/wi_laoffice2.jpg");
          text-align: center; }
          .history .history-details .diversity-cards .image-card + .image-card span {
            display: block;
            padding-top: 20px; }

.rebels {
  background-image: url("./assets/img/background/marble_green_background.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .rebels .hero {
    padding: 100px 0 100px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: left;
    min-height: calc(100vh);
    max-height: calc(100vh - 100px);
    display: flex;
    align-content: flex-end;
    align-items: flex-end; }
    @media screen and (max-width: 767px) {
      .rebels .hero {
        align-content: center;
        align-items: center;
        background-position: center; } }
    .rebels .hero:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3); }
    .rebels .hero .container-inner {
      background-repeat: no-repeat;
      background-position: 100px 0;
      background-size: auto 100%;
      z-index: 9; }
      .rebels .hero .container-inner .title {
        text-transform: uppercase;
        margin-bottom: 30px;
        position: relative;
        width: auto;
        display: inline-block;
        z-index: 99;
        line-height: 1em; }
        .rebels .hero .container-inner .title:after {
          content: '';
          width: 100%;
          border-bottom: 2px solid #BFE900;
          bottom: -10px;
          position: absolute;
          left: 0; }
      @media screen and (max-width: 767px) {
        .rebels .hero .container-inner .h2 {
          font-family: AvenirNext-Bold;
          font-size: 54px;
          letter-spacing: 0.25px;
          line-height: 60px; } }
      .rebels .hero .container-inner .blurb {
        width: 100%;
        text-align: left;
        margin-bottom: 20px; }
        .rebels .hero .container-inner .blurb p {
          font-size: 14px;
          display: inline-block;
          letter-spacing: 0.05px;
          line-height: 16px; }
          @media screen and (max-width: 767px) {
            .rebels .hero .container-inner .blurb p {
              font-family: AvenirNext-Bold;
              letter-spacing: 0.05px;
              width: 70%; } }
  .rebels .rebels-details {
    padding: 0 0 100px;
    text-align: left;
    position: relative; }
    @media screen and (max-width: 767px) {
      .rebels .rebels-details {
        padding: 0 0 50px; } }
    .rebels .rebels-details .card {
      width: 40%;
      padding: 60px 106px 60px 66px;
      background-color: #24265B;
      color: #D8D8D8;
      margin-right: 20px; }
      @media screen and (max-width: 767px) {
        .rebels .rebels-details .card {
          width: 100%;
          margin-bottom: 20px;
          margin-right: 0; } }
      .rebels .rebels-details .card .card-title {
        font-family: AvenirNext-Heavy;
        font-size: 50px;
        color: #D8D8D8;
        letter-spacing: 0.18px;
        line-height: 46px;
        margin-bottom: 30px;
        text-transform: lowercase;
        line-height: 66px; }
        @media screen and (max-width: 767px) {
          .rebels .rebels-details .card .card-title {
            font-size: 44px;
            line-height: 45px; } }
        .rebels .rebels-details .card .card-title span {
          font-family: AvenirNext-Regular;
          text-transform: capitalize; }
          @media screen and (max-width: 767px) {
            .rebels .rebels-details .card .card-title span {
              font-size: 44px;
              line-height: 45px; } }
      .rebels .rebels-details .card p {
        font-family: AvenirNext-DemiBold;
        font-size: 14px;
        color: #A4A4A4;
        letter-spacing: 0.05px;
        line-height: 20px;
        margin-bottom: 30px; }
    .rebels .rebels-details .rebels-cards {
      display: flex;
      flex-wrap: nowrap;
      margin-top: -55px; }
      @media screen and (max-width: 767px) {
        .rebels .rebels-details .rebels-cards {
          flex-wrap: wrap; } }
      .rebels .rebels-details .rebels-cards .card:last-child {
        width: 60%; }
        @media screen and (max-width: 767px) {
          .rebels .rebels-details .rebels-cards .card:last-child {
            width: 100%; } }
        .rebels .rebels-details .rebels-cards .card:last-child p {
          font-family: AvenirNext-DemiBold;
          font-size: 24px;
          color: #FFFFFF;
          line-height: 32px; }
          .rebels .rebels-details .rebels-cards .card:last-child p:last-child {
            margin-bottom: 0; }
          @media screen and (max-width: 767px) {
            .rebels .rebels-details .rebels-cards .card:last-child p {
              font-size: 16px;
              line-height: 21px; } }
  .rebels .join-us {
    padding: 125px 0 100px;
    background-image: url("./assets/img/pages/rebels/coffee-cup.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media screen and (max-width: 767px) {
      .rebels .join-us {
        padding: 50px 0; } }
    .rebels .join-us .title {
      width: 50%;
      display: block;
      position: relative;
      padding-bottom: 20px;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .rebels .join-us .title {
          width: 55%;
          padding-bottom: 10px;
          margin-bottom: 20px;
          font-family: AvenirNext-Bold;
          font-size: 44px; } }
      .rebels .join-us .title:after {
        content: '';
        width: 100%;
        border-bottom: 4px solid #24265B;
        bottom: 0;
        position: absolute;
        left: 0; }
    .rebels .join-us p {
      font-family: AvenirNext-Bold;
      font-size: 24px;
      line-height: 28px;
      display: block;
      width: 50%;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .rebels .join-us p {
          font-size: 16px;
          letter-spacing: 0.06px;
          line-height: 18px;
          width: 55%; } }

.news-page {
  background: #A4A4A4;
  padding-top: 210px; }
  .news-page .page-title {
    border-bottom: 3px solid #24265B;
    margin: 0; }
  .news-page .news-list .news {
    padding: 45px 0;
    border-bottom: 3px solid #24265B;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (min-width: 990px) {
      .news-page .news-list .news {
        flex-wrap: nowrap;
        padding: 85px 0; } }
    .news-page .news-list .news:last-child {
      border-bottom: none; }
    .news-page .news-list .news .news-image {
      height: 315px; }
      @media screen and (max-width: 767px) {
        .news-page .news-list .news .news-image {
          margin-bottom: 30px; } }
      @media screen and (min-width: 990px) {
        .news-page .news-list .news .news-image {
          width: 25%; } }
      .news-page .news-list .news .news-image img {
        object-fit: cover;
        height: 100%;
        width: 100%; }
    @media screen and (min-width: 990px) {
      .news-page .news-list .news .news-content {
        width: 75%;
        padding-left: 60px; } }
    .news-page .news-list .news .news-content .news-date {
      margin-bottom: 30px;
      font-size: 12px; }
    .news-page .news-list .news .news-content .news-title {
      margin-bottom: 30px;
      font-size: 22px; }
      @media screen and (min-width: 990px) {
        .news-page .news-list .news .news-content .news-title {
          font-size: 44px; } }
    .news-page .news-list .news .news-content .news-excerpt {
      margin-bottom: 30px;
      font-size: 16px; }
    .news-page .news-list .news .news-content .news-url {
      font-family: AvenirNext-DemiBold;
      font-size: 12px;
      letter-spacing: 0;
      line-height: 20px;
      text-transform: uppercase; }

.wp-paginate a {
  width: 30px; }

.wp-paginate.font-inherit {
  text-align: right;
  padding-top: 50px;
  padding-bottom: 50px; }

.wp-paginate a,
.wp-paginate .current {
  border: none;
  background: transparent !important;
  font-size: 20px;
  width: auto;
  line-height: initial;
  padding: 8px 6px 0 !important;
  border: none !important; }

.wp-paginate a {
  color: #24265B !important; }

ol.wp-paginate li {
  line-height: 2em !important; }

.contact-us {
  padding: 62px 0 0;
  background: #f2f2f2;
  position: relative; }
  @media screen and (min-width: 990px) {
    .contact-us {
      padding: 82px 0 0; } }
  .contact-us::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 45%;
    width: 100%;
    background: white;
    z-index: 1;
    display: none; }
    @media screen and (min-width: 990px) {
      .contact-us::after {
        display: block;
        height: 88%;
        width: 43%; } }
  .contact-us__flex {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 990px) {
      .contact-us__flex {
        flex-direction: row;
        justify-content: space-between; } }
  .contact-us__title {
    width: 100%;
    margin-bottom: 27px;
    transform: translateX(30px); }
    @media screen and (min-width: 990px) {
      .contact-us__title {
        padding: 0;
        width: 640px; } }
    .contact-us__title h1 {
      font-size: 33px;
      line-height: 40px;
      font-weight: 300;
      color: #fff;
      display: inline;
      background-color: #d22027;
      box-shadow: -30px 0 0 #d22027, 33px 0 0 #d22027;
      box-decoration-break: clone; }
      @media screen and (min-width: 990px) {
        .contact-us__title h1 {
          font-size: 53px;
          line-height: 64px; } }
  .contact-us__bio {
    position: relative;
    z-index: 2;
    order: 2; }
    @media screen and (min-width: 990px) {
      .contact-us__bio {
        order: 1;
        transform: translateY(-40px);
        width: calc(40% - 40px); } }
  @media screen and (min-width: 990px) and (min-width: 1200px) {
    .contact-us__bio {
      width: calc(40% - 120px); } }
    .contact-us__bio .acf {
      font-weight: 700;
      padding-bottom: 12px;
      border-bottom: 1px solid #d22027;
      font-family: termina, sans-serif; }
    .contact-us__bio .small {
      font-size: 17px;
      color: #707070;
      display: block;
      margin-top: 22px; }
    .contact-us__bio h4 {
      font-size: 17px;
      margin-bottom: 12px; }
    .contact-us__bio img {
      width: 289px;
      height: 336px;
      object-fit: cover; }
    .contact-us__bio button {
      background: #d22027;
      width: 100%;
      border: none;
      color: white;
      font-size: 17px;
      font-weight: 600;
      padding: 24px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      outline: none;
      margin-bottom: 62px;
      font-family: termina, sans-serif; }
      @media screen and (min-width: 990px) {
        .contact-us__bio button {
          margin-bottom: 0; } }
      .contact-us__bio button:hover {
        background: #bc1d23; }
  .contact-us__form {
    position: relative;
    z-index: 2;
    order: 1;
    margin-bottom: 62px; }
    @media screen and (min-width: 990px) {
      .contact-us__form {
        order: 2;
        padding-top: 80px;
        width: calc(60% - 120px); } }
    .contact-us__form form {
      margin-bottom: 32px; }
      @media screen and (min-width: 990px) {
        .contact-us__form form {
          width: 430px; } }
  .contact-us__bio-content {
    background: none;
    position: relative;
    z-index: 2;
    padding: 0 0 38px 0;
    display: none; }
    @media screen and (min-width: 990px) {
      .contact-us__bio-content {
        padding: 38px 0;
        background: white; } }
    .contact-us__bio-content.active {
      display: block; }
    .contact-us__bio-content.fadeIn {
      visibility: visible; }
      .contact-us__bio-content.fadeIn p {
        opacity: 1;
        transform: translateY(0); }
    .contact-us__bio-content p {
      max-width: 1160px;
      margin-bottom: 18px;
      transform: translateY(20px);
      opacity: 0;
      transform: opacity .3s, transform .6s ease; }
      .contact-us__bio-content p:nth-child(1) {
        transition-delay: 0.1s; }

.page-lp-hh {
  background-position: top center;
  background-size: auto 70%;
  background-image: url("./assets/img/pages/lp-happy-holidays/background-green.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .page-lp-hh .container-inner {
    max-width: 1040px;
    padding: 0 30px; }
    @media screen and (min-width: 990px) {
      .page-lp-hh .container-inner {
        padding: 0 15px; } }
  .page-lp-hh .lphh-hero {
    padding-top: 150px;
    margin-bottom: 50px; }
    @media screen and (min-width: 990px) {
      .page-lp-hh .lphh-hero {
        padding-top: 200px; } }
    .page-lp-hh .lphh-hero img {
      width: 100%; }
  .page-lp-hh .lphh-content {
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    position: relative; }
    @media screen and (min-width: 990px) {
      .page-lp-hh .lphh-content {
        font-size: 24px; } }
    .page-lp-hh .lphh-content:after {
      content: '';
      position: absolute;
      width: 110px;
      height: 1px;
      background: #FFFFFF;
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .page-lp-hh .lphh-content h2 {
      font-size: 16px;
      font-family: 'AvenirNext-Bold';
      line-height: 21px;
      max-width: 220px;
      margin: 0 auto 20px; }
      @media screen and (min-width: 990px) {
        .page-lp-hh .lphh-content h2 {
          font-size: 24px;
          max-width: none; } }
    .page-lp-hh .lphh-content strong {
      font-weight: 700;
      font-family: 'AvenirNext-Bold';
      max-width: none;
      margin: 0 auto 20px; }
    .page-lp-hh .lphh-content p {
      line-height: 17px;
      max-width: 220px;
      margin: 0 auto 20px; }
      @media screen and (min-width: 990px) {
        .page-lp-hh .lphh-content p {
          margin-bottom: 20px;
          line-height: 21px;
          max-width: none; } }
  .page-lp-hh .lphh-form-section {
    margin-bottom: 0; }
    @media screen and (min-width: 990px) {
      .page-lp-hh .lphh-form-section {
        margin-bottom: 50px; } }
    .page-lp-hh .lphh-form-section .description {
      text-align: center;
      font-size: 16px;
      font-family: 'AvenirNext-DemiBold';
      color: #FFFFFF;
      margin-bottom: 30px; }
      @media screen and (min-width: 990px) {
        .page-lp-hh .lphh-form-section .description {
          font-size: 20px; } }
    .page-lp-hh .lphh-form-section .lphh-form .form-cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      margin-bottom: 30px; }
      @media screen and (min-width: 990px) {
        .page-lp-hh .lphh-form-section .lphh-form .form-cards {
          margin-bottom: 120px; } }
      .page-lp-hh .lphh-form-section .lphh-form .form-cards .form-card {
        width: 100%;
        margin-bottom: 20px;
        background: #FFFFFF;
        border-radius: 10px;
        display: flex;
        flex-wrap: wrap;
        padding: 25px 25px; }
        @media screen and (min-width: 990px) {
          .page-lp-hh .lphh-form-section .lphh-form .form-cards .form-card {
            width: calc(50% - 20px); } }
        @media screen and (min-width: 990px) {
          .page-lp-hh .lphh-form-section .lphh-form .form-cards .form-card {
            flex-wrap: nowrap; } }
        .page-lp-hh .lphh-form-section .lphh-form .form-cards .form-card .form-card-logo-check {
          width: 30%;
          display: flex;
          align-content: flex-end;
          text-align: center;
          align-items: center;
          flex-wrap: wrap;
          padding-bottom: 20px;
          padding-right: 10px; }
          @media screen and (min-width: 990px) {
            .page-lp-hh .lphh-form-section .lphh-form .form-cards .form-card .form-card-logo-check {
              width: 35%; } }
          @media screen and (min-width: 990px) {
            .page-lp-hh .lphh-form-section .lphh-form .form-cards .form-card .form-card-logo-check {
              padding-right: 30px; } }
          .page-lp-hh .lphh-form-section .lphh-form .form-cards .form-card .form-card-logo-check img {
            width: 100%;
            height: auto;
            margin-bottom: 40px; }
          .page-lp-hh .lphh-form-section .lphh-form .form-cards .form-card .form-card-logo-check input {
            display: inline-block;
            margin: 0 auto;
            height: 30px;
            width: 30px;
            border: 2px solid red; }
          @media screen and (min-width: 990px) {
            .page-lp-hh .lphh-form-section .lphh-form .form-cards .form-card .form-card-logo-check.native-american {
              padding-right: 10px; } }
        .page-lp-hh .lphh-form-section .lphh-form .form-cards .form-card .form-card-description {
          width: 70%;
          font-size: 12px;
          color: #434345;
          letter-spacing: 0;
          line-height: 22px; }
          @media screen and (min-width: 990px) {
            .page-lp-hh .lphh-form-section .lphh-form .form-cards .form-card .form-card-description {
              width: 65%;
              font-size: 16px; } }
          .page-lp-hh .lphh-form-section .lphh-form .form-cards .form-card .form-card-description strong {
            font-family: AvenirNext-DemiBold; }
          @media screen and (min-width: 990px) {
            .page-lp-hh .lphh-form-section .lphh-form .form-cards .form-card .form-card-description.hearts-to-homes {
              padding-top: 30px; } }
          @media screen and (min-width: 990px) {
            .page-lp-hh .lphh-form-section .lphh-form .form-cards .form-card .form-card-description.kind {
              padding-top: 20px; } }
    .page-lp-hh .lphh-form-section .lphh-form .form-fields-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around; }
      .page-lp-hh .lphh-form-section .lphh-form .form-fields-container .form-fields-desc {
        width: 100%;
        font-family: AvenirNext-Bold;
        font-size: 16px;
        color: #F9FAFF;
        letter-spacing: 0;
        margin-bottom: 30px; }
        @media screen and (min-width: 990px) {
          .page-lp-hh .lphh-form-section .lphh-form .form-fields-container .form-fields-desc {
            width: calc(50% - 25px);
            font-size: 21px; } }
      .page-lp-hh .lphh-form-section .lphh-form .form-fields-container .form-fields {
        width: 100%; }
        @media screen and (min-width: 990px) {
          .page-lp-hh .lphh-form-section .lphh-form .form-fields-container .form-fields {
            width: calc(50% - 25px); } }
        .page-lp-hh .lphh-form-section .lphh-form .form-fields-container .form-fields input {
          margin-bottom: 20px;
          display: block;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px;
          height: 40px;
          padding: 15px;
          border: none;
          width: 100%;
          font-family: AvenirNext-Medium;
          font-size: 16px;
          line-height: 42px;
          letter-spacing: 0; }
          @media screen and (min-width: 990px) {
            .page-lp-hh .lphh-form-section .lphh-form .form-fields-container .form-fields input {
              font-size: 20px;
              height: 60px;
              margin-bottom: 20px; } }
        .page-lp-hh .lphh-form-section .lphh-form .form-fields-container .form-fields input[type="submit"] {
          background: #F20D27;
          font-family: AvenirNext-Bold;
          font-size: 16px;
          line-height: 15px;
          width: 90%;
          margin: 0 auto;
          margin-top: 30px;
          display: block;
          color: #FFFFFF;
          letter-spacing: 0;
          text-transform: uppercase; }
          @media screen and (min-width: 990px) {
            .page-lp-hh .lphh-form-section .lphh-form .form-fields-container .form-fields input[type="submit"] {
              font-size: 20px;
              line-height: 35px;
              width: 100%; } }
        .page-lp-hh .lphh-form-section .lphh-form .form-fields-container .form-fields br {
          display: none; }
    .page-lp-hh .lphh-form-section .lphh-form .wpcf7-form-control-wrap.organization {
      width: 100%; }
    .page-lp-hh .lphh-form-section .lphh-form .wpcf7-list-item-label {
      display: none; }
    .page-lp-hh .lphh-form-section .lphh-form span.wpcf7-list-item {
      margin: 0; }
    .page-lp-hh .lphh-form-section .lphh-form .form-card-logo-check p {
      width: 100%; }
  .page-lp-hh .lphh-logo {
    padding: 55px 0;
    margin-bottom: 40px; }
    .page-lp-hh .lphh-logo img {
      width: 70px;
      display: block;
      margin: 0 auto; }
