@font-face {
  font-family: TWKLausannePan;
  src: local(TWKLausannePan-300), url(../fonts/TWKLausannePan-300.woff2) format("woff2"), url(../fonts/TWKLausannePan-300.woff) format("woff"), url(../fonts/TWKLausannePan-300.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: TWKLausannePan;
  src: local(TWKLausannePan-400), url(../fonts/TWKLausannePan-400.woff2) format("woff2"), url(../fonts/TWKLausannePan-400.woff) format("woff"), url(../fonts/TWKLausannePan-400.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: TWKLausannePan;
  src: local(TWKLausannePan-500), url(../fonts/TWKLausannePan-500.woff2) format("woff2"), url(../fonts/TWKLausannePan-500.woff) format("woff"), url(../fonts/TWKLausannePan-500.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: TWKLausannePan;
  src: local(TWKLausannePan-600), url(../fonts/TWKLausannePan-600.woff2) format("woff2"), url(../fonts/TWKLausannePan-600.woff) format("woff"), url(../fonts/TWKLausannePan-600.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: TWKLausannePan;
  src: local(TWKLausannePan-700), url(../fonts/TWKLausannePan-700.woff2) format("woff2"), url(../fonts/TWKLausannePan-700.woff) format("woff"), url(../fonts/TWKLausannePan-700.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: TWKLausannePan-550;
  src: local(TWKLausannePan-550), url(../fonts/TWKLausannePan-550.woff2) format("woff2"), url(../fonts/TWKLausannePan-550.woff) format("woff"), url(../fonts/TWKLausannePan-550.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }
:root {
  --dark: #1b1f22;
  --dark-grey: #353636;
  --brownish-grey: #737373;
  --brown-grey: #b2b2b2;
  --very-light-pink: #c3c3c3;
  --very-very-light-pink: #d6d6d6;
  --pink: #f16397;
  --green: #00d4a7;
  --neon-green: #00ff99;
  --blue: #3a72ff;
  --dark-blue: #0C51FF;
  --light-blue: #ced9f5;
  --yellow: #f7a403;
  --buttons: #323232;
  --white-ish: #f6f6f6;
  --almost-white: #e2e2e2;
  --new-light-grey: #f3f5fb;
  --new-new-light-grey: #edf4ff;
  --pale-grey: #f2f5fa;
  --paler-grey: #f9fbff;
  --grey: #f8f9fc;
  --new-grey: #f1f6ff;
  --the-new-new-grey: #e9f0ff;
  --the-new-new-new-grey: #f0f6fe;
  --inactive-grey: #d8d8d8;
  --border-alt: #ced2de;
  --primary-black: #1b1f22; }

@-webkit-keyframes scrollBrowser {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(-213.885px); }
  100% {
    transform: translateY(-557.656px); } }
@keyframes scrollBrowser {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(-213.885px); }
  100% {
    transform: translateY(-557.656px); } }
*, *:before, *:after {
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

html {
  box-sizing: border-box;
  margin: auto;
  overflow-x: hidden; }

body {
  font-family: TWKLausannePan;
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
  margin: 0;
  background: #FFF;
  color: var(--brownish-grey);
  -webkit-font-smoothing: antialiased;
  overflow: hidden; }

section, header, footer {
  display: block;
  width: 100%; }

#smooth-content {
  will-change: transform; }

h1 {
  font-family: TWKLausannePan;
  font-size: 72px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #FFF; }
  @media (max-width: 1024px) {
    h1 {
      font-size: 6vw; } }
  @media (max-width: 550px) {
    h1 {
      font-family: TWKLausannePan;
      font-size: 34px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.24;
      text-align: center; } }

h2 {
  font-family: TWKLausannePan;
  font-size: 64px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.12;
  letter-spacing: normal;
  color: #000; }
  @media (max-width: 1024px) {
    h2 {
      font-size: 5.1vw; } }
  @media (max-width: 550px) {
    h2 {
      font-family: TWKLausannePan;
      font-size: 30px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.2;
      letter-spacing: normal; } }

h3 {
  font-family: TWKLausannePan;
  font-size: 48px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #000; }
  @media (max-width: 1024px) {
    h3 {
      font-size: 4.6vw; } }
  @media (max-width: 550px) {
    h3 {
      font-family: TWKLausannePan;
      font-size: 28px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.29;
      letter-spacing: normal; } }

h4 {
  font-family: TWKLausannePan;
  font-size: 40px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: var(--dark); }
  @media (max-width: 1024px) {
    h4 {
      font-size: 4vw; } }
  @media (max-width: 550px) {
    h4 {
      font-family: TWKLausannePan;
      font-size: 24px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33;
      letter-spacing: normal; } }

h5 {
  font-family: TWKLausannePan;
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: #FFF; }
  @media (max-width: 550px) {
    h5 {
      font-family: TWKLausannePan;
      font-size: 20px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.4;
      letter-spacing: normal; } }

h6 {
  font-family: "TWKLausannePan", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal; }

i {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: normal; }

input[type=submit], input[type=text], input[type='email'], input[type='search'], textarea, select, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none !important;
  border-radius: 0; }

input[type=submit] {
  cursor: pointer;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
  -o-transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out; }

input[type=text] {
  font-family: TWKLausannePan;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.07px;
  color: var(--brownish-grey);
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 14px 0px;
  margin: 25px 0;
  outline: none; }
  input[type=text]::-webkit-input-placeholder {
    color: #FFF; }

select, textarea {
  color: #000; }

select::-ms-expand {
  display: none; }

a {
  text-decoration: none;
  color: var(--blue);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

main a:not([class]):hover,
main ~ div a:not([class]):hover {
  opacity: 0.5; }

.a-blue {
  color: var(--blue);
  text-decoration: underline; }
  .a-blue:hover {
    opacity: 0.5; }

p {
  font-family: TWKLausannePan;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: var(--brownish-grey); }
  @media (max-width: 550px) {
    p {
      font-family: TWKLausannePan;
      font-size: 16px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: 0.07px;
      color: var(--brownish-grey); } }

li {
  font-family: TWKLausannePan;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--brownish-grey); }

strong, b {
  font-weight: 700; }

img, iframe {
  max-width: 100%; }

img {
  height: auto; }

#width-check {
  z-index: 0; }

.df {
  display: flex; }

.aic {
  align-items: center; }

.jcc {
  justify-content: center; }

.jcsb {
  justify-content: space-between; }

.flex-jcfs {
  justify-content: flex-start; }

.fw {
  flex-wrap: wrap; }

.fwwr {
  flex-wrap: wrap-reverse; }

.scrollHide {
  overflow-x: hidden; }

.fade,
.fade-alt,
.fade-grow {
  opacity: 0;
  will-change: transform; }

.menuFade {
  opacity: 0; }

.only-mobile {
  display: none !important; }
  @media (max-width: 550px) {
    .only-mobile {
      display: inline-flex !important; } }

.mb0 {
  margin-bottom: 0px !important; }

.mb8 {
  margin-bottom: 8px !important; }

.mb16 {
  margin-bottom: 16px !important; }

.mb24 {
  margin-bottom: 24px !important; }

.mb32 {
  margin-bottom: 32px !important; }

.container {
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
  padding-left: 25px;
  padding-right: 25px; }
  .container.container__xl {
    max-width: 1270px; }
    @media (max-width: 1285px) {
      .container.container__xl {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 767px) {
      .container.container__xl {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 550px) {
      .container.container__xl {
        padding-left: 25px;
        padding-right: 25px; } }
  @media (max-width: 767px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }
  .container.dark h1, .container.dark h2, .container.dark h3, .container.dark h4, .container.dark h5, .container.dark h6 {
    color: #FFF; }
  .container.dark p, .container.dark * {
    color: #FFF; }
  .container.center {
    justify-content: center; }
    .container.center * {
      text-align: center; }
  .container.flex-jsb {
    display: flex;
    justify-content: space-between; }
  .container.flex-w {
    flex-wrap: wrap; }
  .container.flex-jcfs {
    justify-content: flex-start; }

.left-container {
  width: 50%; }

.right-container {
  width: 50%; }

section > .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  section > .container.center, section > .container.jcc {
    justify-content: center; }
section.dark {
  background-color: #000; }
  section.dark > div * {
    color: #FFF; }

.button, #signup-form-alt input[type="submit"] {
  align-items: center;
  background-color: var(--blue);
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #FFF;
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  outline: none;
  padding: 0 30px; }
  .button:hover, #signup-form-alt input[type="submit"]:hover {
    background-color: var(--primary-black); }
  .button__darkBg {
    background-color: var(--blue);
    color: #FFF; }
    .button__darkBg:hover {
      background-color: #FFF;
      color: var(--blue); }
  .button__dark, #signup-form-alt input[type="submit"] {
    background-color: var(--primary-black);
    color: #FFF; }
    .button__dark:hover, #signup-form-alt input[type="submit"]:hover {
      background-color: var(--blue);
      color: #FFF; }
    .button__dark--dark-bg:hover {
      background-color: #FFF;
      color: var(--primary-black); }
  .button__light {
    background-color: transparent;
    border: 1px solid #FFF; }
  .button__nav {
    height: 50px; }
  .button.smaller, #signup-form-alt input.smaller[type="submit"] {
    font-size: 16px; }

.asterisk-link {
  font-family: TWKLausannePan;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.07px;
  color: var(--brownish-grey);
  align-items: center;
  color: var(--primary-black);
  border-radius: 32px;
  background-color: rgba(58, 114, 255, 0.2);
  display: inline-flex;
  height: 28px;
  padding: 0 8px 0 2px; }
  .asterisk-link img, .asterisk-link svg {
    height: 24px;
    width: 24px;
    margin-right: 8px; }
  .asterisk-link svg rect {
    -webkit-transition: all 0.325s ease-in-out;
    -moz-transition: all 0.325s ease-in-out;
    -o-transition: all 0.325s ease-in-out;
    transition: all 0.325s ease-in-out; }
  .asterisk-link svg path {
    -webkit-transition: all 0.325s ease-in-out;
    -moz-transition: all 0.325s ease-in-out;
    -o-transition: all 0.325s ease-in-out;
    transition: all 0.325s ease-in-out; }
  .asterisk-link:hover {
    background-color: var(--blue);
    color: #FFF; }
    .asterisk-link:hover rect {
      fill: #FFF; }
    .asterisk-link:hover path {
      fill: #FFF; }

.rounded-button {
  align-items: center;
  background-color: var(--light-blue);
  border-radius: 32px;
  display: inline-flex;
  color: var(--primary-black);
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  height: 24px;
  justify-content: center;
  line-height: 1.5;
  padding: 0 16px;
  -webkit-transition: all 0.325s ease-in-out;
  -moz-transition: all 0.325s ease-in-out;
  -o-transition: all 0.325s ease-in-out;
  transition: all 0.325s ease-in-out; }
  .rounded-button:hover {
    background-color: var(--blue);
    color: #FFF; }
  .rounded-button.light-outline {
    border: 1px solid #FFF;
    background-color: transparent;
    color: #FFF; }
    .rounded-button.light-outline:hover {
      border-color: var(--blue);
      background-color: var(--blue);
      color: #FFF; }

.button-centered-row {
  display: flex;
  justify-content: center;
  margin-top: 56px;
  width: 100%; }

.iframe-wrapper {
  margin-top: eight(6);
  position: relative;
  padding-bottom: 56%;
  width: 100%;
  text-align: left; }
  .iframe-wrapper iframe {
    width: 100%;
    position: absolute;
    height: 100%;
    overflow: hidden; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: .675s; }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

/* Functions */
.column-1 {
  width: calc((((100% - (11 * 20px))/12) * 1) + ((1 - 1) * 20px)); }

.column-2 {
  width: calc((((100% - (11 * 20px))/12) * 2) + ((2 - 1) * 20px)); }

.column-3 {
  width: calc((((100% - (11 * 20px))/12) * 3) + ((3 - 1) * 20px)); }

.column-4 {
  width: calc((((100% - (11 * 20px))/12) * 4) + ((4 - 1) * 20px)); }

.column-5 {
  width: calc((((100% - (11 * 20px))/12) * 5) + ((5 - 1) * 20px)); }

.column-6 {
  width: calc((((100% - (11 * 20px))/12) * 6) + ((6 - 1) * 20px)); }

.column-7 {
  width: calc((((100% - (11 * 20px))/12) * 7) + ((7 - 1) * 20px)); }

.column-8 {
  width: calc((((100% - (11 * 20px))/12) * 8) + ((8 - 1) * 20px)); }

.column-9 {
  width: calc((((100% - (11 * 20px))/12) * 9) + ((9 - 1) * 20px)); }

.column-10 {
  width: calc((((100% - (11 * 20px))/12) * 10) + ((10 - 1) * 20px)); }

.column-11 {
  width: calc((((100% - (11 * 20px))/12) * 11) + ((11 - 1) * 20px)); }

.column-12 {
  width: calc((((100% - (11 * 20px))/12) * 12) + ((12 - 1) * 20px)); }

.column-2g {
  width: calc(((((100% - (11 * 20px))/12) * 2) + ((2 - 1) * 20px)) + 20px); }

.tengrid-3 {
  width: calc((((100% - (9 * 20px))/10) * 3) + ((3 - 1) * 20px)); }

.tengrid-6 {
  width: calc((((100% - (9 * 20px))/10) * 6) + ((6 - 1) * 20px)); }

header.desktop {
  height: 92px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20; }
  header.desktop .container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    max-width: 1800px;
    padding: 0 20px; }
    header.desktop .container .logo {
      margin-right: auto;
      padding: 0 20px 0 0;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      header.desktop .container .logo:hover {
        opacity: 0.5; }
      header.desktop .container .logo img, header.desktop .container .logo svg {
        display: block;
        height: 27px;
        width: 170px; }
      header.desktop .container .logo #blender-logo g {
        fill: #FFF;
        transition: fill 0.25s ease-in-out; }
    header.desktop .container nav {
      align-items: center;
      display: flex; }
      header.desktop .container nav ul {
        list-style: none;
        margin: 0;
        padding: 0; }
      header.desktop .container nav > ul > li {
        display: inline-block;
        padding: 0;
        position: relative; }
        header.desktop .container nav > ul > li a {
          font-family: TWKLausannePan;
          font-size: 16px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 2.06;
          letter-spacing: normal;
          color: #FFF;
          display: block;
          padding: 30px 22px;
          position: relative;
          z-index: 10; }
          header.desktop .container nav > ul > li a:hover {
            opacity: 0.5; }
          @media (max-width: 1100px) {
            header.desktop .container nav > ul > li a {
              padding: 30px 20px; } }
        header.desktop .container nav > ul > li.current-parent > a:after {
          background-color: var(--blue);
          content: '';
          display: block;
          height: 2px;
          left: 1px;
          position: relative;
          width: 100%; }
        header.desktop .container nav > ul > li:hover > ul {
          opacity: 1;
          transform: translateY(0%);
          transition-delay: 0s, 0s, 0.3s;
          visibility: visible; }
        header.desktop .container nav > ul > li > ul {
          background: var(--pale-grey);
          left: -9px;
          min-width: 272px;
          opacity: 0;
          padding: 25px 31px;
          position: absolute;
          top: 92px;
          transition: visibility 0s linear 0.1s, opacity 0.3s linear;
          visibility: hidden;
          z-index: 9; }
          header.desktop .container nav > ul > li > ul li a {
            color: var(--dark);
            display: block;
            padding: 13px 0px;
            line-height: 18px;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out; }
            header.desktop .container nav > ul > li > ul li a:hover {
              opacity: 0.5; }
          header.desktop .container nav > ul > li > ul li ul li a {
            padding: 7px 20px; }
          header.desktop .container nav > ul > li > ul li ul li:last-of-type a {
            padding-bottom: 13px; }
          header.desktop .container nav > ul > li > ul li.has-children > a {
            padding-bottom: 7px; }
      header.desktop .container nav > ul + .button, header.desktop .container #signup-form-alt nav > ul + input[type="submit"], #signup-form-alt header.desktop .container nav > ul + input[type="submit"] {
        margin-left: 32px; }
        header.desktop .container nav > ul + .button.button__nav--noScrollEffect:hover, header.desktop .container #signup-form-alt nav > ul + input.button__nav--noScrollEffect[type="submit"]:hover, #signup-form-alt header.desktop .container nav > ul + input.button__nav--noScrollEffect[type="submit"]:hover {
          background-color: #FFF;
          color: var(--primary-black); }
        @media (max-width: 1100px) {
          header.desktop .container nav > ul + .button, header.desktop .container #signup-form-alt nav > ul + input[type="submit"], #signup-form-alt header.desktop .container nav > ul + input[type="submit"] {
            padding: 0px 24px; } }
  header.desktop.dark-theme {
    background-color: #FFF; }
    header.desktop.dark-theme > .container > nav > ul > li > a {
      color: var(--dark); }
    header.desktop.dark-theme > .container .logo #blender-logo g {
      fill: #000; }
    header.desktop.dark-theme > .container nav > ul + .button, header.desktop.dark-theme > .container #signup-form-alt nav > ul + input[type="submit"], #signup-form-alt header.desktop.dark-theme > .container nav > ul + input[type="submit"] {
      background-color: #000; }
      header.desktop.dark-theme > .container nav > ul + .button:hover, header.desktop.dark-theme > .container #signup-form-alt nav > ul + input[type="submit"]:hover, #signup-form-alt header.desktop.dark-theme > .container nav > ul + input[type="submit"]:hover {
        background-color: var(--blue);
        color: #FFF; }

.scrolled header.desktop, body[class^="cat-"] header.desktop {
  background-color: #FFF; }
  .scrolled header.desktop > .container > nav > ul > li > a, body[class^="cat-"] header.desktop > .container > nav > ul > li > a {
    color: var(--dark); }
  .scrolled header.desktop > .container .logo #blender-logo g, body[class^="cat-"] header.desktop > .container .logo #blender-logo g {
    fill: #000; }
  .scrolled header.desktop > .container nav > ul + .button:not(.button__nav--noScrollEffect), .scrolled header.desktop > .container #signup-form-alt nav > ul + input[type="submit"]:not(.button__nav--noScrollEffect), #signup-form-alt .scrolled header.desktop > .container nav > ul + input[type="submit"]:not(.button__nav--noScrollEffect), body[class^="cat-"] header.desktop > .container nav > ul + .button:not(.button__nav--noScrollEffect), body[class^="cat-"] header.desktop > .container #signup-form-alt nav > ul + input[type="submit"]:not(.button__nav--noScrollEffect), #signup-form-alt body[class^="cat-"] header.desktop > .container nav > ul + input[type="submit"]:not(.button__nav--noScrollEffect) {
    background-color: var(--primary-black); }
    .scrolled header.desktop > .container nav > ul + .button:not(.button__nav--noScrollEffect):hover, .scrolled header.desktop > .container #signup-form-alt nav > ul + input[type="submit"]:not(.button__nav--noScrollEffect):hover, #signup-form-alt .scrolled header.desktop > .container nav > ul + input[type="submit"]:not(.button__nav--noScrollEffect):hover, body[class^="cat-"] header.desktop > .container nav > ul + .button:not(.button__nav--noScrollEffect):hover, body[class^="cat-"] header.desktop > .container #signup-form-alt nav > ul + input[type="submit"]:not(.button__nav--noScrollEffect):hover, #signup-form-alt body[class^="cat-"] header.desktop > .container nav > ul + input[type="submit"]:not(.button__nav--noScrollEffect):hover {
      background-color: var(--blue);
      color: #FFF; }
  .scrolled header.desktop > .container nav > ul + .button.button__nav--noScrollEffect:hover, .scrolled header.desktop > .container #signup-form-alt nav > ul + input.button__nav--noScrollEffect[type="submit"]:hover, #signup-form-alt .scrolled header.desktop > .container nav > ul + input.button__nav--noScrollEffect[type="submit"]:hover, body[class^="cat-"] header.desktop > .container nav > ul + .button.button__nav--noScrollEffect:hover, body[class^="cat-"] header.desktop > .container #signup-form-alt nav > ul + input.button__nav--noScrollEffect[type="submit"]:hover, #signup-form-alt body[class^="cat-"] header.desktop > .container nav > ul + input.button__nav--noScrollEffect[type="submit"]:hover {
    background-color: var(--blue);
    color: #FFF; }

header.mobile {
  background-color: #000;
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  header.mobile > .top {
    align-items: center;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
    position: relative;
    width: 100%;
    z-index: 102; }
    header.mobile > .top .logo {
      line-height: 0; }
      header.mobile > .top .logo img {
        max-height: 30px; }
  header.mobile nav {
    background-color: #000;
    display: none;
    height: 100vh;
    overflow-y: auto;
    padding-top: 100px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 101; }
    header.mobile nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    header.mobile nav > ul {
      margin: 20px 0; }
      header.mobile nav > ul > li {
        position: relative; }
        header.mobile nav > ul > li a {
          color: #FFF;
          display: block;
          margin: 0 20px;
          padding: 12px 0;
          position: relative;
          font-family: TWKLausannePan;
          font-size: 28px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.79;
          letter-spacing: normal;
          color: var(--almost-white); }
        header.mobile nav > ul > li > ul {
          display: none;
          padding-left: 20px;
          background-color: #000; }
          header.mobile nav > ul > li > ul > li:last-of-type a {
            border-bottom: none; }
          header.mobile nav > ul > li > ul a {
            color: var(--almost-white);
            display: block;
            font-size: 16px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 2.06;
            letter-spacing: normal;
            padding: 13px 0px;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out; }
          header.mobile nav > ul > li > ul ul li {
            border-bottom: none; }
            header.mobile nav > ul > li > ul ul li a {
              padding: 7px 20px; }
            header.mobile nav > ul > li > ul ul li:last-of-type a {
              padding-bottom: 13px; }
          header.mobile nav > ul > li > ul.has-children > a {
            padding-bottom: 7px; }
        header.mobile nav > ul > li.has-children > a:after {
          color: var(--blue);
          content: "+";
          right: 0;
          top: 12px;
          position: absolute; }
        header.mobile nav > ul > li.has-children.active > a {
          border-bottom: none; }
          header.mobile nav > ul > li.has-children.active > a:after {
            content: "-";
            font-size: 18px; }
        header.mobile nav > ul > li:last-of-type a {
          border-bottom: none; }
  header.mobile.open .hamburger span {
    background-color: var(--almost-white); }
  header.mobile.open .hamburger span:nth-child(1) {
    margin-left: 50px; }
  header.mobile.open .hamburger span:nth-child(2) {
    transform: translate(0px, 0px) rotate(45deg);
    border-radius: 2px; }
  header.mobile.open .hamburger span:nth-child(3) {
    transform: translate(0px, -11px) rotate(-45deg);
    border-radius: 2px; }

/* MEDIA QUERIES */
@media (max-width: 1300px) {
  header.desktop .bottom .container {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%; } }
@media screen and (max-width: 1024px) {
  header.desktop {
    display: none !important; }

  header.mobile {
    display: block !important; } }
.blender-mobile-menu__toggle {
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
  -webkit-transition: all 0.325s ease-in-out;
  -moz-transition: all 0.325s ease-in-out;
  -o-transition: all 0.325s ease-in-out;
  transition: all 0.325s ease-in-out; }
  .blender-mobile-menu__toggle:before {
    content: "";
    bottom: -15px;
    display: block;
    left: -15px;
    position: absolute;
    right: -15px;
    top: -15px; }
  .blender-mobile-menu__toggle span {
    background-color: #FFF;
    display: block;
    height: 2px;
    margin: 5px 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: top .3s .3s,-webkit-transform .3s;
    transition: top .3s .3s,-webkit-transform .3s;
    -o-transition: top .3s .3s,-o-transform .3s;
    -moz-transition: top .3s .3s,transform .3s,-moz-transform .3s;
    transition: top .3s .3s,transform .3s;
    transition: top .3s .3s,transform .3s,-webkit-transform .3s,-moz-transform .3s,-o-transform .3s; }
  .blender-mobile-menu__toggle.is-open span:first-child {
    -webkit-animation: mobile-menu-open-top .75s;
    -moz-animation: mobile-menu-open-top .75s;
    -o-animation: mobile-menu-open-top .75s;
    animation: mobile-menu-open-top .75s;
    top: 4px;
    -webkit-transform: rotate(45deg) scaleX(1);
    -moz-transform: rotate(45deg) scaleX(1);
    -ms-transform: rotate(45deg) scaleX(1);
    -o-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
    -webkit-transition-duration: 0s,0s;
    -moz-transition-duration: 0s,0s;
    -o-transition-duration: 0s,0s;
    transition-duration: 0s,0s; }
  .blender-mobile-menu__toggle.is-open span:last-child {
    -webkit-animation: mobile-menu-open-bottom .75s;
    -moz-animation: mobile-menu-open-bottom .75s;
    -o-animation: mobile-menu-open-bottom .75s;
    animation: mobile-menu-open-bottom .75s;
    top: -3px;
    -webkit-transform: rotate(-45deg) scaleX(1);
    -moz-transform: rotate(-45deg) scaleX(1);
    -ms-transform: rotate(-45deg) scaleX(1);
    -o-transform: rotate(-45deg) scaleX(1);
    transform: rotate(-45deg) scaleX(1);
    -webkit-transition-duration: 0s,0s;
    -moz-transition-duration: 0s,0s;
    -o-transition-duration: 0s,0s;
    transition-duration: 0s,0s; }

@-webkit-keyframes mobile-menu-open-top {
  0% {
    opacity: 1;
    top: 0;
    left: 0;
    -webkit-transform: rotate(0) scaleX(1);
    transform: rotate(0) scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  30% {
    opacity: 1;
    top: 0;
    left: 0;
    -webkit-transform: rotate(0) scaleX(0);
    transform: rotate(0) scaleX(0); }
  30.1% {
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transform: rotate(0) scaleX(0);
    transform: rotate(0) scaleX(0); }
  31% {
    opacity: 1;
    top: -5px;
    left: 3px;
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0); }
  100%,
	80% {
    opacity: 1;
    top: -5px;
    left: 3px;
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@-moz-keyframes mobile-menu-open-top {
  0% {
    opacity: 1;
    top: 0;
    left: 0;
    -moz-transform: rotate(0) scaleX(1);
    transform: rotate(0) scaleX(1);
    -moz-transform-origin: left center;
    transform-origin: left center; }
  30% {
    opacity: 1;
    top: 0;
    left: 0;
    -moz-transform: rotate(0) scaleX(0);
    transform: rotate(0) scaleX(0); }
  30.1% {
    opacity: 0;
    top: 0;
    left: 0;
    -moz-transform: rotate(0) scaleX(0);
    transform: rotate(0) scaleX(0); }
  31% {
    opacity: 1;
    top: -5px;
    left: 3px;
    -moz-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0); }
  100%,
	80% {
    opacity: 1;
    top: -5px;
    left: 3px;
    -moz-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
    -moz-transform-origin: left center;
    transform-origin: left center; } }
@-o-keyframes mobile-menu-open-top {
  0% {
    opacity: 1;
    top: 0;
    left: 0;
    -o-transform: rotate(0) scaleX(1);
    transform: rotate(0) scaleX(1);
    -o-transform-origin: left center;
    transform-origin: left center; }
  30% {
    opacity: 1;
    top: 0;
    left: 0;
    -o-transform: rotate(0) scaleX(0);
    transform: rotate(0) scaleX(0); }
  30.1% {
    opacity: 0;
    top: 0;
    left: 0;
    -o-transform: rotate(0) scaleX(0);
    transform: rotate(0) scaleX(0); }
  31% {
    opacity: 1;
    top: -5px;
    left: 3px;
    -o-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0); }
  100%,
	80% {
    opacity: 1;
    top: -5px;
    left: 3px;
    -o-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
    -o-transform-origin: left center;
    transform-origin: left center; } }
@keyframes mobile-menu-open-top {
  0% {
    opacity: 1;
    top: 0;
    left: 0;
    -webkit-transform: rotate(0) scaleX(1);
    -moz-transform: rotate(0) scaleX(1);
    -o-transform: rotate(0) scaleX(1);
    transform: rotate(0) scaleX(1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  30% {
    opacity: 1;
    top: 0;
    left: 0;
    -webkit-transform: rotate(0) scaleX(0);
    -moz-transform: rotate(0) scaleX(0);
    -o-transform: rotate(0) scaleX(0);
    transform: rotate(0) scaleX(0); }
  30.1% {
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transform: rotate(0) scaleX(0);
    -moz-transform: rotate(0) scaleX(0);
    -o-transform: rotate(0) scaleX(0);
    transform: rotate(0) scaleX(0); }
  31% {
    opacity: 1;
    top: -5px;
    left: 3px;
    -webkit-transform: rotate(45deg) scaleX(0);
    -moz-transform: rotate(45deg) scaleX(0);
    -o-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0); }
  100%,
	80% {
    opacity: 1;
    top: -5px;
    left: 3px;
    -webkit-transform: rotate(45deg) scaleX(1);
    -moz-transform: rotate(45deg) scaleX(1);
    -o-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; } }
@-webkit-keyframes mobile-menu-open-bottom {
  0% {
    opacity: 1;
    top: 0;
    left: 0;
    -webkit-transform: rotate(0) scaleX(1);
    transform: rotate(0) scaleX(1);
    -webkit-transform-origin: right center;
    transform-origin: right center; }
  50% {
    opacity: 1;
    top: 0;
    left: 0;
    -webkit-transform: rotate(0) scaleX(0);
    transform: rotate(0) scaleX(0); }
  50.1% {
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transform: rotate(0) scaleX(0);
    transform: rotate(0) scaleX(0); }
  51%,
	55% {
    opacity: 1;
    top: -12px;
    left: -4px;
    -webkit-transform: rotate(-45deg) scaleX(0);
    transform: rotate(-45deg) scaleX(0); }
  100% {
    opacity: 1;
    top: -12px;
    left: -4px;
    -webkit-transform: rotate(-45deg) scaleX(1);
    transform: rotate(-45deg) scaleX(1);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@-moz-keyframes mobile-menu-open-bottom {
  0% {
    opacity: 1;
    top: 0;
    left: 0;
    -moz-transform: rotate(0) scaleX(1);
    transform: rotate(0) scaleX(1);
    -moz-transform-origin: right center;
    transform-origin: right center; }
  50% {
    opacity: 1;
    top: 0;
    left: 0;
    -moz-transform: rotate(0) scaleX(0);
    transform: rotate(0) scaleX(0); }
  50.1% {
    opacity: 0;
    top: 0;
    left: 0;
    -moz-transform: rotate(0) scaleX(0);
    transform: rotate(0) scaleX(0); }
  51%,
	55% {
    opacity: 1;
    top: -12px;
    left: -4px;
    -moz-transform: rotate(-45deg) scaleX(0);
    transform: rotate(-45deg) scaleX(0); }
  100% {
    opacity: 1;
    top: -12px;
    left: -4px;
    -moz-transform: rotate(-45deg) scaleX(1);
    transform: rotate(-45deg) scaleX(1);
    -moz-transform-origin: right center;
    transform-origin: right center; } }
@-o-keyframes mobile-menu-open-bottom {
  0% {
    opacity: 1;
    top: 0;
    left: 0;
    -o-transform: rotate(0) scaleX(1);
    transform: rotate(0) scaleX(1);
    -o-transform-origin: right center;
    transform-origin: right center; }
  50% {
    opacity: 1;
    top: 0;
    left: 0;
    -o-transform: rotate(0) scaleX(0);
    transform: rotate(0) scaleX(0); }
  50.1% {
    opacity: 0;
    top: 0;
    left: 0;
    -o-transform: rotate(0) scaleX(0);
    transform: rotate(0) scaleX(0); }
  51%,
	55% {
    opacity: 1;
    top: -12px;
    left: -4px;
    -o-transform: rotate(-45deg) scaleX(0);
    transform: rotate(-45deg) scaleX(0); }
  100% {
    opacity: 1;
    top: -12px;
    left: -4px;
    -o-transform: rotate(-45deg) scaleX(1);
    transform: rotate(-45deg) scaleX(1);
    -o-transform-origin: right center;
    transform-origin: right center; } }
@keyframes mobile-menu-open-bottom {
  0% {
    opacity: 1;
    top: 0;
    left: 0;
    -webkit-transform: rotate(0) scaleX(1);
    -moz-transform: rotate(0) scaleX(1);
    -o-transform: rotate(0) scaleX(1);
    transform: rotate(0) scaleX(1);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center; }
  50% {
    opacity: 1;
    top: 0;
    left: 0;
    -webkit-transform: rotate(0) scaleX(0);
    -moz-transform: rotate(0) scaleX(0);
    -o-transform: rotate(0) scaleX(0);
    transform: rotate(0) scaleX(0); }
  50.1% {
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transform: rotate(0) scaleX(0);
    -moz-transform: rotate(0) scaleX(0);
    -o-transform: rotate(0) scaleX(0);
    transform: rotate(0) scaleX(0); }
  51%,
	55% {
    opacity: 1;
    top: -12px;
    left: -4px;
    -webkit-transform: rotate(-45deg) scaleX(0);
    -moz-transform: rotate(-45deg) scaleX(0);
    -o-transform: rotate(-45deg) scaleX(0);
    transform: rotate(-45deg) scaleX(0); }
  100% {
    opacity: 1;
    top: -12px;
    left: -4px;
    -webkit-transform: rotate(-45deg) scaleX(1);
    -moz-transform: rotate(-45deg) scaleX(1);
    -o-transform: rotate(-45deg) scaleX(1);
    transform: rotate(-45deg) scaleX(1);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center; } }
/* NEW HEADER STYLES */
header.desktop .container {
  max-width: 1250px;
  padding-left: 25px;
  padding-right: 25px; }
  header.desktop .container nav {
    display: none; }
  header.desktop .container .faux-nav {
    display: flex;
    justify-content: center;
    width: 100%; }
    header.desktop .container .faux-nav .button, header.desktop .container .faux-nav #signup-form-alt input[type="submit"], #signup-form-alt header.desktop .container .faux-nav input[type="submit"] {
      margin: 0 12px; }
      header.desktop .container .faux-nav .button:hover, header.desktop .container .faux-nav #signup-form-alt input[type="submit"]:hover, #signup-form-alt header.desktop .container .faux-nav input[type="submit"]:hover {
        background-color: #FFF;
        color: #000; }
    header.desktop .container .faux-nav + .button, header.desktop .container #signup-form-alt .faux-nav + input[type="submit"], #signup-form-alt header.desktop .container .faux-nav + input[type="submit"] {
      text-transform: uppercase; }
      header.desktop .container .faux-nav + .button:hover, header.desktop .container #signup-form-alt .faux-nav + input[type="submit"]:hover, #signup-form-alt header.desktop .container .faux-nav + input[type="submit"]:hover {
        background-color: #FFF;
        color: #000; }

html {
  scrollbar-gutter: stable; }
  @media (max-width: 1024px) {
    html {
      scrollbar-gutter: unset; } }
  html.menuIsOpen {
    scrollbar-color: #000; }
    html.menuIsOpen body {
      scrollbar-color: #000; }
    html.menuIsOpen header.desktop .container .faux-nav {
      opacity: 0;
      pointer-events: none; }
    html.menuIsOpen header.desktop .container .logo #blender-logo g {
      fill: #FFF; }
    html.menuIsOpen header.desktop .container .logo:hover {
      opacity: 1; }
      html.menuIsOpen header.desktop .container .logo:hover #blender-logo g {
        fill: var(--blue); }
    html.menuIsOpen body[class^="cat-"] header.desktop {
      background-color: #000; }
    html.menuIsOpen #blenderMenu {
      display: flex;
      pointer-events: all; }
      @media (max-width: 1024px) {
        html.menuIsOpen #blenderMenu {
          display: none; } }
    html.menuIsOpen body.scrolled header.desktop {
      background-color: #000; }
      html.menuIsOpen body.scrolled header.desktop > .container .logo #blender-logo g {
        fill: #FFF; }
      html.menuIsOpen body.scrolled header.desktop > .container .logo:hover {
        opacity: 1; }
        html.menuIsOpen body.scrolled header.desktop > .container .logo:hover #blender-logo g {
          fill: var(--blue); }

body.scrolled header.desktop > .container .faux-nav .button, body.scrolled header.desktop > .container .faux-nav #signup-form-alt input[type="submit"], #signup-form-alt body.scrolled header.desktop > .container .faux-nav input[type="submit"], body[class^="cat-"] header.desktop > .container .faux-nav .button, body[class^="cat-"] header.desktop > .container .faux-nav #signup-form-alt input[type="submit"], #signup-form-alt body[class^="cat-"] header.desktop > .container .faux-nav input[type="submit"] {
  border-color: #000;
  color: #000; }
  body.scrolled header.desktop > .container .faux-nav .button:hover, body.scrolled header.desktop > .container .faux-nav #signup-form-alt input[type="submit"]:hover, #signup-form-alt body.scrolled header.desktop > .container .faux-nav input[type="submit"]:hover, body[class^="cat-"] header.desktop > .container .faux-nav .button:hover, body[class^="cat-"] header.desktop > .container .faux-nav #signup-form-alt input[type="submit"]:hover, #signup-form-alt body[class^="cat-"] header.desktop > .container .faux-nav input[type="submit"]:hover {
    background-color: #000;
    color: #FFF; }
body.scrolled header.desktop > .container #menuTrigger:hover, body[class^="cat-"] header.desktop > .container #menuTrigger:hover {
  background-color: var(--blue); }
  body.scrolled header.desktop > .container #menuTrigger:hover > span, body[class^="cat-"] header.desktop > .container #menuTrigger:hover > span {
    color: #FFF; }

header.desktop {
  transition: background-color .75s ease-in-out;
  z-index: 1000; }

#menuTrigger {
  user-select: none; }
  #menuTrigger > span {
    pointer-events: none; }
    #menuTrigger > span:first-of-type {
      display: block; }
    #menuTrigger > span:last-of-type {
      display: none; }
  #menuTrigger.isOpen {
    background-color: #FFF; }
    #menuTrigger.isOpen > span {
      color: #000; }
      #menuTrigger.isOpen > span:first-of-type {
        display: none; }
      #menuTrigger.isOpen > span:last-of-type {
        display: block; }
    #menuTrigger.isOpen:hover {
      background-color: var(--blue); }
      #menuTrigger.isOpen:hover > span {
        color: #FFF; }

#blenderMenu {
  background-color: #000;
  display: flex;
  opacity: 0;
  pointer-events: none;
  flex-direction: column;
  height: 100dvh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999; }
  @media (max-width: 1024px) {
    #blenderMenu {
      display: none; } }
  #blenderMenu .blenderMenu {
    display: flex;
    flex-wrap: wrap;
    padding-top: 148px;
    width: 100%; }
    @media (max-height: 700px) {
      #blenderMenu .blenderMenu {
        padding-top: 104px; } }
    #blenderMenu .blenderMenu__column {
      width: calc((((100% - (11 * 20px))/12) * 4) + ((4 - 1) * 20px)); }
      #blenderMenu .blenderMenu__column h5 {
        color: #FFF;
        font-size: 12px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        margin: 0;
        text-transform: uppercase; }
      #blenderMenu .blenderMenu__column:last-of-type {
        margin-left: auto;
        width: calc((((100% - (11 * 20px))/12) * 3) + ((3 - 1) * 20px)); }
      #blenderMenu .blenderMenu__column--contact .rounded-button {
        font-size: 12px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        height: unset;
        margin: 8px 0;
        padding: 8px 16px; }
        #blenderMenu .blenderMenu__column--contact .rounded-button i {
          margin-right: 8px; }
        #blenderMenu .blenderMenu__column--contact .rounded-button + h5 {
          margin-top: 24px; }
        #blenderMenu .blenderMenu__column--contact .rounded-button:hover {
          border-color: #FFF;
          background-color: #FFF;
          color: var(--primary-black); }
          #blenderMenu .blenderMenu__column--contact .rounded-button:hover i {
            color: var(--primary-black); }
    #blenderMenu .blenderMenu nav {
      width: 200px; }
      #blenderMenu .blenderMenu nav a {
        font-family: TWKLausannePan;
        font-size: 28px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: normal;
        color: #FFF;
        color: #FFF;
        display: block;
        position: relative;
        width: 100%; }
        @media (max-height: 850px) {
          #blenderMenu .blenderMenu nav a {
            font-size: 1.9vw; } }
        #blenderMenu .blenderMenu nav a:hover {
          color: var(--blue); }
      #blenderMenu .blenderMenu nav ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        #blenderMenu .blenderMenu nav ul li {
          margin: 8px 0;
          position: relative; }
          #blenderMenu .blenderMenu nav ul li.has-children > a:after {
            color: #FFF;
            content: "+";
            font-size: inherit;
            right: 0;
            top: 50%;
            position: absolute;
            pointer-events: none;
            transform: translateY(-50%); }
          #blenderMenu .blenderMenu nav ul li.has-children.active > a:after {
            content: "-"; }
          #blenderMenu .blenderMenu nav ul li.has-children ul {
            display: none; }
            #blenderMenu .blenderMenu nav ul li.has-children ul > li {
              display: flex; }
              #blenderMenu .blenderMenu nav ul li.has-children ul > li:first-of-type {
                padding-top: 8px; }
              #blenderMenu .blenderMenu nav ul li.has-children ul > li:last-of-type {
                padding-bottom: 8px; }
              #blenderMenu .blenderMenu nav ul li.has-children ul > li a {
                color: #FFF;
                font-size: 16px;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1;
                position: relative;
                -webkit-transition: all 0.325s ease-in-out;
                -moz-transition: all 0.325s ease-in-out;
                -o-transition: all 0.325s ease-in-out;
                transition: all 0.325s ease-in-out; }
                #blenderMenu .blenderMenu nav ul li.has-children ul > li a:hover {
                  color: var(--blue); }

.menu-article {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  margin: 8px 0;
  position: relative;
  padding: 16px;
  -webkit-transition: all 0.325s ease-in-out;
  -moz-transition: all 0.325s ease-in-out;
  -o-transition: all 0.325s ease-in-out;
  transition: all 0.325s ease-in-out; }
  .menu-article:hover {
    background-color: var(--blue); }
  .menu-article__image {
    border-radius: 4px;
    height: 90px;
    width: 146px; }
  .menu-article__details {
    align-items: center;
    display: flex;
    height: 100%;
    padding-left: 16px; }
    .menu-article__details p {
      color: #FFF;
      font-size: 12px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33;
      letter-spacing: normal;
      margin: 0; }
      .menu-article__details p + p {
        margin-top: 4px; }
      .menu-article__details p a {
        color: #FFF; }
  .menu-article__link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3; }

.blenderMenuCta {
  align-self: flex-end;
  margin-bottom: 120px;
  margin-top: auto;
  width: 100%; }
  @media (max-height: 850px) {
    .blenderMenuCta {
      margin-bottom: 56px; } }
  @media (max-height: 700px) {
    .blenderMenuCta {
      margin-bottom: 24px; } }
  .blenderMenuCta h1 {
    border-bottom: 1px solid #FFF;
    font-family: TWKLausannePan;
    font-size: 96px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #FFF;
    margin: 0;
    padding-bottom: 24px;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.325s ease-in-out;
    -moz-transition: all 0.325s ease-in-out;
    -o-transition: all 0.325s ease-in-out;
    transition: all 0.325s ease-in-out; }
    @media (max-width: 1600px) {
      .blenderMenuCta h1 {
        font-size: 6vw; } }
    @media (max-height: 850px) {
      .blenderMenuCta h1 {
        font-size: 4.35vw; } }
    .blenderMenuCta h1 i {
      position: absolute;
      font-size: 20px;
      right: 0px;
      bottom: -11px;
      -webkit-transition: all 0.325s ease-in-out;
      -moz-transition: all 0.325s ease-in-out;
      -o-transition: all 0.325s ease-in-out;
      transition: all 0.325s ease-in-out; }
    .blenderMenuCta h1 a {
      color: #FFF; }
    .blenderMenuCta h1:hover {
      border-color: var(--blue); }
      .blenderMenuCta h1:hover a {
        color: var(--blue); }
      .blenderMenuCta h1:hover i {
        color: var(--blue); }

/* EMAIL SIGNUP */
#signup-form {
  background-color: var(--blue);
  border-radius: 8px;
  padding: 32px 50px 39px; }
  @media (max-width: 950px) {
    #signup-form {
      padding-left: 32px;
      padding-right: 32px; } }
  @media (max-width: 550px) {
    #signup-form {
      padding-left: 24px;
      padding-right: 24px; } }
  #signup-form input:-webkit-autofill,
  #signup-form input:-webkit-autofill:hover,
  #signup-form input:-webkit-autofill:focus,
  #signup-form input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #FFF !important; }
  #signup-form h6 {
    color: #FFF;
    margin: 0; }
  #signup-form input[type="text"] {
    border-bottom: solid 1px #FFF;
    color: var(--almost-white);
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin: 9px 0 0;
    width: 100%; }
  #signup-form input[type="submit"] {
    display: none;
    visibility: hidden; }
  #signup-form .input-fields {
    display: flex;
    flex-wrap: wrap; }
    #signup-form .input-fields > div {
      width: calc(50% - 24px); }
      @media (max-width: 767px) {
        #signup-form .input-fields > div {
          width: calc(50% - 28px); } }
      @media (max-width: 550px) {
        #signup-form .input-fields > div {
          width: calc(100% - 37px); } }
      #signup-form .input-fields > div + div {
        margin-left: 12px; }
        @media (max-width: 767px) {
          #signup-form .input-fields > div + div {
            margin-left: 20px; } }
        @media (max-width: 550px) {
          #signup-form .input-fields > div + div {
            margin-left: 0; } }
      #signup-form .input-fields > div label {
        margin-left: auto; }
  #signup-form label {
    align-self: flex-end;
    display: inline-flex;
    height: 15px;
    margin-left: 20px;
    width: 15px; }
  #signup-form svg {
    cursor: pointer;
    height: 15px;
    width: 15px;
    -webkit-transition: all 0.325s ease-in-out;
    -moz-transition: all 0.325s ease-in-out;
    -o-transition: all 0.325s ease-in-out;
    transition: all 0.325s ease-in-out; }
    #signup-form svg:hover {
      transform: rotate(45deg); }
  #signup-form .signup-message {
    color: #FFF;
    line-height: 1.6;
    margin-top: 12px; }
  #signup-form .consent {
    display: flex;
    margin: 14px 0 0;
    width: 100% !important; }
    #signup-form .consent input {
      caret-color: var(--blue);
      padding: 0;
      height: initial;
      width: initial;
      margin-bottom: 0;
      display: none;
      cursor: pointer; }
      #signup-form .consent input.highlight-error + label {
        color: #ee5253; }
        #signup-form .consent input.highlight-error + label:before {
          border-color: #ee5253; }
      #signup-form .consent input:checked + label:after {
        font-family: "Font Awesome 6 Pro";
        content: '\f00c';
        color: #FFF;
        font-size: 15px;
        font-weight: 900;
        left: 2px;
        line-height: 1;
        position: absolute;
        top: 3px; }
    #signup-form .consent label {
      cursor: pointer;
      color: #FFF;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.43;
      margin: 0;
      position: relative;
      width: 100%;
      -webkit-transition: all 0.325s ease-in-out;
      -moz-transition: all 0.325s ease-in-out;
      -o-transition: all 0.325s ease-in-out;
      transition: all 0.325s ease-in-out; }
      #signup-form .consent label:before {
        -webkit-appearance: none;
        content: '';
        background-color: transparent;
        border: 1px solid #FFF;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        cursor: pointer;
        display: inline-block;
        flex-shrink: 0;
        height: 16px;
        position: relative;
        margin-right: 12px;
        top: 2px;
        vertical-align: middle;
        width: 16px;
        -webkit-transition: all 0.325s ease-in-out;
        -moz-transition: all 0.325s ease-in-out;
        -o-transition: all 0.325s ease-in-out;
        transition: all 0.325s ease-in-out; }
  #signup-form .highlight-error ~ .signup-message {
    color: #ee5253;
    margin-top: 12px; }

#signup-form-alt {
  height: 100%; }
  #signup-form-alt #form-details,
  #signup-form-alt .input-fields {
    display: flex;
    flex-direction: column;
    height: 100%; }
  #signup-form-alt #form-details {
    height: unset; }
  #signup-form-alt input:-webkit-autofill,
  #signup-form-alt input:-webkit-autofill:hover,
  #signup-form-alt input:-webkit-autofill:focus,
  #signup-form-alt input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: var(--dark) !important; }
  #signup-form-alt h4 {
    color: var(--dark);
    margin: 0; }
  #signup-form-alt input[type="text"] {
    border-bottom: solid 1px #979797;
    color: var(--dark);
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin: 9px 0 0;
    width: 100%; }
    #signup-form-alt input[type="text"]::-webkit-input-placeholder {
      color: var(--dark); }
  #signup-form-alt .consent {
    display: flex;
    margin: 24px 0 0;
    width: 100%; }
    #signup-form-alt .consent input {
      caret-color: var(--blue);
      padding: 0;
      height: initial;
      width: initial;
      margin-bottom: 0;
      display: none;
      cursor: pointer; }
      #signup-form-alt .consent input.highlight-error + label {
        color: #ee5253; }
        #signup-form-alt .consent input.highlight-error + label:before {
          border-color: #ee5253; }
      #signup-form-alt .consent input:checked + label:after {
        font-family: "Font Awesome 6 Pro";
        content: '\f00c';
        color: var(--blue);
        font-size: 15px;
        font-weight: 900;
        left: 2px;
        line-height: 1;
        position: absolute;
        top: 4px; }
    #signup-form-alt .consent label {
      cursor: pointer;
      color: var(--dark);
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.43;
      margin: 0;
      position: relative;
      width: 100%;
      -webkit-transition: all 0.325s ease-in-out;
      -moz-transition: all 0.325s ease-in-out;
      -o-transition: all 0.325s ease-in-out;
      transition: all 0.325s ease-in-out; }
      #signup-form-alt .consent label:before {
        -webkit-appearance: none;
        content: '';
        background-color: transparent;
        border: 1px solid var(--dark);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        cursor: pointer;
        display: inline-block;
        flex-shrink: 0;
        height: 16px;
        position: relative;
        margin-right: 12px;
        top: 0px;
        vertical-align: middle;
        width: 16px;
        -webkit-transition: all 0.325s ease-in-out;
        -moz-transition: all 0.325s ease-in-out;
        -o-transition: all 0.325s ease-in-out;
        transition: all 0.325s ease-in-out; }
        @media (max-width: 640px) {
          #signup-form-alt .consent label:before {
            top: -1px; } }
  #signup-form-alt .highlight-error ~ .signup-message {
    color: #ee5253;
    margin-top: 12px; }
  #signup-form-alt input[type="submit"] {
    margin-top: 24px;
    max-width: 118px; }
  #signup-form-alt .signup-message {
    color: var(--blue);
    margin: 16px 0 0; }

.grecaptcha-badge {
  display: none !important; }

.grecaptcha-badge.show {
  display: block !important;
  visibility: visible !important; }

/* FOOTER */
footer {
  background-color: #000;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); }

.blender-footer {
  display: flex;
  flex-wrap: wrap; }
  .blender-footer__top {
    border-bottom: 1px solid #FFF;
    display: flex;
    justify-content: space-between;
    padding: 120px 0 68px;
    width: 100%; }
    @media (max-width: 767px) {
      .blender-footer__top {
        border-bottom: none;
        flex-wrap: wrap;
        padding: 96px 0 0; } }
    @media (max-width: 640px) {
      .blender-footer__top {
        padding: 72px 0 0; } }
    .blender-footer__top--cta {
      width: calc((((100% - (11 * 20px))/12) * 7) + ((7 - 1) * 20px)); }
      @media (max-width: 767px) {
        .blender-footer__top--cta {
          text-align: center;
          padding-bottom: 48px;
          width: 100%; } }
    .blender-footer__top--marquee {
      text-align: center;
      width: calc((((100% - (11 * 20px))/12) * 5) + ((5 - 1) * 20px)); }
      @media (max-width: 767px) {
        .blender-footer__top--marquee {
          width: 100%; } }
      .blender-footer__top--marquee .footer-marquee-video video {
        width: 100%; }
      .blender-footer__top--marquee > p:first-of-type {
        margin-top: 0; }
    .blender-footer__top h1, .blender-footer__top h2, .blender-footer__top h3, .blender-footer__top h4, .blender-footer__top h5, .blender-footer__top h6 {
      color: #FFF;
      margin: 0 0 48px; }
      @media only screen and (max-width: 1024px) and (min-width: 550px) {
        .blender-footer__top h1, .blender-footer__top h2, .blender-footer__top h3, .blender-footer__top h4, .blender-footer__top h5, .blender-footer__top h6 {
          font-size: 4.1vw; } }
  .blender-footer__bottom {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    padding-bottom: 56px;
    padding-top: 96px;
    width: 100%; }
    @media (max-width: 767px) {
      .blender-footer__bottom {
        padding-bottom: 24px; } }
    @media (max-width: 640px) {
      .blender-footer__bottom {
        padding-top: 40px; } }
    .blender-footer__bottom--links {
      width: calc((((100% - (11 * 20px))/12) * 6) + ((6 - 1) * 20px)); }
      @media (max-width: 1024px) {
        .blender-footer__bottom--links {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          width: calc((((100% - (11 * 20px))/12) * 6) + ((6 - 1) * 20px)); } }
      @media (max-width: 767px) {
        .blender-footer__bottom--links {
          width: 100%; } }
      @media (max-width: 767px) {
        .blender-footer__bottom--links .link-flex {
          padding-bottom: 16px; } }
      .blender-footer__bottom--links .link-flex > a {
        margin-right: 53px; }
        .blender-footer__bottom--links .link-flex > a + a {
          margin-right: 26px; }
        .blender-footer__bottom--links .link-flex > a i {
          color: #FFF;
          font-size: 20px;
          -webkit-transition: all 0.325s ease-in-out;
          -moz-transition: all 0.325s ease-in-out;
          -o-transition: all 0.325s ease-in-out;
          transition: all 0.325s ease-in-out; }
        .blender-footer__bottom--links .link-flex > a:hover i {
          color: var(--blue); }
      .blender-footer__bottom--links > div {
        font-family: TWKLausannePan;
        font-size: 16px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.07px;
        color: var(--brownish-grey);
        color: var(--almost-white); }
        .blender-footer__bottom--links > div span {
          padding-right: 22px; }
        .blender-footer__bottom--links > div a {
          color: var(--almost-white); }
          .blender-footer__bottom--links > div a:hover {
            opacity: 0.6; }
      .blender-footer__bottom--links img {
        max-width: 160px; }
    .blender-footer__bottom--subscribe {
      width: calc((((100% - (11 * 20px))/12) * 6) + ((6 - 1) * 20px)); }
      @media (max-width: 1024px) {
        .blender-footer__bottom--subscribe {
          width: calc((((100% - (11 * 20px))/12) * 6) + ((6 - 1) * 20px)); } }
      @media (max-width: 767px) {
        .blender-footer__bottom--subscribe {
          padding-bottom: 72px;
          width: 100%; } }
      @media (max-width: 550px) {
        .blender-footer__bottom--subscribe {
          padding-bottom: 48px; } }
  .blender-footer nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 48px 0 20px;
    padding: 0; }
    .blender-footer nav ul > li {
      margin-bottom: 12px;
      margin-right: 40px; }
  .blender-footer nav ul li a {
    font-family: TWKLausannePan;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.07px;
    color: var(--brownish-grey);
    color: var(--almost-white); }
    .blender-footer nav ul li a:hover {
      opacity: 0.6; }
  @media (max-width: 1024px) {
    .blender-footer nav {
      display: none; } }

html.edit_template body[class^='cat-'] .column-8.fade {
  opacity: 1; }
html.edit_template body[class^='cat-'] .core-benefit {
  opacity: 1 !important;
  width: 100%; }
html.edit_template body[class^='cat-'] section.resources-slider {
  margin-left: -25px;
  margin-right: -25px;
  width: calc(100% + 50px); }
html.edit_template body[class^='cat-'] .main__contact .element-bar,
html.edit_template body[class^='cat-'] .main__contact .section-bar {
  width: 100% !important; }
html.edit_template body[class^='cat-'] .main__contact #confirm-save-19 ~ form .cke_editable {
  display: flex; }

html.edit_template header.desktop {
  left: 275px;
  width: calc(100% - 275px); }
html.edit_template .resources-slider__bottom .element-bar,
html.edit_template .resources-slider__bottom .section-bar {
  width: 100% !important; }
html.edit_template .str-blog .mainContent .element-bar,
html.edit_template .str-blog .mainContent .section-bar,
html.edit_template .str-case-studies .mainContent .element-bar,
html.edit_template .str-case-studies .mainContent .section-bar,
html.edit_template .str-resources .mainContent .element-bar,
html.edit_template .str-resources .mainContent .section-bar,
html.edit_template .str-whitepapers .mainContent .element-bar,
html.edit_template .str-whitepapers .mainContent .section-bar {
  width: 100% !important; }
html.edit_template .str-careers #current-openings .element-bar,
html.edit_template .str-careers #current-openings .section-bar {
  width: 100% !important; }
html.edit_template .cms-edit-link:hover {
  opacity: 0.5; }
html.edit_template .blender-admin-links {
  background-color: #394a56;
  border-radius: 4px;
  display: inline-flex !important;
  padding: 4px 8px;
  margin: 4px 20px;
  width: 100% !important; }
  html.edit_template .blender-admin-links * {
    color: red !important; }
  html.edit_template .blender-admin-links > a {
    color: red !important;
    padding: 0 4px; }
html.edit_template .carousel .owl-carousel .owl-item .testimonial__author {
  flex-wrap: wrap;
  width: 100%; }

html.amerigoresources3-com .status-details .cms-iframe, html.amerigoresources-com .status-details .cms-iframe {
  max-width: 600px;
  width: 100%; }

.container {
  position: relative; }

section.section-bg__grey {
  background-color: var(--pale-grey); }
section h1, section h2, section h3, section h4, section h5, section h6 {
  margin-top: 0; }

#hero {
  background-color: var(--blue);
  border-bottom: 1px solid #FFF;
  overflow: hidden;
  position: relative;
  z-index: 3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (max-width: 1024px) {
    #hero {
      height: auto; } }
  @media (max-width: 736px) {
    #hero {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; } }
  #hero .hero-border-radius {
    background-color: var(--blue);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    -webkit-transition: all 0.325s ease-in-out;
    -moz-transition: all 0.325s ease-in-out;
    -o-transition: all 0.325s ease-in-out;
    transition: all 0.325s ease-in-out; }
    @media (max-width: 640px) {
      #hero .hero-border-radius {
        display: none; } }
  #hero .hero-video {
    border-radius: 16px;
    height: 0;
    margin-bottom: 100px;
    margin-top: 12px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%; }
    #hero .hero-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #hero .hero-video video {
      background-color: rgba(0, 0, 0, 0);
      border-radius: 16px;
      cursor: auto;
      display: block;
      object-fit: cover;
      object-position: 50% 50%;
      width: 100%; }
  #hero .hero-feature-images {
    align-items: flex-end;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    top: 3px;
    -webkit-transition: all 0.325s ease-in-out;
    -moz-transition: all 0.325s ease-in-out;
    -o-transition: all 0.325s ease-in-out;
    transition: all 0.325s ease-in-out; }
    @media (max-width: 500px) {
      #hero .hero-feature-images {
        bottom: -4px;
        height: 170px;
        left: 50%;
        position: absolute;
        top: unset;
        transform: translateX(-50%);
        width: 500px; } }
    #hero .hero-feature-images__left {
      position: relative;
      margin-right: -24px;
      z-index: 1; }
      #hero .hero-feature-images__left img {
        height: 300px;
        width: 244px; }
        @media (max-width: 736px) {
          #hero .hero-feature-images__left img {
            height: auto;
            width: 100%; } }
    #hero .hero-feature-images__center {
      position: relative;
      z-index: 2; }
      #hero .hero-feature-images__center img {
        height: 262px;
        width: 245px; }
        @media (max-width: 736px) {
          #hero .hero-feature-images__center img {
            height: auto;
            width: 100%; } }
    #hero .hero-feature-images__right {
      position: relative;
      margin-left: -24px;
      z-index: 1; }
      #hero .hero-feature-images__right img {
        height: 300px;
        width: 244px; }
        @media (max-width: 736px) {
          #hero .hero-feature-images__right img {
            height: auto;
            width: 100%; } }
  #hero > .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    position: relative;
    padding-top: 144px;
    z-index: 6; }
    #hero > .container:after {
      background-color: #FFF;
      content: ''; }
  #hero .hero-cta {
    max-width: 820px;
    text-align: center;
    position: relative;
    z-index: 5;
    margin-bottom: 58px; }
    @media (max-width: 550px) {
      #hero .hero-cta {
        padding-bottom: 48px; } }
    #hero .hero-cta h1 {
      font-family: TWKLausannePan;
      font-size: 96px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      color: #FFF;
      margin: 0 0 32px; }
      @media (max-width: 1024px) {
        #hero .hero-cta h1 {
          font-size: 9vw; } }
      @media (max-width: 550px) {
        #hero .hero-cta h1 {
          font-size: 44px;
          font-weight: 500;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.05; } }
      #hero .hero-cta h1 + p {
        margin: 0 auto; }
    #hero .hero-cta p {
      font-family: TWKLausannePan;
      font-size: 20px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.6;
      letter-spacing: normal;
      color: var(--brownish-grey);
      color: #FFF; }
      @media (max-width: 767px) {
        #hero .hero-cta p {
          max-width: 90%; } }
    #hero .hero-cta .button, #hero .hero-cta #signup-form-alt input[type="submit"], #signup-form-alt #hero .hero-cta input[type="submit"] {
      margin-top: 40px; }

.trusted-logos {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 44px;
  margin-left: auto;
  position: relative;
  width: calc(((((100% - (11 * 20px))/12) * 10) + ((10 - 1) * 20px)) + 20px); }
  .trusted-logos:before {
    color: #000;
    content: 'Trusted by';
    opacity: 0.7;
    font-family: TWKLausannePan;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    position: absolute;
    left: -20%; }
  .trusted-logos__image {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 56px;
    width: 20%; }
    .trusted-logos__image img {
      max-width: calc(100% - 32px); }

#blender-overview {
  padding-bottom: 184px;
  padding-top: 152px;
  position: relative;
  z-index: 1; }
  @media (max-width: 950px) {
    #blender-overview {
      padding-bottom: 152px; } }
  @media (max-width: 767px) {
    #blender-overview {
      padding-top: 160px;
      padding-bottom: 120px; } }
  @media (max-width: 640px) {
    #blender-overview {
      padding-top: 128px; } }
  #blender-overview > .container {
    padding-bottom: 72px; }
    #blender-overview > .container h1, #blender-overview > .container h2, #blender-overview > .container h3, #blender-overview > .container h4, #blender-overview > .container h5, #blender-overview > .container h6 {
      width: calc((((100% - (11 * 20px))/12) * 12) + ((12 - 1) * 20px)); }
      #blender-overview > .container h1 + p, #blender-overview > .container h2 + p, #blender-overview > .container h3 + p, #blender-overview > .container h4 + p, #blender-overview > .container h5 + p, #blender-overview > .container h6 + p {
        margin-top: 0;
        width: calc((((100% - (11 * 20px))/12) * 9) + ((9 - 1) * 20px)); }
        @media (max-width: 900px) {
          #blender-overview > .container h1 + p, #blender-overview > .container h2 + p, #blender-overview > .container h3 + p, #blender-overview > .container h4 + p, #blender-overview > .container h5 + p, #blender-overview > .container h6 + p {
            width: calc((((100% - (11 * 20px))/12) * 10) + ((10 - 1) * 20px)); } }
        @media (max-width: 640px) {
          #blender-overview > .container h1 + p, #blender-overview > .container h2 + p, #blender-overview > .container h3 + p, #blender-overview > .container h4 + p, #blender-overview > .container h5 + p, #blender-overview > .container h6 + p {
            width: 100%; } }

.card-row .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.blender-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--very-light-pink);
  border-radius: 6px;
  padding: 40px;
  width: calc((((100% - (11 * 20px))/12) * 4) + ((4 - 1) * 20px)); }
  @media (max-width: 1024px) {
    .blender-card {
      padding: 40px 24px; } }
  @media (max-width: 767px) {
    .blender-card {
      width: 100%; }
      .blender-card + .blender-card {
        margin-top: 24px; } }
  .blender-card__header {
    display: flex; }
    .blender-card__header--image {
      padding-right: 24px; }
    .blender-card__header--title > * {
      margin-top: 0; }
    .blender-card__header--title h5 {
      margin-bottom: 0; }
  .blender-card__content ul, .blender-card__content ol {
    padding-left: 14px; }
  .blender-card.simple .blender-card__content h5 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    margin: 24px 0; }
  .blender-card.simple .blender-card__content > p {
    font-family: TWKLausannePan;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.07px;
    color: var(--brownish-grey); }
  .blender-card__link {
    padding-top: 40px;
    margin-top: auto; }
    .blender-card__link > a {
      font-family: TWKLausannePan;
      font-size: 16px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 2;
      letter-spacing: normal;
      color: var(--dark);
      display: inline-flex; }
      .blender-card__link > a i {
        align-self: center;
        margin-left: 8px;
        position: relative;
        top: 1px; }

.blender-card[data-icon-offset="1"] .blender-card__header--image {
  margin-top: 1px; }

.blender-card[data-icon-offset="2"] .blender-card__header--image {
  margin-top: 2px; }

.blender-card[data-icon-offset="3"] .blender-card__header--image {
  margin-top: 3px; }

.blender-card[data-icon-offset="4"] .blender-card__header--image {
  margin-top: 4px; }

.blender-card[data-icon-offset="5"] .blender-card__header--image {
  margin-top: 5px; }

.blender-card[data-icon-offset="6"] .blender-card__header--image {
  margin-top: 6px; }

.blender-card[data-icon-offset="7"] .blender-card__header--image {
  margin-top: 7px; }

.blender-card[data-icon-offset="8"] .blender-card__header--image {
  margin-top: 8px; }

.blender-card[data-icon-offset="9"] .blender-card__header--image {
  margin-top: 9px; }

.blender-card[data-icon-offset="10"] .blender-card__header--image {
  margin-top: 10px; }

.blender-card[data-icon-offset="11"] .blender-card__header--image {
  margin-top: 11px; }

.blender-card[data-icon-offset="12"] .blender-card__header--image {
  margin-top: 12px; }

.blender-card[data-icon-offset="13"] .blender-card__header--image {
  margin-top: 13px; }

.blender-card[data-icon-offset="14"] .blender-card__header--image {
  margin-top: 14px; }

.blender-card[data-icon-offset="15"] .blender-card__header--image {
  margin-top: 15px; }

.blender-card[data-icon-offset="16"] .blender-card__header--image {
  margin-top: 16px; }

.blender-card[data-icon-offset="17"] .blender-card__header--image {
  margin-top: 17px; }

.blender-card[data-icon-offset="18"] .blender-card__header--image {
  margin-top: 18px; }

.blender-card[data-icon-offset="19"] .blender-card__header--image {
  margin-top: 19px; }

.blender-card[data-icon-offset="20"] .blender-card__header--image {
  margin-top: 20px; }

.blender-card[data-icon-offset="21"] .blender-card__header--image {
  margin-top: 21px; }

.blender-card[data-icon-offset="22"] .blender-card__header--image {
  margin-top: 22px; }

.blender-card[data-icon-offset="23"] .blender-card__header--image {
  margin-top: 23px; }

.blender-card[data-icon-offset="24"] .blender-card__header--image {
  margin-top: 24px; }

.blender-card[data-icon-offset="25"] .blender-card__header--image {
  margin-top: 25px; }

.blender-card[data-icon-offset="26"] .blender-card__header--image {
  margin-top: 26px; }

.blender-card[data-icon-offset="27"] .blender-card__header--image {
  margin-top: 27px; }

.blender-card[data-icon-offset="28"] .blender-card__header--image {
  margin-top: 28px; }

.blender-card[data-icon-offset="29"] .blender-card__header--image {
  margin-top: 29px; }

#featured-projects {
  background-color: var(--pale-grey);
  padding: 88px 0 112px; }
  @media (max-width: 767px) {
    #featured-projects {
      padding: 64px 0 80px; } }

.project-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%; }

.project-card {
  background-color: var(--very-light-pink);
  border-radius: 8px;
  line-height: 0;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
  width: calc((((100% - (11 * 20px))/12) * 6) + ((6 - 1) * 20px));
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1; }
  @media (max-width: 640px) {
    .project-card {
      width: 100%; } }
  .project-card:before {
    background-color: #000;
    content: '';
    opacity: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    -webkit-transition: all 0.325s ease-in-out;
    -moz-transition: all 0.325s ease-in-out;
    -o-transition: all 0.325s ease-in-out;
    transition: all 0.325s ease-in-out;
    z-index: 2; }
  .project-card__details {
    padding: 28px 24px 0;
    position: relative;
    z-index: 3; }
    .project-card__details h5 {
      color: #FFF;
      font-size: 24px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.17;
      letter-spacing: normal;
      margin-bottom: 12px; }
    .project-card__details h6 {
      color: #FFF;
      font-size: 13px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.15;
      letter-spacing: 1.04px;
      text-transform: uppercase;
      margin-bottom: 60px; }
      .project-card__details h6 > span {
        border-left: 1px solid #FFF;
        font-size: 12px;
        line-height: 0;
        margin: 0 10px;
        position: relative;
        top: -1px; }
  .project-card__image {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0 64px;
    width: 100%;
    -webkit-transition: all 0.325s ease-in-out;
    -moz-transition: all 0.325s ease-in-out;
    -o-transition: all 0.325s ease-in-out;
    transition: all 0.325s ease-in-out;
    z-index: 3; }
    @media (max-width: 1024px) {
      .project-card__image {
        padding: 0 40px; } }
    @media (max-width: 767px) {
      .project-card__image {
        padding: 0 24px; } }
  .project-card:hover:before {
    opacity: 0.5; }
  .project-card:hover .project-card__image {
    opacity: 0.7; }

#our-work {
  background-color: #000;
  overflow: hidden;
  padding-top: 120px; }
  #our-work > .container {
    display: flex;
    justify-content: center; }
    @media (max-width: 900px) {
      #our-work > .container .column-8 {
        width: calc((((100% - (11 * 20px))/12) * 10) + ((10 - 1) * 20px)); } }
    @media (max-width: 640px) {
      #our-work > .container .column-8 {
        width: calc((((100% - (11 * 20px))/12) * 11) + ((11 - 1) * 20px)); } }
    #our-work > .container h2:before {
      font-family: TWKLausannePan;
      font-size: 20px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.6;
      letter-spacing: normal;
      color: var(--brownish-grey);
      content: attr(data-subtitle);
      color: var(--white);
      display: block;
      font-weight: 500;
      margin-bottom: 16px;
      opacity: 0.7; }
    #our-work > .container h2 + p {
      font-family: TWKLausannePan;
      font-size: 16px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: 0.07px;
      color: var(--brownish-grey);
      color: var(--white);
      opacity: 0.7;
      margin-top: 32px; }
  #our-work h4 {
    margin-bottom: 0; }
  #our-work .featured-works {
    position: relative; }
    @media (max-width: 640px) {
      #our-work .featured-works {
        height: 580px; } }
    #our-work .featured-works__parallax {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      z-index: 3;
      padding-bottom: 136px; }
      @media (max-width: 640px) {
        #our-work .featured-works__parallax {
          min-height: 536px;
          aspect-ratio: 1.37 / 1;
          left: -17%;
          right: -17%; } }
      #our-work .featured-works__parallax:hover .featured-works__parallax--hoverLink {
        opacity: 1; }
      #our-work .featured-works__parallax--hoverLink {
        align-items: center;
        background-color: rgba(0, 0, 0, 0.3);
        display: flex;
        justify-content: center;
        position: absolute;
        opacity: 0;
        pointer-events: none;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 15;
        -webkit-transition: all 0.325s ease-in-out;
        -moz-transition: all 0.325s ease-in-out;
        -o-transition: all 0.325s ease-in-out;
        transition: all 0.325s ease-in-out; }
        @media (max-width: 640px) {
          #our-work .featured-works__parallax--hoverLink {
            display: none; } }
        #our-work .featured-works__parallax--hoverLink h1 {
          background-color: #FFF;
          border-radius: 8px;
          box-shadow: 0 4px 20px 40px rgba(0, 0, 0, 0.4);
          pointer-events: all; }
          #our-work .featured-works__parallax--hoverLink h1 a {
            color: #000;
            display: block;
            pointer-events: all;
            padding: 24px 32px; }
          #our-work .featured-works__parallax--hoverLink h1:hover {
            background-color: var(--blue);
            box-shadow: 0 4px 30px 60px rgba(0, 0, 0, 0.6); }
            #our-work .featured-works__parallax--hoverLink h1:hover a {
              color: #FFF; }
      #our-work .featured-works__parallax .plx-img {
        border-radius: 8px;
        box-shadow: 0 4px 5px 5px rgba(0, 0, 0, 0.1);
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%); }
        #our-work .featured-works__parallax .plx-img img {
          height: unset;
          max-width: unset;
          object-fit: contain;
          height: 101%;
          width: 101%; }
      #our-work .featured-works__parallax .portrait {
        z-index: 10; }
      #our-work .featured-works__parallax .one {
        width: 34.65vw;
        height: 19.30vw;
        min-height: 278px;
        min-width: 499px;
        top: 4%;
        left: 42.5%;
        z-index: 5; }
        @media (max-width: 640px) {
          #our-work .featured-works__parallax .one {
            width: 65.64vw;
            height: 36.58vw; } }
      #our-work .featured-works__parallax .two {
        width: 9.93vw;
        height: 19.72vw;
        min-width: 143px;
        min-height: 284px;
        top: 11%;
        left: 47%; }
        @media (max-width: 640px) {
          #our-work .featured-works__parallax .two {
            width: 20vw;
            height: 38.46vw; } }
      #our-work .featured-works__parallax .three {
        width: 28.05vw;
        height: 16.52vw;
        min-width: 404px;
        min-height: 238px;
        top: 19.5%;
        left: 17.9%;
        z-index: 6; }
        @media (max-width: 640px) {
          #our-work .featured-works__parallax .three {
            width: 53.06vw;
            height: 31.33vw; } }
      #our-work .featured-works__parallax .four {
        width: 39.51vw;
        height: 26.04vw;
        min-width: 569px;
        min-height: 375px;
        top: 18.85%;
        left: 76.2%;
        z-index: 4; }
        @media (max-width: 640px) {
          #our-work .featured-works__parallax .four {
            width: 74.60vw;
            height: 49.23vw; } }
      #our-work .featured-works__parallax .five {
        width: 9.65vw;
        height: 17.43vw;
        min-width: 139px;
        min-height: 251px;
        top: 34.2%;
        left: 10.45%; }
        @media (max-width: 640px) {
          #our-work .featured-works__parallax .five {
            width: 18.97vw;
            height: 34.10vw; } }
      #our-work .featured-works__parallax .six {
        width: 31.80vw;
        height: 21.11vw;
        min-width: 458px;
        min-height: 304px;
        top: 35.6%;
        left: 46%;
        z-index: 3; }
        @media (max-width: 640px) {
          #our-work .featured-works__parallax .six {
            width: 60.25vw;
            height: 40.025vw; } }
      #our-work .featured-works__parallax .seven {
        width: 40.55vw;
        height: 22.63vw;
        min-width: 584px;
        min-height: 326px;
        top: 48%;
        left: 28.2%;
        z-index: 2; }
        @media (max-width: 640px) {
          #our-work .featured-works__parallax .seven {
            width: 76.66vw;
            height: 42.82vw; } }
      #our-work .featured-works__parallax .eight {
        width: 9.72vw;
        height: 20.97vw;
        min-width: 140px;
        min-height: 302px;
        top: 49%;
        left: 47%; }
        @media (max-width: 640px) {
          #our-work .featured-works__parallax .eight {
            top: 42%;
            left: 23%;
            width: 18.41vw;
            height: 39.77vw; } }
      #our-work .featured-works__parallax .nine {
        width: 41.52vw;
        height: 21.11vw;
        min-width: 598px;
        min-height: 304px;
        top: 56%;
        left: 72%;
        z-index: 2; }
        @media (max-width: 640px) {
          #our-work .featured-works__parallax .nine {
            width: 78.46vw;
            height: 40vw; } }
      #our-work .featured-works__parallax .ten {
        width: 9.72vw;
        height: 17.08vw;
        min-width: 140px;
        min-height: 246px;
        top: 88.2%;
        left: 34.5%; }
        @media (max-width: 640px) {
          #our-work .featured-works__parallax .ten {
            top: 70%;
            width: 18.46vw;
            height: 32.56vw; } }
      #our-work .featured-works__parallax .eleven {
        width: 38.75vw;
        height: 22.08vw;
        min-width: 558px;
        min-height: 318px;
        top: 80.5%;
        left: 56.5%;
        z-index: 1; }
        @media (max-width: 640px) {
          #our-work .featured-works__parallax .eleven {
            left: 43.5%;
            width: 74.3vw;
            height: 42.3vw; } }
      @media (max-width: 767px) {
        #our-work .featured-works__parallax .one,
        #our-work .featured-works__parallax .two,
        #our-work .featured-works__parallax .three,
        #our-work .featured-works__parallax .four,
        #our-work .featured-works__parallax .five,
        #our-work .featured-works__parallax .six,
        #our-work .featured-works__parallax .seven,
        #our-work .featured-works__parallax .eight,
        #our-work .featured-works__parallax .nine,
        #our-work .featured-works__parallax .ten,
        #our-work .featured-works__parallax .eleven {
          min-height: 0;
          min-width: 0; } }
    #our-work .featured-works__background {
      height: 100%;
      opacity: 0;
      position: relative;
      right: -1px;
      width: 100%;
      z-index: 1; }
      #our-work .featured-works__background img {
        object-fit: cover;
        width: 100%; }

.all-projects-link-mobile {
  background-color: #000;
  display: none;
  justify-content: center;
  padding: 64px 24px 80px;
  width: 100%; }
  @media (max-width: 640px) {
    .all-projects-link-mobile {
      display: flex; } }

section.resources-slider {
  padding: 140px 0 120px; }
  @media (max-width: 640px) {
    section.resources-slider {
      padding: 128px 0 112px; } }
  section.resources-slider .resources-slider__top {
    justify-content: space-between; }
    @media (max-width: 550px) {
      section.resources-slider .resources-slider__top .button, section.resources-slider .resources-slider__top #signup-form-alt input[type="submit"], #signup-form-alt section.resources-slider .resources-slider__top input[type="submit"] {
        display: none; } }
  section.resources-slider .owl-stage-outer {
    overflow: visible; }
  @media (max-width: 550px) {
    section.resources-slider .owl-stage {
      right: 80px; } }
  @media (max-width: 450px) {
    section.resources-slider .owl-stage {
      right: 50px; } }
  section.resources-slider #next-slide {
    align-items: center;
    background-color: #FFF;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: flex;
    height: 96px;
    justify-content: center;
    position: absolute;
    right: -28px;
    top: 50%;
    transform: translateY(-50%);
    width: 96px;
    z-index: 4; }
    section.resources-slider #next-slide i {
      color: var(--green);
      font-size: 30px;
      -webkit-transition: all 0.325s ease-in-out;
      -moz-transition: all 0.325s ease-in-out;
      -o-transition: all 0.325s ease-in-out;
      transition: all 0.325s ease-in-out; }
    section.resources-slider #next-slide:hover i {
      color: var(--blue); }
    @media (max-width: 1370px) {
      section.resources-slider #next-slide {
        right: 50px; } }
    @media (max-width: 550px) {
      section.resources-slider #next-slide {
        display: none; } }
  section.resources-slider__bottom {
    margin-top: 60px; }
    section.resources-slider__bottom--carousel {
      display: flex; }
      section.resources-slider__bottom--carousel .owl-stage {
        width: calc((((100% - (11 * 20px))/12) * 4) + ((4 - 1) * 20px)); }
        section.resources-slider__bottom--carousel .owl-stage .owl-item:nth-of-type(odd) {
          background-color: var(--green); }
        section.resources-slider__bottom--carousel .owl-stage .owl-item:nth-of-type(even) {
          background-color: var(--blue); }
  section.resources-slider .owl-carousel .whitepaper {
    background-image: url(../../../../_resources/whitepapers/covers/white-paper-cover_purple.png); }
  section.resources-slider .owl-carousel .owl-item:nth-of-type(2n+1) > .whitepaper {
    background-image: url(../../../../_resources/whitepapers/covers/white-paper-cover_orange.png); }
  section.resources-slider .owl-carousel .owl-item:nth-of-type(3n+1) > .whitepaper {
    background-image: url(../../../../_resources/whitepapers/covers/white-paper-cover_blue.png); }
  section.resources-slider .owl-carousel .owl-item:nth-of-type(4n+1) > .whitepaper {
    background-image: url(../../../../_resources/whitepapers/covers/white-paper-cover_green.png); }
  section.resources-slider .whitepaper {
    background-image: url(../../../../_resources/whitepapers/covers/white-paper-cover_purple.png);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 413px;
    position: relative;
    width: 100%;
    z-index: 1; }
    section.resources-slider .whitepaper:before {
      background-color: var(--brownish-grey);
      bottom: 0;
      content: '';
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      -webkit-transition: all 0.325s ease-in-out;
      -moz-transition: all 0.325s ease-in-out;
      -o-transition: all 0.325s ease-in-out;
      transition: all 0.325s ease-in-out; }
    section.resources-slider .whitepaper__logo {
      position: absolute;
      top: 30px;
      left: 36px;
      width: 90px;
      z-index: 3; }
      section.resources-slider .whitepaper__logo img {
        max-width: 100%; }
    section.resources-slider .whitepaper__link {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 3; }
      section.resources-slider .whitepaper__link > span {
        font-family: TWKLausannePan;
        font-size: 22px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.55;
        letter-spacing: normal;
        font-weight: 600;
        line-height: 1.18;
        bottom: 50px;
        color: #FFF;
        left: 36px;
        position: absolute;
        width: calc(100% - 56px);
        z-index: 4; }
    section.resources-slider .whitepaper:hover:before {
      opacity: 0.15; }

.owl-carousel .article {
  position: relative; }
  .owl-carousel .article__details {
    padding: 32px 0; }
    .owl-carousel .article__details--category {
      align-items: center;
      border: solid 1px var(--dark);
      border-radius: 22px;
      color: var(--dark);
      display: inline-flex;
      font-size: 12px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      height: 30px;
      line-height: 1.83;
      letter-spacing: normal;
      margin-bottom: 19px;
      padding: 3px 24px;
      text-transform: uppercase; }
    .owl-carousel .article__details--title {
      color: var(--dark);
      margin: 0 0 8px;
      -webkit-transition: all 0.325s ease-in-out;
      -moz-transition: all 0.325s ease-in-out;
      -o-transition: all 0.325s ease-in-out;
      transition: all 0.325s ease-in-out; }
      @media (max-width: 767px) {
        .owl-carousel .article__details--title {
          font-family: TWKLausannePan;
          font-size: 20px;
          font-weight: 500;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.4;
          letter-spacing: normal; } }
    .owl-carousel .article__details--date {
      font-family: TWKLausannePan;
      font-size: 16px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: 0.07px;
      color: var(--brownish-grey);
      color: var(--blue);
      -webkit-transition: all 0.325s ease-in-out;
      -moz-transition: all 0.325s ease-in-out;
      -o-transition: all 0.325s ease-in-out;
      transition: all 0.325s ease-in-out; }
  .owl-carousel .article__link {
    cursor: pointer;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3; }

#featured-article {
  border-radius: 6px;
  background: var(--primary-black);
  bottom: 24px;
  color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  padding: 16px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 24px;
  width: 470px;
  z-index: 998;
  transition: 1s opacity ease-in, .3s background-color ease-in-out; }
  @media (max-width: 515px) {
    #featured-article {
      left: 20px;
      right: 20px;
      width: calc(100% - 40px); } }
  #featured-article.is-open {
    opacity: 1;
    pointer-events: all; }
  #featured-article:hover {
    background-color: var(--blue); }
  #featured-article #featured-close {
    cursor: pointer;
    color: #FFF;
    position: absolute;
    top: 9px;
    right: 9px;
    -webkit-transition: all 0.325s ease-in-out;
    -moz-transition: all 0.325s ease-in-out;
    -o-transition: all 0.325s ease-in-out;
    transition: all 0.325s ease-in-out; }
    #featured-article #featured-close:hover i {
      opacity: 0.6; }
  #featured-article .featured-article {
    display: flex;
    gap: 16px;
    position: relative; }
    #featured-article .featured-article__image {
      border-radius: 4px;
      height: 90px;
      width: 146px; }
    #featured-article .featured-article__details {
      align-items: center;
      display: flex;
      height: 100%; }
      #featured-article .featured-article__details span {
        color: #FFF;
        display: block;
        font-size: 12px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        margin-bottom: 4px;
        text-transform: uppercase; }
      #featured-article .featured-article__details p {
        font-family: TWKLausannePan;
        font-size: 16px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.07px;
        color: var(--brownish-grey);
        color: #FFF;
        margin: 0; }
        #featured-article .featured-article__details p a {
          color: #FFF; }
          #featured-article .featured-article__details p a:hover {
            opacity: 0.6; }

#latest-featured-news {
  margin-top: -88px;
  padding-bottom: 150px; }
  @media (max-width: 640px) {
    #latest-featured-news {
      margin-top: -66px; } }

.featured-listing-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1; }
  .featured-listing-items:has(.featured-item:nth-child(1):last-child) .featured-item {
    width: 100%; }
  .featured-listing-items:has(.featured-item:nth-child(3):last-child) .featured-item:nth-of-type(1) {
    width: 100%; }
  .featured-listing-items:has(.featured-item:nth-child(3):last-child) .featured-item:nth-of-type(2), .featured-listing-items:has(.featured-item:nth-child(3):last-child) .featured-item:nth-of-type(3) {
    flex-direction: column-reverse;
    padding: 16px 16px 32px;
    width: calc((((100% - (11 * 20px))/12) * 6) + ((6 - 1) * 20px)); }
    @media (max-width: 640px) {
      .featured-listing-items:has(.featured-item:nth-child(3):last-child) .featured-item:nth-of-type(2), .featured-listing-items:has(.featured-item:nth-child(3):last-child) .featured-item:nth-of-type(3) {
        width: 100%; } }
    .featured-listing-items:has(.featured-item:nth-child(3):last-child) .featured-item:nth-of-type(2) .featured-item__image,
    .featured-listing-items:has(.featured-item:nth-child(3):last-child) .featured-item:nth-of-type(2) .featured-item__details, .featured-listing-items:has(.featured-item:nth-child(3):last-child) .featured-item:nth-of-type(3) .featured-item__image,
    .featured-listing-items:has(.featured-item:nth-child(3):last-child) .featured-item:nth-of-type(3) .featured-item__details {
      padding: 0;
      width: 100%; }
    .featured-listing-items:has(.featured-item:nth-child(3):last-child) .featured-item:nth-of-type(2) .featured-item__details, .featured-listing-items:has(.featured-item:nth-child(3):last-child) .featured-item:nth-of-type(3) .featured-item__details {
      display: block;
      padding-top: 16px; }
      .featured-listing-items:has(.featured-item:nth-child(3):last-child) .featured-item:nth-of-type(2) .featured-item__details .button, .featured-listing-items:has(.featured-item:nth-child(3):last-child) .featured-item:nth-of-type(2) .featured-item__details #signup-form-alt input[type="submit"], #signup-form-alt .featured-listing-items:has(.featured-item:nth-child(3):last-child) .featured-item:nth-of-type(2) .featured-item__details input[type="submit"], .featured-listing-items:has(.featured-item:nth-child(3):last-child) .featured-item:nth-of-type(3) .featured-item__details .button, .featured-listing-items:has(.featured-item:nth-child(3):last-child) .featured-item:nth-of-type(3) .featured-item__details #signup-form-alt input[type="submit"], #signup-form-alt .featured-listing-items:has(.featured-item:nth-child(3):last-child) .featured-item:nth-of-type(3) .featured-item__details input[type="submit"] {
        margin-top: 24px; }
  .featured-listing-items:has(.featured-item:nth-child(2):last-child) .featured-item, .featured-listing-items:has(.featured-item:nth-child(4):last-child) .featured-item {
    flex-direction: column-reverse;
    margin-top: 0 !important;
    padding: 16px 16px 32px;
    width: calc((((100% - (11 * 20px))/12) * 6) + ((6 - 1) * 20px)); }
    @media (max-width: 640px) {
      .featured-listing-items:has(.featured-item:nth-child(2):last-child) .featured-item, .featured-listing-items:has(.featured-item:nth-child(4):last-child) .featured-item {
        margin-bottom: 24px;
        width: 100%; }
        .featured-listing-items:has(.featured-item:nth-child(2):last-child) .featured-item:last-of-type, .featured-listing-items:has(.featured-item:nth-child(4):last-child) .featured-item:last-of-type {
          margin-bottom: 0; } }
    .featured-listing-items:has(.featured-item:nth-child(2):last-child) .featured-item .featured-item__image,
    .featured-listing-items:has(.featured-item:nth-child(2):last-child) .featured-item .featured-item__details, .featured-listing-items:has(.featured-item:nth-child(4):last-child) .featured-item .featured-item__image,
    .featured-listing-items:has(.featured-item:nth-child(4):last-child) .featured-item .featured-item__details {
      padding: 0;
      width: 100%; }
    .featured-listing-items:has(.featured-item:nth-child(2):last-child) .featured-item .featured-item__details, .featured-listing-items:has(.featured-item:nth-child(4):last-child) .featured-item .featured-item__details {
      padding-top: 16px; }
      .featured-listing-items:has(.featured-item:nth-child(2):last-child) .featured-item .featured-item__details .button, .featured-listing-items:has(.featured-item:nth-child(2):last-child) .featured-item .featured-item__details #signup-form-alt input[type="submit"], #signup-form-alt .featured-listing-items:has(.featured-item:nth-child(2):last-child) .featured-item .featured-item__details input[type="submit"], .featured-listing-items:has(.featured-item:nth-child(4):last-child) .featured-item .featured-item__details .button, .featured-listing-items:has(.featured-item:nth-child(4):last-child) .featured-item .featured-item__details #signup-form-alt input[type="submit"], #signup-form-alt .featured-listing-items:has(.featured-item:nth-child(4):last-child) .featured-item .featured-item__details input[type="submit"] {
        margin-top: auto; }
        @media (max-width: 640px) {
          .featured-listing-items:has(.featured-item:nth-child(2):last-child) .featured-item .featured-item__details .button, .featured-listing-items:has(.featured-item:nth-child(2):last-child) .featured-item .featured-item__details #signup-form-alt input[type="submit"], #signup-form-alt .featured-listing-items:has(.featured-item:nth-child(2):last-child) .featured-item .featured-item__details input[type="submit"], .featured-listing-items:has(.featured-item:nth-child(4):last-child) .featured-item .featured-item__details .button, .featured-listing-items:has(.featured-item:nth-child(4):last-child) .featured-item .featured-item__details #signup-form-alt input[type="submit"], #signup-form-alt .featured-listing-items:has(.featured-item:nth-child(4):last-child) .featured-item .featured-item__details input[type="submit"] {
            margin-top: 24px; } }

.featured-item {
  background-image: linear-gradient(to bottom, #6c7c88, var(--primary-black));
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.325s ease-in-out;
  -moz-transition: all 0.325s ease-in-out;
  -o-transition: all 0.325s ease-in-out;
  transition: all 0.325s ease-in-out;
  z-index: 1; }
  @media (max-width: 640px) {
    .featured-item {
      flex-direction: column-reverse;
      padding: 16px 16px 32px;
      width: 100%; } }
  .featured-item:before {
    background-color: var(--primary-black);
    border-radius: 16px;
    content: '';
    position: absolute;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: all 0.325s ease-in-out;
    -moz-transition: all 0.325s ease-in-out;
    -o-transition: all 0.325s ease-in-out;
    transition: all 0.325s ease-in-out; }
  .featured-item:hover {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); }
    .featured-item:hover:before {
      opacity: 0; }
  .featured-item.blue:before {
    background-color: var(--blue); }
  .featured-item.grey:before {
    background-color: var(--light-blue); }
  .featured-item.grey .featured-item__details p,
  .featured-item.grey .featured-item__details h4 {
    color: var(--primary-black); }
  .featured-item.grey .featured-item__details .button, .featured-item.grey .featured-item__details #signup-form-alt input[type="submit"], #signup-form-alt .featured-item.grey .featured-item__details input[type="submit"] {
    background-color: var(--blue);
    color: #FFF; }
    .featured-item.grey .featured-item__details .button:hover, .featured-item.grey .featured-item__details #signup-form-alt input[type="submit"]:hover, #signup-form-alt .featured-item.grey .featured-item__details input[type="submit"]:hover {
      background-color: #FFF;
      color: var(--primary-black); }
  .featured-item.grey:hover .featured-item__details p,
  .featured-item.grey:hover .featured-item__details h4 {
    color: #FFF; }
  .featured-item__details {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 26px calc(((((100% - (11 * 20px))/12) * 1) + ((1 - 1) * 20px)) + 20px) 26px 40px;
    position: relative;
    width: calc(((((100% - (11 * 20px))/12) * 5) + ((5 - 1) * 20px)) + 20px);
    z-index: 4; }
    @media (max-width: 850px) {
      .featured-item__details {
        padding-right: 40px;
        width: calc((((100% - (11 * 20px))/12) * 6) + ((6 - 1) * 20px)); } }
    @media (max-width: 767px) {
      .featured-item__details {
        padding-left: 16px;
        padding-right: 24px; } }
    @media (max-width: 640px) {
      .featured-item__details {
        display: block;
        padding: 40px 0 0 !important;
        width: 100%; }
        .featured-item__details .button, .featured-item__details #signup-form-alt input[type="submit"], #signup-form-alt .featured-item__details input[type="submit"] {
          margin-top: 24px; } }
    .featured-item__details--top {
      margin-bottom: 32px; }
      @media (max-width: 640px) {
        .featured-item__details--top {
          margin-bottom: 0; } }
    .featured-item__details p {
      font-family: TWKLausannePan;
      font-size: 16px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: 0.07px;
      color: var(--brownish-grey);
      color: #FFF;
      margin: 0;
      -webkit-transition: all 0.325s ease-in-out;
      -moz-transition: all 0.325s ease-in-out;
      -o-transition: all 0.325s ease-in-out;
      transition: all 0.325s ease-in-out; }
    .featured-item__details h4 {
      color: #FFF;
      margin: 16px 0;
      -webkit-transition: all 0.325s ease-in-out;
      -moz-transition: all 0.325s ease-in-out;
      -o-transition: all 0.325s ease-in-out;
      transition: all 0.325s ease-in-out; }
    .featured-item__details .fi-subheader {
      font-weight: 500;
      text-transform: uppercase; }
    .featured-item__details .button, .featured-item__details #signup-form-alt input[type="submit"], #signup-form-alt .featured-item__details input[type="submit"] {
      align-self: baseline;
      background-color: #FFF;
      color: var(--primary-black);
      margin-top: auto; }
      @media (max-width: 640px) {
        .featured-item__details .button, .featured-item__details #signup-form-alt input[type="submit"], #signup-form-alt .featured-item__details input[type="submit"] {
          margin-top: 24px; } }
      .featured-item__details .button:hover, .featured-item__details #signup-form-alt input[type="submit"]:hover, #signup-form-alt .featured-item__details input[type="submit"]:hover {
        background-color: var(--blue);
        color: #FFF; }
  .featured-item__image {
    align-self: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    padding: 16px 0 16px;
    position: relative;
    width: calc((((100% - (11 * 20px))/12) * 7) + ((7 - 1) * 20px));
    z-index: 4; }
    .featured-item__image img {
      border-radius: 8px; }
    @media (max-width: 850px) {
      .featured-item__image {
        width: calc((((100% - (11 * 20px))/12) * 6) + ((6 - 1) * 20px)); } }
    @media (max-width: 640px) {
      .featured-item__image {
        padding: 0;
        width: 100%; } }
  .featured-item + .featured-item {
    margin-top: 32px; }

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