@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,600,600i,700,700i,900,900i&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
html {
  min-height: -webkit-fill-available;
}

body {
  font-family: "Source Sans Pro";
  color: #151F1E;
  line-height: 125%;
  height: initial;
  background-color: #f2efe9;
}
body #loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #f2efe9;
  z-index: 1000000;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 128px 128px;
  display: none;
}
body #loading .loading {
  font-size: 1rem;
  text-align: center;
  color: #fff;
  margin-top: 5vh;
}

.h-window {
  height: var(--windowHeight);
}

.w-window {
  width: var(--windowwidth);
}

.min-h-window {
  min-height: var(--windowHeight);
}

.min-w-window {
  min-width: var(--windowwidth);
}

.pointer-none {
  pointer-events: none;
}

.pointer-all {
  pointer-events: all;
}

.fw100 {
  font-weight: 100 !important;
}

.fw200 {
  font-weight: 200 !important;
}

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

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

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

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

.fw800 {
  font-weight: 800 !important;
}

.fw900 {
  font-weight: 900 !important;
}

.p-075 {
  padding: 0.75rem;
}

.px-075 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-075 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.dbl-col {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

input,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

*:focus {
  outline: none;
}

input:focus, input.form-control:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

input:not(input:-webkit-autofill)::-webkit-contacts-auto-fill-button {
  background-color: #fff;
  display: none;
}

input::-webkit-contacts-auto-fill-button {
  display: none;
}

.form-control {
  height: auto !important;
  padding: 0;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

input::-webkit-input-placeholder,
input::placeholder {
  color: #9B9B9E !important;
  opacity: 1;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}

h1 [id]::before, h2 [id]::before, h3 [id]::before, h4 [id]::before {
  content: "";
  display: block;
  height: 150px;
  margin-top: -150px;
  visibility: hidden;
}

h1 {
  color: #151F1E;
  font-family: "IBM Plex Serif";
  font-size: 127px;
  font-weight: 900;
  letter-spacing: -5px;
  line-height: 127px;
  margin-bottom: 50px;
}
h1.hero {
  font-size: 3.8125rem;
  line-height: 110%;
  letter-spacing: -0.09375rem;
}
h1 b {
  position: relative;
  font-weight: 500;
}
h1 b:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 34px;
  background-color: #DAD2C6;
  z-index: -1;
}

h2 {
  color: #151F1E;
  font-family: "Source Sans Pro";
  font-size: 43px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 49px;
  margin-bottom: 8px;
}

h3 {
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 8px;
  font-weight: 600;
}

h4 {
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 27px;
}

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

.brdr {
  border: 1px solid red;
}

p, li {
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 19px;
  letter-spacing: 0;
  font-weight: 300;
  line-height: 29px;
}
p.f29, li.f29 {
  font-size: 29px !important;
  line-height: 39px !important;
}
p.f19, li.f19 {
  font-size: 19px !important;
  line-height: 29px !important;
}
p.f17, li.f17 {
  font-size: 17px !important;
  line-height: 27px !important;
}
p.f15, li.f15 {
  font-size: 15px !important;
  line-height: 25px !important;
}

.hero-for-social {
  height: 0;
}

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

.gutter-20 {
  --bs-gutter-x: 20px;
}

.gutter-40 {
  --bs-gutter-x: 40px;
}

.gutter-50 {
  --bs-gutter-x: 50px;
}

.gutter-68 {
  --bs-gutter-x: 68px;
}

.gutter-133 {
  --bs-gutter-x: 133px;
}

.w-md-50 {
  width: 50%;
  margin: 0 auto;
}

a {
  color: #3087E0;
  text-decoration: none;
  transition: linear all 300ms;
}
a:hover {
  text-decoration: underline;
  color: #65B0FE;
  transition: linear all 300ms;
}
a:active {
  text-decoration: underline;
  color: #276CB3;
  transition: linear all 300ms;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin: 0;
  padding: 0;
}

p.button a,
button,
a.button {
  display: inline-block;
  padding: 0 22px;
  margin: 8px 0 0 0;
  border-radius: 20px;
  height: 40px;
  transition: linear all 300ms;
  cursor: pointer;
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
  border: 2px solid #2E3035;
  text-transform: uppercase;
}
p.button a:hover, p.button a.active,
button:hover,
button.active,
a.button:hover,
a.button.active {
  text-decoration: none;
  transition: linear all 300ms;
  background-color: #2E3035;
  color: #ffffff;
}
p.button a.black,
button.black,
a.button.black {
  color: #ffffff;
  background-color: #2E3035;
}
p.button a.black:hover, p.button a.black:active,
button.black:hover,
button.black:active,
a.button.black:hover,
a.button.black:active {
  background-color: transparent;
  text-decoration: none;
  box-shadow: none;
  color: #2E3035;
}
p.button a.arrow-right,
button.arrow-right,
a.button.arrow-right {
  position: relative;
  border: none;
  padding-left: 61px;
  font-size: 20px;
  transition: all linear 250ms;
}
p.button a.arrow-right:after,
button.arrow-right:after,
a.button.arrow-right:after {
  transition: all linear 250ms;
  content: "";
  bottom: 4px;
  border: 2px solid #2E3035;
  border-radius: 17px;
  width: 36px;
  height: 36px;
  position: absolute;
  left: -6px;
  left: 0px;
}
p.button a.arrow-right:before,
button.arrow-right:before,
a.button.arrow-right:before {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  left: 7px;
  bottom: 0px;
  background-image: url("../images/svg/arrow_right_link.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}
p.button a.arrow-right:hover, p.button a.arrow-right:active, p.button a.arrow-right.active,
button.arrow-right:hover,
button.arrow-right:active,
button.arrow-right.active,
a.button.arrow-right:hover,
a.button.arrow-right:active,
a.button.arrow-right.active {
  background-color: transparent;
  color: inherit;
  transition: all linear 250ms;
  text-decoration: none;
}
p.button a.arrow-right:hover:after, p.button a.arrow-right:active:after, p.button a.arrow-right.active:after,
button.arrow-right:hover:after,
button.arrow-right:active:after,
button.arrow-right.active:after,
a.button.arrow-right:hover:after,
a.button.arrow-right:active:after,
a.button.arrow-right.active:after {
  width: 100%;
}
p.button a.disabled,
button.disabled,
a.button.disabled {
  opacity: 0.5 !important;
  pointer-events: none;
}
p.button a.forward,
button.forward,
a.button.forward {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  display: block;
  background-color: #FC1DC8;
  border: 0.0625rem solid #FC1DC8;
  box-shadow: 0 1.125rem 2.1875rem 0 rgba(252, 29, 200, 0.25);
  position: relative;
  padding: 0;
  left: calc(50% - 1.3125rem);
  z-index: 200;
}
p.button a.forward:hover,
button.forward:hover,
a.button.forward:hover {
  box-shadow: 0 18px 35px 0 rgba(252, 29, 200, 0.55);
  text-decoration: none;
}
p.button a.forward:active,
button.forward:active,
a.button.forward:active {
  box-shadow: none;
  background-color: #CC16A1;
  text-decoration: none;
}
p.button a.forward img,
button.forward img,
a.button.forward img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.625rem;
  height: 2.625rem;
}

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

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

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

body.homepage #main.with-warning {
  padding-top: 50px;
}

body.blog #main.with-warning,
body.blogMain #main.with-warning {
  transform: translateY(100px);
}
body.blog #blogpost-hero .carousel-inner,
body.blogMain #blogpost-hero .carousel-inner {
  overflow: visible;
}
body.blog #blogpost-hero .carousel-indicators,
body.blogMain #blogpost-hero .carousel-indicators {
  top: 30rem;
  bottom: auto;
}
body.blog #blogpost-hero .blog-image-wrapper,
body.blogMain #blogpost-hero .blog-image-wrapper {
  position: relative;
  background-size: cover;
  width: 100%;
  height: 650px;
  background-position: center;
}
body.blog h1,
body.blogMain h1 {
  margin-bottom: 2rem;
  color: #151F1E;
  font-family: "Source Sans Pro";
  font-size: 47px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 67px;
  text-align: left;
}
body.blog p.caption,
body.blogMain p.caption {
  font-size: 0.8125rem !important;
  line-height: 1.0625rem !important;
  margin: -1.5rem 0 2.5rem 0;
  padding: 0 10%;
}
body.blog p, body.blog ul, body.blog ol, body.blog li,
body.blogMain p,
body.blogMain ul,
body.blogMain ol,
body.blogMain li {
  margin: 0 0 44px;
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 17px;
  letter-spacing: 0;
  line-height: 31px;
}
body.blog p.image-caption, body.blog ul.image-caption, body.blog ol.image-caption, body.blog li.image-caption,
body.blogMain p.image-caption,
body.blogMain ul.image-caption,
body.blogMain ol.image-caption,
body.blogMain li.image-caption {
  font-weight: bold;
  margin: 0;
}
body.blog p.image-copyright, body.blog ul.image-copyright, body.blog ol.image-copyright, body.blog li.image-copyright,
body.blogMain p.image-copyright,
body.blogMain ul.image-copyright,
body.blogMain ol.image-copyright,
body.blogMain li.image-copyright {
  margin: 0;
  text-align: right;
  font-style: italic;
  font-size: 75%;
}
body.blog p.image-copyright p, body.blog ul.image-copyright p, body.blog ol.image-copyright p, body.blog li.image-copyright p,
body.blogMain p.image-copyright p,
body.blogMain ul.image-copyright p,
body.blogMain ol.image-copyright p,
body.blogMain li.image-copyright p {
  margin-bottom: 0;
}
body.blog .image-wrapper,
body.blogMain .image-wrapper {
  margin: 0;
}
body.blog figure,
body.blogMain figure {
  width: 80% !important;
  margin: 2rem auto !important;
}
body.blog figure img,
body.blogMain figure img {
  max-width: 100%;
  height: auto !important;
}
body.blog blockquote,
body.blogMain blockquote {
  color: #151F1E;
  font-weight: 400;
  padding: 0 3rem;
  margin: 80px 0 80px 0;
  position: relative;
  cursor: pointer;
  color: #58595D;
  font-family: "Source Sans Pro";
  font-size: 31px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 43px;
  text-align: center;
}
body.blog blockquote:before,
body.blogMain blockquote:before {
  position: absolute;
  width: 200%;
  height: 145px;
  left: -53%;
  bottom: -83px;
  background-image: url(../images/svg/blockquote_line.svg);
  background-size: cover;
  pointer-events: none;
}
body.blog blockquote:after,
body.blogMain blockquote:after {
  width: 42px;
  height: 42px;
  position: absolute;
  left: calc(50% - 21px);
  bottom: -3rem;
  background-image: url("../images/svg/icon_twitter.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f2efe9;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}
body.blog blockquote:hover:after,
body.blogMain blockquote:hover:after {
  cursor: pointer;
}
body.blog blockquote:active:after,
body.blogMain blockquote:active:after {
  cursor: pointer;
}
body.blog iframe,
body.blogMain iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
body.blog ul,
body.blogMain ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}
body.blog ul li,
body.blogMain ul li {
  margin: 0;
}
body.blog ul li:last-child,
body.blogMain ul li:last-child {
  margin-bottom: 0;
}
body.blog ol,
body.blogMain ol {
  counter-reset: li;
  display: block;
  list-style-type: none;
  background-position: left center;
  background-repeat: no-repeat;
  margin: 0 0 30px;
}
body.blog ol li:before,
body.blogMain ol li:before {
  color: #00AAD7;
  content: counter(li) ":";
  counter-increment: li;
  padding-right: 0.75rem;
  font-size: 1.25em;
  display: inline-block;
  min-width: 1rem;
  text-align: center;
}
body.blog ul.social-share,
body.blogMain ul.social-share {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
  text-align: left;
  z-index: 10;
}
body.blog ul.social-share li,
body.blogMain ul.social-share li {
  display: inline-block;
  margin: 0 8px;
}
body.blog ul.social-share li:first-child,
body.blogMain ul.social-share li:first-child {
  margin-left: 0;
}
body.blog ul.social-share li a,
body.blogMain ul.social-share li a {
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #f2efe9;
}
body.blog ul.social-share li a:hover, body.blog ul.social-share li a:active,
body.blogMain ul.social-share li a:hover,
body.blogMain ul.social-share li a:active {
  text-decoration: none;
}
body.blog ul.social-share li a img,
body.blogMain ul.social-share li a img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
body.blog ul.blog-post-categories,
body.blogMain ul.blog-post-categories {
  text-align: left;
  margin: 3rem 0 1rem 0;
  padding: 0 !important;
}
body.blog ul.blog-post-categories li,
body.blogMain ul.blog-post-categories li {
  display: inline-block;
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #808098;
  font-weight: 400;
  color: #C7BAA8;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 21px;
}
body.blog ul.blog-post-categories li:after,
body.blogMain ul.blog-post-categories li:after {
  content: ", ";
}
body.blog ul.blog-post-categories li:last-child:after,
body.blogMain ul.blog-post-categories li:last-child:after {
  content: "";
}
body.blog ul.blog-post-categories li a,
body.blogMain ul.blog-post-categories li a {
  color: inherit;
}
body.blog .date-wrapper,
body.blogMain .date-wrapper {
  margin: 8px 0;
}

body.blog .author-wrapper {
  width: 100%;
}
body.blog .author-wrapper img.author-image {
  margin: 0 16px 0 0;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  float: left;
}
body.blog .author-wrapper .author-content p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #636468;
  margin: 0;
}
body.blog .author-wrapper .author-content p.posted-by span {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #2E3035;
}
body.blog .author-wrapper .author-content p a {
  color: inherit;
}

body.blog .share-wrapper p {
  font-family: "IBM Plex Serif";
  font-style: italic;
  font-weight: 600;
  font-size: 23px;
  line-height: 23px;
  text-align: left;
  letter-spacing: -1px;
  color: #2E3035;
  margin-bottom: 8px;
}

body.blog .date-wrapper p {
  font-family: "Source Sans Pro" !important;
  text-align: left;
  margin: 0 !important;
  color: #636468 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 18px !important;
  text-transform: uppercase;
}

section.blog-categories {
  margin: 48px 0 0 0;
}
section.blog-categories.bottom {
  margin: 0 0 48px 0;
}
section.blog-categories ul.blog-categories {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
section.blog-categories ul.blog-categories li {
  display: inline-block;
  cursor: pointer;
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
}
section.blog-categories ul.blog-categories li:hover, section.blog-categories ul.blog-categories li.active {
  text-decoration: underline;
}
section.blog-categories ul.blog-categories li:active {
  text-decoration: none;
  font-weight: 900;
}
section.blog-categories ul.blog-categories li.disabled {
  opacity: 0.5;
  cursor: default;
}
section.blog-categories ul.blog-categories li.disabled:hover {
  text-decoration: none;
}
section.blog-categories ul.blog-categories li:last-child + .sep {
  display: none;
}
section.blog-categories ul.blog-categories li a {
  color: #2E3035;
}
section.blog-categories ul.blog-categories .sep:after {
  content: "|";
  color: #2E3035;
  font-weight: 300;
  font-size: 1rem;
  margin: 0 8px;
}
section.blog-categories ul.blog-categories .sep_off:after {
  content: "\a" !important;
  margin: 0 !important;
}
section.blog-categories form {
  margin-top: 24px;
}
section.blog-categories form .form-control {
  border: none;
  background: none;
  box-shadow: none;
}
section.blog-categories form input[type=text] {
  width: 100%;
  border: none;
  max-width: 18rem;
  margin: 0 auto;
  display: inline;
  border-bottom: 1px solid #797978;
  background-color: transparent !important;
  height: 28px;
  margin: 0;
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
}
section.blog-categories form input[type=text]:focus {
  border-bottom: 1px solid #2E3035;
}
section.blog-categories form input[type=text].error {
  border-bottom: 1px solid #dc686b !important;
}
section.blog-categories form .clear-search-icon {
  content: url("../site_images/icon_clear.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
  display: none;
  cursor: pointer;
}

#search {
  box-shadow: none;
  background-color: #EAE6DD;
}

.slick-dotted.slick-slider {
  margin: 0;
}

section.signup {
  padding: 64px 0;
  margin: 64px 0 0 0;
  background-color: #EAE6DD;
}
section.signup .background {
  height: 16rem;
  top: 4rem;
}
section.signup form {
  margin-top: 24px;
}
section.signup form .form-control {
  border: none;
  background: none;
  box-shadow: none;
}
section.signup form input[type=email], section.signup form input[type=text] {
  width: calc(100% - 124px);
  border: none;
  background-color: #DAD2C6;
  height: 2.625rem;
  line-height: 2.625rem;
  font-size: 1rem;
  color: #808098;
  padding: 0 1rem;
  margin: 0;
  display: block;
  float: left;
  border: none;
  border-bottom: 1px solid #797978;
  background-color: transparent !important;
  height: 28px;
  margin: 0;
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
}
section.signup form input[type=email].error, section.signup form input[type=text].error {
  background-color: #dc686b;
  color: #fff;
}
section.signup form .button {
  width: 100px;
  margin: 0 0 0 20px;
}
section.signup h1 {
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 63px !important;
  font-weight: 500;
  letter-spacing: -2.7px;
  line-height: 73px !important;
  margin: 0 0 0 68px;
}
section.signup p {
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 17px;
  letter-spacing: 0;
  line-height: 27px;
  margin: 0;
}

.pixel-iframe {
  width: 1px;
  height: 1px;
  display: none;
}

.footer {
  position: relative;
  background-image: url("../images/svg/footer_top.svg");
  background-size: 110% auto;
  background-repeat: no-repeat;
  background-position: -20px 0px;
  padding-top: 72px;
  z-index: 100;
}
.footer .brdr-bottom {
  padding-bottom: 20px;
  border-bottom: 1px solid #636468;
}
.footer .footer-contact a {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 34px;
  color: #35373D;
}
.footer a.button.blue {
  border: 0.0625rem solid #3087E0;
  box-shadow: none;
}
.footer a.button.blue:hover {
  border-color: #ffffff;
  background-color: #3395FA;
  box-shadow: none;
}
.footer a.button.blue:active {
  background-color: #276CB3;
  border-color: #276CB3;
  box-shadow: none;
}
.footer .container-fluid {
  padding-top: 70px;
}
.footer h3 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9B9B9E;
  margin: 0 0 0px 0 !important;
}
.footer h4 {
  color: #35373D;
  font-family: "Source Sans Pro";
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 35px;
  text-align: left;
}
.footer ul.blog_categories {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer ul.blog_categories li {
  color: #35373D;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 34px;
}
.footer ul.blog_categories li:last-child {
  margin: 0;
}
.footer ul.blog_categories li a {
  color: #35373D;
}
.footer ul.blog_categories li:hover, .footer ul.blog_categories li:active {
  text-decoration: underline;
}
.footer p {
  color: #35373D;
  font-family: "IBM Plex Serif";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 25px;
}
.footer ul.social {
  list-style: none;
  margin: 24px 0 0 0;
  padding: 0;
}
.footer ul.social li {
  list-style: none;
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.footer ul.social li:last-child {
  margin-right: 0;
}
.footer ul.social li a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: block;
}
.footer ul.social li a img {
  width: 100%;
  height: 100%;
}
.footer .button.join {
  margin: 24px 0;
}
.footer .button.api {
  margin: 24px 0 0;
}
.footer ul.footer-blurb-menu {
  list-style: none;
  float: left;
  display: block;
  margin: 25px 0 0 0;
  padding: 0;
}
.footer ul.footer-blurb-menu li {
  list-style: none;
  float: left;
  margin-right: 24px;
  color: #35373D;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}
.footer ul.footer-blurb-menu li:last-child {
  margin-right: 0;
}
.footer ul.footer-blurb-menu li a {
  color: inherit;
}
.footer .nav-logo {
  width: 95px;
  height: auto;
}
.footer .copyright {
  display: block;
  color: #636468;
  font-family: "Source Sans Pro";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  float: right;
  margin: 25px 0 0 0;
}

.learn-more h1 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 63px;
  line-height: 73px;
  letter-spacing: -4px;
  color: #35373D;
}

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

.quote-carousel {
  padding: 0 0 130px 0;
}
.quote-carousel svg {
  position: absolute;
  top: -7rem;
  left: 2rem;
}
.quote-carousel .carousel-inner {
  overflow: visible;
}
.quote-carousel .carousel-inner {
  width: 110%;
}
.quote-carousel .carousel-indicators {
  bottom: -6rem;
}
.quote-carousel .quote-image-wrapper {
  z-index: 100;
  position: relative;
  background-size: cover;
  width: 100%;
  height: 27.125rem;
  transform: rotate(-5deg);
  left: 2rem;
  border: 0.25rem solid #ffffff;
  box-shadow: 0 40px 75px 0 rgba(61, 67, 118, 0.4);
  border-top-left-radius: 13.5625rem;
  border-bottom-left-radius: 13.5625rem;
}
.quote-carousel .quote-image-wrapper img {
  width: 100%;
  height: 27.125rem;
}
.quote-carousel .quote-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  padding: 1.5rem;
  width: 30rem;
  height: 30rem;
  text-align: center;
  position: absolute;
  top: 1rem;
  left: 6rem;
  z-index: 10;
}
.quote-carousel .quote-carousel-wrapper p {
  color: #151F1E;
  text-align: center;
  margin: 0;
}
.quote-carousel .quote-carousel-wrapper p.company {
  font-size: 2.4375rem;
  font-weight: 600;
  margin-bottom: 0;
}
.quote-carousel .quote-carousel-wrapper p.quote {
  font-size: 2.4375rem;
  line-height: 2.6875rem;
  font-weight: normal;
  font-style: italic;
  margin: 1.5rem 0;
}
.quote-carousel .quote-carousel-wrapper p.quotee {
  font-size: 1.0625rem;
  color: #808098;
  font-weight: 300;
  line-height: 1.5rem;
}
.quote-carousel .quote-carousel-wrapper p.position {
  line-height: 1.5rem;
  font-size: 1.0625rem;
  color: #808098;
  font-weight: 400;
}

#blog-hero .white-1 {
  display: none;
}
#blog-hero .blog-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  padding: 1.5rem;
  width: 30rem;
  height: 30rem;
  text-align: center;
  position: absolute;
  left: calc(50% - 35rem);
  top: 1rem;
  z-index: 10;
}
#blog-hero .blog-wrapper p {
  color: #151F1E;
  text-align: center;
  margin: 0;
}
#blog-hero .blog-wrapper h1 {
  font-size: 1.9375rem;
  font-weight: normal;
  text-align: center;
}
#blog-hero .blog-wrapper p.lead {
  font-size: 1.3125rem;
  line-height: 2.1875rem;
  font-weight: 300;
  text-align: center;
}
#blog-hero #blogHeroCarousel .carousel-inner {
  overflow: visible;
}
#blog-hero #blogHeroCarousel .carousel-inner {
  width: 110%;
}
#blog-hero #blogHeroCarousel .carousel-indicators {
  top: 30rem;
  bottom: auto;
}
#blog-hero #blogHeroCarousel .blog-image-wrapper {
  position: relative;
  background-size: cover;
  width: 100%;
  height: 27.125rem;
  background-position: center;
}

#quoteCarousel .slick-dots {
  bottom: 1rem;
  top: auto;
  left: 20rem;
  z-index: 400;
}
#quoteCarousel .blog-image-wrapper {
  position: relative;
  background-size: cover;
  width: 100%;
  height: 650px;
  background-position: center;
}
#quoteCarousel .carousel-indicators {
  bottom: -3rem;
}
#quoteCarousel .carousel-indicators li {
  flex: 0 1 auto;
  background-color: #3087E0;
  box-sizing: content-box;
  width: 1.875rem;
  height: 0.1875rem;
  margin-right: 0.1875rem;
  margin-left: 0.1875rem;
  text-indent: -999rem;
  cursor: pointer;
  border-top: 0.625rem solid transparent;
  border-bottom: 0.625rem solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

body.approach #main.with-warning {
  padding-top: 100px;
}
body.approach img.hero {
  max-height: 140%;
}
body.approach section.feature h3 {
  margin-bottom: 24px;
}
body.approach section.feature .approach-feature-1 {
  position: absolute;
  width: 50vw;
  height: auto;
  left: -2vw;
  top: 0px;
  top: 50%;
  transform: translateY(-50%);
}
body.approach section.feature.approach-feature-2 img.hero {
  top: 70%;
}
body.approach section.feature .approach-feature-2 {
  position: absolute;
  width: 50vw;
  height: auto;
  left: -3vw;
  top: 0px;
  top: 50%;
  transform: translateY(-50%);
}
body.approach section.feature .approach-feature-3 {
  position: absolute;
  width: 50vw;
  height: auto;
  left: 1vw;
  top: 0px;
  top: 50%;
  transform: translateY(-50%);
}
body.approach section.icons h3 {
  font-size: 22px;
  line-height: 28px;
}
body.approach section.icons .container {
  padding: 200px 0 100px 0;
}
body.approach section.icons img.bg {
  max-width: initial;
  position: absolute;
  width: 130%;
  height: auto;
  top: -12%;
  left: -15%;
  z-index: -1;
}
body.approach section.icons .icons-wrapper p {
  margin: 0;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
}
body.approach section.icons .icons-wrapper img.icon {
  max-height: 46px;
  margin: 20px 0 8px;
}
body.approach section.fifty-process .top-row {
  padding-top: 70px;
}
body.approach section.fifty-process .top-row p {
  font-size: 17px;
  line-height: 27px;
}
body.approach section.fifty-process .bottom-row p {
  font-size: 15px;
  line-height: 25px;
}
body.approach section.quotes .container {
  padding: 200px 0 100px 0;
}
body.approach section.quotes .border-right {
  border-right: 1px dotted #2e3035;
}
body.approach section.quotes .border-right:last-of-type {
  border: none;
}
body.approach section.quotes .quotee-wrapper div.image {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-block;
  float: left;
  overflow: hidden;
}
body.approach section.quotes .quotee-wrapper div.image img {
  width: 100%;
  height: 100%;
}
body.approach section.quotes .quotee-wrapper .author {
  display: inline-block;
  float: left;
  margin-left: 0px;
}
body.approach section.quotes .quotee-wrapper p {
  color: #151F1E;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0;
  font-family: "IBM Plex Serif";
}
body.approach section.quotes .quotee-wrapper p.quotee {
  font-family: "IBM Plex Serif";
}
body.approach section.quotes .quotee-wrapper p.company span {
  font-family: "Source Sans Pro";
  font-weight: normal;
}
body.approach section.quotes p.quote.big {
  color: #151F1E;
  font-family: "IBM Plex Serif";
  font-size: 57px;
  letter-spacing: -1.48px;
  line-height: 80px;
  position: relative;
  padding-left: 130px;
  margin: 0 0 148px 0;
}
body.approach section.quotes p.quote.big:before {
  content: "";
  width: 100px;
  height: 70px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../images/svg/icon_quote.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  cursor: pointer;
  z-index: -1;
}
body.approach section.quotes p.quote.big b {
  position: relative;
  font-weight: 500;
}
body.approach section.quotes p.quote.big b:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 34px;
  background-color: #DAD2C6;
  z-index: -1;
}

.row.border-middle {
  position: relative;
}
.row.border-middle:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  width: 1px;
  height: 100%;
  border-left: 1px dotted #2e3035;
}

section.brand_growth {
  padding-top: 68px;
  padding-bottom: 68px;
  margin-top: 150px;
  position: relative;
}
section.brand_growth h1 {
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 63px;
  line-height: 73px;
  font-weight: 500;
  letter-spacing: -4.7px;
  margin: 0 0 8px 0;
}
section.brand_growth p {
  margin: 0 0 24px 0;
}

div.brand_growth_bottom {
  background-color: #EAE6DD;
  padding: 30px 0;
  margin-top: 50px;
}
div.brand_growth_bottom p {
  margin: 0;
}

div.page-down {
  position: absolute;
  left: calc(50% - 20px);
  width: 40px;
  height: 52px;
  bottom: 30px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/svg/icon_page_down.svg");
  z-index: 100000;
  animation: fading 2s infinite;
}

@keyframes fading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
body.auroraTech #main.with-warning {
  padding-top: 100px;
}
body.auroraTech div.inside {
  background-color: #f2efe9;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body.auroraTech div.inside.top-100 {
  top: 100%;
}
body.auroraTech div.inside.show {
  position: absolute;
  background-color: #f2efe9;
  top: 0px;
  left: 0px;
  z-index: 100;
  opacity: 0;
  transition: linear all 500ms;
}
body.auroraTech div.inside.show.really {
  transition: linear all 500ms;
  opacity: 1;
}
body.auroraTech div.inside.inside-1 {
  z-index: 100000;
}
body.auroraTech div.inside.inside-2 {
  display: none;
  z-index: 100020;
}
body.auroraTech div.inside.inside-3 {
  display: none;
  z-index: 100030;
}
body.auroraTech div.inside img.hero {
  max-height: 100vh;
}
body.auroraTech div.aurora-feature-2 img.hero {
  max-height: 100vh;
}
body.auroraTech div.aurora-feature-2 .left-col {
  padding-top: 140px;
}
body.auroraTech div.aurora-feature-3 .left-col {
  position: absolute;
  top: 120px;
  right: 32vw;
}
body.auroraTech .feature-3 img.hero {
  z-index: 10000;
}
body.auroraTech img.bg {
  position: absolute;
  max-width: initial !important;
  width: 160vw;
  height: auto;
  left: 20vw;
  top: 50%;
  transform: translateY(-60%);
}
body.auroraTech section.feature {
  overflow: hidden;
}
body.auroraTech section.feature.show {
  position: absolute;
  background-color: #f2efe9;
  top: 0px;
  left: 0px;
  z-index: 100;
  opacity: 0;
  transition: linear all 500ms;
}
body.auroraTech section.feature.show.really {
  transition: linear all 500ms;
  opacity: 1;
}
body.auroraTech section.feature.feature-2 h1 {
  color: #151F1E;
  font-family: "IBM Plex Serif";
  font-size: 77px;
  letter-spacing: -2px;
  line-height: 100px;
  padding-top: 140px;
  padding-right: 100px;
}
body.auroraTech section.feature.feature-2 h1 b:before {
  height: 50%;
}

.social-carousel-section {
  margin: 156px 0 220px;
}
.social-carousel-section svg.svg-line {
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
}
.social-carousel-section svg.svg-line.svg-line {
  overflow: visible;
  pointer-events: none;
}
.social-carousel-section svg.svg-line path {
  fill: none !important;
  stroke: #35373d !important;
  stroke-miterlimit: 10 !important;
  stroke-width: 3px !important;
  stroke-linecap: round;
}
.social-carousel-section .line {
  position: absolute;
  width: 100vw;
  height: auto;
  max-height: 500px;
}
.social-carousel-section rectangle {
  display: none;
}

.section.climate-positive-business h1 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 43px;
  line-height: 53px;
  letter-spacing: -1px;
  color: #35373D;
  margin-bottom: 30px;
}
.social-carousel {
  position: initial;
}
.social-carousel .social-carousel-content-wrapper {
  margin: 0 32px;
  overflow: hidden;
}
.social-carousel .social-carousel-content-wrapper iframe {
  top: -54px;
  position: relative;
}
.social-carousel .social-carousel-content-wrapper img {
  width: 260px;
}
.social-carousel .social-carousel-content-wrapper.slick-slide.slick-current.slick-active.slick-center iframe {
  left: 0;
}
.social-carousel .slick-slide {
  transform: scale(0.9);
  transition: all 0.5s linear;
}
.social-carousel .slick-center {
  transform: scale(1.3);
  transition: all 0.5s linear;
}
.social-carousel .slick-active:nth-of-type(2), .social-carousel .slick-active:nth-of-type(4), .social-carousel .slick-active:nth-child(2), .social-carousel .slick-active:nth-child(4) {
  transform: scale(2.1) !important;
}
.social-carousel .slick-list {
  overflow: visible;
}
.social-carousel .slick-prev, .social-carousel .slick-next {
  z-index: 300;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  padding: 0;
  top: calc(100% + 24px);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  left: initial;
}
.social-carousel .slick-prev:before, .social-carousel .slick-next:before {
  content: "";
}
.social-carousel .slick-prev {
  right: 46px;
  background-image: url("../images/svg/arrow_left.svg") !important;
}
.social-carousel .slick-next {
  right: 0;
  background-image: url("../images/svg/arrow_right.svg") !important;
}
.social-carousel .slick-next:hover, .social-carousel .slick-next:active {
  text-decoration: none;
}

.slick-disabled {
  opacity: 0.3;
  transform: all linear 250ms;
}

.most-read-carousel-section {
  margin: 56px 0 48px 0;
  padding: 16px 0 32px;
  background-color: #E3DFD6;
}
.most-read-carousel-section h6 {
  font-family: "IBM Plex Serif";
  font-style: italic;
  font-weight: 600;
  font-size: 39px;
  line-height: 39px;
  letter-spacing: -1px;
  color: #35373D;
  position: relative;
  margin-bottom: 32px;
}
.most-read-carousel-section h6:after {
  top: calc(100% + 16px);
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #35373D;
  content: "";
  position: absolute;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.people-carousel-section {
  margin: 156px 0;
}

.people-carousel {
  position: initial;
}
.people-carousel .people-image-wrapper {
  max-height: 350px;
  height: 350px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.people-carousel .slick-list {
  overflow: visible;
}
.people-carousel .slick-prev, .people-carousel .slick-next {
  z-index: 300;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  padding: 0;
  bottom: 100px;
  top: 18px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  left: initial;
}
.people-carousel .slick-prev:before, .people-carousel .slick-next:before {
  content: "";
}
.people-carousel .slick-prev {
  right: 46px;
  background-image: url("../images/svg/arrow_left.svg") !important;
}
.people-carousel .slick-next {
  right: 0;
  background-image: url("../images/svg/arrow_right.svg") !important;
}
.people-carousel .slick-next:hover, .people-carousel .slick-next:active {
  text-decoration: none;
}
.people-carousel h4 {
  font-weight: 700 !important;
  font-size: 21px !important;
  line-height: 21px !important;
  letter-spacing: -0.5px !important;
  text-transform: uppercase;
  color: #35373D !important;
  margin: 8px 0 16px;
}
.people-carousel h5 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3EB4A7;
  margin: 16px 0 8px 0;
}

.our-values-carousel-sm img {
  width: 100vw;
}

.our-values-carousel-gsap {
  width: 500%;
  display: flex !important;
  flex-wrap: nowrap;
  overflow-x: hidden;
  overflow-y: scroll;
}
.our-values-carousel-gsap .slide {
  width: var(--windowWidth);
  height: var(--windowHeight);
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.our-values-carousel-gsap .slide path.line {
  fill: none !important;
  stroke: #35373d !important;
  stroke-miterlimit: 10 !important;
  stroke-width: 3px !important;
  stroke-linecap: round;
}
.our-values-carousel-gsap img.line {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--windowWidth) * 4);
  height: var(--windowHeight);
}
.our-values-carousel-gsap #h-trigger-1 {
  position: absolute;
  left: 300px;
  top: 100px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: red;
}

.our-values-carousel .slick-track {
  background-size: calc(var(--windowWidth) * 4) auto;
  background-position: left center;
  background-repeat: no-repeat;
}
.our-values-carousel .slide {
  min-height: var(--windowHeight);
  position: relative;
  overflow: hidden;
}
.our-values-carousel .slide .ani_container {
  width: 100vw !important;
  height: 100vh !important;
  position: absolute;
  top: 0;
  left: 0;
}
.our-values-carousel .slide svg {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--windowWidth);
  height: var(--windowHeight);
  width: 100%;
  height: 100%;
}
.our-values-carousel .slide svg.svg-line {
  display: none;
}
.our-values-carousel .slide svg.svg-line path {
  fill: none !important;
  stroke: #35373d !important;
  stroke-miterlimit: 10 !important;
  stroke-width: 3px !important;
  stroke-linecap: round;
}
.our-values-carousel .slide .blob {
  position: absolute;
  width: var(--windowWidth);
  height: auto;
}
.our-values-carousel .slide .blob-sm {
  display: none;
  width: 100vw;
  margin: 32px 0;
}
.our-values-carousel .slide.slide-1 .blob {
  height: 100vh;
  width: auto;
  top: 0px;
  left: 0px;
}
.our-values-carousel .slide.slide-1 img.line {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--windowWidth) * 4);
  height: var(--windowHeight);
}
.our-values-carousel .slide.slide-2 img.line {
  position: absolute;
  top: 0;
  left: calc(var(--windowWidth) * -1);
  width: calc(var(--windowWidth) * 4);
  height: var(--windowHeight);
}
.our-values-carousel .slide.slide-3 img.line {
  position: absolute;
  top: 0;
  left: calc(var(--windowWidth) * -2);
  width: calc(var(--windowWidth) * 4);
  height: var(--windowHeight);
}
.our-values-carousel .slide.slide-4 #ani-svg-container-04 svg {
  left: 0%;
}
.our-values-carousel .slide.slide-4 img.line {
  position: absolute;
  top: 0;
  left: calc(var(--windowWidth) * -3);
  width: calc(var(--windowWidth) * 4);
  height: var(--windowHeight);
}
.our-values-carousel .slide .container {
  min-height: 100vh;
}
.our-values-carousel .slide .value-text {
  position: absolute;
  top: 0px;
  left: 0px;
}
.our-values-carousel .slide h4 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 900;
  font-size: 43px;
  line-height: 49px;
  letter-spacing: -1px;
  color: #151F1E;
}
.our-values-carousel .slide h2 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 47px;
  line-height: 57px;
  letter-spacing: -1px;
  color: #151F1E;
}
.our-values-carousel .slide h1 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 107px;
  line-height: 107px;
  letter-spacing: -5px;
  color: #162221;
}
.our-values-carousel .slick-prev, .our-values-carousel .slick-next {
  z-index: 300;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  padding: 0;
  bottom: 100px;
  top: initial;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.our-values-carousel .slick-prev:before, .our-values-carousel .slick-next:before {
  content: "";
}
.our-values-carousel .slick-prev {
  left: 45%;
  background-image: url("../images/svg/arrow_left.svg") !important;
}
.our-values-carousel .slick-next {
  left: calc(45% + 40px) !important;
  background-image: url("../images/svg/arrow_right.svg") !important;
}
.our-values-carousel .slick-next:hover, .our-values-carousel .slick-next:active {
  text-decoration: none;
}

.px-15 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.client-carousel {
  position: relative;
  cursor: grab;
  z-index: 100;
}
.client-carousel img.bg-clients {
  position: absolute;
  max-width: initial !important;
  width: 150%;
  height: auto;
  left: -25%;
  top: -10%;
  z-index: -1;
}
.client-carousel .container {
  padding-top: 120px;
  padding-bottom: 70px;
}
.client-carousel .client-carousel-outer-wrapper {
  height: auto;
  z-index: 200;
}
.client-carousel .slick-prev, .client-carousel .slick-next {
  z-index: 300;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  padding: 0;
  top: 20px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.client-carousel .slick-prev:before, .client-carousel .slick-next:before {
  content: "";
}
.client-carousel .slick-prev {
  left: 45%;
  background-image: url("../images/svg/arrow_left.svg") !important;
}
.client-carousel .slick-next {
  left: calc(45% + 40px) !important;
  background-image: url("../images/svg/arrow_right.svg") !important;
}
.client-carousel .slick-next:hover, .client-carousel .slick-next:active {
  text-decoration: none;
}
.client-carousel .slick-list {
  overflow: visible;
}
.client-carousel .slick-dots {
  top: -3.5rem;
  bottom: auto;
  font-size: 1rem;
  color: rgba(141, 171, 202, 0.4);
  opacity: 1;
}
.client-carousel .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #8DABCA;
}
.client-carousel .slide .slide-content-wrapper {
  display: flex;
}
.client-carousel .slide .client-image-wrapper {
  align-self: center;
  width: calc(85% - 30px);
  margin-left: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.client-carousel .slide .client-image-wrapper img {
  width: 100%;
  height: 100%;
}
.client-carousel .slide .client-logo-wrapper {
  position: absolute;
  right: 0px;
  bottom: 100px;
  width: 195px;
  height: 195px;
  border-radius: 50%;
  background-color: #DAD2C6;
  display: flex;
  align-items: center;
  text-align: center;
}
.client-carousel .slide .client-logo-wrapper img {
  max-width: 90%;
  max-height: 90%;
  margin: 0 auto;
}
.client-carousel .slide .client-data-wrapper {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #ECE8E1;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 10px;
}
.client-carousel .slide .client-data-wrapper.client-data-wrapper-1 {
  left: 0px;
  top: 100px;
}
.client-carousel .slide .client-data-wrapper.client-data-wrapper-2 {
  left: 100px;
  bottom: 50px;
}
.client-carousel .slide .client-data-wrapper h3 {
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 44px;
  margin: 0;
  text-align: center;
}
.client-carousel .slide .client-data-wrapper p {
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.client-carousel h2 {
  font-weight: 700;
}
.client-carousel h3 {
  text-align: left;
  font-weight: 600;
  margin: 1rem 0;
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 35px;
}
.client-carousel p {
  margin: 0 0 16px 0;
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 17px;
  letter-spacing: 0;
  line-height: 27px;
  font-weight: 300;
}

.tech-carousel {
  padding-top: 130px;
}
.tech-carousel img.hero {
  top: 60% !important;
}
.tech-carousel p.tech-top {
  width: 50%;
  min-height: 87px;
}
.tech-carousel img.img {
  margin: 60px auto 36px;
}
.tech-carousel div.images h3 {
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 37px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 46px;
  text-align: center;
}
.tech-carousel div.images p {
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 25px;
  letter-spacing: -1.57px;
  line-height: 35px;
  text-align: center;
}
.tech-carousel .slick-prev, .tech-carousel .slick-next {
  z-index: 300;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  padding: 0;
  top: 170px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-color: #f2efe9;
}
.tech-carousel .slick-prev:before, .tech-carousel .slick-next:before {
  content: "";
}
.tech-carousel .slick-prev {
  right: calc(50% + 4px);
  left: initial !important;
  background-image: url("../images/svg/arrow_left.svg") !important;
  opacity: 0.5;
}
.tech-carousel .slick-next {
  left: calc(50% + 4px) !important;
  background-image: url("../images/svg/arrow_right.svg") !important;
}
.tech-carousel .slick-next:hover, .tech-carousel .slick-next:active {
  text-decoration: none;
}
.tech-carousel .slick-list {
  overflow: visible;
}
.tech-carousel .slick-dots {
  top: -3.5rem;
  bottom: auto;
  font-size: 1rem;
  color: rgba(141, 171, 202, 0.4);
  opacity: 1;
}
.tech-carousel .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #8DABCA;
}

section.platform_1 {
  padding: 100px 0 0 0;
}
section.platform_1 h1 {
  color: #151F1E;
  font-family: "Source Sans Pro";
  font-size: 43px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 49px;
  margin: 0;
  padding-top: 110px;
}
section.platform_1 h2 {
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 35px;
  margin: 24px 0;
}
section.platform_1 p {
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 17px;
  letter-spacing: 0;
  line-height: 27px;
  margin: 0 0 48px 0;
}

section.platform_1_bottom {
  margin-bottom: 70px;
  z-index: 10000;
  position: relative;
}
section.platform_1_bottom .left-col {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.platform_1_bottom .bg-1 {
  background-color: #D8D2C6;
}
section.platform_1_bottom .bg-2 {
  background-color: #E3DFD6;
}
section.platform_1_bottom h1 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 43px;
  line-height: 49px;
  letter-spacing: -3.43284px;
  color: #35373D;
}
section.platform_1_bottom h1 b {
  font-weight: 900;
}
section.platform_1_bottom img.hero {
  top: 90px !important;
  z-index: 0 !important;
  transform: translateX(-50%) !important;
  position: absolute;
  z-index: 10 !important;
  position: absolute;
  width: 3200px;
}
.slick-prev.faded, .slick-next.faded {
  opacity: 0.5;
}

.blog-carousel {
  position: relative;
  cursor: grab;
  z-index: 100;
}
.blog-carousel .blog-carousel-outer-wrapper {
  width: 100%;
  min-height: 650px;
  z-index: 200;
}
.blog-carousel .slick-prev, .blog-carousel .slick-next {
  z-index: 300;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  padding: 0;
  bottom: 22px;
  top: initial;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.blog-carousel .slick-prev:before, .blog-carousel .slick-next:before {
  content: "";
}
.blog-carousel .slick-prev {
  left: calc(66.66667% + 24px);
  background-image: url("../images/svg/arrow_left.svg") !important;
}
.blog-carousel .slick-next {
  left: calc(66.66667% + 62px) !important;
  background-image: url("../images/svg/arrow_right.svg") !important;
}
.blog-carousel .slick-next:hover, .blog-carousel .slick-next:active {
  text-decoration: none;
}
.blog-carousel .slide .image-wrapper {
  width: 100%;
  height: 650px;
  background-size: cover;
  background-position: center;
  margin-bottom: 100px;
}
.blog-carousel .slide .teaser-wrapper {
  position: absolute;
  left: 8.33333%;
  bottom: 0px;
  width: 58.33333%;
  background-color: #E6E1D8;
  padding: 32px 68px;
}
.blog-carousel .slide h3 {
  text-align: left;
  font-weight: 400;
  margin: 1rem 0;
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 38px;
}
.blog-carousel .slide p {
  margin: 0;
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 25px;
  text-align: left;
}
.blog-carousel .slide ul.blog-post-categories {
  margin: 0 !important;
}

body.brandGrowth #main.with-warning {
  padding-top: 100px;
}
body.brandGrowth section.hero h1 {
  margin: 0;
}
body.brandGrowth section.hero img.hero-bg {
  height: 100vh !important;
  width: initial !important;
}
body.brandGrowth section.feature-2 div.list {
  margin-left: 30px;
  text-align: left;
}
body.brandGrowth section.feature-1 .text-wrapper {
  margin-top: 180px;
}
body.brandGrowth section.feature-1 img.hero,
body.brandGrowth section.feature-2 img.hero,
body.brandGrowth section.feature-3 img.hero,
body.brandGrowth section.feature-4 img.hero,
body.brandGrowth section.feature-5 img.hero,
body.brandGrowth section.feature-6 img.hero {
  max-height: 100vh !important;
}
body.brandGrowth section.client-carousel {
  z-index: 100;
}
body.brandGrowth section.feature-1 {
  background-repeat: no-repeat;
  background-size: 100vw auto;
  background-position: 0px 0px;
}
body.brandGrowth section.feature-1 img.feature-1 {
  position: absolute;
  height: 200%;
  left: 0px;
  top: 0%;
  z-index: -1;
}
body.brandGrowth section.feature-1 h1 {
  font-family: "IBM Plex Serif";
  font-size: 63px;
  font-weight: 500;
  letter-spacing: -4.7px;
  line-height: 73px;
  margin: 0 0 32px 0;
}
body.brandGrowth section.feature-2 h3 {
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 33px;
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 33px;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  transition: 300ms linear all;
  margin: 0 0 12px 0;
}
body.brandGrowth section.feature-2 h3.active {
  transition: 300ms linear all;
}
body.brandGrowth section.feature-2 h3.active:before {
  transform: rotate(90deg);
  transition: 300ms linear all;
}
body.brandGrowth section.feature-2 h3:before {
  transition: liner all 250ms;
  content: "";
  position: absolute;
  left: 0px;
  top: 2px;
  width: 30px;
  height: 30px;
  background-image: url("../images/svg/icon_accordion.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
body.brandGrowth section.feature-2 h3:nth-of-type(1):before {
  filter: invert(64%) sepia(21%) saturate(5097%) hue-rotate(177deg) brightness(97%) contrast(102%);
}
body.brandGrowth section.feature-2 h3:nth-of-type(2):before {
  filter: invert(57%) sepia(59%) saturate(476%) hue-rotate(124deg) brightness(92%) contrast(93%);
}
body.brandGrowth section.feature-2 h3:nth-of-type(3):before {
  filter: invert(81%) sepia(23%) saturate(1221%) hue-rotate(338deg) brightness(96%) contrast(111%);
}
body.brandGrowth section.feature-2 h3:nth-of-type(4):before {
  filter: invert(42%) sepia(31%) saturate(1120%) hue-rotate(271deg) brightness(84%) contrast(88%);
}
body.brandGrowth section.feature-2 h3:nth-of-type(5):before {
  filter: invert(64%) sepia(9%) saturate(7397%) hue-rotate(314deg) brightness(90%) contrast(91%);
}
body.brandGrowth section.feature-2 h3 + p {
  display: none;
  margin-left: 40px;
}
body.brandGrowth section.feature-2 h3.active + p {
  display: block;
}
body.brandGrowth section.feature-3 {
  background-repeat: no-repeat;
  background-size: 100vw auto;
  background-position: 0px 0px;
}
body.brandGrowth section.feature-3 .text-wrapper {
  margin-top: 140px;
}
body.brandGrowth section.feature-3 img.feature-3 {
  position: absolute;
  height: 200%;
  right: 0px;
  top: -50%;
  z-index: -1;
  width: 200%;
}
body.brandGrowth div.feature-4 img.feature-4 {
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0%;
  z-index: -1;
}
body.brandGrowth div.feature-5 {
  padding-top: 140px;
  height: 100vh;
}
body.brandGrowth div.feature-5 h2, body.brandGrowth div.feature-5 p {
  text-align: center;
}
body.brandGrowth div.feature-5 img.feature-5 {
  position: absolute;
  height: 133vh;
  left: 50%;
  transform: translateX(-50%);
  top: 0%;
  z-index: -1;
}
body.brandGrowth div.feature-6 {
  height: 100vh;
}
body.brandGrowth div.feature-6 img.feature-6 {
  position: absolute;
  height: 100vh;
  right: 0%;
  top: 10%;
  z-index: 1000;
}
body.brandGrowth div.feature-6 img.feature-bottom {
  position: absolute;
  width: 100vw;
  height: 24px;
  bottom: 0%;
  z-index: 1010;
}
body.brandGrowth div.feature-6 h3 {
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -2.2px;
  line-height: 40px;
}
body.brandGrowth div.inside {
  background-color: #f2efe9;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body.brandGrowth div.inside.top-100 {
  top: 100%;
}
body.brandGrowth div.inside.show {
  position: absolute;
  background-color: #f2efe9;
  top: 0px;
  left: 0px;
  z-index: 100;
  opacity: 0;
  transition: linear all 500ms;
}
body.brandGrowth div.inside.show.really {
  transition: linear all 500ms;
  opacity: 1;
}
body.brandGrowth div.inside.inside-1 {
  z-index: 100000;
}
body.brandGrowth div.inside.inside-2 {
  display: none;
  z-index: 100020;
}
body.brandGrowth div.inside.inside-3 {
  display: none;
  z-index: 100030;
}
body.brandGrowth div.inside img.hero {
  max-height: 100vh;
}
body.brandGrowth div.aurora-feature-2 img.hero {
  max-height: 100vh;
}
body.brandGrowth div.aurora-feature-2 .left-col {
  padding-top: 140px;
}
body.brandGrowth div.aurora-feature-3 .left-col {
  position: absolute;
  top: 120px;
  right: 32vw;
}

section.blurb {
  padding: 200px 0 100px;
}
section.blurb h1 {
  font-size: 100px;
  line-height: 100px;
}
section.blurb h1, section.blurb h2, section.blurb h3, section.blurb h4 {
  text-align: left;
  font-weight: 600 !important;
  color: #151F1E;
}
section.blurb h1 strong, section.blurb h2 strong, section.blurb h3 strong, section.blurb h4 strong {
  font-weight: 600;
}
section.blurb h2 {
  margin: 32px 0 16px !important;
  font-size: 37px !important;
  line-height: 43px !important;
  letter-spacing: -1px;
}
section.blurb h3 {
  margin: 16px 0 8px !important;
  font-size: 27px !important;
  letter-spacing: -0.73px;
  line-height: 37px !important;
}
section.blurb h4 {
  margin: 16px 0 8px !important;
  font-size: 25px !important;
  letter-spacing: 0px;
  line-height: 35px !important;
}
section.blurb p, section.blurb ul, section.blurb li {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 2rem;
}
section.blurb ul {
  margin-left: 20px;
  list-style: disc;
}
section.blurb ul li {
  list-style: disc;
}
section.blurb a {
  font-weight: 500;
}
section.blurb img.bg-blurb {
  width: 200%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  max-width: initial;
  z-index: -1;
}
section.blurb a {
  color: #2E3035 !important;
  text-decoration: underline;
}
section.blurb a:hover, section.blurb a:active {
  color: inherit;
}
section.blurb a.button {
  text-decoration: none;
}
section.blurb a.button:hover {
  color: #ffffff !important;
  text-decoration: none;
}

.ani_container svg {
  opacity: 0;
  transition: opacity linear 450ms;
}

.line_container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.line_container svg {
  width: 100%;
  height: 100%;
}

body.company #block-01 svg, body.company #block-02 svg, body.company #block-03 svg {
  position: absolute;
  left: -15%;
  top: 0;
  width: 120%;
  height: 100%;
}
body.company #block-01 svg.svg-line, body.company #block-02 svg.svg-line, body.company #block-03 svg.svg-line {
  overflow: visible;
  pointer-events: none;
}
body.company #block-01 svg.svg-line circle, body.company #block-02 svg.svg-line circle, body.company #block-03 svg.svg-line circle {
  fill: #5fbdfb !important;
  stroke: none !important;
}
body.company #block-01 svg path#l-01,
body.company #block-01 svg path#l-02,
body.company #block-01 svg path#l-03, body.company #block-02 svg path#l-01,
body.company #block-02 svg path#l-02,
body.company #block-02 svg path#l-03, body.company #block-03 svg path#l-01,
body.company #block-03 svg path#l-02,
body.company #block-03 svg path#l-03 {
  fill: none !important;
  stroke: #35373d !important;
  stroke-miterlimit: 10 !important;
  stroke-width: 3px !important;
  stroke-linecap: round;
}
body.company #circles_container {
  position: absolute;
  width: var(--windowWidth);
  height: var(--windowHeight);
  top: 0;
  left: 0;
}
body.company #circles_container svg {
  display: initial !important;
  left: 0 !important;
  width: 100% !important;
}
body.company #circles_container svg circle {
  transform-origin: center center !important;
  z-index: -1;
  transition: r linear 150ms;
}
body.company #circles_container svg circle.float-y {
  animation: float-y 10s ease-in-out infinite;
}
body.company #circles_container svg circle.float-x {
  animation: float-x 10s ease-in-out infinite;
}
body.company .ani-spacer {
  height: 0px !important;
}
body.company #line {
  position: absolute;
  width: 110% !important;
  height: auto !important;
  left: -5%;
  top: 0;
}
body.company p {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #35373D;
}
body.company h2 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -1px;
  color: #35373D;
}
body.company a {
  font-weight: 600;
  color: inherit;
}
body.company a:hover {
  text-decoration: underline;
}
body.company section.leadership {
  margin: 0 0 150px 0;
  padding: 0;
}
body.company section.leadership .container-sm {
  padding: 0;
}
body.company section.leadership .tab-content h3 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  color: #EDEBE6;
  margin: 0;
}
body.company section.leadership .tab-content p {
  margin: 0;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #EDEBE6;
}
body.company section.leadership .tab-content a.arrow-right {
  color: #EDEBE6;
}
body.company section.leadership .tab-content a.arrow-right:before {
  background-image: url("/assets/site_images/arrow_right_link_bg.svg");
}
body.company section.leadership .tab-content a.arrow-right:after {
  border-color: #EDEBE6;
}
body.company section.leadership .tab-content .box {
  position: relative;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.company section.leadership .tab-content .box:hover div.hover, body.company section.leadership .tab-content .box:hover .data {
  opacity: 1 !important;
}
body.company section.leadership .tab-content .box.award h3 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 28px;
  text-align: center;
  color: #35373D;
  margin-bottom: 8px;
}
body.company section.leadership .tab-content .box.award p {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #162221;
  margin: 0;
}
body.company section.leadership .tab-content .box.award img.award {
  max-width: 68px;
  margin-bottom: 16px;
}
body.company section.leadership .tab-content .box.award-green, body.company section.leadership .tab-content .box.award-0, body.company section.leadership .tab-content .box.award-5, body.company section.leadership .tab-content .box.award-10 {
  background-color: #3EB4A7;
}
body.company section.leadership .tab-content .box.award-green img.award, body.company section.leadership .tab-content .box.award-0 img.award, body.company section.leadership .tab-content .box.award-5 img.award, body.company section.leadership .tab-content .box.award-10 img.award {
  filter: invert(50%) sepia(61%) saturate(464%) hue-rotate(121deg) brightness(91%) contrast(88%);
}
body.company section.leadership .tab-content .box.award-yellow, body.company section.leadership .tab-content .box.award-1, body.company section.leadership .tab-content .box.award-6, body.company section.leadership .tab-content .box.award-11 {
  background-color: #F5BF42;
}
body.company section.leadership .tab-content .box.award-yellow img.award, body.company section.leadership .tab-content .box.award-1 img.award, body.company section.leadership .tab-content .box.award-6 img.award, body.company section.leadership .tab-content .box.award-11 img.award {
  filter: invert(74%) sepia(71%) saturate(1858%) hue-rotate(349deg) brightness(98%) contrast(95%);
}
body.company section.leadership .tab-content .box.award-blue, body.company section.leadership .tab-content .box.award-2, body.company section.leadership .tab-content .box.award-7, body.company section.leadership .tab-content .box.award-12 {
  background-color: #53ADFF;
}
body.company section.leadership .tab-content .box.award-blue img.award, body.company section.leadership .tab-content .box.award-2 img.award, body.company section.leadership .tab-content .box.award-7 img.award, body.company section.leadership .tab-content .box.award-12 img.award {
  filter: invert(48%) sepia(67%) saturate(562%) hue-rotate(175deg) brightness(98%) contrast(98%);
}
body.company section.leadership .tab-content .box.award-red, body.company section.leadership .tab-content .box.award-3, body.company section.leadership .tab-content .box.award-8, body.company section.leadership .tab-content .box.award-13 {
  background-color: #D77676;
}
body.company section.leadership .tab-content .box.award-red img.award, body.company section.leadership .tab-content .box.award-3 img.award, body.company section.leadership .tab-content .box.award-8 img.award, body.company section.leadership .tab-content .box.award-13 img.award {
  filter: invert(44%) sepia(4%) saturate(6398%) hue-rotate(314deg) brightness(100%) contrast(113%);
}
body.company section.leadership .tab-content .box.award-purple, body.company section.leadership .tab-content .box.award-4, body.company section.leadership .tab-content .box.award-9, body.company section.leadership .tab-content .box.award-14 {
  background-color: #B45692;
}
body.company section.leadership .tab-content .box.award-purple img.award, body.company section.leadership .tab-content .box.award-4 img.award, body.company section.leadership .tab-content .box.award-9 img.award, body.company section.leadership .tab-content .box.award-14 img.award {
  filter: invert(29%) sepia(100%) saturate(515%) hue-rotate(272deg) brightness(86%) contrast(91%);
}
body.company section.leadership .tab-content .box .data {
  opacity: 0;
  transition: linear opacity 300ms;
}
body.company section.leadership .tab-content .box img {
  pointer-events: none;
}
body.company section.leadership .tab-content .box div.img-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
body.company section.leadership .tab-content .box div.img-wrapper.hover {
  z-index: -1;
  opacity: 0;
  transition: linear opacity 300ms;
}
body.company section.leadership ul.nav {
  flex-wrap: nowrap;
  overflow-x: scroll;
  position: relative;
  margin-top: 150px !important;
}
body.company section.leadership ul.nav:after {
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0px;
  height: 1px;
  background-color: #35373D;
  content: "";
}
body.company section.leadership ul.nav::-webkit-scrollbar {
  width: 0;
  height: 0;
  scrollbar-width: none;
  scrollbar-height: none;
  -ms-overflow-style: none;
}
body.company section.leadership ul.nav button.nav-link {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #35373D;
  background-color: transparent;
  white-space: nowrap;
  border-radius: 0;
  height: 48px;
}
body.company section.leadership ul.nav button.nav-link:active, body.company section.leadership ul.nav button.nav-link.active {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #EDEBE6;
  background-color: #35373D;
}
body.company section.hero {
  min-height: 100vh;
}
body.company section.hero h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 61px;
  line-height: 71px;
  letter-spacing: -3px;
  color: #162221;
  margin-top: 0px !important;
}
body.company section.hero .company-hero-content {
  min-height: 100vh;
  display: flex;
}
body.company section.human h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 107px;
  line-height: 107px;
  letter-spacing: -5px;
  color: #162221;
  margin: 420px 0 40px;
}
body.company section.human .row.feature {
  margin-top: 74px;
}
body.company section.human .row.feature .col p {
  letter-spacing: -0.3px;
}
body.company .investment-body {
  padding-top: 70px;
}
body.company .investment-body h3 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 43px;
  line-height: 53px;
  letter-spacing: -1px;
  color: #35373D;
  margin-bottom: 30px;
}
body.company .investment-body img {
  position: relative;
  left: -30px;
  top: -20px;
}
body.company .investment-container {
  margin-bottom: -200px;
}
body.company .row.numbers {
  transform: translateY(-220px);
}
body.company .row.numbers h2 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #151F1E;
  position: relative;
  padding-bottom: 10px;
}
body.company .row.numbers h2:after {
  position: absolute;
  width: 90%;
  height: 4px;
  background-color: #151F1E;
  bottom: 0px;
  left: 0px;
  content: "";
}
body.company .row.numbers p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #151F1E;
}
body.company section.investment .investment-gallery {
  margin: 0;
  display: flex !important;
}

.cycler {
  position: relative;
}
.cycler img {
  z-index: 1;
}
.cycler img.active {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

body.careers-new {
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}
body.careers-new .jobs2 p:last-of-type {
  margin: 0;
}
body.careers-new .jobs-image-wrapper {
  min-height: 270px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
body.careers-new .jobs-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.careers-new a {
  font-weight: 600;
  color: inherit;
}
body.careers-new a:hover {
  text-decoration: underline;
}
body.careers-new section .bg {
  background-color: #E3DFD6 !important;
}
body.careers-new .teamtailor-jobs__job {
  width: 100%;
  margin: 16px 0 0;
}
body.careers-new .teamtailor-jobs__job:first-child {
  margin: 0;
}
body.careers-new .teamtailor-jobs__job-wrapper {
  margin: 0;
}
body.careers-new .teamtailor-jobs__job-title {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  letter-spacing: -0.3px;
  color: #35373D;
}
body.careers-new .teamtailor-jobs__job-info {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #35373D;
}
body.careers-new section p, body.careers-new section li {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #35373D;
}
body.careers-new section h3 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 43px;
  line-height: 53px;
  letter-spacing: -1px;
  color: #35373D;
  margin-bottom: 40px;
}
body.careers-new section h4 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
  letter-spacing: -0.3px;
  color: #35373D;
}
body.careers-new .at-fifty {
  margin-bottom: 65px;
}
body.careers-new .work-life {
  margin-bottom: 89px;
}
body.careers-new .work-life li,
body.careers-new .at-fifty li {
  position: relative;
  padding-left: 16px;
}
body.careers-new .work-life li:before,
body.careers-new .at-fifty li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #35373D;
}
body.careers-new .careers-text h3 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: -0.3px;
  color: #35373D;
  margin-bottom: 8px;
  margin-top: 16px;
}
body.careers-new .careers-text h3:first-of-type {
  margin-top: 0;
}
body.careers-new .section-first {
  height: 746px;
  position: relative;
  background-color: #E3DFD6;
}
body.careers-new .section-first .join-fifty {
  position: absolute;
  top: calc(100% - 72.5px);
  width: 145px;
  height: 145px;
  right: 0px;
  z-index: 10;
}
body.careers-new .section-first .container {
  height: 100%;
}
body.careers-new .section-first h1 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 107px;
  line-height: 107px;
  letter-spacing: -5px;
  color: #162221;
  position: absolute;
  bottom: 0px;
  left: 8.33333%;
  background: #D8D2C6;
  padding: 20px 30px;
  margin: 0;
}
body.careers-new .section-first img.hero {
  padding-top: 120px;
  height: 746px;
  width: auto;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  max-width: initial;
  z-index: 0;
  pointer-events: none;
}
body.careers-new .section-first p:nth-of-type(2) {
  -moz-column-break-after: always;
       break-after: always;
}
body.careers-new a.scroll-to {
  position: relative;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #2E3035;
}
body.careers-new a.scroll-to:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  width: 100%;
  height: 40px;
  background-image: url("../images/site/icon_arrow_down.svg");
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}

body.careers #main.with-warning {
  transform: translateY(100px);
}
body.careers ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}
body.careers ul li {
  margin: 0;
}
body.careers ul li:last-child {
  margin-bottom: 0;
}
body.careers .benefits li {
  margin-left: 16px;
}
body.careers .benefits li:last-child {
  margin-bottom: 16px;
}
body.careers section.hero img.bg {
  position: absolute;
  max-width: initial !important;
  width: 150%;
  height: auto;
  left: -25%;
  top: -70%;
  z-index: -2;
}
body.careers section.hero img.hero {
  position: absolute;
  height: auto;
  right: -8vw;
  top: 120px;
  border-radius: 50%;
  z-index: -1;
  max-width: 55vh !important;
  max-height: 55vh;
  width: 45%;
  left: initial !important;
  transform: none !important;
}
body.careers section.hero .double-column {
  margin-top: 170px;
}
body.careers section.hero .double-column p {
  font-size: 17px;
  line-height: 27px;
}
body.careers section.hero .double-column p:first-of-type {
  font-weight: 500;
}
body.careers .double-column {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 68px;
       column-gap: 68px;
}
body.careers section.fifty-mission h2 {
  margin-bottom: 24px;
}
body.careers section.fifty-mission img.fifty-mission-image {
  margin: 100px 0;
}
body.careers section.fifty-mission .double-column p {
  font-size: 17px;
  line-height: 27px;
}
body.careers section.fifty-mission .double-column h3:nth-of-type(3) {
  -moz-column-break-before: always;
       break-before: always;
}
body.careers section.fifty-mission img.mission-bg {
  position: absolute;
  max-width: initial !important;
  width: 100%;
  height: auto;
  left: -65%;
  bottom: 0%;
  z-index: -2;
  top: 50%;
  transform: translateY(-65%);
}
body.careers section.fifty-mission .mission-left p {
  font-weight: 500;
}
body.careers section.fifty-team p.intro {
  font-size: 17px;
  letter-spacing: 0;
  line-height: 27px;
}
body.careers section.fifty-team p {
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 21px;
  letter-spacing: 0;
  line-height: 31px;
}
body.careers section.fifty-team h2 {
  margin-top: 40px;
}
body.careers section.fifty-team img {
  margin-top: 50px;
}

.form-group.honeypot {
  display: none !important;
}

body.contactUs #main.with-warning {
  transform: translateY(100px);
}
body.contactUs section.hero {
  overflow: hidden;
  height: 100vh;
}
body.contactUs section.hero img.map {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 140vh;
  height: calc(var(--vh, 1vh) * 140);
  max-width: initial;
  transition-property: left, top;
  transition-duration: 1s, 1s;
  transition-delay: 0, 1s;
}
body.contactUs section.hero img.map.with-warning {
  transform: translateY(-100px);
}
body.contactUs section.hero img.map[city=London] {
  top: -22.53%;
  left: -45.56%;
}
body.contactUs section.hero img.map[city="New York"] {
  top: -33.53%;
  left: -11.06%;
}
body.contactUs section.hero img.map[city=Atlanta] {
  top: -39.53%;
  left: -5.06%;
}
body.contactUs section.hero img.map[city=Chicago] {
  top: -33.53%;
  left: -3.06%;
}
body.contactUs section.hero img.map[city=Montreal] {
  top: -28.53;
  left: -9.6%;
}
body.contactUs section.hero img.map[city=Beijing] {
  top: -36.5%;
  left: -98.5%;
}
body.contactUs section.hero img.map[city=Sydney] {
  top: -94.5%;
  left: -115.5%;
}
body.contactUs section.hero .map-line {
  position: absolute;
  top: 200px;
  left: 0px;
  height: 1px;
  width: 100%;
  background-color: #2E3035;
}
body.contactUs section.hero .map-pin {
  position: absolute;
  top: calc(200px - 31px);
  left: 30%;
  width: 62px;
  height: 62px;
  background-image: url("../images/svg/map_pin.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
body.contactUs section.hero .map-city {
  position: absolute;
  top: calc(200px - 70px);
  left: calc(30% + 70px);
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 63px;
  font-weight: 500;
  letter-spacing: -4.7px;
  line-height: 73px;
  z-index: 100;
}
body.contactUs section.hero .map-lat {
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  position: absolute;
  top: calc(200px - 20px);
  left: 0;
}
body.contactUs .form-wrapper {
  margin: 0;
  background-color: #DAD2C6;
  box-shadow: none;
  padding: 30px 48px;
  width: 41.6666666667%;
  position: absolute;
  right: 0px;
  bottom: 50px;
  z-index: 10;
}
body.contactUs .form-wrapper h2 {
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 49px;
  font-weight: 700;
  letter-spacing: -3.66px;
  line-height: 56px;
  margin: 0 0 16px;
}
body.contactUs .form-wrapper p {
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 17px;
  letter-spacing: 0;
  line-height: 27px;
  margin: 0 0 32px 0;
}
body.contactUs .form-wrapper .form-group {
  margin: 0 0 24px;
  height: auto;
  min-height: 29px;
}
body.contactUs .form-wrapper .form-control {
  border: none;
  background: none;
  box-shadow: none;
}
body.contactUs .form-wrapper input[type=email], body.contactUs .form-wrapper input[type=text] {
  border-bottom: 1px solid #797978;
  background-color: transparent;
  height: 28px;
  margin: 0;
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
}
body.contactUs .form-wrapper input[type=email]:focus, body.contactUs .form-wrapper input[type=text]:focus {
  border-bottom: 1px solid #2E3035;
}
body.contactUs .form-wrapper input[type=email].error, body.contactUs .form-wrapper input[type=text].error {
  border-bottom: 1px solid #dc686b !important;
}
body.contactUs .form-wrapper textarea, body.contactUs .form-wrapper select, body.contactUs .form-wrapper input, body.contactUs .form-wrapper button {
  outline: none !important;
  -webkit-appearance: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
body.contactUs .form-wrapper textarea:focus, body.contactUs .form-wrapper select:focus, body.contactUs .form-wrapper input:focus, body.contactUs .form-wrapper button:focus {
  -webkit-appearance: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  outline-color: transparent !important;
  outline-style: none !important;
  box-shadow: none !important;
}
body.contactUs .form-wrapper .button {
  margin: 24px 0 0;
  float: right;
  background-color: transparent;
}
body.contactUs .form-wrapper .button:hover {
  background-color: #2E3035;
  color: #ffffff;
}
body.contactUs .form-wrapper .button.disabled {
  pointer-events: none;
  opacity: 0.5;
}
body.contactUs .office_wrapper {
  background-color: #E6E1D8;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 50px;
}
body.contactUs .office_wrapper .row.data {
  min-height: 100px;
}
body.contactUs .office_wrapper ul.cities {
  text-align: center;
  margin: 0;
  display: inline-block;
}
body.contactUs .office_wrapper ul.cities li {
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 34px;
  margin: 0;
  float: left;
  margin-right: 22px;
  position: relative;
  cursor: pointer;
}
body.contactUs .office_wrapper ul.cities li:last-child {
  margin: 0;
}
body.contactUs .office_wrapper ul.cities li.active:after, body.contactUs .office_wrapper ul.cities li:hover:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: #151F1E;
}
body.contactUs .office_wrapper h2 {
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.53px;
  line-height: 33px;
  margin: 0 0 8px 0;
}
body.contactUs .office_wrapper a {
  color: #2E3035;
}
body.contactUs .office_wrapper a:hover {
  text-decoration: underline;
  color: #2E3035;
}
body.contactUs .office_wrapper p {
  margin: 0;
}
body.contactUs .office_wrapper p.label {
  font-family: "Source Sans Pro";
  color: #151F1E;
  opacity: 0.5;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 21px;
}
body.contactUs .office_wrapper p.data {
  font-family: "IBM Plex Serif";
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
}
body.contactUs .office_wrapper p.address {
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 25px;
  min-height: 75px;
}
body.contactUs .office_wrapper p.phone {
  font-family: "Source Sans Pro";
}

#wp-gate .form-wrapper {
  margin-top: 30px;
}
#wp-gate .form-control {
  border: none;
  text-align: right;
}
#wp-gate .form-control input {
  border-top: none;
  border-left: none;
  border-right: none;
}
#wp-gate .form-control input.error {
  border-bottom-color: red;
}

#logo-carousel .carousel-control-prev, #logo-carousel .carousel-control-next {
  z-index: 300;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  padding: 0;
  top: calc(50% + 35px);
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
#logo-carousel .carousel-control-prev:before, #logo-carousel .carousel-control-next:before {
  content: "";
}
#logo-carousel .carousel-control-prev:hover, #logo-carousel .carousel-control-next:hover {
  background-color: inherit !important;
}
#logo-carousel .carousel-control-prev {
  left: -30px;
  background-image: url("../images/svg/arrow_left.svg") !important;
}
#logo-carousel .carousel-control-next {
  left: calc(100% + 10px) !important;
  background-image: url("../images/svg/arrow_right.svg") !important;
}
#logo-carousel .carousel-control-next:hover, #logo-carousel .carousel-control-next:active {
  text-decoration: none;
}

section#careers-hero .careers-hero {
  margin-top: 100px;
}
section#careers-hero.with-warning {
  padding-top: 50px;
}

.teamtailor-jobs__job-wrapper {
  -moz-column-count: 1;
       column-count: 1;
  margin-bottom: 2rem;
}

.teamtailor-jobs__job {
  width: 50%;
  float: left;
  margin: 1rem 0 2rem;
}
.teamtailor-jobs__job .teamtailor-jobs__job-title {
  color: inherit;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
}
.teamtailor-jobs__job .teamtailor-jobs__job-title:hover {
  color: inherit;
}
.contact-form .left-col {
  position: relative;
}
.contact-form .right-col {
  position: relative;
  background-color: #D8D2C6;
}
.contact-form h3 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 43px;
  line-height: 59px;
  letter-spacing: -2px;
  color: #35373D;
}
.contact-form p.note {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #636468;
}
.contact-form p.agree {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #35373D;
  position: relative;
  padding-left: 42px;
  cursor: pointer;
  margin: 0 0 8px 0;
}
.contact-form p.agree:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border: 2px solid #35373D;
  border-radius: 6px;
  top: 0;
  left: 0;
}
.contact-form p.agree.error:before {
  border: 2px solid red;
}
.contact-form p.agree.agreed:before {
  border: 2px solid #35373D !important;
}
.contact-form p.agree.agreed:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 6px;
  top: 6px;
  left: 6px;
  background-color: #35373D;
}
.contact-form .form-group {
  margin: 0 0 32px;
  height: auto;
  min-height: 29px;
}
.contact-form .form-control {
  border: none;
  background: none;
  box-shadow: none;
}
.contact-form textarea {
  border: none;
  border-bottom: 1px solid #797978;
  border-radius: 0px;
  background-color: transparent;
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  width: 100%;
  resize: none;
}
.contact-form textarea.error {
  border-bottom: 1px solid #dc686b !important;
}
.contact-form input[type=email], .contact-form input[type=text] {
  border-bottom: 1px solid #797978;
  border-radius: 0px;
  background-color: transparent;
  height: 28px;
  margin: 0;
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  word-break: break-word;
}
.contact-form input[type=email]:focus, .contact-form input[type=text]:focus {
  border-bottom: 1px solid #2E3035;
}
.contact-form input[type=email].error, .contact-form input[type=text].error {
  border-bottom: 1px solid #dc686b !important;
}

.platform_1_bottom #demo-carousel:before, .platform_1_bottom #demo-carousel:after {
  display: none;
}

.form-wrapper .contact-form-result-wrapper {
  display: none;
}

#demo-carousel {
  background-color: #D8D2C6;
  padding: 78px 32px 32px;
  width: 100%;
  transition: linear all 500ms;
}
#demo-carousel:before, #demo-carousel:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2000px;
  background-color: #D8D2C6;
  top: 0;
  left: -2000px;
}
#demo-carousel:after {
  left: 100%;
}
#demo-carousel .carousel-inner {
  transition: linear all 500ms;
}
#demo-carousel .carousel-item {
  backface-visibility: visible;
  background-color: #D8D2C6;
  ransition: none;
  transform: translate3d(0, 0, 0) !important;
}
#demo-carousel .carousel-close {
  position: absolute;
  width: 100%;
  top: 32px;
  left: 0px;
}
#demo-carousel .carousel-close img {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#demo-carousel .carousel-indicators {
  position: relative;
  margin: 0 0 0 0;
  pointer-events: none;
}
#demo-carousel .carousel-indicators button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #EDEBE6;
}
#demo-carousel .carousel-indicators button.active {
  background-color: #35373D;
}
#demo-carousel .carousel-item {
  text-align: center;
}
#demo-carousel p {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  color: #35373D;
}
#demo-carousel h3 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 33px;
  line-height: 43px;
  text-align: center;
  letter-spacing: -1px;
  margin: 0 0 16px 0;
  color: #35373D;
}

#signup-form input {
  height: 40px;
  border-bottom-color: #9B9B9E;
}

.meetings-iframe-container-wrapper {
  display: none;
}

.display-flex {
  display: flex;
}

section.contact-form {
  margin-top: 50px;
}
section.contact-form .bg {
  background-color: #E3DFD6;
}
section.contact-form .carousel-top {
  width: 100%;
  height: auto;
}
section.contact-form .demo-carousel-wrapper {
  background-color: #D8D2C6;
  z-index: 10;
  display: none;
  width: 100%;
}
section.contact-form .reset-button {
  background-color: transparent;
}
section.contact-form .reset-button:hover, section.contact-form .reset-button:active {
  color: #ffffff;
  background-color: #2E3035;
}
section.contact-form .contact-form-result-wrapper {
  display: none;
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
section.contact-form .contact-form-result-wrapper .contact-form-result h4 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 31px;
  line-height: 35px;
  letter-spacing: -2px;
  color: #35373D;
}
section.contact-form .contact-hidden {
  display: none;
  overflow: hidden;
}
section.contact-form .contact-hidden.show {
  height: auto;
  transition: linear all 1500ms;
}

body.short .h100 {
  height: auto !important;
}
body.short.homepage .content-wrapper, body.short.us .content-wrapper {
  height: auto !important;
}

/* xxl */
@media (min-width: 1400px) {
  section.platform_1_bottom img.hero {
    top: -130px !important;
  }
}
/* lg */
@media (min-width: 1200px) {
  section.signup p {
    margin: 20px 0 0 0;
  }
  section.platform_1_bottom img.hero {
    top: -130px !important;
  }
}
@media (min-width: 1400px) and (max-height: 850px) {
  body.company section.hero .company-hero-content {
    padding-top: 120px;
  }
}
@media (max-height: 750px) {
  body.company section.hero .company-hero-content {
    padding-top: 120px;
  }
}
@media (max-width: 1199px) {
  body.company section.hero h1 {
    margin-top: 100px;
    font-size: 51px !important;
    line-height: 61px !important;
  }
  body.company section.hero p {
    font-size: 19px;
    line-height: 28px;
  }
  body.company section.hero .company-hero-content {
    padding-top: 80px;
  }
  body.company .investment-body {
    padding-top: 50px;
  }
  body.company .investment-container {
    margin-bottom: -100px;
  }
  body.company .row.numbers {
    transform: translateY(-100px);
  }
  body.company .row.numbers h2 {
    font-size: 31px;
    line-height: 40px;
  }
  body.company section.human .row.feature {
    margin-top: 24px;
  }
  body.company #block-01 svg, body.company #block-02 svg, body.company #block-03 svg {
    position: absolute;
    left: -25%;
    top: 0;
    width: 140%;
    height: 100%;
  }
  .our-values-carousel .slide h1 {
    font-size: 87px;
    line-height: 87px;
  }
  .our-values-carousel .slide h2 {
    font-size: 37px;
    line-height: 47px;
  }
  .our-values-carousel .slide h4 {
    font-size: 33px;
    line-height: 39px;
  }
  section.platform_1_bottom img.hero {
    top: -50px !important;
  }
  body.contactUs .form-wrapper {
    bottom: 50px !important;
  }
  section.brand_growth h1 {
    font-size: 63px;
    line-height: 73px;
  }
  section.hero h1 {
    font-size: 100px !important;
    line-height: 105px !important;
  }
  section.hero h2 {
    font-size: 30px;
    line-height: 37px;
  }
  section.signup h1 {
    margin: 0;
  }
}
/* md */
@media (max-width: 991px) {
  body.company section.hero h1 {
    font-size: 51px !important;
    line-height: 61px !important;
  }
  body.company .investment-container {
    margin-bottom: 0px;
  }
  body.company .row.numbers {
    transform: translateY(0px);
  }
  body.company section.investment {
    margin-top: 0px;
  }
  body.company section.investment .investment-body {
    margin-top: 0px;
  }
  body.company section.human h1 {
    font-size: 80px;
    line-height: 85px;
  }
  body.company section.human .row.feature {
    margin-top: 0px;
  }
  .social-carousel-section .line {
    bottom: -100px;
  }
  .our-values-carousel .slide h1 {
    font-size: 67px;
    line-height: 67px;
  }
  .our-values-carousel .slide h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .our-values-carousel .slide h4 {
    font-size: 27px;
    line-height: 33px;
  }
  body.careers-new .section-first {
    height: auto;
  }
  body.careers-new .section-first h1 {
    font-size: 87px;
    line-height: 87px;
  }
  body.careers-new .section-first img.hero {
    height: 550px;
    padding-top: 40px;
    display: initial !important;
  }
  body.careers-new .section-first .container {
    height: 550px;
  }
  section.platform_1_bottom img.hero {
    top: 90px !important;
    width: 1800px;
  }
  section.brand_growth h1 {
    font-size: 47px;
    line-height: 57px;
  }
  .footer ul.footer-blurb-menu {
    width: 100%;
  }
  .footer .copyright {
    display: block;
    color: #151F1E;
    font-family: "Source Sans Pro";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    float: left;
    margin: 25px 0 0 0;
  }
}
@media (min-width: 768px) {
  img.mobile-image {
    display: none;
  }
}
/* sm */
@media (max-width: 767px) {
  body.company #block-01 svg, body.company #block-02 svg, body.company #block-03 svg {
    display: none !important;
  }
  body.company section.hero {
    background-size: var(--windowWidth) var(--windowHeight);
    background-repeat: no-repeat;
    background-position: center center;
  }
  body.company section.hero h1 {
    margin-top: 100px;
    font-size: 40px !important;
    line-height: 48px !important;
  }
  body.company .investment-xs {
    margin-top: 80px;
  }
  body.company .investment {
    margin-top: 0px !important;
  }
  body.company section.investment {
    margin-top: 115px;
  }
  body.company section.investment .investment-gallery {
    margin: 120px 0 40px;
  }
  body.company section.human {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  body.company section.human .h-window {
    height: initial;
  }
  body.company section.human .row.feature .col {
    flex: 1 0 100% !important;
  }
  body.company #circles_container {
    display: none;
  }
  .our-values-carousel-sm h1 {
    font-size: 70px !important;
    line-height: 70px !important;
  }
  .our-values-carousel .slide .blob {
    display: none;
  }
  .our-values-carousel .slide .blob-sm {
    display: initial;
  }
  body.careers-new .section-first {
    height: auto;
    min-height: initial !important;
    margin-bottom: 70px;
  }
  body.careers-new .section-first .join-fifty {
    top: calc(100% - 50px);
    width: 100px;
    height: 100px;
    right: 0px;
  }
  body.careers-new .section-first h1 {
    font-size: 87px;
    line-height: 87px;
    left: 0;
    bottom: -70px;
  }
  body.careers-new .section-first img.hero {
    height: auto;
    width: 100%;
    padding-top: 80px;
    display: initial !important;
    position: initial;
    left: initial;
    transform: none;
  }
  body.careers-new .section-first .container {
    height: 550px;
  }
  .dbl-col {
    -moz-column-count: 1;
         column-count: 1;
  }
  section.contact-form {
    position: relative;
  }
  section.contact-form .carousel-top {
    width: 200%;
    height: auto;
    position: relative;
    left: -50%;
  }
  section.contact-form .right-col:before, section.contact-form .right-col:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 200px;
    background-color: #D8D2C6;
    top: 0;
    left: -200px;
  }
  section.contact-form .right-col:after {
    left: 100%;
  }
  .footer .navbar-brand img {
    width: 48px;
  }
  .footer ul.footer-blurb-menu {
    margin: 16px 0 0 0;
  }
  .footer ul.social {
    margin-top: 8px;
    width: 32px !important;
    height: 32px !important;
  }
  .teamtailor-jobs__job {
    width: 100%;
  }
  .teamtailor-jobs__job .teamtailor-jobs__job-wrapper {
    -moz-column-count: 1;
         column-count: 1;
  }
  .navbar-wrapper nav .navbar-brand {
    width: 77px;
  }
  .navbar-toggler {
    margin: 0;
  }
  .navbar-wrapper {
    height: 90px;
  }
  .center-small {
    text-align: center !important;
  }
  #block-01 .content-wrapper {
    height: initial !important;
  }
  section.section-first {
    min-height: 100vh !important;
  }
  .fp-auto-height-responsive .h-100 {
    height: auto !important;
  }
  .row.border-middle::after {
    display: none;
  }
  img.mobile-image {
    margin-bottom: 30px;
  }
  img.mobile-image.full-width {
    position: relative;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    transform: translateX(-15px);
  }
  body.approach section.brand_growth {
    margin-top: 50px;
  }
  body.approach section.quotes p.quote.big {
    font-size: 27px;
    letter-spacing: 0px;
    line-height: 37px;
    padding-left: 20px;
    margin: 0 0 48px 0;
  }
  body.approach section.quotes .container {
    padding: 0px 0 70px 0;
  }
  body.approach section.quotes .border-right {
    border: none;
    border-bottom: 1px dotted #2e3035;
    padding-bottom: 3rem;
  }
  body.homepage #block-01, body.us #block-01 {
    min-height: initial !important;
  }
  body.homepage #block-06, body.us #block-06 {
    height: initial !important;
  }
  body.homepage .home-feature-2 .content-wrapper, body.us .home-feature-2 .content-wrapper {
    text-align: center;
  }
  body.homepage section.hero p.w-50, body.us section.hero p.w-50 {
    width: initial !important;
  }
  body.homepage .home-feature-1 p.button, body.us .home-feature-1 p.button {
    margin-bottom: 50px;
  }
  body.homepage .content-wrapper, body.us .content-wrapper {
    height: initial !important;
  }
  body.homepage .h-100, body.us .h-100 {
    height: initial !important;
  }
  .client-carousel .slide .client-image-wrapper {
    width: calc(100% - 30px);
    margin-left: 0;
  }
  .client-carousel .slide .client-logo-wrapper {
    bottom: 0px;
    width: 140px;
    height: 140px;
    top: initial;
  }
  .client-carousel p.w-50 {
    width: 100% !important;
  }
  .client-carousel .slick-prev {
    left: initial;
    right: calc(50% + 4px) !important;
  }
  .client-carousel .slick-next {
    left: calc(50% + 4px) !important;
  }
  .client-carousel .slide .client-data-wrapper.client-data-wrapper-1 {
    top: 20px;
  }
  .client-carousel .slide .client-data-wrapper.client-data-wrapper-2 {
    left: 0;
    bottom: 0;
  }
  .client-carousel .slide .client-blurb {
    margin-top: 50px;
  }
  section.feature h2.w-75 {
    width: 100% !important;
  }
  section.feature.home-feature-3 .text-wrapper {
    padding-left: 0 !important;
  }
  section.client-logos {
    margin-top: 100px;
  }
  img.hero {
    display: none;
  }
  h1, section.hero h1 {
    font-size: 50px !important;
    line-height: 55px !important;
  }
  .w-md-50 {
    width: initial;
    margin: initial;
  }
  body.careers section.fifty-team .relative-sm {
    position: relative;
  }
  body.careers section.fifty-team img.small {
    max-width: 50%;
    width: 50% !important;
    border-right: 10px solid #f2efe9;
  }
  body.careers section.fifty-team img.small:nth-of-type(2) {
    border-right: none;
    position: absolute;
    bottom: 0;
  }
  body.careers section.fifty-team h2 {
    margin-top: 50px;
  }
  body.brandGrowth div.inside {
    position: initial !important;
    display: block !important;
    height: auto;
  }
  body.brandGrowth section.feature-1 .text-wrapper,
  body.brandGrowth section.feature-3 .text-wrapper {
    margin-top: 0;
  }
  body.brandGrowth section.feature-5 {
    padding-top: 40px;
  }
  body.brandGrowth section.feature-5 .text-wrapper {
    margin-top: 0;
  }
  body.brandGrowth div.feature-5 {
    padding-top: 50px;
  }
  body.brandGrowth div.inside.inside-3 {
    padding-top: 50px;
  }
  section.platform_1 {
    padding-top: 0px;
  }
  section.platform_1 h1 {
    padding-top: 0px;
  }
  section.platform_1_bottom {
    margin-bottom: 0px;
  }
  body.careers .double-column {
    -moz-column-count: 1;
         column-count: 1;
    margin-top: 0px !important;
  }
  body.blog .blog-carousel .slide .image-wrapper,
  body.blogMain .blog-carousel .slide .image-wrapper {
    margin: 100px 0 10px;
    height: 220px;
  }
  body.blog .blog-carousel .slide .teaser-wrapper,
  body.blogMain .blog-carousel .slide .teaser-wrapper {
    position: initial;
    padding: 32px 32px;
    width: 100%;
  }
  section.blog-categories ul.blog-categories, section.blog-categories .w-75 {
    width: 100%;
  }
  body.blog .blog-image-wrapper {
    margin: 50px 0 10px;
    height: 220px !important;
  }
  body.blog section#blogpost-hero.hero {
    height: 20rem;
    min-height: initial;
  }
  body.contactUs section.form-section {
    background-color: #f2efe9;
  }
  body.contactUs section.hero {
    min-height: 80vh;
    min-height: -webkit-fill-available;
    min-height: calc(var(--vh, 1vh) * 80);
    height: auto;
    overflow: hidden;
  }
  body.contactUs .form-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 30px 30px;
    width: 100%;
    position: initial;
  }
  div.page-down {
    display: none;
  }
  body.auroraTech div.inside {
    position: initial !important;
    display: block !important;
    height: auto;
  }
  body.auroraTech div.aurora-feature-1 .mobile-image {
    margin-top: 50px;
  }
  body.auroraTech div.aurora-feature-2 .left-col {
    padding-top: 40px;
  }
  body.auroraTech div.aurora-feature-3 .left-col {
    position: initial;
  }
  body.auroraTech section.feature.feature-2 h1 {
    padding: 0;
  }
  body.auroraTech section.feature.feature-2 .text-wrapper {
    width: 100% !important;
  }
  body.auroraTech .tech-carousel {
    padding-top: 50px;
  }
  body.auroraTech .tech-carousel img.img {
    margin: 80px auto 36px;
  }
  body.auroraTech .tech-carousel p.tech-top {
    width: 100%;
  }
  body.auroraTech .tech-carousel div.images p {
    font-size: 17px;
    line-height: 27px;
  }
  body.auroraTech .tech-carousel div.images h3 {
    font-size: 25px;
    line-height: 25px;
  }
  body.auroraTech .tech-carousel .slick-prev, body.auroraTech .tech-carousel .slick-next {
    top: 210px;
  }
}
/* xs */
@media (min-width: 576px) {
  #region-warning div.blurb br {
    display: none;
  }
  body.company section.leadership .nav-pills {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
/* xs */
@media (max-width: 575px) {
  body.blog .blog-post-top h1,
  body.blogMain .blog-post-top h1 {
    font-size: 40px !important;
    line-height: 45px !important;
  }
  body.blog figure,
  body.blogMain figure {
    width: 100% !important;
    margin: 2rem 0 !important;
  }
  body.blog figure iframe,
  body.blogMain figure iframe {
    height: auto !important;
  }
  body.company section.leadership .px-075 {
    padding-left: 0;
    padding-right: 0;
  }
  body.company section.investment .investment-gallery {
    display: none !important;
  }
  body.careers-new .section-first {
    height: auto;
    min-height: initial !important;
  }
  body.careers-new .section-first h1 {
    font-size: 87px;
    line-height: 87px;
    left: 0;
    margin-left: var(--bs-gutter-x, 0.75rem);
    margin-left: 0;
  }
  body.careers-new .section-first img.hero {
    height: auto;
    padding-top: 70px;
    display: initial !important;
  }
  body.careers-new .section-first .container {
    height: 425px;
  }
  body.careers-new .section-first .join-fifty {
    top: calc(100% - 50px);
  }
  body.careers-new .at-fifty, body.careers-new .work-life {
    margin-bottom: 32px;
  }
  body.careers-new .jobs {
    padding: 0;
  }
  body.careers-new .people-carousel-section {
    margin-bottom: 32px;
  }
  section.contact-form {
    margin-top: 180px;
  }
  #region-warning {
    height: 130px !important;
  }
  #region-warning div.blurb br {
    display: inline;
  }
  body.contactUs section.hero .map-city {
    font-size: 50px;
    line-height: 71px;
  }
  body.contactUs .office_wrapper ul.cities li {
    float: initial;
    display: inline-block;
  }
  body.contactUs .office_wrapper p.address {
    min-height: initial;
  }
  body.contactUs .office_wrapper ul.cities .data {
    text-align: center;
  }
  section.signup h1 {
    font-size: 53px !important;
    line-height: 53px !important;
  }
}
@keyframes float-y {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes float-x {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
body.blog {
  background-color: #EDEBE6;
}
body.blog section.author {
  width: 100%;
}
body.blog section.author img.author-image {
  margin: 0 auto 8px auto;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: left;
}
body.blog section.author h1 {
  text-align: center;
  margin-bottom: 16px;
  line-height: 47px;
}
body.blog section.author p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-family: "IBM Plex Serif";
  font-size: 17px;
  line-height: 27px;
  color: #2E3035;
  margin: 0;
}
body.blog section.author p a {
  color: inherit;
}
body.blog #search-results-wrapper {
  display: none;
}
body.blog #search-results-wrapper h2.no-results {
  margin-top: 16px;
  display: none;
  font-family: "IBM Plex Serif";
  font-style: italic;
  font-weight: 600;
  font-size: 39px;
  line-height: 39px;
  letter-spacing: -1px;
  color: #35373D;
}
body.blog #search-results-wrapper .popular-searches {
  background-color: #E3DFD6;
  padding: 16px;
}
body.blog #search-results-wrapper .popular-searches h2 {
  font-family: "IBM Plex Serif";
  font-style: italic;
  font-weight: 600;
  font-size: 39px;
  line-height: 39px;
  letter-spacing: -1px;
  color: #35373D;
  position: relative;
  margin-bottom: 32px;
}
body.blog #search-results-wrapper .popular-searches h2:after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #35373D;
  left: 0;
  right: 0;
  top: calc(100% + 16px);
}
body.blog #search-results-wrapper .popular-searches ul {
  margin: 0;
  padding: 0;
  display: flex;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: start;
}
body.blog #search-results-wrapper .popular-searches ul li {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 22px;
  margin: 8px 0 0 0;
  border-radius: 20px;
  height: 40px;
  transition: linear all 300ms;
  cursor: pointer;
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
  border: 2px solid #2E3035;
  text-transform: uppercase;
  position: relative;
  align-items: center;
  text-align: left;
  white-space: nowrap;
}
body.blog #search-results-wrapper .popular-searches ul li:hover, body.blog #search-results-wrapper .popular-searches ul li.active {
  text-decoration: none;
  transition: linear all 300ms;
  background-color: #2E3035;
  color: #ffffff;
}
body.blog #search-results-wrapper .popular-searches ul li:first-child {
  margin: 0;
}
body.blog #search-results-wrapper .popular-searches ul li:after {
  width: 100%;
  height: 0;
  width: 100%;
  clear: both;
  content: "";
}
body.blog #search-results-wrapper .search-result .blog-post-wrapper {
  display: flex;
  margin-bottom: 24px;
}
body.blog #search-results-wrapper .search-result .blog-post-wrapper .image_wrapper {
  flex: 0 0 50%;
  margin-right: 32px;
}
body.blog #search-results-wrapper .search-result .blog-post-wrapper .image_wrapper img.h-100 {
  height: auto !important;
}
body.blog #content {
  margin-top: 100px;
}
body.blog .navbar-wrapper {
  height: 100px;
}
body.blog .blog-menu-wrapper {
  position: relative;
  margin: 0 0 24px 0;
}
body.blog .blog-menu-wrapper.fixed {
  z-index: 100010;
  position: fixed;
  margin: 0;
  top: 105px;
}
body.blog .blog-menu-wrapper .blog-menu-wrapper-inner {
  position: relative;
}
body.blog .blog-menu-wrapper .blog-menu {
  scroll-behavior: smooth;
  position: relative;
  border: 1px solid #35373D;
  border-left: 0px;
  border-right: 0px;
  width: calc(100% - 39px);
  height: 40px;
  background: #E3DFD6;
  padding: 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body.blog .blog-menu-wrapper .blog-menu::-webkit-scrollbar {
  display: none;
}
body.blog .blog-menu-wrapper .blog-menu ul {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
}
body.blog .blog-menu-wrapper .blog-menu ul li {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
body.blog .blog-menu-wrapper .blog-menu ul li.active a {
  text-decoration: none;
  background-color: #162221;
  color: #EDEBE6;
}
body.blog .blog-menu-wrapper .blog-menu ul li a {
  padding: 0 12px;
  color: #35373D;
  cursor: pointer;
  height: 100%;
  display: block;
  text-decoration: none;
}
body.blog .blog-menu-wrapper .blog-menu ul li a:hover, body.blog .blog-menu-wrapper .blog-menu ul li a:active, body.blog .blog-menu-wrapper .blog-menu ul li a:focus, body.blog .blog-menu-wrapper .blog-menu ul li a.active {
  text-decoration: none;
  background-color: #162221;
  color: #EDEBE6;
}
body.blog .blog-menu-wrapper div.search {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: calc(100% - 0.75rem - 40px);
  background-color: #35373D;
  transition: ease-in-out all 500ms;
}
body.blog .blog-menu-wrapper div.search.active {
  left: 0.75rem;
  width: calc(100% - 1.5rem);
}
body.blog .blog-menu-wrapper div.search.active .close-search {
  transition: ease-in-out all 500ms;
  opacity: 1;
  pointer-events: all;
}
body.blog .blog-menu-wrapper div.search.has-value {
  background-color: #162221;
}
body.blog .blog-menu-wrapper div.search.has-value button {
  background-color: #162221;
}
body.blog .blog-menu-wrapper div.search.has-value .close-search {
  background-color: #162221;
}
body.blog .blog-menu-wrapper div.search button {
  border-radius: 0px;
  background-color: #35373D;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0px;
  margin: 0;
  padding: 0;
  border: 0;
  transition: ease-in-out all 500ms;
}
body.blog .blog-menu-wrapper div.search button:hover, body.blog .blog-menu-wrapper div.search button:focus {
  background-color: #162221;
}
body.blog .blog-menu-wrapper div.search button::after {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 24px;
  height: 24px;
  content: url("../site_images/icon_blog_search.svg");
}
body.blog .blog-menu-wrapper div.search #search-form {
  position: absolute;
  left: 60px;
  width: calc(100% - 60px - 60px);
}
body.blog .blog-menu-wrapper div.search #search-form small.text-muted {
  display: none;
}
body.blog .blog-menu-wrapper div.search #search-form input {
  border: 0;
  width: 100%;
  background-color: transparent;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 38px;
  text-align: left;
  color: #EDEBE6;
}
body.blog .blog-menu-wrapper div.search #search-form input::-moz-placeholder {
  color: red;
}
body.blog .blog-menu-wrapper div.search #search-form input::placeholder {
  color: red;
}
body.blog .blog-menu-wrapper div.search .close-search {
  background-color: #35373D;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0px;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  cursor: pointer;
}
body.blog .blog-menu-wrapper div.search .close-search::after {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 24px;
  height: 24px;
  content: url("../site_images/icon_blog_close.svg");
}
body.blog .blog-carousel {
  position: relative;
  cursor: grab;
  z-index: 100;
}
body.blog .blog-carousel-outer-wrapper {
  width: 100%;
  min-height: auto;
}
body.blog .hero-main {
  position: relative;
}
body.blog .hero-main .image {
  min-height: 360px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
body.blog .hero-main .teaser-block {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 16px;
  width: calc(100% - 32px - 24px);
}
body.blog .hero-main .teaser-wrapper {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 8px;
  position: initial;
  width: 100%;
  left: initial;
  bottom: initial;
}
body.blog .hero-main .teaser-wrapper h3 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 47px;
  line-height: 47px;
  letter-spacing: -1px;
  color: #35373D;
  margin: 0;
  padding: 0;
}
body.blog .hero-main .teaser-wrapper h3 a {
  color: #35373D;
}
body.blog .hero-main .teaser-wrapper h3 a:hover {
  color: #35373D;
  text-decoration: underline;
}
body.blog .hero-main ul.blog-post-categories {
  line-height: initial;
}
body.blog .hero-main ul.blog-post-categories li {
  background-color: #35373D;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0px 8px;
}
body.blog .hero-main ul.blog-post-categories li:first-child {
  padding-left: 0;
}
body.blog .hero-category-main {
  position: relative;
}
body.blog .hero-category-main .image {
  min-height: 360px;
  height: 360px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body.blog .hero-category-main .teaser-block {
  margin: 26px 0 8px;
}
body.blog .hero-category-main .teaser-wrapper {
  padding: 16px 0 0;
  position: initial;
  width: 100%;
  left: initial;
  bottom: initial;
  text-align: center;
}
body.blog .hero-category-main .teaser-wrapper h3 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 47px;
  line-height: 47px;
  letter-spacing: -1px;
  color: #35373D;
  margin-bottom: 16px;
}
body.blog .hero-category-main .teaser-wrapper h3 a {
  color: #35373D;
}
body.blog .hero-category-main .teaser-wrapper h3 a:hover {
  color: #35373D;
  text-decoration: underline;
}
body.blog .hero-category-main .teaser-wrapper p {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  color: #35373D;
  margin: 0;
}
body.blog .hero-category-main ul.blog-post-categories {
  line-height: initial;
  text-align: center;
}
body.blog .hero-category-main ul.blog-post-categories li {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0px 8px;
}
body.blog .hero-category-main ul.blog-post-categories li:first-child {
  padding-left: 0;
}
body.blog .hero .hero-right .image_wrapper.cover {
  height: 100%;
  min-height: 120px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
body.blog .hero .hero-bottom {
  margin: 32px 0 0 0;
}
body.blog ul.blog-post-categories {
  margin: 0;
  line-height: 14px;
}
body.blog ul.blog-post-categories li {
  margin: 0;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
body.blog .blog-post-wrapper {
  overflow: hidden;
}
body.blog .blog-post-wrapper ul {
  margin: 0;
  line-height: 14px;
}
body.blog .blog-post-wrapper ul li {
  margin: 0;
}
body.blog .blog-post-wrapper h2 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 21px;
  text-transform: uppercase;
  color: #35373D;
  margin: 8px 0;
  letter-spacing: 0;
}
body.blog .blog-post-wrapper h2.dotted-border {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 3px dotted #636468;
}
body.blog .blog-post-wrapper h2 a {
  color: inherit;
}
body.blog .blog-post-wrapper h2 a:hover {
  color: inherit;
  text-decoration: underline;
}
body.blog .blog-post-wrapper p {
  margin: 0;
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #35373D;
}
body.blog .blog-post-wrapper p a {
  color: inherit;
  font-weight: 700;
}
body.blog .blog-post-wrapper p a:hover {
  color: inherit;
  text-decoration: underline;
}
body.blog .posts-type-3 .image_wrapper {
  width: 126px;
  height: 126px;
  float: right;
  background-position: center;
  background-size: cover;
}
body.blog .posts-type-3 .text_wrapper {
  width: calc(100% - 150px);
  float: left;
}
body.blog .posts-type-3 .text_wrapper strong {
  font-weight: inherit;
}
body.blog section.blog-posts {
  text-align: left;
  margin-bottom: 32px;
}
body.blog section.blog-posts.the-rest .blog-post-wrapper {
  margin-bottom: 32px;
}
body.blog section.blog-posts .row {
  --bs-gutter-x: 30px;
}
body.blog section.blog-posts .blog-post-wrapper {
  padding: 0 0rem;
  margin: 0 0;
}
body.blog section.blog-posts .blog-post-wrapper.dotted-border {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 3px dotted #636468;
}
body.blog section.blog-posts .blog-post-wrapper .image_wrapper {
  margin-bottom: 8px;
}
body.blog section.blog-posts .blog-post-wrapper .image_wrapper.cover {
  min-height: 80px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
body.blog section.blog-posts .blog-post-wrapper .image_wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.blog section.blog-posts.blog-posts-middle .col-side {
  flex: 0 0 180px;
}
body.blog section.blog-posts.blog-posts-middle .col-side .image_wrapper {
  display: none;
}
body.blog section.blog-posts.blog-posts-middle .col-middle {
  flex-grow: 1;
  text-align: center;
}
body.blog section.blog-posts.blog-posts-middle .col-middle ul.blog-post-categories {
  text-align: center;
  margin: 26px 0 16px;
}
body.blog section.blog-posts.blog-posts-middle .col-middle h2 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 47px;
  line-height: 47px;
  text-align: center;
  letter-spacing: -1px;
  color: #35373D;
  margin: 0 0 16px;
}
body.blog section.blog-posts.blog-posts-middle .col-middle p {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  color: #35373D;
  margin: 0;
}
body.blog .blog-post-top .blog-image-wrapper {
  margin: 24px 0 44px;
}
body.blog .blog-post-top h1 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 61px;
  line-height: 71px;
  letter-spacing: -3px;
  color: #162221;
  text-align: left;
  margin: 0;
}
body.blog .blog-post-top .prev-post, body.blog .blog-post-top .next-post {
  z-index: 300;
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  padding: 0;
  bottom: 100px;
  top: 56px;
  background: none;
  border: none;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  left: initial;
  margin: 0;
}
body.blog .blog-post-top .prev-post:before, body.blog .blog-post-top .next-post:before {
  content: "";
}
body.blog .blog-post-top .prev-post {
  left: calc((var(--windowWidth) - var(--contentWidth)) / 4 - 24px);
  background-image: url("../site_images/icon_prev.svg") !important;
}
body.blog .blog-post-top .next-post {
  right: calc((var(--windowWidth) - var(--contentWidth)) / 4 - 24px);
  background-image: url("../site_images/icon_next.svg") !important;
}
body.blog .blog-post-top .next-post:hover, body.blog .blog-post-top .next-post:active {
  text-decoration: none;
}
body.blog .blogpost .blog-post-wrapper {
  margin-bottom: 16px;
}
body.blog .blogpost .post-side {
  display: flex;
  flex-flow: column wrap;
}
body.blog .blogpost .post-side h2 {
  font-family: "IBM Plex Serif";
  font-style: italic;
  font-weight: 600;
  font-size: 23px;
  line-height: 23px;
  letter-spacing: -1px;
  color: #35373D;
  margin: 0 0 16px 0;
}
body.blog .blogpost .post-side h3 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 21px;
  letter-spacing: -0.5px;
  color: #35373D;
  margin: 8px 0;
}
body.blog .blogpost .post-side h4 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #35373D;
  margin: 8px 0 0;
}
body.blog .blogpost .post-side h4.dotted-border {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 3px dotted #636468;
}
body.blog .blogpost .post-side h2 a, body.blog .blogpost .post-side h3 a, body.blog .blogpost .post-side h4 a {
  color: #35373D;
}
body.blog .blogpost .post-side h2 a:hover, body.blog .blogpost .post-side h3 a:hover, body.blog .blogpost .post-side h4 a:hover {
  color: #35373D;
  text-decoration: underline;
}
body.blog .blogpost .post-side p {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #35373D;
  margin: 0;
  padding: 0;
}
body.blog .blogpost .post-side .latest-wrapper ul {
  margin: 8px 0 0 0;
}
body.blog .blogpost .post-side .most-read-wrapper {
  padding: 16px;
  background-color: #E3DFD6;
}
body.blog .blogpost .post-side .related-wrapper {
  min-height: 1200px;
  display: flex;
  flex-flow: column wrap;
  flex-grow: 1;
  overflow: hidden;
}
body.blog .blogpost .post-side .related-wrapper .blog-post-wrapper {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
body.blog .blogpost .next-post-bottom {
  margin: 80px 0;
}
body.blog .blogpost .next-post-bottom h2 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 47px;
  line-height: 57px;
  letter-spacing: -1px;
  color: #151F1E;
  margin: 0 0 8px 0;
}
body.blog .blogpost .next-post-bottom h2 a {
  color: #35373D;
}
body.blog .blogpost .next-post-bottom h2 a:hover {
  color: #35373D;
  text-decoration: underline;
}
body.blog .blogpost .post-bottom-share {
  text-align: center;
}
body.blog .blogpost .post-bottom-share h2 {
  font-family: "IBM Plex Serif";
  font-style: italic;
  font-weight: 600;
  font-size: 23px;
  line-height: 23px;
  text-align: center;
  letter-spacing: -1px;
  color: #2E3035;
  margin: 80px 0 24px;
}
body.blog .blogpost .post-bottom-share ul.social-share {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
  text-align: center;
  z-index: 10;
}
body.blog .blogpost .post-bottom-share ul.social-share li {
  display: inline-block;
  margin: 0 8px;
}
body.blog .blogpost .post-bottom-share ul.social-share li:first-child {
  margin-left: 0;
}
body.blog .blogpost .post-bottom-share ul.social-share li a {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #f2efe9;
}
body.blog .blogpost .post-bottom-share ul.social-share li a:hover, body.blog .blogpost .post-bottom-share ul.social-share li a:active {
  text-decoration: none;
}
body.blog .blogpost .post-bottom-share ul.social-share li a img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.most-read-carousel-section .flickity-prev-next-button {
  z-index: 300;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  padding: 0;
  bottom: 100px;
  top: 16px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  left: initial;
  cursor: pointer;
  background-color: transparent;
}
.most-read-carousel-section .flickity-prev-next-button:hover {
  background-color: transparent;
}
.most-read-carousel-section .flickity-prev-next-button:before {
  content: "";
}
.most-read-carousel-section .flickity-prev-next-button.previous {
  right: calc(0.75rem + 16px + 40px);
  left: initial;
  background-image: url("../site_images/icon_prev.svg") !important;
}
.most-read-carousel-section .flickity-prev-next-button.next {
  right: 0.75rem;
  left: initial;
  background-image: url("../site_images/icon_next.svg") !important;
}
.most-read-carousel-section .flickity-prev-next-button.next:hover, .most-read-carousel-section .flickity-prev-next-button.next:active {
  text-decoration: none;
}

.most-read-carousel {
  position: initial;
  padding: 0;
}
.most-read-carousel .carousel-cell {
  max-width: 210px;
}
.most-read-carousel .slick-list {
  overflow: visible;
}
.most-read-carousel .slick-prev, .most-read-carousel .slick-next {
  z-index: 300;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  padding: 0;
  bottom: 100px;
  top: 16px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  left: initial;
}
.most-read-carousel .slick-prev:before, .most-read-carousel .slick-next:before {
  content: "";
}
.most-read-carousel .slick-prev {
  right: calc(0.75rem + 16px + 40px);
  background-image: url("../site_images/icon_prev.svg") !important;
}
.most-read-carousel .slick-next {
  right: 0.75rem;
  background-image: url("../site_images/icon_next.svg") !important;
}
.most-read-carousel .slick-next:hover, .most-read-carousel .slick-next:active {
  text-decoration: none;
}
.most-read-carousel h4 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 21px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #35373D;
  margin: 8px 0 0 0;
}
.most-read-carousel h4 a {
  color: #35373D;
}
.most-read-carousel h4 a:hover {
  color: #35373D;
  text-decoration: underline;
}

/* md */
@media (max-width: 991px) {
  body.blog #search-results-wrapper h2.no-results {
    font-size: 26px;
    line-height: 26px;
  }
  body.blog #search-results-wrapper .popular-searches h2 {
    font-size: 26px;
    line-height: 26px;
  }
  body.blog #search-results-wrapper .popular-searches ul {
    display: initial;
  }
  body.blog #search-results-wrapper .popular-searches ul li {
    font-size: 13px;
    display: inline-flex;
  }
  body.blog .hero .hero-right {
    margin-top: 32px;
    margin-bottom: 16px;
  }
  body.blog .hero .hero-right .blog-post-wrapper {
    margin-bottom: 16px;
  }
  body.blog .hero .hero-right h2.dotted-border {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }
  body.blog .blogpost .post-side .related-wrapper {
    height: auto;
  }
}
/* sm */
@media (max-width: 767px) {
  section.contact-form {
    margin-top: 0;
  }
  .most-read-carousel-section {
    margin-top: 32px;
  }
  body.blog .authors {
    display: flex;
    align-items: center;
  }
  body.blog .author-wrapper {
    width: auto;
    margin: 0;
  }
  body.blog .author-wrapper:first-child {
    margin-right: 32px;
  }
  body.blog .posts-type-3 .image_wrapper, body.blog .posts-type-3 .text_wrapper {
    width: 100%;
    float: initial;
  }
  body.blog .posts-type-3 .image_wrapper {
    min-height: 240px;
  }
  body.blog .hero .hero-main .image {
    height: auto;
    min-height: 280px;
  }
  body.blog .hero .hero-main .teaser-block {
    position: initial;
    margin-top: 8px;
    width: 100%;
  }
  body.blog .hero .hero-main .teaser-block ul.blog-post-categories li {
    font-size: 12px;
    background-color: transparent;
  }
  body.blog .hero .hero-main .teaser-wrapper {
    background-color: transparent;
    padding: 0;
  }
  body.blog .hero .hero-main .teaser-wrapper h3 {
    font-family: "IBM Plex Serif";
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 21px;
    letter-spacing: -0.5px;
    color: #35373D;
    margin: 8px 0;
  }
  body.blog .hero .hero-main p {
    margin: 0;
    font-size: 13px;
    line-height: 19px;
  }
  body.blog .most-read-carousel ul,
  body.blog .blog-post-wrapper ul {
    margin: 0;
    line-height: 14px;
  }
  body.blog .most-read-carousel ul li,
  body.blog .blog-post-wrapper ul li {
    font-size: 10px;
    margin: 0;
  }
  body.blog .most-read-carousel h2, body.blog .most-read-carousel h4,
  body.blog .blog-post-wrapper h2,
  body.blog .blog-post-wrapper h4 {
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 4px 0;
  }
  body.blog .most-read-carousel p,
  body.blog .blog-post-wrapper p {
    font-size: 11px;
    line-height: 17px;
  }
  body.blog section.blog-posts {
    margin-bottom: 0;
  }
  body.blog section.blog-posts.the-rest .blog-post-wrapper {
    margin-bottom: 16px;
  }
  body.blog section.blog-posts .blog-post-wrapper {
    margin-bottom: 16px;
    display: flex;
  }
  body.blog section.blog-posts .blog-post-wrapper.dotted-border {
    border: none;
    padding-bottom: 0;
  }
  body.blog section.blog-posts .blog-post-wrapper .image_wrapper {
    margin-right: 16px;
    display: initial;
    flex: 0 0 50%;
    float: left;
  }
  body.blog section.blog-posts.blog-posts-middle .col-middle {
    text-align: left;
    margin-bottom: 16px;
  }
  body.blog section.blog-posts.blog-posts-middle .col-middle ul.blog-post-categories {
    margin: 0px 0;
    text-align: left;
  }
  body.blog section.blog-posts.blog-posts-middle .col-middle h2 {
    font-size: 21px;
    line-height: 21px;
    letter-spacing: -0.5px;
    text-align: left;
    margin: 8px 0;
  }
  body.blog section.blog-posts.blog-posts-middle .col-middle p {
    text-align: left;
    font-size: 13px;
    line-height: 19px;
  }
  body.blog section.blog-posts.blog-posts-middle .col-middle .blog-post-wrapper {
    flex-wrap: wrap;
  }
  body.blog section.blog-posts.blog-posts-middle .col-middle .blog-post-wrapper .text_wrapper {
    width: 100%;
  }
  body.blog section.blog-posts.blog-posts-middle .col-middle .blog-post-wrapper .image_wrapper {
    margin-right: 0px;
    margin-bottom: 8px;
    display: flex;
    flex: 0 0 100%;
    float: initial;
    width: 100%;
  }
  body.blog section.blog-posts.blog-posts-middle .col-side {
    flex: 0 0 100%;
  }
  body.blog section.blog-posts.blog-posts-middle .col-side .blog-post-wrapper {
    display: flex;
  }
  body.blog section.blog-posts.blog-posts-middle .col-side .blog-post-wrapper .image_wrapper {
    display: initial;
    flex: 0 0 50%;
    float: left;
  }
}
/* xs */
@media (max-width: 575px) {
  .flickity-prev-next-button.previous {
    right: calc(0.75rem + 8px + 24px) !important;
  }
  .most-read-carousel .slick-prev {
    right: calc(0.75rem + 8px + 24px);
  }
  .flickity-prev-next-button {
    width: 24px !important;
    height: 24px !important;
    top: 8px !important;
  }
  .most-read-carousel .slick-prev, .most-read-carousel .slick-next {
    width: 24px;
    height: 24px;
    top: 8px;
  }
  .most-read-carousel-section h6 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 24px;
  }
  .most-read-carousel-section h6:after {
    top: calc(100% + 8px);
  }
  body.blog .blogpost .post-side .related-wrapper {
    min-height: auto;
  }
  body.blog .authors {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  body.blog .author-wrapper {
    margin: 8px 0;
  }
  body.blog .hero-category-main ul.blog-post-categories {
    margin: 8px 0;
    text-align: left;
    line-height: 0;
  }
  body.blog .hero-category-main .teaser-block {
    margin: 0;
  }
  body.blog .hero-category-main .teaser-wrapper {
    text-align: left;
    padding: 0;
  }
  body.blog .hero-category-main .teaser-wrapper h3 {
    font-size: 21px;
    line-height: 21px;
  }
  body.blog .hero-category-main .teaser-wrapper p {
    text-align: left;
    margin: 0;
    font-size: 13px;
    line-height: 19px;
  }
  body.blog .hero .hero-right {
    margin-top: 16px;
  }
  body.blog .hero .hero-right h2.dotted-border {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }
  body.blog .blog-menu-wrapper div.search {
    left: calc(100% - 40px);
  }
  body.blog .blog-menu-wrapper div.search.active {
    left: 0rem;
    width: 100%;
  }
  body.blog .blog-menu-wrapper .blog-menu {
    width: calc(100% - 40px);
  }
  body.blog .blog-menu-wrapper .blog-menu ul {
    width: calc(100% - 40px);
  }
  body.blog .blog-menu-wrapper-inner {
    padding: 0 !important;
  }
  body.blog section.blog-posts.blog-posts-middle .col-middle p {
    display: initial !important;
  }
  body.blog section.blog-posts .blog-post-wrapper {
    margin-bottom: 16px;
    display: flex;
  }
  body.blog section.blog-posts .blog-post-wrapper .image_wrapper {
    float: left;
    width: 50%;
    margin-right: 16px;
  }
  body.blog section.blog-posts .blog-post-wrapper .image_wrapper.cover {
    min-height: 100%;
  }
  body.blog section.blog-posts .blog-post-wrapper .text_wrapper {
    float: right;
    width: calc(50% - 16px);
  }
  body.blog section.blog-posts .blog-post-wrapper .text_wrapper p {
    display: none;
  }
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  border-radius: 50em;
  background: url("../site_images/icon_search_cancel.svg") no-repeat 50% 50%;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  filter: invert(97%) sepia(70%) saturate(46%) hue-rotate(326deg) brightness(97%) contrast(91%);
}

input[type=search]:focus::-webkit-search-cancel-button {
  opacity: 1;
  pointer-events: all;
}

.navbar-wrapper {
  position: fixed !important;
  z-index: 100000;
  height: 114px;
  transition: all linear 300ms;
  top: 0;
  left: 0;
  padding-top: 12px;
}
.navbar-wrapper.with-warning {
  height: 214px;
  padding: 0;
}
.navbar-wrapper.full_screen {
  height: 100vh !important;
  transition: height linear 300ms;
  background-color: #f2efe9 !important;
}
.navbar-wrapper.bg {
  background-color: rgba(242, 239, 233, 0.8);
  background: rgb(242, 239, 233);
  background: linear-gradient(180deg, rgba(242, 239, 233, 0.5) 0%, rgba(242, 239, 233, 0.55) 70%, rgba(242, 239, 233, 0) 100%);
}
.navbar-wrapper.force {
  background: rgb(242, 239, 233);
  background: linear-gradient(180deg, rgba(242, 239, 233, 0.5) 0%, rgba(242, 239, 233, 0.55) 70%, rgba(242, 239, 233, 0) 100%);
}
.navbar-wrapper nav .sr-only {
  display: none;
}
.navbar-wrapper nav .navbar-brand {
  background-image: url("../images/svg/logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 97/53;
  height: 53px;
  transition: all linear 300ms;
  z-index: 1;
}
.navbar-wrapper nav ul.navbar-nav {
  position: absolute;
  right: 70px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-wrapper nav ul.navbar-nav li {
  list-style: none;
  padding: 0;
  margin: 0 0.5rem;
  position: relative;
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 40px;
  text-align: center;
}
.navbar-wrapper nav ul.navbar-nav li:last-child {
  margin-right: 0;
}
.navbar-wrapper nav ul.navbar-nav li a {
  transition: none;
  padding: 0;
  color: inherit;
  transition: linear all 300ms;
}
.navbar-wrapper nav ul.navbar-nav li a::before {
  display: block;
  content: attr(data-text);
  font-weight: 900;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.navbar-wrapper nav ul.navbar-nav li a.active, .navbar-wrapper nav ul.navbar-nav li a:hover {
  transition: linear all 300ms;
  transition: none;
  font-weight: 900;
  text-decoration: none;
}
.navbar-wrapper nav ul.navbar-nav li a.black {
  padding: 0 20px;
  display: flex;
  height: 40px;
  align-content: center;
  height: 100%;
  border-radius: 21px;
  background-color: #2E3035;
  color: #ffffff;
  display: block;
  border: 2px solid #2E3035;
  transform: translateY(-4px);
}
.navbar-wrapper nav ul.navbar-nav li a.black:hover, .navbar-wrapper nav ul.navbar-nav li a.black.active {
  color: #151F1E;
  background-color: transparent;
  font-weight: inherit;
}
.navbar-wrapper nav ul.navbar-nav li.active a {
  font-weight: 900;
}
.navbar-wrapper nav .navbar-toggler-icon {
  width: 2rem;
  height: 2rem;
  transition: all linear 250ms;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA0MCA0MCIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNDAgNDAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGxpbmUgeDE9IjkiIHgyPSIzMSIgeTE9IjIwIiB5Mj0iMjAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzI1MjU0MSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPjxsaW5lIHgxPSI5IiB4Mj0iMzEiIHkxPSIzMSIgeTI9IjMxIiBmaWxsPSJub25lIiBzdHJva2U9IiMyNTI1NDEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz48bGluZSB4MT0iOSIgeDI9IjMxIiB5MT0iOSIgeTI9IjkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzI1MjU0MSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPjxyZWN0IHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSIvPjwvc3ZnPgo=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
}
.navbar-wrapper .bootstrap-select {
  position: absolute;
  top: 18px;
  right: 0px;
}
.navbar-wrapper .bootstrap-select img {
  height: 16px;
}
.navbar-wrapper .bootstrap-select .dropdown-menu {
  padding: 0;
  background-color: #edebe6;
  padding: 4px 4px 4px 9px;
}
.navbar-wrapper .bootstrap-select .dropdown-toggle {
  margin: 0;
  outline: none !important;
  box-shadow: none;
  border: 1px solid #d2cdc6;
  background-color: #edebe6;
  padding: 4px;
  height: 30px;
  line-height: 16px;
}
.navbar-wrapper .bootstrap-select .dropdown-item.active, .navbar-wrapper .bootstrap-select .dropdown-item:active, .navbar-wrapper .bootstrap-select .dropdown-item:hover {
  background-color: #fff;
}
.navbar-wrapper.navbar-wrapper-new {
  padding: 0px 0;
  height: 68px;
  z-index: 10000;
}
.navbar-wrapper.navbar-wrapper-new.with-bg {
  background-color: #E3DFD6;
  height: 56px;
}
.navbar-wrapper.navbar-wrapper-new.with-bg .navbar-brand {
  height: 40px;
  margin-right: 56px;
}
.navbar-wrapper.navbar-wrapper-new .navbar-brand {
  margin-right: 32px;
}
.navbar-wrapper.navbar-wrapper-new ul.navbar-nav {
  position: initial;
}
.navbar-wrapper.navbar-wrapper-new a.black {
  margin-top: 4px;
  padding: 0 20px;
  display: flex;
  height: 40px;
  align-content: center;
  border-radius: 21px;
  background-color: #2E3035;
  color: #ffffff;
  display: block;
  border: 2px solid #2E3035;
  transform: translateY(-4px);
  text-decoration: none;
}
.navbar-wrapper.navbar-wrapper-new a.black:hover, .navbar-wrapper.navbar-wrapper-new a.black.active {
  color: #151F1E;
  background-color: transparent;
  font-weight: inherit;
}
.navbar-wrapper.navbar-wrapper-new button#site {
  margin: 0;
  outline: none !important;
  box-shadow: none;
  border: none;
  border-radius: 19px;
  background-color: #D8D2C6;
  padding: 0px 24px;
  height: 26px;
  color: #35373D;
  position: relative;
  display: flex;
  align-items: center;
  transition: linear all 200ms;
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
}
.navbar-wrapper.navbar-wrapper-new button#site::before {
  position: absolute;
  top: 6px;
  left: 8px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/site_images/2025/icon_globe.svg");
  filter: invert(17%) sepia(14%) saturate(464%) hue-rotate(187deg) brightness(92%) contrast(83%);
  border: none;
  width: 14px;
  height: 14px;
  font-size: 14px;
  font-weight: 500;
}
.navbar-wrapper.navbar-wrapper-new button#site::after {
  position: absolute;
  top: 10px;
  right: 8px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/site_images/2025/icon_caret_down.svg");
  filter: invert(17%) sepia(14%) saturate(464%) hue-rotate(187deg) brightness(92%) contrast(83%);
  border: none;
  width: 12px;
  height: 12px;
}
.navbar-wrapper.navbar-wrapper-new button#site:hover {
  background-color: #35373D;
  color: #EDEBE6;
}
.navbar-wrapper.navbar-wrapper-new button#site:hover::before {
  filter: invert(100%) sepia(98%) saturate(255%) hue-rotate(297deg) brightness(104%) contrast(86%);
}
.navbar-wrapper.navbar-wrapper-new button#site:hover::after {
  filter: invert(100%) sepia(98%) saturate(255%) hue-rotate(297deg) brightness(104%) contrast(86%);
}
.navbar-wrapper.navbar-wrapper-new .menu-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.navbar-wrapper.navbar-wrapper-new .menu-bar ul.dropdown-menu {
  border: none;
  min-width: auto;
  margin-top: 8px;
  background-color: #D8D2C6;
  border-radius: 8px;
  padding: 8px;
  width: 100px !important;
}
.navbar-wrapper.navbar-wrapper-new .menu-bar ul.dropdown-menu li {
  padding: 0;
  margin: 0 0 8px;
  width: 100%;
}
.navbar-wrapper.navbar-wrapper-new .menu-bar ul.dropdown-menu li:last-child {
  margin: 0;
}
.navbar-wrapper.navbar-wrapper-new .menu-bar ul.dropdown-menu li .dropdown-item {
  text-decoration: none !important;
  font-family: "IBM Plex Mono", monospace;
  height: 26px;
  display: flex;
  align-items: center;
  font-weight: 500;
  width: 100%;
  font-weight: 500;
  margin: 0;
  transition: linear all 200ms;
  border-radius: 19px;
  padding: 4px 8px;
  font-size: 14px;
  color: #35373D;
  background-color: transparent;
}
.navbar-wrapper.navbar-wrapper-new .menu-bar ul.dropdown-menu li .dropdown-item:hover {
  background-color: #35373D;
  color: #EDEBE6;
}
.navbar-wrapper.navbar-wrapper-new .menu-bar ul.dropdown-menu li .dropdown-item.active, .navbar-wrapper.navbar-wrapper-new .menu-bar ul.dropdown-menu li .dropdown-item:active {
  background-color: #EDEBE6;
}
.navbar-wrapper.navbar-wrapper-new .menu-bar ul.dropdown-menu li .dropdown-item.active:hover, .navbar-wrapper.navbar-wrapper-new .menu-bar ul.dropdown-menu li .dropdown-item:active:hover {
  background-color: #35373D;
  color: #EDEBE6;
}
.navbar-wrapper.navbar-wrapper-new .navbar-toggler {
  z-index: 1;
  margin: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
.navbar-wrapper.navbar-wrapper-new .navbar-toggler .navbar-toggler-icon {
  width: 40px;
  height: 40px;
  background-size: 40px;
  background-image: url("/assets/site_images/2025/hamburger_close.svg");
}
.navbar-wrapper.navbar-wrapper-new .navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url("/assets/site_images/2025/hamburger.svg");
}
.navbar-wrapper.navbar-wrapper-new .navbar-toggler:hover {
  background-color: transparent !important;
}

@media (max-width: 991.98px) {
  body .navbar {
    position: initial;
  }
  body .navbar-wrapper.navbar-wrapper-new .menu-bar {
    background-color: #E3DFD6;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: start;
  }
  body .navbar-wrapper.navbar-wrapper-new .menu-bar .dropdown {
    margin-top: 24px;
  }
  body .navbar-wrapper.navbar-wrapper-new .menu-bar .navbar-nav {
    margin-top: 16px;
  }
  body .navbar-wrapper.navbar-wrapper-new .menu-bar .black {
    margin-top: 16px;
  }
}
.pl-4rem {
  padding-left: 4rem;
}

.flex {
  display: flex;
}

.relative {
  position: relative;
}

.no-overflow {
  overflow: hidden;
}

div.circles {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 10rem;
  height: 10rem;
}
div.circles.blue {
  background-image: url("../images/css/circles_blue.svg");
}
div.circles.yellow {
  background-image: url("../images/css/circles_yellow.svg");
}
div.circles.purple {
  background-image: url("../images/css/circles_purple.svg");
}
div.circles.green {
  background-image: url("../images/css/circles_green.svg");
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  background-color: #151F1E;
  top: 6.25rem;
  z-index: 10;
}
.mobile-menu ul#mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu ul#mobile-menu li {
  width: 100%;
  background-color: #151F1E;
  color: #ffffff;
  font-size: 1rem;
  line-height: 3.25rem;
  text-transform: uppercase;
  transition: linear color 250ms;
  padding: 0 2rem;
  position: relative;
  text-align: center;
}
.mobile-menu ul#mobile-menu li:nth-child(2n+1) {
  background-color: #151F1E;
}
.mobile-menu ul#mobile-menu li a {
  color: #ffffff;
  text-decoration: none;
}
.mobile-menu ul#mobile-menu li a:hover, .mobile-menu ul#mobile-menu li a.active {
  text-decoration: underline;
}

/* region */
#region-warning {
  padding: 1rem 0;
  background: #151F1E;
  top: 0;
  width: 100%;
  z-index: 1000000000;
  color: #ffffff;
  height: 100px;
  pointer-events: all;
}
#region-warning h1 {
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0.5rem;
  font-weight: 300;
  letter-spacing: 0;
}
#region-warning a {
  color: #FAB200;
}
#region-warning p {
  color: #ffffff;
  margin: 0;
}
#region-warning button {
  display: initial;
}

/* cookie */
#cookie-policy {
  display: none;
  padding: 1rem 0;
  background: #151F1E;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000000000;
}
#cookie-policy h1 {
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0.5rem;
  font-weight: 300;
  letter-spacing: 0;
}
#cookie-policy a {
  color: #FAB200;
}
#cookie-policy p {
  color: #ffffff;
  margin: 0;
}
#cookie-policy button {
  display: initial;
}

.hamburger1 {
  fill: green !important;
}

#main {
  overflow: scroll;
  overflow-x: hidden !important;
}
#debug {
  position: fixed;
  top: 0;
  right: 0;
  width: 90px;
  height: 30px;
  font-size: 9px;
  line-height: 9px;
  background: #e10;
  padding: 0.25rem;
  text-align: center;
  color: #fff;
  z-index: 1000000;
  pointer-events: none;
}

#svg {
  position: absolute;
  height: 100%;
}

.container-fluid, .container {
  position: relative;
}

section {
  position: relative;
}
section .no-transform {
  transform: translateX(0) !important;
}
section img {
  max-width: 100%;
}
section .heading {
  font-size: 1.9375rem;
  line-height: 2.4375rem;
  font-weight: 300;
  color: #808098;
  text-align: center;
  width: 70%;
}
section.feature {
  position: relative;
}
section.feature h2 {
  text-align: left;
  color: #151F1E;
  font-family: "Source Sans Pro";
  font-size: 43px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 49px;
  margin: 0 0 24px 0;
}
section.feature p {
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 17px;
  letter-spacing: 0;
  line-height: 27px;
  font-weight: 300;
}
section.feature.home-feature-1 {
  background-repeat: no-repeat;
  background-size: 1924px 1429px;
  background-position: 70% -730px;
  background-size: 1744px auto;
  background-position: calc(50% + 20px) calc(100% - 80px);
}
section.feature.home-feature-2 {
  background-size: 636px 953px;
  background-repeat: no-repeat;
  background-position: 50vw 0px;
}
section.feature.home-feature-3 .feature-image.circle {
  width: 125% !important;
  max-width: initial;
  transform: translateX(-15%) translateY(-45%);
  top: 50%;
  left: -10%;
  position: absolute;
}
section.feature.home-feature-3 .circle-wrapper {
  position: absolute;
  right: 0;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #E6E1D8;
  top: 50%;
  transform: translateY(40%);
}
section.feature.home-feature-3 .circle-wrapper p {
  color: #151F1E;
  font-family: "IBM Plex Serif";
  font-size: 22px;
  letter-spacing: -0.88px;
  line-height: 32px;
  text-align: center;
}
section.feature.home-feature-3 .text-wrapper {
  padding-left: 80px;
}
section.feature.home-feature-4 {
  background-size: 636px 953px;
  background-repeat: no-repeat;
  background-position: 50vw 0px;
}
section.feature.home-feature-5 img.hero {
  transform: translateX(-55%) translateY(-50%);
}
section.feature .left-col {
  padding: 0 1rem 0 6.125rem;
  padding: 0 1rem 0 0;
  position: relative;
  z-index: 1000;
}
section.feature .left-col.image-col {
  transition: linear all 750ms;
}
section.feature .left-col .text-wrapper {
  transition: linear all 750ms;
}
section.feature .right-col {
  padding: 0 0 0 1rem;
  z-index: 1000;
}
section.feature .right-col.image-col {
  transition: linear all 750ms;
}
section.feature .right-col .text-wrapper {
  transition: linear all 750ms;
}
section.feature button {
  width: auto;
  padding: 0 1rem;
}
section.feature .image-col {
  position: relative;
  overflow: hidden;
  height: 43.75rem;
  height: 100vh;
}
section.feature .image-col div.feature-image {
  position: absolute;
  top: 0px;
  left: -10%;
}
section.feature .image-col div.feature-image.circle {
  width: 35vw;
  height: 35vw;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section .cards {
  padding: 0 2rem;
  opacity: 0;
  transform: scale(0);
  transition: linear all 750ms;
}
section .cards.in-view {
  opacity: 1;
  transform: scale(1);
}
section .cards:hover img.static {
  opacity: 0;
}
section .cards img {
  width: 13.75rem;
  display: block;
  margin-bottom: 3rem;
}
section .cards img.static {
  position: absolute;
  left: calc(50% - 6.875rem);
}
section .cards p {
  text-align: center;
  color: #808098;
}
section .border {
  border: 0.625rem solid rgba(255, 255, 255, 0.9) !important;
  border-radius: 50%;
}
section .shadow {
  box-shadow: 0 40px 75px 0 rgba(61, 67, 118, 0.4) !important;
}
section .circle {
  border-radius: 50%;
}
section .background {
  height: 26rem;
  background: #EFEFF2;
  position: absolute;
  width: 120%;
  top: 11rem;
  left: -10%;
}
section .rotated {
  transform: rotate(-5deg);
}
section.client-logos div.client-logo-wrapper {
  background-color: #F2EFE9;
  display: block;
  margin: 10px auto;
  min-height: 90px;
}
section.client-logos div.client-logo-wrapper img.client-logo {
  max-width: 90%;
  max-height: 90%;
  display: block;
  margin: 0rem auto;
}
section.client-logos .carousel-item {
  min-height: 0;
}
section.client-logos .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
section.client-logos .carousel-indicators button.active {
  background-color: #2f3035;
}
section.client-logos p {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 25px;
}
section.client-logos h3 {
  margin-bottom: 8px !important;
}
section.demo {
  min-height: 43.75rem;
}
section.demo .demo-title-2 {
  max-width: 17rem;
  margin: 0 auto;
}
section.demo .circle-wrapper {
  width: 18rem;
  height: 18rem;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 2rem;
}
section img.hero-bg {
  width: 200%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  max-width: initial;
  z-index: -10;
  pointer-events: none;
}
section img.hero-bg.h100 {
  height: 100vh;
  width: initial;
}
section img.hero-bg.no-width {
  width: initial;
}
section img.hero {
  pointer-events: none;
  z-index: -1;
  width: 200%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  max-width: initial;
}
section img.hero.center {
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
section img.hero.h100 {
  height: 100vh;
  width: initial;
}

body.homepage .content-wrapper, body.us .content-wrapper {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden !important;
}
body.homepage section, body.us section {
  scroll-snap-points-y: none !important;
  scroll-snap-align: none !important;
}
body.homepage section.full-page, body.us section.full-page {
  margin: 0;
  width: 100vw;
  height: 100vh;
  scroll-snap-align: start;
}
body.homepage #main, body.us #main {
  overflow: visible !important;
  overflow-x: visible !important;
}
body.homepage h3, body.us h3 {
  margin-bottom: 24px;
}
body.homepage section.hero, body.us section.hero {
  background-size: 2824px;
  background-repeat: no-repeat;
  background-position: 10% 76%;
}
body.homepage section.hero h1, body.us section.hero h1 {
  margin-top: 100px;
}
body.homepage section.hero h2, body.us section.hero h2 {
  margin: 32px 0 8px 0;
}
body.homepage .card-background, body.us .card-background {
  opacity: 0;
  transition: linear all 750ms;
}
body.homepage .card-background.in-view, body.us .card-background.in-view {
  transition: linear all 750ms;
  opacity: 1;
}
body.homepage .homepage-hero-svg, body.us .homepage-hero-svg {
  position: absolute;
  top: 0;
  left: 0;
}
body.homepage .home-hero-image, body.us .home-hero-image {
  position: absolute;
  top: 45vh;
  opacity: 1;
  width: 60vw;
  left: 20vw;
  transition: linear all 750ms;
}
body.homepage .home-hero-image.start, body.us .home-hero-image.start {
  top: 100vh;
  opacity: 0;
  width: 50vw;
  left: 25vw;
  transition: linear all 750ms;
}

body.thePlatform .the-platform-image-0 {
  height: 40rem;
  position: absolute;
}
body.thePlatform .feature-carousel {
  padding: 4rem 0;
}
body.thePlatform .feature-carousel .carousel-inner {
  overflow: visible;
}
body.thePlatform .feature-carousel h2 {
  font-weight: 700;
  color: #151F1E;
  text-align: left;
  font-size: 1.9375rem;
}
body.thePlatform .feature-carousel .image-col {
  opacity: 1;
  position: relative;
}
body.thePlatform .feature-carousel .image-col img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body.thePlatform .feature-carousel .text-column {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
body.thePlatform .feature-carousel .left-col .text-wrapper {
  padding-right: 4rem;
}
body.thePlatform .feature-carousel .right-col .text-wrapper {
  padding-left: 4rem;
}
body.thePlatform .feature-carousel .text-wrapper ul {
  list-style-type: disc;
  list-style-position: inside;
}
body.thePlatform .feature-carousel .text-wrapper h2, body.thePlatform .feature-carousel .text-wrapper h3, body.thePlatform .feature-carousel .text-wrapper p {
  text-align: left;
}
body.thePlatform .feature-carousel .text-wrapper h3 {
  font-weight: 600;
  color: #151F1E;
  text-align: left;
  font-size: 1.4375rem;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
body.thePlatform .feature-carousel .text-wrapper p, body.thePlatform .feature-carousel .text-wrapper li {
  font-weight: 400;
  color: #808098;
  text-align: left;
  font-size: 1.1875rem;
  line-height: 2.0625rem;
}

body.careers div.position p {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
}
body.careers div.position p.lead {
  font-size: 1.1875rem;
  line-height: 2.0625rem;
  font-weight: normal;
}

body.ourApproach .feature-carousel h2 {
  text-align: left;
}
body.ourApproach .how-we-do-it-carousel .rotating-circles-wrapper {
  position: absolute;
  left: calc(50% - 305px);
  top: -1.21875rem;
  width: 38.125rem;
  height: 38.125rem;
}
body.ourApproach .how-we-do-it-carousel .rotating-circles-wrapper .circle-wrapper {
  pointer-events: none;
  position: absolute;
  width: 50rem;
  height: 50rem;
  left: -5.9375rem;
  top: -5.9375rem;
  z-index: 10;
  transition: linear all 500ms;
  transform: rotate(0deg);
}
body.ourApproach .how-we-do-it-carousel .rotating-circles-wrapper .circle-wrapper.green {
  z-index: 110;
}
body.ourApproach .how-we-do-it-carousel .rotating-circles-wrapper .circle-wrapper.yellow {
  z-index: 120;
}
body.ourApproach .how-we-do-it-carousel .rotating-circles-wrapper .circle-wrapper.purple {
  z-index: 1;
}
body.ourApproach .how-we-do-it-carousel .circle {
  position: absolute;
  border-radius: 50%;
}
body.ourApproach .how-we-do-it-carousel .yellow-circle {
  width: 140px;
  height: 140px;
  left: 83.2px;
  top: 162.6px;
  background-color: #FAB200;
  opacity: 0.7;
}
body.ourApproach .how-we-do-it-carousel .green-circle {
  width: 200px;
  height: 200px;
  left: 476.4px;
  top: 531px;
  position: absolute;
  background-color: #16BC4B;
  opacity: 0.4;
}
body.ourApproach .how-we-do-it-carousel .purple-circle {
  width: 110px;
  height: 110px;
  left: 594.2px;
  top: 178.9px;
  position: absolute;
  background-color: #FC1DC8;
  opacity: 0.5;
}
body.ourApproach .background {
  height: 21.8125rem;
  background-color: #F7F7F9;
  top: 5rem;
}
body.ourApproach .how-we-do-it-carousel-wrapper {
  position: relative;
  cursor: grab;
  z-index: 100;
}
body.ourApproach .how-we-do-it-carousel-wrapper .slick-prev, body.ourApproach .how-we-do-it-carousel-wrapper .slick-next {
  z-index: 200;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  display: block;
  background-color: #FC1DC8;
  border: 0.0625rem solid #FC1DC8;
  position: absolute;
  padding: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
body.ourApproach .how-we-do-it-carousel-wrapper .slick-prev:before, body.ourApproach .how-we-do-it-carousel-wrapper .slick-next:before {
  content: "";
}
body.ourApproach .how-we-do-it-carousel-wrapper .slick-prev {
  left: calc(50% - 17.84375rem - 1.3125rem) !important;
  background-image: url("../images/svg/icon_backward.svg");
}
body.ourApproach .how-we-do-it-carousel-wrapper .slick-next {
  left: calc(50% + 17.84375rem - 1.3125rem) !important;
  background-image: url("../images/svg/icon_forward.svg");
}
body.ourApproach .how-we-do-it-carousel-wrapper .slick-next:hover {
  box-shadow: 0 18px 35px 0 rgba(252, 29, 200, 0.55);
  text-decoration: none;
}
body.ourApproach .how-we-do-it-carousel-wrapper .slick-next:active {
  box-shadow: none;
  background-color: #CC16A1;
  text-decoration: none;
}
body.ourApproach .how-we-do-it-carousel-wrapper .slick-list {
  overflow: visible;
  margin-top: 4rem;
}
body.ourApproach .how-we-do-it-carousel-wrapper .slick-dots {
  top: -3.5rem;
  bottom: auto;
}
body.ourApproach .how-we-do-it-carousel-wrapper .slick-dots li button:before {
  font-size: 1rem;
  color: rgba(141, 171, 202, 0.4);
  opacity: 1;
}
body.ourApproach .how-we-do-it-carousel-wrapper .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #8DABCA;
}
body.ourApproach .how-we-do-it-carousel-wrapper .slide {
  width: 45.6875rem;
  height: 35.6875rem;
  border: 1px solid green;
}
body.ourApproach .how-we-do-it-carousel-wrapper .slide .slide-content-wrapper {
  border: 1px solid red;
  width: 650px;
  height: 490px;
  padding: 0 67px;
  margin: 0 auto;
  display: flex;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}
body.ourApproach .how-we-do-it-carousel-wrapper .slide .slide-content {
  align-self: center;
  text-align: center;
}
body.ourApproach .how-we-do-it-carousel-wrapper .slide h3 {
  font-size: 1.9375rem;
  line-height: 2.4375rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
}
body.ourApproach .how-we-do-it-carousel-wrapper .slide p {
  font-size: 1.4375rem;
  line-height: 2.1875rem;
  margin: 0;
  color: #808098;
}

.quote-carousel {
  position: relative;
  cursor: grab;
  z-index: 100;
  border: 3px solid green;
}
.quote-carousel .quote-carousel-outer-wrapper {
  width: 100%;
  min-height: 650px;
  z-index: 200;
  border: 3px solid red;
}
.quote-carousel .slick-prev, .quote-carousel .slick-next {
  z-index: 300;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  padding: 0;
  bottom: 40px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.quote-carousel .slick-prev:before, .quote-carousel .slick-next:before {
  content: "";
}
.quote-carousel .slick-prev {
  left: calc(70% + 24px);
  background-image: url("../images/svg/arrow_left.svg") !important;
}
.quote-carousel .slick-next {
  left: calc(70% + 70px) !important;
  background-image: url("../images/svg/arrow_right.svg") !important;
}
.quote-carousel .slick-next:hover, .quote-carousel .slick-next:active {
  text-decoration: none;
}
.quote-carousel .slick-list {
  overflow: visible;
}
.quote-carousel .slick-dots {
  top: -3.5rem;
  bottom: auto;
}
.quote-carousel .slick-dots li button:before {
  font-size: 1rem;
  color: rgba(141, 171, 202, 0.4);
  opacity: 1;
}
.quote-carousel .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #8DABCA;
}
.quote-carousel .slide .slide-content-wrapper {
  width: 100%;
  height: auto;
  padding: 32px 68px;
  margin: 0 auto;
  display: flex;
  background-color: #E6E1D8;
  bottom: 0;
  left: 0;
  position: absolute;
}
.quote-carousel .slide .slide-content {
  align-self: center;
}
.quote-carousel .slide h3 {
  text-align: left;
  font-weight: 600;
  margin: 1rem 0;
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 38px;
}
.quote-carousel .slide p {
  margin: 0;
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 25px;
  text-align: left;
}
.quote-carousel .slide ul.blog-post-categories {
  margin: 0 !important;
}

.fade:not(.show) {
  pointer-events: none;
  top: 100vh;
}

#book-a-demo-modal .modal-content {
  border: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 40px 75px 0 rgba(61, 67, 118, 0.4);
  background-color: #ffffff;
  border-radius: 50%;
}
#book-a-demo-modal .modal-dialog {
  margin: 0 auto;
}
#book-a-demo-modal .modal-body {
  padding: 0;
}
#book-a-demo-modal .form-wrapper {
  background: none;
  box-shadow: none;
  border: none;
  padding: 2rem 4rem;
  margin: 0;
}
#book-a-demo-modal a.button {
  display: inline-block;
}

.form_thank_you {
  text-align: center;
  display: none;
}

.form-wrapper {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 40px 75px 0 rgba(61, 67, 118, 0.4);
  background-color: #ffffff;
  padding: 2rem;
  margin-top: 20rem;
  /* active state */
  /* BOTTOM BARS ================================= */
  /* active state */
  /* active state */
}
.form-wrapper .form-group {
  position: relative;
  height: 3.75rem;
  margin: 0;
}
.form-wrapper input.form-control {
  text-align: left;
  border: none;
  -webkit-tap-highlight-color: transparent;
  color: #151F1E;
  font-weight: bold;
  border-bottom: 1px solid #808098;
  border-radius: 0;
  padding: 0;
}
.form-wrapper label {
  color: #808098;
  font-size: 1rem;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  width: 100%;
  top: 0.125rem;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.form-wrapper input:focus ~ label,
.form-wrapper input:valid ~ label {
  top: 2rem;
  font-size: 1rem;
  color: rgba(128, 128, 152, 0.6);
}
.form-wrapper .bar {
  position: relative;
  display: block;
  width: 100%;
}
.form-wrapper .bar:before, .form-wrapper .bar:after {
  content: "";
  height: 0.125rem;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #151F1E;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.form-wrapper .bar:before {
  left: 50%;
}
.form-wrapper .bar:after {
  right: 50%;
}
.form-wrapper input:focus ~ .bar:before, .form-wrapper input:focus ~ .bar:after {
  width: 50%;
}
.form-wrapper input:focus ~ .highlight {
  animation: inputHighlighter 0.3s ease;
  /* ANIMATIONS ================ */
}
@keyframes inputHighlighter {
  from {
    background: #151F1E;
  }
  to {
    width: 100%;
    background: transparent;
  }
}

.spinner-wrapper {
  display: none !important;
}
.spinner-wrapper .spinner {
  width: 3rem;
  height: 3rem;
  margin: 3rem auto 3rem auto;
}

.all-posts .search-count {
  display: none;
}

section.hero p {
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 21px;
  letter-spacing: 0;
  line-height: 31px;
}
section.hero h1 {
  color: #151F1E;
  font-family: "IBM Plex Serif";
  font-size: 100px;
  font-weight: 500;
  letter-spacing: -5px;
  line-height: 100px;
  margin: 140px 0 32px 0;
}
section.hero h2 {
  color: #151F1E;
  font-family: "Source Sans Pro";
  font-size: 37px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 43px;
  margin: 32px 0;
}
section.hero img.feature-image {
  position: absolute;
  top: calc(50% + 2.5rem);
  transform: translateY(-50%);
  left: 50vw;
  height: 45rem;
}
section.hero ul.hero-buttons li {
  float: left;
  margin: 0 1rem 1rem 0;
}
section.hero ul.hero-buttons li:last-child {
  margin-right: 0;
}

ul.categories {
  display: block;
  list-style-image: none !important;
  padding: 0 !important;
  float: left;
}
ul.categories li {
  float: left;
  font-family: "Open Sans";
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #ffffff;
  text-transform: uppercase;
}
ul.categories li:after {
  content: ",";
  margin-right: 0.35rem;
}
ul.categories li:last-child:after {
  content: "";
}

/* lg */
@media (max-width: 1199px) {
  section.feature img.section-image-0 {
    left: calc(50vw + 5rem);
  }
  section.feature img.section-image-0-circle {
    left: calc(50vw + 4rem - 1rem);
  }
  section.feature img.section-image-2 {
    left: calc(50vw + 1rem);
  }
  section.feature img.section-image-3 {
    left: -16rem;
  }
  ul.social li {
    margin-right: 0.5rem !important;
    margin-bottom: 1rem;
  }
  ul.social li img {
    width: 90%;
    height: 90%;
  }
  .quote-carousel .quote-image-wrapper {
    height: 24.125rem;
    top: 2rem;
  }
  .quote-carousel .white-2 {
    width: 200px;
    height: 200px;
    bottom: -8rem;
    left: 90%;
  }
  .quote-carousel .white-3 {
    bottom: -9rem;
    left: 80%;
  }
}
/* md */
@media (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 65px;
  }
  #hamburger {
    display: block;
    z-index: 1000;
  }
  .navbar-wrapper {
    display: initial;
  }
  .navbar-wrapper.full_screen .navbar-collapse {
    display: block;
    width: 100%;
    height: 100%;
  }
  .navbar-wrapper.full_screen .navbar-nav {
    position: initial;
  }
  .navbar-toggler:hover {
    background-color: inherit;
  }
  nav {
    overflow: hidden;
  }
  nav .nav_li_wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #f2efe9;
  }
  nav ul.navbar-nav {
    position: relative;
    margin-top: 15%;
  }
  nav ul.navbar-nav li {
    width: 100%;
    text-align: center;
    margin: 0.5rem 0 !important;
  }
  nav ul.navbar-nav li a {
    padding: 0 !important;
    font-size: 1.25rem;
  }
  nav ul.navbar-nav li a.black {
    max-width: 120px;
    margin: 0 auto;
  }
  section.feature img.section-image-1 {
    left: -17rem;
  }
  section.feature img.section-image-2 {
    left: calc(50vw - 1rem);
  }
  section.feature img.section-image-3 {
    left: -19rem;
  }
  body.contactUs .office_wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.contactUs .office_wrapper h2 {
    text-align: left !important;
  }
  body.contactUs .office_wrapper p.data br {
    display: none;
  }
  .quote-carousel .quote-image-wrapper {
    height: 20.125rem;
    top: 4rem;
  }
  .quote-carousel .white-2 {
    width: 200px;
    height: 200px;
    bottom: -8rem;
    left: 90%;
  }
  .quote-carousel .white-3 {
    bottom: -9rem;
    left: 80%;
  }
  section.signup .background {
    height: 23rem;
  }
}
@media (min-width: 768px) {
  body.homepage .card-background.background, body.us .card-background.background {
    top: calc(50% - 13rem);
  }
  section.feature .image-col {
    overflow: visible;
  }
  section.feature .image-col-small {
    display: none !important;
  }
  section.feature img.section-image-0,
  section.feature img.section-image-0-circle,
  section.feature img.section-image-1,
  section.feature img.section-image-2,
  section.feature img.section-image-3 {
    left: initial;
    max-height: initial;
    max-width: initial;
  }
  section.feature img.section-image-1,
  section.feature img.section-image-3 {
    right: -2rem;
    left: initial;
  }
}
/* sm */
@media (max-width: 767px) {
  .navbar-wrapper .bootstrap-select {
    right: 60px;
    top: 20px;
  }
  section .border {
    border-width: 0.4rem !important;
  }
  body.homepage section.section, body.us section.section {
    height: auto !important;
  }
  body.homepage h1.hero.start, body.us h1.hero.start {
    font-size: 2.9375rem;
  }
  section.feature img.section-image-0,
  section.feature img.section-image-0-circle,
  section.feature img.section-image-1,
  section.feature img.section-image-2,
  section.feature img.section-image-3 {
    display: none;
  }
  section.feature .image-col-small {
    overflow: visible !important;
  }
  section.feature .section-image-small-0-circle {
    position: absolute !important;
    right: auto !important;
    left: -2rem !important;
    top: 4rem !important;
    height: 150px !important;
  }
  section.feature .image-col-small.image-col-1,
  section.feature .image-col-small.image-col-2,
  section.feature .image-col-small.image-col-3 {
    margin-bottom: -4rem;
  }
  section .card-background {
    height: 70rem;
  }
  section.demo .circle-wrapper {
    margin: 0 auto;
  }
  body.thePlatform .pl-4rem,
  body.thePlatform .feature-carousel .text-wrapper {
    padding: 0 !important;
  }
  body.thePlatform button.forward, body.thePlatform a.button.forward {
    position: absolute;
    bottom: 45%;
  }
  body.thePlatform .feature-carousel .image-col {
    margin-top: 3rem;
  }
  body.thePlatform .feature-carousel .image-col img {
    position: initial;
    top: auto;
    transform: none;
  }
  .blogpost blockquote {
    padding: 0 3rem !important;
  }
  section.hero img.feature-image {
    max-height: 60%;
  }
  .quote-carousel .quote-image-wrapper,
  .quote-carousel .white-2,
  .quote-carousel .white-3 {
    opacity: 0.01;
  }
  .quote-carousel .quote-carousel-outer-wrapper {
    left: calc(50% - 19.0625rem);
  }
  .quote-carousel .rotating-circles-wrapper {
    left: calc(50% - 19.0625rem);
  }
  #quoteCarousel .slick-dots {
    left: 0;
    bottom: -4rem;
  }
  section.feature {
    background-image: initial !important;
    background-size: 0 !important;
    padding-top: 2rem;
    height: auto;
  }
  section.feature .text-wrapper, section.feature h2 {
    text-align: center;
  }
  section.feature .right-col {
    padding-left: 0;
  }
  section.feature .left-col {
    padding-right: 0;
  }
  section.feature .image-col {
    margin: 1rem 0 0;
    height: initial;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  section.feature .image-col .feature-image {
    left: 0 !important;
  }
  section.feature .image-col .feature-image.with-mobile {
    top: 1.5rem;
    position: relative;
  }
  section.feature .image-col .phone-image {
    position: absolute;
    right: 0rem;
    top: 0rem;
  }
  section.feature .image-col img {
    margin: 0 auto;
    position: initial;
  }
  .footer .navbar-brand {
    float: left;
  }
  .footer .container-fluid {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, #242440 20%, #242440 100%);
    padding-top: 9rem;
  }
  section.signup .background {
    height: 29rem;
    top: 4rem;
  }
}
/* xs */
@media (max-width: 575px) {
  section.blog-posts .blog-post-wrapper {
    padding: 0;
    margin: 2.5rem 0;
  }
  .blogpost blockquote {
    padding: 0 1rem !important;
  }
  #blogpost-hero .blog-image-wrapper {
    height: 25rem;
    top: 1rem;
  }
  section#blogpost-hero.hero {
    height: 38rem;
    min-height: 38rem;
  }
  section#our-approach-hero,
  section#careers-hero,
  section#the-platform-hero {
    display: initial;
  }
  section.hero img.feature-image {
    position: initial;
    transform: none;
    width: 100%;
    height: auto;
    top: auto;
    margin-top: 5rem !important;
    padding-right: 2rem;
  }
  #share {
    order: 1;
  }
  #post {
    order: 2;
  }
}
@media (max-width: 500px) {
  section.feature .image-col-small.image-col-1,
  section.feature .image-col-small.image-col-2,
  section.feature .image-col-small.image-col-3 {
    margin-bottom: -2rem;
  }
  section.feature .section-image-small-0-circle {
    left: -1rem !important;
    top: 17% !important;
    height: 100px !important;
  }
}
@media (max-width: 450px) {
  .footer .container-fluid {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, #242440 10%, #242440 100%);
    padding-top: 7rem;
  }
}
section.hero h1 {
  margin-top: 0;
}

#ani_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}

#guide {
  position: fixed;
  display: inline-block;
  width: 20%;
  height: 200px;
  left: 100px;
  border: solid 4px blue;
}

.canvas_container {
  position: fixed;
  display: inline-block;
  width: 100%;
  height: 100vh;
  z-index: 100;
  z-index: 0;
  pointer-events: none;
}

.canvas {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}

.loading_cont:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  opacity: 0.05;
  z-index: 0;
}

.svg_container {
  display: inline-block;
  position: relative;
  width: 800px;
  height: 600px;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
}

rect {
  transform-origin: 50% 50%;
}

.blobs {
  filter: url("#goo");
}

.blob {
  fill: white;
}

.line-style {
  fill: none;
  stroke: black;
  stroke-width: 1px;
}

.block-01, .block-02 {
  float: left;
  width: 100%;
  height: 600px;
  background-color: #F4885D;
  color: #ffffff;
  text-align: center;
  padding-top: 40px;
  font-family: Arial, Helvetica, sans-serif;
}

.block-02 {
  background-color: #53B2FF;
}

.ani-spacer {
  position: relative;
  width: 100%;
  opacity: 0.2;
}