@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,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");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono: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");
body.blog {
  background-color: #EDEBE6;
}
body.blog a {
  color: inherit;
  text-decoration: none;
}
body.blog h1 {
  text-transform: none;
}
body.blog .blog-post-categories ul,
body.blog .blog-post-wrapper ul,
body.blog .most-read-carousel-section ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
body.blog .blog-post-categories ul li,
body.blog .blog-post-wrapper ul li,
body.blog .most-read-carousel-section ul li {
  list-style: none;
}
body.blog .blog-post-categories a,
body.blog .blog-post-wrapper a,
body.blog .most-read-carousel-section a {
  color: inherit !important;
  text-decoration: none !important;
}
body.blog .blog-post-categories a:hover,
body.blog .blog-post-wrapper a:hover,
body.blog .most-read-carousel-section a:hover {
  text-decoration: underline !important;
}
body.blog section img {
  max-width: 100%;
}
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;
  margin-bottom: 50px;
}
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;
  outline: none !important;
}
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;
  outline: none !important;
}
body.blog .blog-menu-wrapper div.search #search-form input::-moz-placeholder {
  color: rgb(155, 155, 158);
  font-style: italic;
}
body.blog .blog-menu-wrapper div.search #search-form input::placeholder {
  color: rgb(155, 155, 158);
  font-style: italic;
}
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;
  background-position: center;
}
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;
  text-decoration: none;
}
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;
  display: inline-block;
}
body.blog .hero-main ul.blog-post-categories li:first-child {
  padding-left: 0;
}
body.blog .hero-main ul.blog-post-categories li a {
  color: inherit;
}
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;
  text-decoration: none !important;
}
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;
  list-style: none;
  padding: 0;
}
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-category-main ul.blog-post-categories li:first-child a {
  text-decoration: none;
}
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;
  padding: 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 ul.blog-post-categories li a {
  text-decoration: none;
}
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;
  aspect-ratio: 194/109;
}
body.blog section.blog-posts .blog-post-wrapper .image_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
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 {
  position: relative;
}
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 ul.blog-post-categories {
  margin: 16px 0 8px;
}
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;
  text-align: left;
}
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;
  text-decoration: none;
}
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;
}
body.blog .spinner-wrapper {
  display: none !important;
}
body.blog .spinner-wrapper .spinner {
  width: 3rem;
  height: 3rem;
  margin: 3rem auto 3rem auto;
}
body.blog .all-posts .search-count {
  display: none;
}

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: 0;
  padding: 0 !important;
}
body.blog ul.blog-post-categories li,
body.blogMain ul.blog-post-categories li {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  color: #808098;
  color: #C7BAA8;
  font-family: "Source Sans Pro";
}
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;
}

.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;
}
.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 .most-read-image {
  aspect-ratio: 194/109;
  overflow: hidden;
  border-radius: 4px;
}
.most-read-carousel .most-read-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.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;
  text-align: left;
}
.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;
}

body.careers-new {
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}
body.careers-new h4 {
  text-transform: none;
  text-align: left;
}
body.careers-new .people-carousel-section a {
  text-decoration: none;
}
body.careers-new .people-carousel-section h4 {
  text-align: left;
  font-size: 21px;
}
body.careers-new .people-carousel-section {
  margin: 156px 0;
}
body.careers-new .people-carousel-section .people-carousel {
  position: initial;
}
body.careers-new .people-carousel-section .people-carousel .people-image-wrapper {
  max-height: 350px;
  height: 350px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
body.careers-new .people-carousel-section .people-carousel .slick-list {
  overflow: visible;
}
body.careers-new .people-carousel-section .people-carousel .slick-prev, body.careers-new .people-carousel-section .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;
}
body.careers-new .people-carousel-section .people-carousel .slick-prev:before, body.careers-new .people-carousel-section .people-carousel .slick-next:before {
  content: "";
}
body.careers-new .people-carousel-section .people-carousel .slick-prev .slick-prev, body.careers-new .people-carousel-section .people-carousel .slick-next .slick-prev {
  right: 46px;
  background-image: url("../images/svg/arrow_left.svg") !important;
}
body.careers-new .people-carousel-section .people-carousel .slick-prev .slick-next, body.careers-new .people-carousel-section .people-carousel .slick-next .slick-next {
  right: 0;
  background-image: url("../images/svg/arrow_right.svg") !important;
}
body.careers-new .people-carousel-section .people-carousel .slick-prev .slick-next:hover, body.careers-new .people-carousel-section .people-carousel .slick-prev .slick-next:active, body.careers-new .people-carousel-section .people-carousel .slick-next .slick-next:hover, body.careers-new .people-carousel-section .people-carousel .slick-next .slick-next:active {
  text-decoration: none;
}
body.careers-new .people-carousel-section .people-carousel .slick-prev h4, body.careers-new .people-carousel-section .people-carousel .slick-next 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;
}
body.careers-new .people-carousel-section .people-carousel .slick-prev h5, body.careers-new .people-carousel-section .people-carousel .slick-next 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;
}
body.careers-new section img {
  max-width: 100%;
}
body.careers-new .dbl-col {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
body.careers-new .cycler {
  position: relative;
}
body.careers-new .cycler img {
  z-index: 1;
}
body.careers-new .cycler img.active {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
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 .careers-text ul {
  list-style: none;
  padding: 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-new .our-values-carousel-sm img {
  width: 100vw;
}
body.careers-new .our-values-carousel-gsap {
  width: 500%;
  display: flex !important;
  flex-wrap: nowrap;
  overflow-x: hidden;
  overflow-y: scroll;
}
body.careers-new .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;
}
body.careers-new .our-values-carousel-gsap .slide path.line {
  fill: none !important;
  stroke: #35373d !important;
  stroke-miterlimit: 10 !important;
  stroke-width: 3px !important;
  stroke-linecap: round;
}
body.careers-new .our-values-carousel-gsap img.line {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--windowWidth) * 4);
  height: var(--windowHeight);
}
body.careers-new .our-values-carousel-gsap #h-trigger-1 {
  position: absolute;
  left: 300px;
  top: 100px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: red;
}
body.careers-new .our-values-carousel .slick-track {
  background-size: calc(var(--windowWidth) * 4) auto;
  background-position: left center;
  background-repeat: no-repeat;
}
body.careers-new .our-values-carousel .slide {
  min-height: var(--windowHeight);
  position: relative;
  overflow: hidden;
}
body.careers-new .our-values-carousel .slide .ani_container {
  width: 100vw !important;
  height: 100vh !important;
  position: absolute;
  top: 0;
  left: 0;
}
body.careers-new .our-values-carousel .slide svg {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--windowWidth);
  height: var(--windowHeight);
  width: 100%;
  height: 100%;
}
body.careers-new .our-values-carousel .slide svg.svg-line {
  display: none;
}
body.careers-new .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;
}
body.careers-new .our-values-carousel .slide .blob {
  position: absolute;
  width: var(--windowWidth);
  height: auto;
}
body.careers-new .our-values-carousel .slide .blob-sm {
  display: none;
  width: 100vw;
  margin: 32px 0;
}
body.careers-new .our-values-carousel .slide.slide-1 .blob {
  height: 100vh;
  width: auto;
  top: 0px;
  left: 0px;
}
body.careers-new .our-values-carousel .slide.slide-1 img.line {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--windowWidth) * 4);
  height: var(--windowHeight);
}
body.careers-new .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);
}
body.careers-new .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);
}
body.careers-new .our-values-carousel .slide.slide-4 #ani-svg-container-04 svg {
  left: 0%;
}
body.careers-new .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);
}
body.careers-new .our-values-carousel .slide .container {
  min-height: 100vh;
}
body.careers-new .our-values-carousel .slide .value-text {
  position: absolute;
  top: 0px;
  left: 0px;
}
body.careers-new .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;
}
body.careers-new .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;
}
body.careers-new .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;
}
body.careers-new .our-values-carousel .slick-prev, body.careers-new .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;
}
body.careers-new .our-values-carousel .slick-prev:before, body.careers-new .our-values-carousel .slick-next:before {
  content: "";
}
body.careers-new .our-values-carousel .slick-prev {
  left: 45%;
  background-image: url("../images/svg/arrow_left.svg") !important;
}
body.careers-new .our-values-carousel .slick-next {
  left: calc(45% + 40px) !important;
  background-image: url("../images/svg/arrow_right.svg") !important;
}
body.careers-new .our-values-carousel .slick-next:hover, body.careers-new .our-values-carousel .slick-next:active {
  text-decoration: none;
}
body.careers-new .bottom-section 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;
}
body.careers-new .bottom-section a.button:hover, body.careers-new .bottom-section a.button.active {
  text-decoration: none;
  transition: linear all 300ms;
  background-color: #2E3035;
  color: #ffffff;
}
body.careers-new .bottom-section a.button.black {
  color: #ffffff;
  background-color: #2E3035;
}
body.careers-new .bottom-section a.button.black:hover, body.careers-new .bottom-section a.button.black:active {
  background-color: transparent;
  text-decoration: none;
  box-shadow: none;
  color: #2E3035;
}
body.careers-new .bottom-section a.button.arrow-right {
  position: relative;
  border: none;
  padding-left: 61px;
  font-size: 20px;
  transition: all linear 250ms;
}
body.careers-new .bottom-section 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;
}
body.careers-new .bottom-section 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;
}
body.careers-new .bottom-section a.button.arrow-right:hover, body.careers-new .bottom-section a.button.arrow-right:active, body.careers-new .bottom-section a.button.arrow-right.active {
  background-color: transparent;
  color: inherit;
  transition: all linear 250ms;
  text-decoration: none;
}
body.careers-new .bottom-section a.button.arrow-right:hover:after, body.careers-new .bottom-section a.button.arrow-right:active:after, body.careers-new .bottom-section a.button.arrow-right.active:after {
  width: 100%;
}
body.careers-new .bottom-section a.button.disabled {
  opacity: 0.5 !important;
  pointer-events: none;
}
body.careers-new .bottom-section 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;
}
body.careers-new .bottom-section a.button.forward:hover {
  box-shadow: 0 18px 35px 0 rgba(252, 29, 200, 0.55);
  text-decoration: none;
}
body.careers-new .bottom-section a.button.forward:active {
  box-shadow: none;
  background-color: #CC16A1;
  text-decoration: none;
}
body.careers-new .bottom-section a.button.forward img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.625rem;
  height: 2.625rem;
}

/* md */
@media (max-width: 991px) {
  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;
  }
}
/* sm */
@media (max-width: 767px) {
  body.careers-new .dbl-col {
    -moz-column-count: 1;
         column-count: 1;
  }
  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;
  }
  /* xs */
}
@media (max-width: 575px) {
  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;
  }
}
.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;
}
.navbar-wrapper .bootstrap-select .dropdown-menu {
  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;
  }
}
.nav2026 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 80px;
  display: flex;
  align-items: flex-start;
  transition: height 0.3s ease, background 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease;
}
.nav2026.is-scrolled {
  height: 64px;
  background: rgba(237, 235, 230, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.nav2026.is-scrolled .nav2026-logo img {
  height: 36px;
}
.nav2026 > .container {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.nav2026 .nav2026-bar {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 12px;
  height: 80px;
  transition: height 0.3s ease;
}
.nav2026.is-scrolled .nav2026-bar {
  height: 64px;
}
.nav2026 .nav2026-logo {
  flex-shrink: 0;
  z-index: 2;
  margin-right: auto;
}
.nav2026 .nav2026-logo img {
  height: 44px;
  width: auto;
  display: block;
  transition: height 0.3s ease;
}
.nav2026 .nav2026-menu {
  display: none;
}
@media (min-width: 992px) {
  .nav2026 .nav2026-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
  }
}
.nav2026 .nav2026-menu .nav2026-links {
  pointer-events: auto;
}
.nav2026 .nav2026-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav2026 .nav2026-item {
  position: relative;
}
.nav2026 .nav2026-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  color: #35373D;
  text-decoration: none;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.15s ease, font-weight 0.05s ease;
  white-space: nowrap;
}
.nav2026 .nav2026-link::before {
  display: block;
  content: attr(data-text);
  font-weight: 900;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.nav2026 .nav2026-link:hover {
  color: #040507;
  font-weight: 900;
}
.nav2026 .nav2026-item.is-active > .nav2026-link {
  color: #9B9B9E;
  font-weight: 600;
}
.nav2026 .nav2026-caret {
  width: 10px;
  height: 6px;
  transition: transform 0.2s ease;
}
.nav2026 .nav2026-item.is-dropdown-open > .nav2026-link .nav2026-caret {
  transform: rotate(180deg);
}
.nav2026 .nav2026-dropdown {
  position: absolute;
  top: 100%;
  left: -12px;
  padding-top: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.nav2026 .nav2026-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08), 0 2px 12px rgba(0, 0, 0, 0.04);
  min-width: 200px;
}
.nav2026 .nav2026-dropdown li {
  margin: 0;
  padding: 0;
}
.nav2026 .nav2026-dropdown-link {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  color: #35373D;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 10px;
  transition: background 0.15s ease, color 0.15s ease;
}
.nav2026 .nav2026-dropdown-link:hover {
  background: rgba(255, 255, 255, 0.6);
  color: #35373D;
}
.nav2026 .nav2026-dropdown-link.is-active {
  color: #9B9B9E;
}
.nav2026 .nav2026-dropdown-link.is-active:hover {
  background: none;
}
.nav2026 .nav2026-item.is-dropdown-open .nav2026-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav2026 .nav2026-login {
  flex-shrink: 0;
  z-index: 2;
}
.nav2026 .nav2026-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  padding: 0;
}
@media (min-width: 992px) {
  .nav2026 .nav2026-toggle {
    display: none;
  }
}
.nav2026 .nav2026-toggle-bar {
  display: block;
  width: 24px;
  height: 2px;
  background: #35373D;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.nav2026.is-open .nav2026-toggle .nav2026-toggle-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.nav2026.is-open .nav2026-toggle .nav2026-toggle-bar:nth-child(2) {
  opacity: 0;
}
.nav2026.is-open .nav2026-toggle .nav2026-toggle-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.nav2026.is-open {
  height: 100vh;
  height: 100dvh;
  background: #EDEBE6;
  overflow: visible;
  flex-direction: column;
}
.nav2026 .nav2026-mobile {
  display: none;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.nav2026.is-open .nav2026-mobile {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.nav2026 .nav2026-mobile-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 100px 24px 40px;
  gap: 12px;
}
.nav2026 .nav2026-mobile-links {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 360px;
}
.nav2026 .nav2026-mobile-item {
  border-bottom: 1px solid rgba(53, 55, 61, 0.08);
}
.nav2026 .nav2026-mobile-item:last-child {
  border-bottom: none;
}
.nav2026 .nav2026-mobile-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #35373D;
  text-decoration: none;
  padding: 16px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.nav2026 .nav2026-mobile-link.is-active {
  color: #9B9B9E;
}
.nav2026 .nav2026-mobile-item.has-children > button .nav2026-caret {
  transition: transform 0.3s ease;
}
.nav2026 .nav2026-mobile-item.is-expanded > button .nav2026-caret {
  transform: rotate(180deg);
}
.nav2026 .nav2026-mobile-children {
  list-style: none;
  margin: 0;
  padding: 0 0 12px 16px;
  display: none;
}
.nav2026 .nav2026-mobile-item.is-expanded .nav2026-mobile-children {
  display: block;
}
.nav2026 .nav2026-mobile-child {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #35373D;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 8px;
  transition: background 0.15s ease;
}
.nav2026 .nav2026-mobile-child:hover {
  background: rgba(245, 191, 66, 0.4);
}
.nav2026 .nav2026-mobile-child.is-active {
  color: #9B9B9E;
}
.nav2026 .nav2026-mobile-login {
  margin-top: 24px;
  width: 100%;
  max-width: 360px;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .nav2026 .nav2026-mobile-login {
    display: none;
  }
}

body.nav-open {
  overflow: hidden;
}
@media (min-width: 992px) {
  body.nav-open {
    overflow: auto;
  }
}

.nav2026 ~ .navbar-wrapper {
  display: none !important;
}

.contact-us-2026 .footer {
  margin-top: 0;
  padding-top: 60px;
}

.contact2026 {
  position: relative;
  padding-top: 120px;
  padding-bottom: 0px;
}
.contact2026 .contact2026-line {
  position: absolute;
  aspect-ratio: 1440.21/352.47;
  left: 0%;
  bottom: 50px;
  width: 100vw;
  z-index: 0;
  pointer-events: none;
}
.contact2026 .svg-hero .svg {
  aspect-ratio: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: scale(0);
  transition: all 2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.contact2026 .svg-hero .svg .block {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.contact2026 .svg-hero {
  position: absolute;
  top: -40px;
  left: -60px;
  z-index: 1;
  pointer-events: none;
}
.contact2026 .svg-hero .svg-1 {
  width: 758px;
}
.contact2026 .svg-hero .svg-1 .block {
  border-radius: 157px;
  background: #F5CB70;
}
.contact2026 .svg-hero .svg-1.active {
  transform: rotate(10.36deg);
  top: 213px;
  left: 659px;
}
.contact2026 .svg-hero .svg-1.active .block {
  animation: slow-rotate-left 75s ease-in-out infinite;
}
.contact2026 .svg-hero .svg-2 {
  width: 734px;
}
.contact2026 .svg-hero .svg-2 .block {
  border-radius: 159px;
  background: #F5BF42;
}
.contact2026 .svg-hero .svg-2.active {
  transform: rotate(78.7deg);
  top: 202px;
  left: 648px;
}
.contact2026 .svg-hero .svg-2.active .block {
  animation: slow-rotate-right 55s ease-in-out infinite;
}
.contact2026 .svg-hero .svg-3 {
  width: 363px;
}
.contact2026 .svg-hero .svg-3 .block {
  border-radius: 87px;
  background: rgba(246, 220, 163, 0.4);
  backdrop-filter: blur(41px);
  -webkit-backdrop-filter: blur(41px);
}
.contact2026 .svg-hero .svg-3.active {
  transform: rotate(99.67deg);
  top: -195px;
  left: 231px;
}
.contact2026 .svg-hero .svg-3.active .block {
  animation: slow-rotate-left 45s ease-in-out infinite;
}
.contact2026 .svg-hero .svg-4 {
  width: 213px;
}
.contact2026 .svg-hero .svg-4 .block {
  border-radius: 52px;
  background: #F4B633;
}
.contact2026 .svg-hero .svg-4.active {
  transform: rotate(97.02deg);
  top: 31px;
  left: 453px;
}
.contact2026 .svg-hero .svg-4.active .block {
  animation: slow-rotate-right 65s ease-in-out infinite;
}
.contact2026 .contact2026-row {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 280px);
  align-items: stretch;
}
.contact2026 .contact2026-info {
  display: flex;
  align-items: flex-start;
  padding-top: 40px;
}
.contact2026 .contact2026-info-inner {
  position: relative;
  z-index: 2;
}
.contact2026 .contact2026-block {
  margin-bottom: 32px;
}
.contact2026 .contact2026-label {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 100%;
  text-transform: uppercase;
  color: #3EB4A7;
  margin-bottom: 8px;
}
.contact2026 .contact2026-value {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #35373D;
  text-decoration: none;
  line-height: 100%;
  display: block;
}
.contact2026 .contact2026-value:hover {
  color: #040507;
}
.contact2026 p.contact2026-value {
  font-size: 16px;
  line-height: 100%;
}
.contact2026 a.contact2026-value:hover {
  text-decoration: underline;
}
.contact2026 .contact2026-form-col {
  display: flex;
  align-items: flex-start;
  padding-top: 20px;
}
.contact2026 .contact2026-form-wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
}
.contact2026 .contact2026-heading {
  font-family: "Anton", sans-serif;
  font-size: 102px;
  font-weight: 400;
  line-height: 110%;
  color: #35373D;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.contact2026 .contact2026-subheading {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #636468;
  line-height: 140%;
  margin-bottom: 32px;
  max-width: 380px;
}
.contact2026 .contact2026-form {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.contact2026 .contact2026-field {
  margin-bottom: 16px;
}
.contact2026 .contact2026-field input {
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #35373D;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: none;
  border-radius: 8px;
  padding: 8px 24px;
  outline: none;
  transition: background 0.2s ease;
}
.contact2026 .contact2026-field input::-moz-placeholder {
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 16px;
  color: #9B9B9E;
}
.contact2026 .contact2026-field input::placeholder {
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 16px;
  color: #9B9B9E;
}
.contact2026 .contact2026-field input:focus {
  background: rgba(255, 255, 255, 0.6);
}
.contact2026 .contact2026-field input.error {
  background: rgba(215, 118, 118, 0.08);
}
.contact2026 .contact2026-submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}
.contact2026 .contact2026-result {
  display: none;
  padding: 40px 0;
}
.contact2026 .contact2026-result h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #35373D;
  text-align: left;
  line-height: 140%;
}
@media (max-width: 991.98px) {
  .contact2026 .contact2026-row {
    min-height: auto;
  }
  .contact2026 .contact2026-info {
    padding-top: 20px;
    order: 2;
  }
  .contact2026 .contact2026-form-col {
    order: 1;
    padding-top: 0;
  }
  .contact2026 .svg-hero {
    top: -30px;
    left: -40px;
  }
}
@media (max-width: 575.98px) {
  .contact2026 {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .contact2026 .contact2026-heading {
    font-size: clamp(3rem, 1rem + 10vw, 5rem);
  }
  .contact2026 .svg-hero {
    top: -20px;
    left: -30px;
    transform: scale(0.7);
    transform-origin: top left;
  }
  .contact2026 .contact2026-line {
    display: none;
  }
}

.contact2026-blue-section {
  position: relative;
  pointer-events: none;
}
.contact2026-blue-section .contact2026-svgs-bottom {
  position: absolute;
  top: 130px;
  left: -200px;
  width: 100%;
  height: 100%;
}
.contact2026-blue-section .svg {
  aspect-ratio: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: scale(0);
  transition: all 2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.contact2026-blue-section .svg .block {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.contact2026-blue-section .svg-1 {
  width: 564px;
}
.contact2026-blue-section .svg-1 .block {
  border-radius: 128px;
  background: #75BDFF;
}
.contact2026-blue-section .svg-1.active {
  transform: rotate(-78.7deg);
  top: -220px;
  left: -23px;
}
.contact2026-blue-section .svg-1.active .block {
  animation: slow-rotate-left 75s ease-in-out infinite;
}
.contact2026-blue-section .svg-2 {
  width: 468px;
}
.contact2026-blue-section .svg-2 .block {
  border-radius: 102px;
  background: #A4D3FF;
}
.contact2026-blue-section .svg-2.active {
  transform: rotate(-163.01deg);
  top: -240px;
  left: 45px;
}
.contact2026-blue-section .svg-2.active .block {
  animation: slow-rotate-right 55s ease-in-out infinite;
}
.contact2026-blue-section .svg-3 {
  width: 219px;
  z-index: 10;
}
.contact2026-blue-section .svg-3 .block {
  border-radius: 56px;
  background: rgba(164, 211, 255, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.contact2026-blue-section .svg-3.active {
  transform: rotate(-13.45deg);
  top: -500px;
  left: 215px;
}
.contact2026-blue-section .svg-3.active .block {
  animation: slow-rotate-left 45s ease-in-out infinite;
}
.contact2026-blue-section .svg-4 {
  width: 136px;
}
.contact2026-blue-section .svg-4 .block {
  border-radius: 44px;
  background: #53ADFF;
}
.contact2026-blue-section .svg-4.active {
  transform: rotate(-48.66deg);
  top: -380px;
  left: 156px;
}
.contact2026-blue-section .svg-4.active .block {
  animation: slow-rotate-right 65s ease-in-out infinite;
}
@media (max-width: 991.98px) {
  .contact2026-blue-section .contact2026-svgs-bottom {
    left: -60px;
  }
}
@media (max-width: 575.98px) {
  .contact2026-blue-section {
    margin-top: -200px;
    height: 200px;
  }
  .contact2026-blue-section .contact2026-svgs-bottom {
    transform: scale(0.6);
    transform-origin: bottom left;
  }
}

@media (max-width: 991.98px) {
  .contact2026-blue-section .contact2026-svgs-bottom {
    left: -320px;
  }
}
.book-demo-overlay {
  position: fixed;
  inset: 0;
  z-index: 19999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.book-demo-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.book-demo-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(237, 235, 230, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.book-demo-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 560px;
  padding: 60px 40px;
  max-height: 100vh;
  overflow-y: auto;
}

.book-demo-close {
  top: 24px;
  right: 32px;
  z-index: 10000;
}

.book-demo-content .contact2026-heading {
  text-align: left;
}
.book-demo-content .contact2026-subheading {
  text-align: left;
  max-width: 100%;
}
.book-demo-content .contact2026-submit {
  justify-content: end;
}
.book-demo-content .contact2026-result {
  text-align: start;
}

@media (max-width: 575.98px) {
  .book-demo-panel {
    padding: 100px 24px 40px;
  }
  .book-demo-close {
    top: 16px;
    right: 16px;
  }
}
.u-mt-1 {
  margin-top: 1px !important;
}

.u-pt-1 {
  padding-top: 1px !important;
}

.u-mt-2 {
  margin-top: 2px !important;
}

.u-pt-2 {
  padding-top: 2px !important;
}

.u-mt-3 {
  margin-top: 3px !important;
}

.u-pt-3 {
  padding-top: 3px !important;
}

.u-mt-4 {
  margin-top: 4px !important;
}

.u-pt-4 {
  padding-top: 4px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-mt-6 {
  margin-top: 6px !important;
}

.u-pt-6 {
  padding-top: 6px !important;
}

.u-mt-7 {
  margin-top: 7px !important;
}

.u-pt-7 {
  padding-top: 7px !important;
}

.u-mt-8 {
  margin-top: 8px !important;
}

.u-pt-8 {
  padding-top: 8px !important;
}

.u-mt-9 {
  margin-top: 9px !important;
}

.u-pt-9 {
  padding-top: 9px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-mt-11 {
  margin-top: 11px !important;
}

.u-pt-11 {
  padding-top: 11px !important;
}

.u-mt-12 {
  margin-top: 12px !important;
}

.u-pt-12 {
  padding-top: 12px !important;
}

.u-mt-13 {
  margin-top: 13px !important;
}

.u-pt-13 {
  padding-top: 13px !important;
}

.u-mt-14 {
  margin-top: 14px !important;
}

.u-pt-14 {
  padding-top: 14px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-mt-16 {
  margin-top: 16px !important;
}

.u-pt-16 {
  padding-top: 16px !important;
}

.u-mt-17 {
  margin-top: 17px !important;
}

.u-pt-17 {
  padding-top: 17px !important;
}

.u-mt-18 {
  margin-top: 18px !important;
}

.u-pt-18 {
  padding-top: 18px !important;
}

.u-mt-19 {
  margin-top: 19px !important;
}

.u-pt-19 {
  padding-top: 19px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-mt-21 {
  margin-top: 21px !important;
}

.u-pt-21 {
  padding-top: 21px !important;
}

.u-mt-22 {
  margin-top: 22px !important;
}

.u-pt-22 {
  padding-top: 22px !important;
}

.u-mt-23 {
  margin-top: 23px !important;
}

.u-pt-23 {
  padding-top: 23px !important;
}

.u-mt-24 {
  margin-top: 24px !important;
}

.u-pt-24 {
  padding-top: 24px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-mt-26 {
  margin-top: 26px !important;
}

.u-pt-26 {
  padding-top: 26px !important;
}

.u-mt-27 {
  margin-top: 27px !important;
}

.u-pt-27 {
  padding-top: 27px !important;
}

.u-mt-28 {
  margin-top: 28px !important;
}

.u-pt-28 {
  padding-top: 28px !important;
}

.u-mt-29 {
  margin-top: 29px !important;
}

.u-pt-29 {
  padding-top: 29px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-mt-31 {
  margin-top: 31px !important;
}

.u-pt-31 {
  padding-top: 31px !important;
}

.u-mt-32 {
  margin-top: 32px !important;
}

.u-pt-32 {
  padding-top: 32px !important;
}

.u-mt-33 {
  margin-top: 33px !important;
}

.u-pt-33 {
  padding-top: 33px !important;
}

.u-mt-34 {
  margin-top: 34px !important;
}

.u-pt-34 {
  padding-top: 34px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-mt-36 {
  margin-top: 36px !important;
}

.u-pt-36 {
  padding-top: 36px !important;
}

.u-mt-37 {
  margin-top: 37px !important;
}

.u-pt-37 {
  padding-top: 37px !important;
}

.u-mt-38 {
  margin-top: 38px !important;
}

.u-pt-38 {
  padding-top: 38px !important;
}

.u-mt-39 {
  margin-top: 39px !important;
}

.u-pt-39 {
  padding-top: 39px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-mt-105 {
  margin-top: 105px !important;
}

.u-pt-105 {
  padding-top: 105px !important;
}

.u-mt-110 {
  margin-top: 110px !important;
}

.u-pt-110 {
  padding-top: 110px !important;
}

.u-mt-115 {
  margin-top: 115px !important;
}

.u-pt-115 {
  padding-top: 115px !important;
}

.u-mt-120 {
  margin-top: 120px !important;
}

.u-pt-120 {
  padding-top: 120px !important;
}

.u-mt-125 {
  margin-top: 125px !important;
}

.u-pt-125 {
  padding-top: 125px !important;
}

.u-mt-130 {
  margin-top: 130px !important;
}

.u-pt-130 {
  padding-top: 130px !important;
}

.u-mt-135 {
  margin-top: 135px !important;
}

.u-pt-135 {
  padding-top: 135px !important;
}

.u-mt-140 {
  margin-top: 140px !important;
}

.u-pt-140 {
  padding-top: 140px !important;
}

.u-mt-145 {
  margin-top: 145px !important;
}

.u-pt-145 {
  padding-top: 145px !important;
}

.u-mt-150 {
  margin-top: 150px !important;
}

.u-pt-150 {
  padding-top: 150px !important;
}

.u-mt-155 {
  margin-top: 155px !important;
}

.u-pt-155 {
  padding-top: 155px !important;
}

.u-mt-160 {
  margin-top: 160px !important;
}

.u-pt-160 {
  padding-top: 160px !important;
}

.u-mt-165 {
  margin-top: 165px !important;
}

.u-pt-165 {
  padding-top: 165px !important;
}

.u-mt-170 {
  margin-top: 170px !important;
}

.u-pt-170 {
  padding-top: 170px !important;
}

.u-mt-175 {
  margin-top: 175px !important;
}

.u-pt-175 {
  padding-top: 175px !important;
}

.u-mt-180 {
  margin-top: 180px !important;
}

.u-pt-180 {
  padding-top: 180px !important;
}

.u-mt-185 {
  margin-top: 185px !important;
}

.u-pt-185 {
  padding-top: 185px !important;
}

.u-mt-190 {
  margin-top: 190px !important;
}

.u-pt-190 {
  padding-top: 190px !important;
}

.u-mt-195 {
  margin-top: 195px !important;
}

.u-pt-195 {
  padding-top: 195px !important;
}

.u-mt-200 {
  margin-top: 200px !important;
}

.u-pt-200 {
  padding-top: 200px !important;
}

.u-mt-205 {
  margin-top: 205px !important;
}

.u-pt-205 {
  padding-top: 205px !important;
}

.u-mt-210 {
  margin-top: 210px !important;
}

.u-pt-210 {
  padding-top: 210px !important;
}

.u-mt-215 {
  margin-top: 215px !important;
}

.u-pt-215 {
  padding-top: 215px !important;
}

.u-mt-220 {
  margin-top: 220px !important;
}

.u-pt-220 {
  padding-top: 220px !important;
}

.u-mt-225 {
  margin-top: 225px !important;
}

.u-pt-225 {
  padding-top: 225px !important;
}

.u-mt-230 {
  margin-top: 230px !important;
}

.u-pt-230 {
  padding-top: 230px !important;
}

.u-mt-235 {
  margin-top: 235px !important;
}

.u-pt-235 {
  padding-top: 235px !important;
}

.u-mt-240 {
  margin-top: 240px !important;
}

.u-pt-240 {
  padding-top: 240px !important;
}

.u-mt-245 {
  margin-top: 245px !important;
}

.u-pt-245 {
  padding-top: 245px !important;
}

.u-mt-250 {
  margin-top: 250px !important;
}

.u-pt-250 {
  padding-top: 250px !important;
}

.u-mt-255 {
  margin-top: 255px !important;
}

.u-pt-255 {
  padding-top: 255px !important;
}

.u-mt-260 {
  margin-top: 260px !important;
}

.u-pt-260 {
  padding-top: 260px !important;
}

.u-mt-265 {
  margin-top: 265px !important;
}

.u-pt-265 {
  padding-top: 265px !important;
}

.u-mt-270 {
  margin-top: 270px !important;
}

.u-pt-270 {
  padding-top: 270px !important;
}

.u-mt-275 {
  margin-top: 275px !important;
}

.u-pt-275 {
  padding-top: 275px !important;
}

.u-mt-280 {
  margin-top: 280px !important;
}

.u-pt-280 {
  padding-top: 280px !important;
}

.u-mt-285 {
  margin-top: 285px !important;
}

.u-pt-285 {
  padding-top: 285px !important;
}

.u-mt-290 {
  margin-top: 290px !important;
}

.u-pt-290 {
  padding-top: 290px !important;
}

.u-mt-295 {
  margin-top: 295px !important;
}

.u-pt-295 {
  padding-top: 295px !important;
}

.u-mt-300 {
  margin-top: 300px !important;
}

.u-pt-300 {
  padding-top: 300px !important;
}

.u-mr-1 {
  margin-right: 1px !important;
}

.u-pr-1 {
  padding-right: 1px !important;
}

.u-mr-2 {
  margin-right: 2px !important;
}

.u-pr-2 {
  padding-right: 2px !important;
}

.u-mr-3 {
  margin-right: 3px !important;
}

.u-pr-3 {
  padding-right: 3px !important;
}

.u-mr-4 {
  margin-right: 4px !important;
}

.u-pr-4 {
  padding-right: 4px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-mr-6 {
  margin-right: 6px !important;
}

.u-pr-6 {
  padding-right: 6px !important;
}

.u-mr-7 {
  margin-right: 7px !important;
}

.u-pr-7 {
  padding-right: 7px !important;
}

.u-mr-8 {
  margin-right: 8px !important;
}

.u-pr-8 {
  padding-right: 8px !important;
}

.u-mr-9 {
  margin-right: 9px !important;
}

.u-pr-9 {
  padding-right: 9px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-mr-11 {
  margin-right: 11px !important;
}

.u-pr-11 {
  padding-right: 11px !important;
}

.u-mr-12 {
  margin-right: 12px !important;
}

.u-pr-12 {
  padding-right: 12px !important;
}

.u-mr-13 {
  margin-right: 13px !important;
}

.u-pr-13 {
  padding-right: 13px !important;
}

.u-mr-14 {
  margin-right: 14px !important;
}

.u-pr-14 {
  padding-right: 14px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-mr-16 {
  margin-right: 16px !important;
}

.u-pr-16 {
  padding-right: 16px !important;
}

.u-mr-17 {
  margin-right: 17px !important;
}

.u-pr-17 {
  padding-right: 17px !important;
}

.u-mr-18 {
  margin-right: 18px !important;
}

.u-pr-18 {
  padding-right: 18px !important;
}

.u-mr-19 {
  margin-right: 19px !important;
}

.u-pr-19 {
  padding-right: 19px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-mr-21 {
  margin-right: 21px !important;
}

.u-pr-21 {
  padding-right: 21px !important;
}

.u-mr-22 {
  margin-right: 22px !important;
}

.u-pr-22 {
  padding-right: 22px !important;
}

.u-mr-23 {
  margin-right: 23px !important;
}

.u-pr-23 {
  padding-right: 23px !important;
}

.u-mr-24 {
  margin-right: 24px !important;
}

.u-pr-24 {
  padding-right: 24px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

.u-mr-26 {
  margin-right: 26px !important;
}

.u-pr-26 {
  padding-right: 26px !important;
}

.u-mr-27 {
  margin-right: 27px !important;
}

.u-pr-27 {
  padding-right: 27px !important;
}

.u-mr-28 {
  margin-right: 28px !important;
}

.u-pr-28 {
  padding-right: 28px !important;
}

.u-mr-29 {
  margin-right: 29px !important;
}

.u-pr-29 {
  padding-right: 29px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-mr-31 {
  margin-right: 31px !important;
}

.u-pr-31 {
  padding-right: 31px !important;
}

.u-mr-32 {
  margin-right: 32px !important;
}

.u-pr-32 {
  padding-right: 32px !important;
}

.u-mr-33 {
  margin-right: 33px !important;
}

.u-pr-33 {
  padding-right: 33px !important;
}

.u-mr-34 {
  margin-right: 34px !important;
}

.u-pr-34 {
  padding-right: 34px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}

.u-mr-36 {
  margin-right: 36px !important;
}

.u-pr-36 {
  padding-right: 36px !important;
}

.u-mr-37 {
  margin-right: 37px !important;
}

.u-pr-37 {
  padding-right: 37px !important;
}

.u-mr-38 {
  margin-right: 38px !important;
}

.u-pr-38 {
  padding-right: 38px !important;
}

.u-mr-39 {
  margin-right: 39px !important;
}

.u-pr-39 {
  padding-right: 39px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}

.u-pr-55 {
  padding-right: 55px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-mr-65 {
  margin-right: 65px !important;
}

.u-pr-65 {
  padding-right: 65px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-mr-75 {
  margin-right: 75px !important;
}

.u-pr-75 {
  padding-right: 75px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-mr-85 {
  margin-right: 85px !important;
}

.u-pr-85 {
  padding-right: 85px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}

.u-pr-95 {
  padding-right: 95px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

.u-mr-105 {
  margin-right: 105px !important;
}

.u-pr-105 {
  padding-right: 105px !important;
}

.u-mr-110 {
  margin-right: 110px !important;
}

.u-pr-110 {
  padding-right: 110px !important;
}

.u-mr-115 {
  margin-right: 115px !important;
}

.u-pr-115 {
  padding-right: 115px !important;
}

.u-mr-120 {
  margin-right: 120px !important;
}

.u-pr-120 {
  padding-right: 120px !important;
}

.u-mr-125 {
  margin-right: 125px !important;
}

.u-pr-125 {
  padding-right: 125px !important;
}

.u-mr-130 {
  margin-right: 130px !important;
}

.u-pr-130 {
  padding-right: 130px !important;
}

.u-mr-135 {
  margin-right: 135px !important;
}

.u-pr-135 {
  padding-right: 135px !important;
}

.u-mr-140 {
  margin-right: 140px !important;
}

.u-pr-140 {
  padding-right: 140px !important;
}

.u-mr-145 {
  margin-right: 145px !important;
}

.u-pr-145 {
  padding-right: 145px !important;
}

.u-mr-150 {
  margin-right: 150px !important;
}

.u-pr-150 {
  padding-right: 150px !important;
}

.u-mr-155 {
  margin-right: 155px !important;
}

.u-pr-155 {
  padding-right: 155px !important;
}

.u-mr-160 {
  margin-right: 160px !important;
}

.u-pr-160 {
  padding-right: 160px !important;
}

.u-mr-165 {
  margin-right: 165px !important;
}

.u-pr-165 {
  padding-right: 165px !important;
}

.u-mr-170 {
  margin-right: 170px !important;
}

.u-pr-170 {
  padding-right: 170px !important;
}

.u-mr-175 {
  margin-right: 175px !important;
}

.u-pr-175 {
  padding-right: 175px !important;
}

.u-mr-180 {
  margin-right: 180px !important;
}

.u-pr-180 {
  padding-right: 180px !important;
}

.u-mr-185 {
  margin-right: 185px !important;
}

.u-pr-185 {
  padding-right: 185px !important;
}

.u-mr-190 {
  margin-right: 190px !important;
}

.u-pr-190 {
  padding-right: 190px !important;
}

.u-mr-195 {
  margin-right: 195px !important;
}

.u-pr-195 {
  padding-right: 195px !important;
}

.u-mr-200 {
  margin-right: 200px !important;
}

.u-pr-200 {
  padding-right: 200px !important;
}

.u-mr-205 {
  margin-right: 205px !important;
}

.u-pr-205 {
  padding-right: 205px !important;
}

.u-mr-210 {
  margin-right: 210px !important;
}

.u-pr-210 {
  padding-right: 210px !important;
}

.u-mr-215 {
  margin-right: 215px !important;
}

.u-pr-215 {
  padding-right: 215px !important;
}

.u-mr-220 {
  margin-right: 220px !important;
}

.u-pr-220 {
  padding-right: 220px !important;
}

.u-mr-225 {
  margin-right: 225px !important;
}

.u-pr-225 {
  padding-right: 225px !important;
}

.u-mr-230 {
  margin-right: 230px !important;
}

.u-pr-230 {
  padding-right: 230px !important;
}

.u-mr-235 {
  margin-right: 235px !important;
}

.u-pr-235 {
  padding-right: 235px !important;
}

.u-mr-240 {
  margin-right: 240px !important;
}

.u-pr-240 {
  padding-right: 240px !important;
}

.u-mr-245 {
  margin-right: 245px !important;
}

.u-pr-245 {
  padding-right: 245px !important;
}

.u-mr-250 {
  margin-right: 250px !important;
}

.u-pr-250 {
  padding-right: 250px !important;
}

.u-mr-255 {
  margin-right: 255px !important;
}

.u-pr-255 {
  padding-right: 255px !important;
}

.u-mr-260 {
  margin-right: 260px !important;
}

.u-pr-260 {
  padding-right: 260px !important;
}

.u-mr-265 {
  margin-right: 265px !important;
}

.u-pr-265 {
  padding-right: 265px !important;
}

.u-mr-270 {
  margin-right: 270px !important;
}

.u-pr-270 {
  padding-right: 270px !important;
}

.u-mr-275 {
  margin-right: 275px !important;
}

.u-pr-275 {
  padding-right: 275px !important;
}

.u-mr-280 {
  margin-right: 280px !important;
}

.u-pr-280 {
  padding-right: 280px !important;
}

.u-mr-285 {
  margin-right: 285px !important;
}

.u-pr-285 {
  padding-right: 285px !important;
}

.u-mr-290 {
  margin-right: 290px !important;
}

.u-pr-290 {
  padding-right: 290px !important;
}

.u-mr-295 {
  margin-right: 295px !important;
}

.u-pr-295 {
  padding-right: 295px !important;
}

.u-mr-300 {
  margin-right: 300px !important;
}

.u-pr-300 {
  padding-right: 300px !important;
}

.u-mb-1 {
  margin-bottom: 1px !important;
}

.u-pb-1 {
  padding-bottom: 1px !important;
}

.u-mb-2 {
  margin-bottom: 2px !important;
}

.u-pb-2 {
  padding-bottom: 2px !important;
}

.u-mb-3 {
  margin-bottom: 3px !important;
}

.u-pb-3 {
  padding-bottom: 3px !important;
}

.u-mb-4 {
  margin-bottom: 4px !important;
}

.u-pb-4 {
  padding-bottom: 4px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-mb-6 {
  margin-bottom: 6px !important;
}

.u-pb-6 {
  padding-bottom: 6px !important;
}

.u-mb-7 {
  margin-bottom: 7px !important;
}

.u-pb-7 {
  padding-bottom: 7px !important;
}

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

.u-pb-8 {
  padding-bottom: 8px !important;
}

.u-mb-9 {
  margin-bottom: 9px !important;
}

.u-pb-9 {
  padding-bottom: 9px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-mb-11 {
  margin-bottom: 11px !important;
}

.u-pb-11 {
  padding-bottom: 11px !important;
}

.u-mb-12 {
  margin-bottom: 12px !important;
}

.u-pb-12 {
  padding-bottom: 12px !important;
}

.u-mb-13 {
  margin-bottom: 13px !important;
}

.u-pb-13 {
  padding-bottom: 13px !important;
}

.u-mb-14 {
  margin-bottom: 14px !important;
}

.u-pb-14 {
  padding-bottom: 14px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

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

.u-pb-16 {
  padding-bottom: 16px !important;
}

.u-mb-17 {
  margin-bottom: 17px !important;
}

.u-pb-17 {
  padding-bottom: 17px !important;
}

.u-mb-18 {
  margin-bottom: 18px !important;
}

.u-pb-18 {
  padding-bottom: 18px !important;
}

.u-mb-19 {
  margin-bottom: 19px !important;
}

.u-pb-19 {
  padding-bottom: 19px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-mb-21 {
  margin-bottom: 21px !important;
}

.u-pb-21 {
  padding-bottom: 21px !important;
}

.u-mb-22 {
  margin-bottom: 22px !important;
}

.u-pb-22 {
  padding-bottom: 22px !important;
}

.u-mb-23 {
  margin-bottom: 23px !important;
}

.u-pb-23 {
  padding-bottom: 23px !important;
}

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

.u-pb-24 {
  padding-bottom: 24px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-mb-26 {
  margin-bottom: 26px !important;
}

.u-pb-26 {
  padding-bottom: 26px !important;
}

.u-mb-27 {
  margin-bottom: 27px !important;
}

.u-pb-27 {
  padding-bottom: 27px !important;
}

.u-mb-28 {
  margin-bottom: 28px !important;
}

.u-pb-28 {
  padding-bottom: 28px !important;
}

.u-mb-29 {
  margin-bottom: 29px !important;
}

.u-pb-29 {
  padding-bottom: 29px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-mb-31 {
  margin-bottom: 31px !important;
}

.u-pb-31 {
  padding-bottom: 31px !important;
}

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

.u-pb-32 {
  padding-bottom: 32px !important;
}

.u-mb-33 {
  margin-bottom: 33px !important;
}

.u-pb-33 {
  padding-bottom: 33px !important;
}

.u-mb-34 {
  margin-bottom: 34px !important;
}

.u-pb-34 {
  padding-bottom: 34px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-mb-36 {
  margin-bottom: 36px !important;
}

.u-pb-36 {
  padding-bottom: 36px !important;
}

.u-mb-37 {
  margin-bottom: 37px !important;
}

.u-pb-37 {
  padding-bottom: 37px !important;
}

.u-mb-38 {
  margin-bottom: 38px !important;
}

.u-pb-38 {
  padding-bottom: 38px !important;
}

.u-mb-39 {
  margin-bottom: 39px !important;
}

.u-pb-39 {
  padding-bottom: 39px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-mb-105 {
  margin-bottom: 105px !important;
}

.u-pb-105 {
  padding-bottom: 105px !important;
}

.u-mb-110 {
  margin-bottom: 110px !important;
}

.u-pb-110 {
  padding-bottom: 110px !important;
}

.u-mb-115 {
  margin-bottom: 115px !important;
}

.u-pb-115 {
  padding-bottom: 115px !important;
}

.u-mb-120 {
  margin-bottom: 120px !important;
}

.u-pb-120 {
  padding-bottom: 120px !important;
}

.u-mb-125 {
  margin-bottom: 125px !important;
}

.u-pb-125 {
  padding-bottom: 125px !important;
}

.u-mb-130 {
  margin-bottom: 130px !important;
}

.u-pb-130 {
  padding-bottom: 130px !important;
}

.u-mb-135 {
  margin-bottom: 135px !important;
}

.u-pb-135 {
  padding-bottom: 135px !important;
}

.u-mb-140 {
  margin-bottom: 140px !important;
}

.u-pb-140 {
  padding-bottom: 140px !important;
}

.u-mb-145 {
  margin-bottom: 145px !important;
}

.u-pb-145 {
  padding-bottom: 145px !important;
}

.u-mb-150 {
  margin-bottom: 150px !important;
}

.u-pb-150 {
  padding-bottom: 150px !important;
}

.u-mb-155 {
  margin-bottom: 155px !important;
}

.u-pb-155 {
  padding-bottom: 155px !important;
}

.u-mb-160 {
  margin-bottom: 160px !important;
}

.u-pb-160 {
  padding-bottom: 160px !important;
}

.u-mb-165 {
  margin-bottom: 165px !important;
}

.u-pb-165 {
  padding-bottom: 165px !important;
}

.u-mb-170 {
  margin-bottom: 170px !important;
}

.u-pb-170 {
  padding-bottom: 170px !important;
}

.u-mb-175 {
  margin-bottom: 175px !important;
}

.u-pb-175 {
  padding-bottom: 175px !important;
}

.u-mb-180 {
  margin-bottom: 180px !important;
}

.u-pb-180 {
  padding-bottom: 180px !important;
}

.u-mb-185 {
  margin-bottom: 185px !important;
}

.u-pb-185 {
  padding-bottom: 185px !important;
}

.u-mb-190 {
  margin-bottom: 190px !important;
}

.u-pb-190 {
  padding-bottom: 190px !important;
}

.u-mb-195 {
  margin-bottom: 195px !important;
}

.u-pb-195 {
  padding-bottom: 195px !important;
}

.u-mb-200 {
  margin-bottom: 200px !important;
}

.u-pb-200 {
  padding-bottom: 200px !important;
}

.u-mb-205 {
  margin-bottom: 205px !important;
}

.u-pb-205 {
  padding-bottom: 205px !important;
}

.u-mb-210 {
  margin-bottom: 210px !important;
}

.u-pb-210 {
  padding-bottom: 210px !important;
}

.u-mb-215 {
  margin-bottom: 215px !important;
}

.u-pb-215 {
  padding-bottom: 215px !important;
}

.u-mb-220 {
  margin-bottom: 220px !important;
}

.u-pb-220 {
  padding-bottom: 220px !important;
}

.u-mb-225 {
  margin-bottom: 225px !important;
}

.u-pb-225 {
  padding-bottom: 225px !important;
}

.u-mb-230 {
  margin-bottom: 230px !important;
}

.u-pb-230 {
  padding-bottom: 230px !important;
}

.u-mb-235 {
  margin-bottom: 235px !important;
}

.u-pb-235 {
  padding-bottom: 235px !important;
}

.u-mb-240 {
  margin-bottom: 240px !important;
}

.u-pb-240 {
  padding-bottom: 240px !important;
}

.u-mb-245 {
  margin-bottom: 245px !important;
}

.u-pb-245 {
  padding-bottom: 245px !important;
}

.u-mb-250 {
  margin-bottom: 250px !important;
}

.u-pb-250 {
  padding-bottom: 250px !important;
}

.u-mb-255 {
  margin-bottom: 255px !important;
}

.u-pb-255 {
  padding-bottom: 255px !important;
}

.u-mb-260 {
  margin-bottom: 260px !important;
}

.u-pb-260 {
  padding-bottom: 260px !important;
}

.u-mb-265 {
  margin-bottom: 265px !important;
}

.u-pb-265 {
  padding-bottom: 265px !important;
}

.u-mb-270 {
  margin-bottom: 270px !important;
}

.u-pb-270 {
  padding-bottom: 270px !important;
}

.u-mb-275 {
  margin-bottom: 275px !important;
}

.u-pb-275 {
  padding-bottom: 275px !important;
}

.u-mb-280 {
  margin-bottom: 280px !important;
}

.u-pb-280 {
  padding-bottom: 280px !important;
}

.u-mb-285 {
  margin-bottom: 285px !important;
}

.u-pb-285 {
  padding-bottom: 285px !important;
}

.u-mb-290 {
  margin-bottom: 290px !important;
}

.u-pb-290 {
  padding-bottom: 290px !important;
}

.u-mb-295 {
  margin-bottom: 295px !important;
}

.u-pb-295 {
  padding-bottom: 295px !important;
}

.u-mb-300 {
  margin-bottom: 300px !important;
}

.u-pb-300 {
  padding-bottom: 300px !important;
}

.u-ml-1 {
  margin-left: 1px !important;
}

.u-pl-1 {
  padding-left: 1px !important;
}

.u-ml-2 {
  margin-left: 2px !important;
}

.u-pl-2 {
  padding-left: 2px !important;
}

.u-ml-3 {
  margin-left: 3px !important;
}

.u-pl-3 {
  padding-left: 3px !important;
}

.u-ml-4 {
  margin-left: 4px !important;
}

.u-pl-4 {
  padding-left: 4px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-ml-6 {
  margin-left: 6px !important;
}

.u-pl-6 {
  padding-left: 6px !important;
}

.u-ml-7 {
  margin-left: 7px !important;
}

.u-pl-7 {
  padding-left: 7px !important;
}

.u-ml-8 {
  margin-left: 8px !important;
}

.u-pl-8 {
  padding-left: 8px !important;
}

.u-ml-9 {
  margin-left: 9px !important;
}

.u-pl-9 {
  padding-left: 9px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-ml-11 {
  margin-left: 11px !important;
}

.u-pl-11 {
  padding-left: 11px !important;
}

.u-ml-12 {
  margin-left: 12px !important;
}

.u-pl-12 {
  padding-left: 12px !important;
}

.u-ml-13 {
  margin-left: 13px !important;
}

.u-pl-13 {
  padding-left: 13px !important;
}

.u-ml-14 {
  margin-left: 14px !important;
}

.u-pl-14 {
  padding-left: 14px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-ml-16 {
  margin-left: 16px !important;
}

.u-pl-16 {
  padding-left: 16px !important;
}

.u-ml-17 {
  margin-left: 17px !important;
}

.u-pl-17 {
  padding-left: 17px !important;
}

.u-ml-18 {
  margin-left: 18px !important;
}

.u-pl-18 {
  padding-left: 18px !important;
}

.u-ml-19 {
  margin-left: 19px !important;
}

.u-pl-19 {
  padding-left: 19px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-ml-21 {
  margin-left: 21px !important;
}

.u-pl-21 {
  padding-left: 21px !important;
}

.u-ml-22 {
  margin-left: 22px !important;
}

.u-pl-22 {
  padding-left: 22px !important;
}

.u-ml-23 {
  margin-left: 23px !important;
}

.u-pl-23 {
  padding-left: 23px !important;
}

.u-ml-24 {
  margin-left: 24px !important;
}

.u-pl-24 {
  padding-left: 24px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-ml-26 {
  margin-left: 26px !important;
}

.u-pl-26 {
  padding-left: 26px !important;
}

.u-ml-27 {
  margin-left: 27px !important;
}

.u-pl-27 {
  padding-left: 27px !important;
}

.u-ml-28 {
  margin-left: 28px !important;
}

.u-pl-28 {
  padding-left: 28px !important;
}

.u-ml-29 {
  margin-left: 29px !important;
}

.u-pl-29 {
  padding-left: 29px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-ml-31 {
  margin-left: 31px !important;
}

.u-pl-31 {
  padding-left: 31px !important;
}

.u-ml-32 {
  margin-left: 32px !important;
}

.u-pl-32 {
  padding-left: 32px !important;
}

.u-ml-33 {
  margin-left: 33px !important;
}

.u-pl-33 {
  padding-left: 33px !important;
}

.u-ml-34 {
  margin-left: 34px !important;
}

.u-pl-34 {
  padding-left: 34px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

.u-ml-36 {
  margin-left: 36px !important;
}

.u-pl-36 {
  padding-left: 36px !important;
}

.u-ml-37 {
  margin-left: 37px !important;
}

.u-pl-37 {
  padding-left: 37px !important;
}

.u-ml-38 {
  margin-left: 38px !important;
}

.u-pl-38 {
  padding-left: 38px !important;
}

.u-ml-39 {
  margin-left: 39px !important;
}

.u-pl-39 {
  padding-left: 39px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-ml-55 {
  margin-left: 55px !important;
}

.u-pl-55 {
  padding-left: 55px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-ml-65 {
  margin-left: 65px !important;
}

.u-pl-65 {
  padding-left: 65px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-ml-75 {
  margin-left: 75px !important;
}

.u-pl-75 {
  padding-left: 75px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-ml-85 {
  margin-left: 85px !important;
}

.u-pl-85 {
  padding-left: 85px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

.u-ml-95 {
  margin-left: 95px !important;
}

.u-pl-95 {
  padding-left: 95px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

.u-ml-105 {
  margin-left: 105px !important;
}

.u-pl-105 {
  padding-left: 105px !important;
}

.u-ml-110 {
  margin-left: 110px !important;
}

.u-pl-110 {
  padding-left: 110px !important;
}

.u-ml-115 {
  margin-left: 115px !important;
}

.u-pl-115 {
  padding-left: 115px !important;
}

.u-ml-120 {
  margin-left: 120px !important;
}

.u-pl-120 {
  padding-left: 120px !important;
}

.u-ml-125 {
  margin-left: 125px !important;
}

.u-pl-125 {
  padding-left: 125px !important;
}

.u-ml-130 {
  margin-left: 130px !important;
}

.u-pl-130 {
  padding-left: 130px !important;
}

.u-ml-135 {
  margin-left: 135px !important;
}

.u-pl-135 {
  padding-left: 135px !important;
}

.u-ml-140 {
  margin-left: 140px !important;
}

.u-pl-140 {
  padding-left: 140px !important;
}

.u-ml-145 {
  margin-left: 145px !important;
}

.u-pl-145 {
  padding-left: 145px !important;
}

.u-ml-150 {
  margin-left: 150px !important;
}

.u-pl-150 {
  padding-left: 150px !important;
}

.u-ml-155 {
  margin-left: 155px !important;
}

.u-pl-155 {
  padding-left: 155px !important;
}

.u-ml-160 {
  margin-left: 160px !important;
}

.u-pl-160 {
  padding-left: 160px !important;
}

.u-ml-165 {
  margin-left: 165px !important;
}

.u-pl-165 {
  padding-left: 165px !important;
}

.u-ml-170 {
  margin-left: 170px !important;
}

.u-pl-170 {
  padding-left: 170px !important;
}

.u-ml-175 {
  margin-left: 175px !important;
}

.u-pl-175 {
  padding-left: 175px !important;
}

.u-ml-180 {
  margin-left: 180px !important;
}

.u-pl-180 {
  padding-left: 180px !important;
}

.u-ml-185 {
  margin-left: 185px !important;
}

.u-pl-185 {
  padding-left: 185px !important;
}

.u-ml-190 {
  margin-left: 190px !important;
}

.u-pl-190 {
  padding-left: 190px !important;
}

.u-ml-195 {
  margin-left: 195px !important;
}

.u-pl-195 {
  padding-left: 195px !important;
}

.u-ml-200 {
  margin-left: 200px !important;
}

.u-pl-200 {
  padding-left: 200px !important;
}

.u-ml-205 {
  margin-left: 205px !important;
}

.u-pl-205 {
  padding-left: 205px !important;
}

.u-ml-210 {
  margin-left: 210px !important;
}

.u-pl-210 {
  padding-left: 210px !important;
}

.u-ml-215 {
  margin-left: 215px !important;
}

.u-pl-215 {
  padding-left: 215px !important;
}

.u-ml-220 {
  margin-left: 220px !important;
}

.u-pl-220 {
  padding-left: 220px !important;
}

.u-ml-225 {
  margin-left: 225px !important;
}

.u-pl-225 {
  padding-left: 225px !important;
}

.u-ml-230 {
  margin-left: 230px !important;
}

.u-pl-230 {
  padding-left: 230px !important;
}

.u-ml-235 {
  margin-left: 235px !important;
}

.u-pl-235 {
  padding-left: 235px !important;
}

.u-ml-240 {
  margin-left: 240px !important;
}

.u-pl-240 {
  padding-left: 240px !important;
}

.u-ml-245 {
  margin-left: 245px !important;
}

.u-pl-245 {
  padding-left: 245px !important;
}

.u-ml-250 {
  margin-left: 250px !important;
}

.u-pl-250 {
  padding-left: 250px !important;
}

.u-ml-255 {
  margin-left: 255px !important;
}

.u-pl-255 {
  padding-left: 255px !important;
}

.u-ml-260 {
  margin-left: 260px !important;
}

.u-pl-260 {
  padding-left: 260px !important;
}

.u-ml-265 {
  margin-left: 265px !important;
}

.u-pl-265 {
  padding-left: 265px !important;
}

.u-ml-270 {
  margin-left: 270px !important;
}

.u-pl-270 {
  padding-left: 270px !important;
}

.u-ml-275 {
  margin-left: 275px !important;
}

.u-pl-275 {
  padding-left: 275px !important;
}

.u-ml-280 {
  margin-left: 280px !important;
}

.u-pl-280 {
  padding-left: 280px !important;
}

.u-ml-285 {
  margin-left: 285px !important;
}

.u-pl-285 {
  padding-left: 285px !important;
}

.u-ml-290 {
  margin-left: 290px !important;
}

.u-pl-290 {
  padding-left: 290px !important;
}

.u-ml-295 {
  margin-left: 295px !important;
}

.u-pl-295 {
  padding-left: 295px !important;
}

.u-ml-300 {
  margin-left: 300px !important;
}

.u-pl-300 {
  padding-left: 300px !important;
}

body {
  color: #35373D;
  background-color: #edebe6;
  overflow-x: hidden;
  font-size: 16px;
}
body.animation-disabled .block {
  animation: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.animation-disabled .block {
  animation: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.full-screen {
  width: 100%;
  height: 100vh;
}

.footer {
  margin-top: -160px;
  position: relative;
  padding-top: 300px;
  z-index: 100;
  background-color: #35373D;
  overflow: hidden !important;
  z-index: 1;
}
.footer .footer-content-row .col1 {
  width: auto;
  width: 150px;
}
.footer .footer-content-row .col2 {
  width: auto;
  width: 150px;
}
.footer .footer-content-row .col3 {
  width: auto;
  width: 200px;
}
.footer .footer-contact a {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #3EB4A7;
  text-decoration: none;
}
.footer .footer-contact a:hover, .footer .footer-contact a:active {
  text-decoration: underline;
}
.footer h2 {
  color: #EDEBE6;
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: left;
  margin-bottom: 16px;
}
.footer h3 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: #EDEBE6;
  margin: 0 0 0px 0 !important;
}
.footer ul.blog-categories {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer ul.blog-categories li {
  color: #3EB4A7;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 100%;
  margin-bottom: 8px;
}
.footer ul.blog-categories li:last-child {
  margin: 0;
}
.footer ul.blog-categories li a {
  color: #3EB4A7;
  text-decoration: none;
}
.footer ul.blog-categories li a:hover, .footer ul.blog-categories li a: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%;
  filter: brightness(0) saturate(100%) invert(57%) sepia(44%) saturate(520%) hue-rotate(123deg) brightness(93%) contrast(92%);
}
.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: #3EB4A7;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 100%;
}
.footer ul.footer-blurb-menu li:last-child {
  margin-right: 0;
}
.footer ul.footer-blurb-menu li a {
  text-decoration: none;
  color: inherit;
}
.footer ul.footer-blurb-menu li a:hover, .footer ul.footer-blurb-menu li a:active {
  text-decoration: underline;
}
.footer .footer-logo {
  position: absolute;
  bottom: -134px;
  right: 0px;
  width: 964px;
  pointer-events: none !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
.footer .copyright {
  display: block;
  color: #D8D2C6;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  float: right;
  margin: 25px 0 0 0;
}

h1 {
  font-family: Source Sans Pro;
  font-weight: 300;
  font-style: Light;
  line-height: 78%;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #2B2D34;
  margin-bottom: 24px;
  font-size: 136px;
}
h1.hero {
  position: relative;
  z-index: 100;
  pointer-events: none;
}
h1.hero b {
  font-weight: 900;
}

h2 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  color: #35373D;
  font-size: 28px;
  font-size: 60px;
}
h2.f52 {
  font-size: 25px;
  font-size: clamp(1.75rem, -0.25rem + 4.444cqw, 3rem);
}
h2 b {
  font-weight: 400;
}

h3 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #35373D;
  margin-bottom: 8px;
  font-size: 32px;
}

h4 {
  font-family: Source Sans Pro;
  font-weight: 300;
  font-style: Light;
  font-size: 80px;
  line-height: 78%;
  text-align: center;
  text-transform: uppercase;
}

p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #35373D;
  margin: 0;
  font-size: 20px;
}

.z-3 {
  z-index: 3;
}

.f24 p {
  font-size: 19px;
  font-size: 24px;
  font-size: clamp(1.188rem, 0.875rem + 0.694cqw, 1.5rem);
  line-height: 130%;
  margin-bottom: 24px;
}
.f24 p:last-child {
  margin: 0;
}

.navbar-wrapper.navbar-wrapper-new {
  height: 100px;
  pointer-events: none;
}
.navbar-wrapper.navbar-wrapper-new .navbar-brand {
  padding: 0;
}
.navbar-wrapper.navbar-wrapper-new nav ul.navbar-nav li a {
  text-decoration: none;
}

.navbar-2026 {
  display: flex;
  align-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.navbar-2026 nav.navbar {
  padding: 0;
  margin: 0;
  transition: margin-top 0.3s ease;
}
.navbar-2026 .navbar-brand {
  transition: height 0.3s ease;
}
@media (min-width: 992px) {
  .navbar-2026 {
    transition: background 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease, height 0.3s ease;
  }
  .navbar-2026.is-scrolled {
    height: 72px;
    background: rgba(237, 235, 230, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  .navbar-2026.is-scrolled .navbar-brand {
    height: 40px;
  }
}

.btn {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 24px;
  gap: 8px;
  height: 48px;
  border-radius: 40px;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  border: none;
  outline: none;
  white-space: nowrap;
}
.btn:hover {
  background-color: inherit;
  color: inherit;
}
.btn.btn-primary {
  color: #EDEBE6;
  background: #35373D;
}
.btn.btn-secondary {
  color: #35373D;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
  border-radius: 45px;
}

.container-fluid {
  overflow-y: visible;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  max-width: min(100%, 1200px);
}

.no-after::after {
  display: none;
}

.block {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.svg-hero {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home2026 .shape {
  position: absolute;
}
.home2026 .block {
  position: absolute;
}
.home2026 .shape-teal {
  width: 181px;
  height: 294px;
  left: -130px;
  top: 0px;
  transform-origin: top left;
}
.home2026 .shape-teal .teal-large {
  width: 174px;
  height: 174px;
  position: absolute;
  transform: rotate(-15deg);
  top: 70px;
  left: 0px;
}
.home2026 .shape-teal .teal-large .block {
  border-radius: 43px;
  background: #67C2B8;
  animation: slow-rotate-left 75s ease-in-out infinite;
}
.home2026 .shape-teal .teal-medium {
  width: 133px;
  height: 133px;
  position: absolute;
  transform: rotate(-53deg);
  top: 50px;
  left: -35px;
}
.home2026 .shape-teal .teal-medium .block {
  border-radius: 38px;
  background: #3EB4A7;
  animation: slow-rotate-right 55s ease-in-out infinite;
}
.home2026 .shape-teal .teal-small {
  width: 53px;
  height: 53px;
  position: absolute;
  transform: rotate(-45deg);
  top: 270px;
  left: 70px;
}
.home2026 .shape-teal .teal-small .block {
  border-radius: 12px;
  background: #36AA9C;
  animation: slow-rotate-left 45s ease-in-out infinite;
}
.home2026 .shape-yellow {
  width: 329px;
  height: 240px;
  left: 20%;
  top: -60px;
  transform-origin: top center;
}
.home2026 .shape-yellow .yellow-large {
  width: 285px;
  height: 285px;
  position: absolute;
  left: 0px;
  top: -110px;
  transform-origin: center;
  transform: rotate(168deg);
}
.home2026 .shape-yellow .yellow-large .block {
  border-radius: 61px;
  background: #F5BF42;
  animation: slow-rotate-left 75s ease-in-out infinite;
}
.home2026 .shape-yellow .yellow-medium {
  width: 230px;
  height: 230px;
  position: absolute;
  left: 70px;
  top: -30px;
  transform-origin: center;
  transform: rotate(113deg);
}
.home2026 .shape-yellow .yellow-medium .block {
  border-radius: 49px;
  background: #F5CB70;
  animation: slow-rotate-right 55s ease-in-out infinite;
}
.home2026 .shape-blue {
  width: 459px;
  height: 831px;
  right: -240px;
  top: -110px;
  transform-origin: top right;
}
.home2026 .shape-blue .blue-large {
  width: 509px;
  height: 509px;
  position: absolute;
  left: -29px;
  top: 58px;
  transform-origin: center;
  transform: rotate(-18.665deg);
}
.home2026 .shape-blue .blue-large .block {
  border-radius: 109px;
  background: #75BDFF;
  animation: slow-rotate-left 45s ease-in-out infinite;
}
.home2026 .shape-blue .blue-medium {
  width: 410px;
  height: 410px;
  position: absolute;
  left: 0px;
  top: 200px;
  transform-origin: center;
  transform: rotate(19.0753deg);
}
.home2026 .shape-blue .blue-medium .block {
  border-radius: 87px;
  background: #A4D3FF;
  animation: slow-rotate-right 65s ease-in-out infinite;
}
.home2026 .shape-purple {
  width: 360px;
  height: 296px;
  left: 220px;
  bottom: -210px;
  transform-origin: bottom center;
}
.home2026 .shape-purple .purple-large {
  width: 257px;
  height: 257px;
  position: absolute;
  left: 50px;
  top: 50px;
  transform-origin: center;
  transform: rotate(-18.665deg);
}
.home2026 .shape-purple .purple-large .block {
  border-radius: 55px;
  background: #C27BA7;
  animation: slow-rotate-left 75s ease-in-out infinite;
}
.home2026 .shape-purple .purple-medium {
  width: 207px;
  height: 207px;
  position: absolute;
  left: 150px;
  top: 140px;
  transform-origin: center;
  transform: rotate(7.66265deg);
}
.home2026 .shape-purple .purple-medium .block {
  border-radius: 44px;
  background: #B45692;
  animation: slow-rotate-right 55s ease-in-out infinite;
}
.home2026 .shape-purple .purple-small {
  width: 69px;
  height: 69px;
  position: absolute;
  left: -10px;
  top: 80px;
  transform-origin: center;
  transform: rotate(-34.3804deg);
}
.home2026 .shape-purple .purple-small .block {
  border-radius: 18px;
  background: #AA4A85;
  animation: slow-rotate-left 45s ease-in-out infinite;
}
.home2026 .hero-video-spacer {
  width: 100%;
  aspect-ratio: 16/9;
}
.home2026 .hero {
  padding: 0;
}
.home2026 .hero-video-wrapper {
  pointer-events: none;
  position: absolute;
  top: 0px;
  width: 100%;
  aspect-ratio: 1920/800;
  max-width: 100%;
  height: auto;
  z-index: 1;
}
.home2026 .hero-video-wrapper .video-thumbnail::-webkit-media-controls {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none;
}
.home2026 .hero-video {
  position: absolute;
  transform-origin: center;
  right: 0px;
  top: -32px;
  width: 516px;
  height: 516px;
  pointer-events: auto;
  will-change: transform, width, height;
}
.home2026 .hero-video.playing .play-full-video {
  opacity: 0 !important;
}
.home2026 .hero-video .play-full-video {
  transition: linear all 300ms;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  opacity: 1;
  pointer-events: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  transform-origin: center;
}
.home2026 .hero-video svg {
  position: absolute;
  left: -100px;
  top: 0px;
  overflow: visible;
}
.home2026 .hero-video-mask {
  width: 100%;
  height: 100%;
  border-radius: 80px;
  overflow: hidden;
  position: relative;
}
.home2026 .hero-video-mask video {
  position: absolute;
  width: 145%;
  height: 145%;
  left: -22.5%;
  top: -22.5%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.home2026 .hero .top-floaties {
  position: absolute;
  right: -60px;
  top: 120px;
  z-index: 100;
  pointer-events: none;
  width: 656px;
  height: 588px;
  transform-origin: center;
}
.home2026 .hero .top-floaties .top-floaties-yellow {
  position: absolute;
  width: 83px;
  height: 83px;
  left: -3px;
  top: 10px;
  transform-origin: center;
  transform: rotate(81deg);
}
.home2026 .hero .top-floaties .top-floaties-yellow .block {
  animation: slow-rotate-left 75s ease-in-out infinite;
  border-radius: 20px;
  background: #F4B633;
}
.home2026 .hero .top-floaties .top-floaties-yellow-glass {
  position: absolute;
  width: 141px;
  height: 141px;
  left: 40px;
  top: 48px;
  transform-origin: center;
  transform: rotate(79deg);
}
.home2026 .hero .top-floaties .top-floaties-yellow-glass .block {
  animation: slow-rotate-right 55s ease-in-out infinite;
  border-radius: 34px;
  background: rgba(246, 220, 163, 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.home2026 .hero .top-floaties .top-floaties-blue-glass {
  position: absolute;
  width: 202px;
  height: 202px;
  left: 485px;
  top: 240px;
  transform-origin: center;
  transform: rotate(24deg);
}
.home2026 .hero .top-floaties .top-floaties-blue-glass .block {
  animation: slow-rotate-left 45s ease-in-out infinite;
  border-radius: 45px;
  background: rgba(164, 211, 255, 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.home2026 .hero .top-floaties .top-floaties-blue {
  position: absolute;
  width: 136px;
  height: 136px;
  left: 545px;
  top: 411px;
  transform-origin: center;
  transform: rotate(54deg);
}
.home2026 .hero .top-floaties .top-floaties-blue .block {
  animation: slow-rotate-right 65s ease-in-out infinite;
  border-radius: 35px;
  background: #53ADFF;
}
.home2026 .ai-panel {
  position: relative;
  transform: rotate(8.14deg);
  max-width: 372px;
  float: right;
}
.home2026 .shape-green {
  position: absolute;
  height: 497px;
  width: 506px;
  pointer-events: none;
}
.home2026 .shape-green.shape-green-1 {
  top: -70px;
  right: -560px;
}
.home2026 .shape-green.shape-green-2 {
  top: 0px;
  right: -180px;
}
.home2026 .shape-green .coral-large {
  width: 439px;
  height: 439px;
  position: absolute;
  left: 134px;
  top: -54px;
  transform: rotate(-10deg);
}
.home2026 .shape-green .coral-large.active .block {
  animation: slow-rotate-left 75s ease-in-out infinite;
}
.home2026 .shape-green .coral-large .block {
  border-radius: 104px;
  background: #67C2B8;
}
.home2026 .shape-green .coral-medium {
  width: 354px;
  height: 354px;
  position: absolute;
  left: 110px;
  top: -50px;
  transform: rotate(22deg);
}
.home2026 .shape-green .coral-medium.active .block {
  animation: slow-rotate-right 55s ease-in-out infinite;
}
.home2026 .shape-green .coral-medium .block {
  border-radius: 79px;
  background: #9CD7D0;
}
.home2026 .shape-green .coral-glass {
  transform: rotate(32.3deg);
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}
.home2026 .shape-green .coral-glass.active .block {
  animation: slow-rotate-left 45s ease-in-out infinite;
}
.home2026 .shape-green .coral-glass .block {
  border-radius: 34px;
  background: rgba(156, 215, 208, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.home2026 .shape-green .coral-small {
  width: 78px;
  height: 78px;
  position: absolute;
  left: 0px;
  top: -20px;
  transform: rotate(-13deg);
  z-index: 2;
}
.home2026 .shape-green .coral-small.active .block {
  animation: slow-rotate-right 65s ease-in-out infinite;
}
.home2026 .shape-green .coral-small .block {
  border-radius: 23px;
  background: #36AA9C;
}
.home2026 .shape-blue-cluster {
  position: absolute;
  left: 0px;
  bottom: 80px;
  width: 428px;
  height: 534px;
  z-index: -1;
  pointer-events: none;
}
.home2026 .shape-blue-cluster .blue-large {
  width: 473px;
  height: 473px;
  position: absolute;
  left: -310px;
  top: 0px;
  transform: rotate(-105deg);
}
.home2026 .shape-blue-cluster .blue-large.active .block {
  animation: slow-rotate-left 75s ease-in-out infinite;
}
.home2026 .shape-blue-cluster .blue-large .block {
  border-radius: 98px;
  background: #A4D3FF;
}
.home2026 .shape-blue-cluster .blue-medium {
  width: 370px;
  height: 370px;
  position: absolute;
  left: -120px;
  top: 70px;
  transform: rotate(-67deg);
}
.home2026 .shape-blue-cluster .blue-medium.active .block {
  animation: slow-rotate-right 55s ease-in-out infinite;
}
.home2026 .shape-blue-cluster .blue-medium .block {
  border-radius: 78px;
  background: #75BDFF;
}
.home2026 .shape-blue-cluster .blue-glass {
  width: 169px;
  height: 169px;
  position: absolute;
  left: 200px;
  top: 200px;
  transform: rotate(-56deg);
}
.home2026 .shape-blue-cluster .blue-glass.active .block {
  animation: slow-rotate-left 45s ease-in-out infinite;
}
.home2026 .shape-blue-cluster .blue-glass .block {
  border-radius: 38px;
  background: rgba(164, 211, 255, 0.4);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.home2026 .shape-blue-cluster .blue-small {
  width: 112px;
  height: 112px;
  position: absolute;
  left: 360px;
  top: 250px;
  transform: rotate(-32deg);
}
.home2026 .shape-blue-cluster .blue-small.active .block {
  animation: slow-rotate-right 65s ease-in-out infinite;
}
.home2026 .shape-blue-cluster .blue-small .block {
  border-radius: 29px;
  background: #53ADFF;
}
.home2026 .card {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
  padding: 32px;
  border-radius: 24px;
  border: none;
  box-shadow: none;
  height: 100%;
}
.home2026 .card::after {
  position: absolute;
  content: url("/assets/site_images/2026/icon_plus.svg");
  width: 34px;
  height: 36px;
  top: calc(50% - 18px);
  left: calc(100% + 8px);
}
.home2026 .card h2 {
  font-family: Anton;
  font-weight: 400;
  font-style: Regular;
  font-size: 30px;
  font-size: 40px;
  font-size: clamp(1.875rem, 0.401rem + 2.232cqw, 2.5rem);
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}
.home2026 .card p {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 130%;
  text-align: center;
}
.home2026 .card .title-line {
  margin: 0 auto;
}
.home2026 #line-top {
  position: absolute;
  left: -17%;
  top: 0px;
  width: 130%;
  aspect-ratio: 1440/1028;
  z-index: -1;
  transform: rotate(-9deg);
}
.home2026 #line-bottom {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  aspect-ratio: 1440/335;
  z-index: -1;
}

.logo-slider-wrapper {
  margin: 170px 0 0px;
  width: 100vw;
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8.59113px);
}
.logo-slider-wrapper.entertainment h4 {
  top: -21%;
  font-size: clamp(3.125rem, 1.25rem + 4.167cqw, 4rem);
}
.logo-slider-wrapper h4 {
  position: absolute;
  left: 50%;
  top: -32px;
  top: -15%;
  width: 100%;
  transform: translateX(-50%);
  font-family: Source Sans Pro;
  font-weight: 300;
  font-style: Light;
  font-size: 50px;
  font-size: 80px;
  font-size: clamp(3.125rem, 1.25rem + 4.167cqw, 5rem);
  line-height: 78%;
  text-align: center;
  text-transform: uppercase;
}
.logo-slider-wrapper .logo-slider {
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  position: relative;
}
.logo-slider-wrapper .logo-slider .logos-slide {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 96px;
}
.logo-slider-wrapper .logo-slider .logos-slide li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  width: 140px;
  height: 140px;
  margin: 0px;
  padding: 0px;
}
.logo-slider-wrapper .logo-slider .logos-slide img {
  max-width: 96px;
  max-height: 96px;
  -o-object-fit: contain;
     object-fit: contain;
}
.logo-slider-wrapper .side-fade-right {
  position: absolute;
  content: "";
  width: 50vw;
  top: 0;
  height: 100%;
  right: 25vw;
  transform: translateX(calc(50% + 720px - 60px));
  background: linear-gradient(90deg, rgba(242, 239, 233, 0) 0%, #f2efe9 60px, #f2efe9 100%);
  z-index: 100;
}
.logo-slider-wrapper .side-fade-left {
  position: absolute;
  content: "";
  width: 50vw;
  top: 50%;
  height: 100%;
  left: -25vw;
  z-index: 100;
  transform: translateX(calc(50% - 720px + 60px));
  background: linear-gradient(-90deg, rgba(242, 239, 233, 0) 0%, #f2efe9 60px, #f2efe9 100%);
}

.unlock-audience-section {
  position: relative;
  z-index: 10;
}
.unlock-audience-section .unlock-audience-panel {
  background: #3EB4A7;
  border-radius: 32px;
  padding: 40px 48px;
  color: #35373D;
}
.unlock-audience-section .unlock-audience-panel > .row {
  position: relative;
  z-index: 1000;
}
.unlock-audience-section .unlock-audience-panel h2 {
  font-family: Anton;
  font-weight: 400;
  line-height: 90%;
  text-transform: uppercase;
  margin: 0;
  font-size: 54px;
}
.unlock-audience-section .unlock-audience-panel h2.small {
  font-size: 38px;
}
.unlock-audience-section .unlock-audience-panel p {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 28px;
  line-height: 130%;
}
.unlock-audience-section .svg {
  position: absolute;
  width: auto;
  height: auto;
  aspect-ratio: 1;
  max-width: none;
  display: block;
  right: -100%;
  top: 120%;
  transform: scale(0);
  transition: all 1s cubic-bezier(0.2, 0.8, 0.2, 1);
  overflow: visible;
}
.unlock-audience-section .svg.svg-1 {
  width: 416px;
  z-index: 100;
}
.unlock-audience-section .svg.svg-1.active {
  transform: rotate(25.31deg);
  top: -220px;
  right: -100px;
}
.unlock-audience-section .svg.svg-1.active .block {
  animation: slow-rotate-left 75s ease-in-out infinite;
}
.unlock-audience-section .svg.svg-2 {
  width: 124px;
  z-index: 101;
}
.unlock-audience-section .svg.svg-2.active {
  transform: rotate(118.26deg);
  top: -370px;
  right: 390px;
}
.unlock-audience-section .svg.svg-2.active .block {
  animation: slow-rotate-right 55s ease-in-out infinite;
}
.unlock-audience-section .svg.svg-3 {
  width: 345px;
  z-index: 102;
}
.unlock-audience-section .svg.svg-3.active {
  transform: rotate(78.71deg);
  top: -200px;
  right: 80px;
}
.unlock-audience-section .svg.svg-3.active .block {
  animation: slow-rotate-left 45s ease-in-out infinite;
}
.unlock-audience-section .svg.svg-4 {
  z-index: 103;
  width: 199px;
}
.unlock-audience-section .svg.svg-4.active {
  transform: rotate(-24.72deg);
  top: 40px;
  right: 250px;
}
.unlock-audience-section .svg.svg-4.active .block {
  animation: slow-rotate-right 65s ease-in-out infinite;
}
.unlock-audience-section .svg .block {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.unlock-audience-section .svg-1 .block {
  background: #67C2B8;
  border-radius: 98px;
}
.unlock-audience-section .svg-2 .block {
  background: #3EB4A7;
  border-radius: 34px;
}
.unlock-audience-section .svg-3 .block {
  background: rgba(156, 215, 208, 0.4);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: 66px;
}
.unlock-audience-section .svg-4 .block {
  background: #36AA9C;
  border-radius: 51px;
}
.unlock-audience-section .btn-wrapper {
  position: relative;
  z-index: 1000;
}

.bottom-lets-talk-section h2 {
  font-family: Source Sans Pro;
  font-weight: 300;
  font-size: 60px;
  line-height: 130%;
  margin-bottom: 40px;
}
.bottom-lets-talk-section h3 {
  margin: 0;
  position: relative;
  z-index: 1;
  font-family: Source Sans Pro;
  font-weight: 300;
  line-height: 130%;
}
.bottom-lets-talk-section b {
  font-weight: 400;
}

.bg-white-blur {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(16px);
  z-index: 10;
}

.platform .svg-hero {
  z-index: -1;
}
.platform .hero {
  position: relative;
}
.platform .hero .svg-wrapper-1 {
  z-index: -1;
  transform-origin: top left;
}
.platform .hero .svg-wrapper-1 .svg {
  left: -1000px;
  top: 0px;
}
.platform .hero .svg-wrapper-2 {
  z-index: -1;
}
.platform .hero .svg-wrapper-2 .svg {
  right: -1000px;
  top: 0px;
}
.platform .hero .svg-wrapper-3 {
  z-index: -1;
}
.platform .hero .svg-wrapper-3 .svg {
  right: -1000px;
  top: 0px;
}
.platform .hero .svg {
  aspect-ratio: 1;
  z-index: -1;
  position: absolute;
  transition: all 2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.platform .hero .svg-1 {
  width: 390px;
}
.platform .hero .svg-1.active {
  transform: rotate(63deg);
  top: -90px;
  left: -120px;
}
.platform .hero .svg-1.active .block {
  animation: slow-rotate-left 75s ease-in-out infinite;
}
.platform .hero .svg-2 {
  width: 322px;
}
.platform .hero .svg-2.active {
  transform: rotate(-16deg);
  top: 10px;
  left: -60px;
}
.platform .hero .svg-2.active .block {
  animation: slow-rotate-right 55s ease-in-out infinite;
}
.platform .hero .svg-3 {
  width: 172px;
  z-index: 110;
}
.platform .hero .svg-3.active {
  transform: rotate(120deg);
  top: 460px;
  left: -100px;
}
.platform .hero .svg-3.active .block {
  animation: slow-rotate-left 45s ease-in-out infinite;
}
.platform .hero .svg-4 {
  width: 107px;
  z-index: 101;
}
.platform .hero .svg-4.active {
  transform: rotate(105deg);
  top: 390px;
  left: -140px;
}
.platform .hero .svg-4.active .block {
  animation: slow-rotate-right 65s ease-in-out infinite;
}
.platform .hero .svg-5 {
  width: 360px;
  left: initial;
}
.platform .hero .svg-5.active {
  transform: rotate(-18deg);
  top: 110px;
  right: -300px;
}
.platform .hero .svg-5.active .block {
  animation: slow-rotate-left 75s ease-in-out infinite;
}
.platform .hero .svg-6 {
  left: initial;
  width: 293px;
}
.platform .hero .svg-6.active {
  transform: rotate(8deg);
  top: 150px;
  right: -240px;
}
.platform .hero .svg-6.active .block {
  animation: slow-rotate-right 55s ease-in-out infinite;
}
.platform .hero .svg-7 {
  left: initial;
  width: 166px;
  z-index: 200;
}
.platform .hero .svg-7.active {
  transform: rotate(116deg);
  top: 410px;
  right: 110px;
}
.platform .hero .svg-7.active .block {
  animation: slow-rotate-left 45s ease-in-out infinite;
}
.platform .hero .svg-8 {
  left: initial;
  width: 96px;
}
.platform .hero .svg-8.active {
  transform: rotate(-34deg);
  top: 400px;
  right: 50px;
}
.platform .hero .svg-8.active .block {
  animation: slow-rotate-right 65s ease-in-out infinite;
}
.platform .hero .svg-9 {
  width: 230px;
  left: initial;
  z-index: 0;
}
.platform .hero .svg-9.active {
  transform: rotate(-65deg);
  top: 620px;
  right: 220px;
}
.platform .hero .svg-9.active .block {
  animation: slow-rotate-left 75s ease-in-out infinite;
}
.platform .hero .svg-10 {
  left: initial;
  width: 285px;
}
.platform .hero .svg-10.active {
  transform: rotate(-10deg);
  top: 660px;
  right: 150px;
}
.platform .hero .svg-10.active .block {
  animation: slow-rotate-right 55s ease-in-out infinite;
}
.platform .hero .svg-11 {
  left: initial;
  width: 141px;
  z-index: 110;
}
.platform .hero .svg-11.active {
  transform: rotate(-100deg);
  top: 500px;
  right: 530px;
}
.platform .hero .svg-11.active .block {
  animation: slow-rotate-left 45s ease-in-out infinite;
}
.platform .hero .svg-12 {
  left: initial;
  width: 83px;
  z-index: 100;
}
.platform .hero .svg-12.active {
  transform: rotate(-97deg);
  top: 570px;
  right: 470px;
}
.platform .hero .svg-12.active .block {
  animation: slow-rotate-right 65s ease-in-out infinite;
}
.platform .hero .svg-1 .block {
  background: #75BDFF;
  border-radius: 88px;
}
.platform .hero .svg-2 .block {
  background: #A4D3FF;
  border-radius: 70px;
}
.platform .hero .svg-3 .block {
  background: rgba(164, 211, 255, 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 38px;
}
.platform .hero .svg-4 .block {
  background: #53ADFF;
  border-radius: 30px;
}
.platform .hero .svg-5 .block {
  background: #C27BA7;
  border-radius: 62px;
}
.platform .hero .svg-6 .block {
  background: #B45692;
  border-radius: 78px;
}
.platform .hero .svg-7 .block {
  background: rgba(215, 168, 199, 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 32px;
}
.platform .hero .svg-8 .block {
  background: #AA4A85;
  border-radius: 24px;
}
.platform .hero .svg-9 .block {
  background: #F5CB70;
  border-radius: 51px;
}
.platform .hero .svg-10 .block {
  background: #F5BF42;
  border-radius: 48px;
}
.platform .hero .svg-11 .block {
  background: rgba(246, 220, 163, 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 34px;
}
.platform .hero .svg-12 .block {
  background: #F4B633;
  border-radius: 20px;
}
.platform .gradient-panel h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 32%;
}
.platform #line-top {
  position: absolute;
  left: 0%;
  top: 420px;
  width: 100%;
  aspect-ratio: 1440/338;
  z-index: -10;
}
.platform .platform-section small {
  font-family: Source Sans Pro;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  display: block;
  margin: 0;
}
.platform .platform-section h1 {
  font-family: Anton;
  font-weight: 400;
  font-size: 102px;
  line-height: 110%;
  text-transform: uppercase;
  margin: 0;
}
.platform .platform-section h3 {
  font-family: Source Sans Pro;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 30%;
  text-transform: uppercase;
}
.platform .platform-section p {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 8px;
}
.platform .platform-section p:last-child {
  margin: 0;
}
.platform .platform-section p.small {
  font-size: 14px;
}
.platform .platform-section ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.platform .platform-section ul li.stat {
  margin-bottom: 16px;
  font-family: Source Sans Pro;
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
}
.platform .platform-section ul li.stat:last-child {
  margin: 0;
}
.platform .platform-section .platform-header small {
  margin-bottom: 8px;
}
.platform .platform-section .platform-header h3 {
  margin-top: 8px;
}
.platform .platform-section .platform-header p {
  margin-bottom: 8px;
}
.platform .platform-section .platform-header p:last-child {
  margin: 0;
}
.platform .platform-section .platform-image {
  width: 100%;
  height: auto;
}
.platform .platform-section .platform-block.elevate {
  margin-top: 300px;
}
.platform #line-bottom {
  position: absolute;
  left: 0px;
  top: -60%;
  width: 100%;
  aspect-ratio: 1440/333;
  z-index: -1;
}
.platform .advantage-section {
  padding-top: 80px;
}
.platform .advantage-section .advantage-step {
  padding: 90px 0;
  color: #35373D;
}
.platform .advantage-section .advantage-step h1 {
  font-family: Source Sans Pro;
  font-weight: 300;
  font-size: 72px;
  line-height: 84%;
  text-transform: uppercase;
}
.platform .advantage-section .advantage-step h1 b {
  font-weight: 900;
}
.platform .advantage-section .advantage-step p {
  line-height: 140%;
  margin: 32px 0;
}
.platform .advantage-section .advantage-step p b, .platform .advantage-section .advantage-step p strong {
  font-weight: 700;
}
.platform .advantage-section .advantage-step .svg {
  position: absolute;
  width: auto;
  height: auto;
  aspect-ratio: 1;
  max-width: none;
  display: block;
  left: 50%;
  top: 50%;
  transform: scale(0);
  opacity: 0;
  transition: all 2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.platform .advantage-section .advantage-step .svg.svg-1 {
  z-index: 1;
  width: 510px;
}
.platform .advantage-section .advantage-step .svg.svg-1 .block {
  background-color: #67C2B8;
  border-radius: 82px;
  transform: rotate(-153deg);
}
.platform .advantage-section .advantage-step .svg.svg-2 {
  z-index: 2;
  width: 460px;
}
.platform .advantage-section .advantage-step .svg.svg-2 .block {
  background-color: #36AA9C;
  border-radius: 78px;
  transform: rotate(-83deg);
}
.platform .advantage-section .advantage-step .svg.svg-3 {
  z-index: 33;
  width: 190px;
}
.platform .advantage-section .advantage-step .svg.svg-3 .block {
  background: rgba(156, 215, 208, 0.4);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 48px;
  transform: rotate(126deg);
}
.platform .advantage-section .advantage-step .svg.svg-4 {
  z-index: 34;
  width: 96px;
}
.platform .advantage-section .advantage-step .svg.svg-4 .block {
  background-color: #36AA9C;
  border-radius: 30px;
  transform: rotate(83deg);
}
.platform .advantage-section .advantage-step .svg .block {
  width: 100%;
  aspect-ratio: 1;
  border-radius: inherit;
}
.platform .advantage-section .advantage-step.active .svg {
  opacity: 1;
  transform: scale(1);
}
.platform .advantage-section .advantage-step.active .svg-1 {
  top: -20px;
  left: 110px;
}
.platform .advantage-section .advantage-step.active .svg-2 {
  top: 0px;
  left: 180px;
}
.platform .advantage-section .advantage-step.active .svg-3 {
  top: 330px;
  left: 460px;
}
.platform .advantage-section .advantage-step.active .svg-4 {
  top: 310px;
  left: 440px;
}
.platform .advantage-section .advantage-step.step-2 .svg.svg-1 .block, .platform .advantage-section .advantage-step.step-4 .svg.svg-1 .block {
  transform: rotate(-26deg);
}
.platform .advantage-section .advantage-step.step-2 .svg.svg-2 .block, .platform .advantage-section .advantage-step.step-4 .svg.svg-2 .block {
  transform: rotate(-97deg);
}
.platform .advantage-section .advantage-step.step-2 .svg.svg-3 .block, .platform .advantage-section .advantage-step.step-4 .svg.svg-3 .block {
  transform: rotate(-54deg);
}
.platform .advantage-section .advantage-step.step-2 .svg.svg-4 .block, .platform .advantage-section .advantage-step.step-4 .svg.svg-4 .block {
  transform: rotate(97deg);
}
.platform .advantage-section .advantage-step.step-2.active .svg-1, .platform .advantage-section .advantage-step.step-4.active .svg-1 {
  top: -20px;
  left: 20px;
}
.platform .advantage-section .advantage-step.step-2.active .svg-2, .platform .advantage-section .advantage-step.step-4.active .svg-2 {
  top: 0px;
  left: 10px;
}
.platform .advantage-section .advantage-step.step-2.active .svg-3, .platform .advantage-section .advantage-step.step-4.active .svg-3 {
  top: 330px;
  left: 0px;
}
.platform .advantage-section .advantage-step.step-2.active .svg-4, .platform .advantage-section .advantage-step.step-4.active .svg-4 {
  top: 310px;
  left: 120px;
}
.platform .advantage-section .advantage-image {
  position: relative;
  max-width: 588px;
  z-index: 30;
  box-shadow: 0px 18px 42px 0px rgba(0, 0, 0, 0.4);
  border-radius: 38px;
}
.platform .advantage-section .advantage-image-wrapper {
  scale: 1;
}
.platform .advantage-header .svg-wrapper-1 {
  z-index: -1;
  transform-origin: top left;
}
.platform .advantage-header .svg-wrapper-1 .svg {
  left: -1000px;
  top: 0px;
}
.platform .advantage-header .svg-wrapper-2 {
  z-index: -1;
}
.platform .advantage-header .svg-wrapper-2 .svg {
  right: -1000px;
  top: 0px;
}
.platform .advantage-header .svg {
  aspect-ratio: 1;
  z-index: -1;
  position: absolute;
  transition: all 2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.platform .advantage-header .svg-1 {
  width: 285px;
  left: -1000px;
  top: 0px;
}
.platform .advantage-header .svg-1.active {
  transform: rotate(100deg);
  top: 30px;
  left: -100px;
}
.platform .advantage-header .svg-1.active .block {
  animation: slow-rotate-left 75s ease-in-out infinite;
}
.platform .advantage-header .svg-2 {
  width: 230px;
}
.platform .advantage-header .svg-2.active {
  transform: rotate(44.89deg);
  top: 30px;
  left: 0px;
}
.platform .advantage-header .svg-2.active .block {
  animation: slow-rotate-right 55s ease-in-out infinite;
}
.platform .advantage-header .svg-3 {
  width: 141px;
  z-index: 200;
}
.platform .advantage-header .svg-3.active {
  transform: rotate(50deg);
  top: -10px;
  left: 440px;
}
.platform .advantage-header .svg-3.active .block {
  animation: slow-rotate-left 45s ease-in-out infinite;
}
.platform .advantage-header .svg-4 {
  width: 82px;
}
.platform .advantage-header .svg-4.active {
  transform: rotate(13.39deg);
  top: 50px;
  left: 370px;
}
.platform .advantage-header .svg-4.active .block {
  animation: slow-rotate-right 65s ease-in-out infinite;
}
.platform .advantage-header .svg-5 {
  width: 360px;
  left: initial;
}
.platform .advantage-header .svg-5.active {
  transform: rotate(20deg);
  top: -110px;
  right: -190px;
}
.platform .advantage-header .svg-5.active .block {
  animation: slow-rotate-left 75s ease-in-out infinite;
}
.platform .advantage-header .svg-6 {
  left: initial;
  width: 292px;
}
.platform .advantage-header .svg-6.active {
  transform: rotate(45deg);
  top: -100px;
  right: -130px;
}
.platform .advantage-header .svg-6.active .block {
  animation: slow-rotate-right 55s ease-in-out infinite;
}
.platform .advantage-header .svg-7 {
  left: initial;
  width: 166px;
  z-index: 200;
}
.platform .advantage-header .svg-7.active {
  transform: rotate(116deg);
  top: -10px;
  right: 300px;
}
.platform .advantage-header .svg-7.active .block {
  animation: slow-rotate-left 45s ease-in-out infinite;
}
.platform .advantage-header .svg-8 {
  left: initial;
  width: 96px;
}
.platform .advantage-header .svg-8.active {
  transform: rotate(-34deg);
  top: 50px;
  right: 220px;
}
.platform .advantage-header .svg-8.active .block {
  animation: slow-rotate-right 65s ease-in-out infinite;
}
.platform .advantage-header .svg-1 .block {
  background: #E7B6B7;
  border-radius: 61px;
}
.platform .advantage-header .svg-2 .block {
  background: #DE8D8E;
  border-radius: 48px;
}
.platform .advantage-header .svg-3 .block {
  background: rgba(231, 182, 183, 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 34px;
}
.platform .advantage-header .svg-4 .block {
  background: #D77676;
  border-radius: 20px;
}
.platform .advantage-header .svg-5 .block {
  background: #C27BA7;
  border-radius: 77px;
}
.platform .advantage-header .svg-6 .block {
  background: #D7A8C7;
  border-radius: 62px;
}
.platform .advantage-header .svg-7 .block {
  background: rgba(215, 168, 199, 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 32px;
}
.platform .advantage-header .svg-8 .block {
  background: #B45692;
  border-radius: 25px;
}
.platform .data-section h1 {
  font-family: Anton;
  font-weight: 400;
  font-size: 70px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}
.platform .data-section h2 {
  font-family: Anton;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}
.platform .data-section .svg-wrapper-1 {
  z-index: -1;
  transform-origin: top left;
}
.platform .data-section .svg-wrapper-1 .svg {
  left: -1000px;
  top: 0px;
}
.platform .data-section .svg-wrapper-2 {
  z-index: -1;
}
.platform .data-section .svg-wrapper-2 .svg {
  right: -1000px;
  top: 0px;
}
.platform .data-section .svg {
  aspect-ratio: 1;
  z-index: -1;
  position: absolute;
  transition: all 2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.platform .data-section .svg-1 {
  width: 366px;
}
.platform .data-section .svg-1.active {
  transform: rotate(100deg);
  top: 100px;
  left: -100px;
}
.platform .data-section .svg-1.active .block {
  animation: slow-rotate-left 75s ease-in-out infinite;
}
.platform .data-section .svg-2 {
  width: 295px;
}
.platform .data-section .svg-2.active {
  transform: rotate(44.89deg);
  top: 90px;
  left: -40px;
}
.platform .data-section .svg-2.active .block {
  animation: slow-rotate-right 55s ease-in-out infinite;
}
.platform .data-section .svg-3 {
  width: 166px;
  z-index: 110;
}
.platform .data-section .svg-3.active {
  transform: rotate(18deg);
  top: -30px;
  left: 440px;
}
.platform .data-section .svg-3.active .block {
  animation: slow-rotate-left 45s ease-in-out infinite;
}
.platform .data-section .svg-4 {
  width: 97px;
  z-index: 101;
}
.platform .data-section .svg-4.active {
  transform: rotate(28deg);
  top: 30px;
  left: 360px;
}
.platform .data-section .svg-4.active .block {
  animation: slow-rotate-right 65s ease-in-out infinite;
}
.platform .data-section .svg-5 {
  width: 371px;
  left: initial;
}
.platform .data-section .svg-5.active {
  transform: rotate(-24deg);
  top: 0px;
  right: -170px;
}
.platform .data-section .svg-5.active .block {
  animation: slow-rotate-left 75s ease-in-out infinite;
}
.platform .data-section .svg-6 {
  left: initial;
  width: 331px;
}
.platform .data-section .svg-6.active {
  transform: rotate(1deg);
  top: 10px;
  right: -110px;
}
.platform .data-section .svg-6.active .block {
  animation: slow-rotate-right 55s ease-in-out infinite;
}
.platform .data-section .svg-7 {
  left: initial;
  width: 199px;
  z-index: 2;
}
.platform .data-section .svg-7.active {
  transform: rotate(104deg);
  top: 210px;
  right: 260px;
}
.platform .data-section .svg-7.active .block {
  animation: slow-rotate-left 45s ease-in-out infinite;
}
.platform .data-section .svg-8 {
  left: initial;
  width: 96px;
}
.platform .data-section .svg-8.active {
  transform: rotate(-17deg);
  top: 330px;
  right: 200px;
}
.platform .data-section .svg-8.active .block {
  animation: slow-rotate-right 65s ease-in-out infinite;
}
.platform .data-section .svg-1 .block {
  background: #53ADFF;
  border-radius: 78px;
}
.platform .data-section .svg-2 .block {
  background: #75BDFF;
  border-radius: 63px;
}
.platform .data-section .svg-3 .block {
  background: rgba(164, 211, 255, 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 40px;
}
.platform .data-section .svg-4 .block {
  background: #4CA3F8;
  border-radius: 24px;
}
.platform .data-section .svg-5 .block {
  background: #F5CB70;
  border-radius: 63px;
}
.platform .data-section .svg-6 .block {
  background: #F5BF42;
  border-radius: 80px;
}
.platform .data-section .svg-7 .block {
  background: rgba(246, 220, 163, 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 40px;
}
.platform .data-section .svg-8 .block {
  background: #F4B633;
  border-radius: 24px;
}

.case-studies-carousel {
  padding-top: 80px;
  padding-bottom: 80px;
}
.case-studies-carousel[data-items="3"] .case-studies-nav {
  display: none;
}
.case-studies-carousel.glass {
  margin-bottom: 38px;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.case-studies-carousel .case-studies-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.case-studies-carousel .case-studies-head h2 {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}
.case-studies-carousel .case-studies-head .case-studies-title {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.case-studies-carousel .case-studies-head .case-studies-title h2 {
  margin: 0;
}
.case-studies-carousel .case-studies-head .case-studies-dot {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: #E07A76;
  transform: rotate(45deg);
  flex: 0 0 auto;
}
.case-studies-carousel .case-studies-nav {
  display: inline-flex;
  align-items: center;
  gap: 40px;
}
.case-studies-carousel .case-studies-nav button {
  background: none;
  border: none;
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #35373D;
}
.case-studies-carousel .case-studies-nav button:hover {
  font-weight: 600;
}
.case-studies-carousel .case-studies-nav button:disabled {
  opacity: 0.4;
  cursor: default;
}
.case-studies-carousel .case-studies-next {
  opacity: 1;
}
.case-studies-carousel .case-studies-rule {
  height: 1px;
  background: #D77676;
  margin: 32px 0 48px;
}
.case-studies-carousel .case-studies-swiper {
  overflow: visible;
}
.case-studies-carousel .case-studies-swiper[data-items="1"] .swiper-slide {
  width: 100%;
}
.case-studies-carousel .case-studies-swiper[data-items="2"] .swiper-slide {
  width: calc(50% - 16px);
}
.case-studies-carousel .case-studies-swiper[data-items="3"] .swiper-slide {
  width: calc(33.333% - 21.334px);
}
.case-studies-carousel .swiper-slide {
  width: 380px;
}
.case-studies-carousel .case-studies-card {
  display: block;
  text-decoration: none;
  perspective: 1000px;
}
.case-studies-carousel .case-studies-media {
  position: relative;
  width: 100%;
  aspect-ratio: 588/384;
  max-height: 384px;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease;
  transform-style: preserve-3d;
}
.case-studies-carousel .case-studies-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.case-studies-carousel .case-studies-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 24px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 40%, transparent 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.case-studies-carousel .case-studies-label {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  text-align: center;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, opacity 0.4s ease 0.1s;
}
.case-studies-carousel .case-studies-media-placeholder {
  width: 100%;
  height: 100%;
}
.case-studies-carousel .case-studies-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}

.case-studies-carousel .case-studies-card:hover .case-studies-media {
  transform: rotate3d(0, 1, 0, -4deg) scale(1.02);
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.3);
}
.case-studies-carousel .case-studies-card:hover .case-studies-media img {
  transform: scale(1.1);
}
.case-studies-carousel .case-studies-card:hover .case-studies-overlay {
  opacity: 1;
}
.case-studies-carousel .case-studies-card:hover .case-studies-label {
  transform: translateY(0);
  opacity: 1;
}

.case-studies-carousel .case-studies-swiper[data-items="1"] .case-studies-card:hover .case-studies-media {
  transform: rotate3d(0, 1, 0, -1deg) scale(1.005);
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.25);
}

.insights-carousel .insights-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.insights-carousel .insights-title {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.insights-carousel .insights-dot {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: #D77676;
  transform: rotate(45deg);
  flex: 0 0 auto;
}
.insights-carousel h2 {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0;
}
.insights-carousel .insights-nav {
  display: inline-flex;
  align-items: center;
  gap: 40px;
}
.insights-carousel .insights-nav button {
  background: none;
  border: none;
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #35373D;
}
.insights-carousel .insights-nav button:hover {
  font-weight: 600;
}
.insights-carousel .insights-nav button:disabled {
  opacity: 0.4;
  cursor: default;
}
.insights-carousel .insights-rule {
  height: 1px;
  background: #D77676;
  margin: 32px 0 48px;
}
.insights-carousel .insights-swiper {
  overflow: visible;
}
.insights-carousel .swiper-slide {
  width: 282px;
}
.insights-carousel .insights-card {
  display: block;
  text-decoration: none;
  color: inherit;
  perspective: 1000px;
}
.insights-carousel .insights-media {
  width: 100%;
  aspect-ratio: 282/184;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease;
  transform-style: preserve-3d;
}
.insights-carousel .insights-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.insights-carousel .insights-media-placeholder {
  width: 100%;
  height: 100%;
}
.insights-carousel .insights-copy {
  margin-top: 24px;
}
.insights-carousel .insights-tag {
  font-family: Anton;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.insights-carousel .insights-h {
  font-family: Source Sans Pro;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  margin: 0 0 8px;
}
.insights-carousel .insights-teaser p {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.insights-carousel .insights-teaser b, .insights-carousel .insights-teaser strong {
  font-weight: 400;
}
.insights-carousel .insights-teaser a {
  color: inherit;
  text-decoration: underline;
}
.insights-carousel .insights-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}

.insights-carousel .insights-card:hover .insights-media {
  transform: rotate3d(0, 1, 0, -4deg) scale(1.02);
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.3);
}
.insights-carousel .insights-card:hover .insights-media img {
  transform: scale(1.1);
}

.awards-slider {
  overflow: hidden;
  margin: 0;
  position: relative;
  z-index: 1000;
}
.awards-slider .awards-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.awards-slider .awards-slide {
  display: flex;
  gap: 72px;
  align-items: center;
  padding: 0px;
  margin: 0;
}
.awards-slider .awards-slide li {
  list-style: none;
  width: 160px;
  height: 144px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.awards-slider .awards-slide li.has-link {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(16px);
  border-radius: 24px;
}
.awards-slider .awards-slide li img {
  height: 100%;
  width: 100%;
  max-height: 58px;
  max-width: 134px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.awards-slider .side-fade-right {
  position: absolute;
  content: "";
  width: 50vw;
  top: 0;
  height: 100%;
  right: 25vw;
  transform: translateX(calc(50% + 720px - 60px));
  background: linear-gradient(90deg, rgba(242, 239, 233, 0) 0%, #f2efe9 60px, #f2efe9 100%);
  z-index: 100;
}
.awards-slider .side-fade-left {
  position: absolute;
  content: "";
  width: 50vw;
  top: 0;
  height: 100%;
  left: -25vw;
  z-index: 100;
  transform: translateX(calc(50% - 720px + 60px));
  background: linear-gradient(-90deg, rgba(242, 239, 233, 0) 0%, #f2efe9 60px, #f2efe9 100%);
}

@keyframes slow-rotate-left {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes slow-rotate-right {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.svg.svg-1.active, .svg.svg-5.active, .svg.svg-9.active {
  transition-delay: 0s !important;
}

.svg.svg-2.active, .svg.svg-6.active, .svg.svg-10.active {
  transition-delay: 0.15s !important;
}

.svg.svg-3.active, .svg.svg-7.active, .svg.svg-11.active {
  transition-delay: 0.3s !important;
}

.svg.svg-4.active, .svg.svg-8.active, .svg.svg-12.active {
  transition-delay: 0.45s !important;
}

.gradient-panel {
  position: relative;
  isolation: isolate;
}
.gradient-panel.no-bg::before {
  background: none;
}
.gradient-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(156, 215, 208, 0) 0%, rgba(156, 215, 208, 0.4) 100%);
}
.gradient-panel h1 {
  font-family: Anton;
  font-weight: 400;
  font-style: Regular;
  font-size: 140px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #35373D;
  margin: 0;
}
.gradient-panel h1 span {
  color: transparent;
  -webkit-text-stroke: 2px #2B2D34;
  text-stroke: 2px #2B2D34;
}
.gradient-panel h2 {
  font-family: Source Sans Pro;
  font-weight: 300;
  font-style: Light;
  font-size: 44px;
  line-height: 130%;
  text-align: center;
  color: #35373D;
}
.gradient-panel h2 b {
  font-weight: 400;
}

.process-section {
  padding-top: 80px;
}
.process-section .process-step {
  padding-top: 90px;
  padding-bottom: 90px;
  color: #35373D;
}
.process-section .process-step h1 {
  font-family: Anton;
  font-weight: 400;
  font-size: 102px;
  line-height: 110%;
  text-transform: uppercase;
  margin: 0;
}
.process-section .process-step h2 {
  font-family: Source Sans Pro;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 30%;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.process-section .process-step .process-subtitle {
  font-family: Source Sans Pro;
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  margin-top: 32px;
  margin-bottom: 0px;
}
.process-section .process-step h5 {
  font-family: Source Sans Pro;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  line-height: 130%;
  text-align: center;
  margin: 8px;
}
.process-section .process-step p {
  line-height: 140%;
  margin: 8px 0 32px;
}
.process-section .process-step p b, .process-section .process-step p strong {
  font-weight: 700;
}
.process-section .process-step .svg {
  position: absolute;
  width: auto;
  height: auto;
  aspect-ratio: 1;
  max-width: none;
  display: block;
  left: 50%;
  top: 50%;
  opacity: 0;
  transition: all 2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.process-section .process-step .svg.active {
  opacity: 1;
}
.process-section .process-step .svg.svg-1 {
  z-index: 1;
}
.process-section .process-step .svg.svg-2 {
  z-index: 2;
}
.process-section .process-step .svg.svg-3 {
  z-index: 33;
}
.process-section .process-step .svg.svg-4 {
  z-index: 34;
}
.process-section .process-step .svg .block {
  width: 100%;
  aspect-ratio: 1;
  border-radius: inherit;
}
.process-section .process-step.understand .svg-1.active .block, .process-section .process-step.engage .svg-1.active .block, .process-section .process-step.action .svg-1.active .block, .process-section .process-step.optimise .svg-1.active .block {
  animation: slow-rotate-left 75s ease-in-out infinite;
}
.process-section .process-step.understand .svg-1 .block, .process-section .process-step.engage .svg-1 .block, .process-section .process-step.action .svg-1 .block, .process-section .process-step.optimise .svg-1 .block {
  background: #67C2B8;
  border-radius: 56px;
}
.process-section .process-step.understand .svg-2.active .block, .process-section .process-step.engage .svg-2.active .block, .process-section .process-step.action .svg-2.active .block, .process-section .process-step.optimise .svg-2.active .block {
  animation: slow-rotate-right 55s ease-in-out infinite;
}
.process-section .process-step.understand .svg-2 .block, .process-section .process-step.engage .svg-2 .block, .process-section .process-step.action .svg-2 .block, .process-section .process-step.optimise .svg-2 .block {
  background: #36AA9C;
  border-radius: 53px;
}
.process-section .process-step.understand .svg-3.active .block, .process-section .process-step.engage .svg-3.active .block, .process-section .process-step.action .svg-3.active .block, .process-section .process-step.optimise .svg-3.active .block {
  animation: slow-rotate-left 45s ease-in-out infinite;
}
.process-section .process-step.understand .svg-3 .block, .process-section .process-step.engage .svg-3 .block, .process-section .process-step.action .svg-3 .block, .process-section .process-step.optimise .svg-3 .block {
  background: rgba(156, 215, 208, 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 47.66px;
}
.process-section .process-step.understand .svg-4.active .block, .process-section .process-step.engage .svg-4.active .block, .process-section .process-step.action .svg-4.active .block, .process-section .process-step.optimise .svg-4.active .block {
  animation: slow-rotate-right 65s ease-in-out infinite;
}
.process-section .process-step.understand .svg-4 .block, .process-section .process-step.engage .svg-4 .block, .process-section .process-step.action .svg-4 .block, .process-section .process-step.optimise .svg-4 .block {
  background: #36AA9C;
  border-radius: 20px;
}
.process-section .process-step.understand .svg-1 {
  width: 314px;
  height: 314px;
}
.process-section .process-step.understand .svg-1.active {
  transform: rotate(137deg);
  top: 120px;
  left: 260px;
}
.process-section .process-step.understand .svg-2 {
  width: 294px;
  height: 294px;
}
.process-section .process-step.understand .svg-2.active {
  transform: rotate(152.61deg);
  top: 150px;
  left: 240px;
}
.process-section .process-step.understand .svg-3 {
  width: 153px;
  height: 153px;
}
.process-section .process-step.understand .svg-3.active {
  transform: rotate(110.37deg);
  top: 310px;
  left: 380px;
}
.process-section .process-step.understand .svg-4 {
  width: 82px;
  height: 82px;
}
.process-section .process-step.understand .svg-4.active {
  transform: rotate(-45.72deg);
  top: 350px;
  left: 470px;
}
.process-section .process-step.engage .svg-1 {
  width: 411px;
  height: 411px;
}
.process-section .process-step.engage .svg-1.active {
  transform: rotate(139.67deg);
  top: 0px;
  left: 60px;
}
.process-section .process-step.engage .svg-2 {
  width: 399px;
  height: 399px;
}
.process-section .process-step.engage .svg-2.active {
  transform: rotate(167.8deg);
  top: -10px;
  left: 40px;
}
.process-section .process-step.engage .svg-3 {
  width: 142px;
  height: 142px;
}
.process-section .process-step.engage .svg-3.active {
  transform: rotate(56.43deg);
  top: -40px;
  left: 90px;
}
.process-section .process-step.engage .svg-4 {
  width: 87px;
  height: 87px;
}
.process-section .process-step.engage .svg-4.active {
  transform: rotate(-55.63deg);
  top: 50px;
  left: 160px;
}
.process-section .process-step.action .svg-1 {
  width: 332px;
  height: 332px;
}
.process-section .process-step.action .svg-1.active {
  transform: rotate(-146deg);
  top: 0px;
  left: 230px;
}
.process-section .process-step.action .svg-2 {
  width: 312px;
  height: 312px;
}
.process-section .process-step.action .svg-2.active {
  transform: rotate(-78.5deg);
  top: -10px;
  left: 240px;
}
.process-section .process-step.action .svg-3 {
  width: 135px;
  height: 135px;
}
.process-section .process-step.action .svg-3.active {
  transform: rotate(126deg);
  top: -30px;
  left: 390px;
}
.process-section .process-step.action .svg-4 {
  width: 69px;
  height: 69px;
}
.process-section .process-step.action .svg-4.active {
  transform: rotate(-83.33deg);
  top: 60px;
  left: 420px;
}
.process-section .process-step.optimise .svg-1 {
  width: 374px;
  height: 374px;
}
.process-section .process-step.optimise .svg-1.active {
  transform: rotate(125deg);
  top: 70px;
  left: 80px;
}
.process-section .process-step.optimise .svg-2 {
  width: 350px;
  height: 350px;
}
.process-section .process-step.optimise .svg-2.active {
  transform: rotate(104.32deg);
  top: 70px;
  left: 80px;
}
.process-section .process-step.optimise .svg-3 {
  width: 139px;
  height: 139px;
}
.process-section .process-step.optimise .svg-3.active {
  transform: rotate(146.17deg);
  top: 330px;
  left: 140px;
}
.process-section .process-step.optimise .svg-4 {
  width: 57px;
  height: 57px;
}
.process-section .process-step.optimise .svg-4.active {
  transform: rotate(-63.23deg);
  top: 300px;
  left: 130px;
}
.process-section .process-step.elevate .title-line {
  margin: 0 auto;
}
.process-section .process-step.elevate .svg {
  z-index: -1;
}
.process-section .process-step.elevate .svg-1 {
  width: 285px;
  left: -1000px;
  top: 0px;
}
.process-section .process-step.elevate .svg-1.active {
  transform: rotate(100deg);
  top: 190px;
  left: -100px;
}
.process-section .process-step.elevate .svg-1.active .block {
  animation: slow-rotate-left 75s ease-in-out infinite;
}
.process-section .process-step.elevate .svg-2 {
  width: 230px;
  left: -1000px;
  top: 0px;
}
.process-section .process-step.elevate .svg-2.active {
  transform: rotate(44.89deg);
  top: 190px;
  left: -40px;
}
.process-section .process-step.elevate .svg-2.active .block {
  animation: slow-rotate-right 55s ease-in-out infinite;
}
.process-section .process-step.elevate .svg-3 {
  width: 141px;
  z-index: 2;
  left: -1000px;
  top: 0px;
}
.process-section .process-step.elevate .svg-3.active {
  transform: rotate(10.74deg);
  top: 160px;
  left: 300px;
}
.process-section .process-step.elevate .svg-3.active .block {
  animation: slow-rotate-left 45s ease-in-out infinite;
}
.process-section .process-step.elevate .svg-4 {
  width: 82px;
  left: -1000px;
  top: 0px;
}
.process-section .process-step.elevate .svg-4.active {
  transform: rotate(13.39deg);
  top: 240px;
  left: 230px;
}
.process-section .process-step.elevate .svg-4.active .block {
  animation: slow-rotate-right 65s ease-in-out infinite;
}
.process-section .process-step.elevate .svg-5 {
  width: 360px;
  left: initial;
  right: -1000px;
  top: 0px;
}
.process-section .process-step.elevate .svg-5.active {
  transform: rotate(-17.8deg);
  top: -50px;
  right: -170px;
}
.process-section .process-step.elevate .svg-5.active .block {
  animation: slow-rotate-left 75s ease-in-out infinite;
}
.process-section .process-step.elevate .svg-6 {
  left: initial;
  width: 292px;
  right: -1000px;
  top: 0px;
}
.process-section .process-step.elevate .svg-6.active {
  transform: rotate(7.31deg);
  top: 10px;
  right: -110px;
}
.process-section .process-step.elevate .svg-6.active .block {
  animation: slow-rotate-right 55s ease-in-out infinite;
}
.process-section .process-step.elevate .svg-7 {
  left: initial;
  width: 166px;
  z-index: 2;
  right: -1000px;
  top: 0px;
}
.process-section .process-step.elevate .svg-7.active {
  transform: rotate(116deg);
  top: 230px;
  right: 260px;
}
.process-section .process-step.elevate .svg-7.active .block {
  animation: slow-rotate-left 45s ease-in-out infinite;
}
.process-section .process-step.elevate .svg-8 {
  left: initial;
  width: 96px;
  right: -1000px;
  top: 0px;
}
.process-section .process-step.elevate .svg-8.active {
  transform: rotate(-34deg);
  top: 240px;
  right: 200px;
}
.process-section .process-step.elevate .svg-8.active .block {
  animation: slow-rotate-right 65s ease-in-out infinite;
}
.process-section .process-step.elevate .svg-1 .block {
  background: #F5BF42;
  border-radius: 62px;
}
.process-section .process-step.elevate .svg-2 .block {
  background: #F5CB70;
  border-radius: 53px;
}
.process-section .process-step.elevate .svg-3 .block {
  background: rgba(246, 220, 163, 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 34px;
}
.process-section .process-step.elevate .svg-4 .block {
  background: #F4B633;
  border-radius: 20px;
}
.process-section .process-step.elevate .svg-5 .block {
  background: #C27BA7;
  border-radius: 77px;
}
.process-section .process-step.elevate .svg-6 .block {
  background: #B45692;
  border-radius: 62px;
}
.process-section .process-step.elevate .svg-7 .block {
  background: rgba(215, 168, 199, 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 32px;
}
.process-section .process-step.elevate .svg-8 .block {
  background: #AA4A85;
  border-radius: 25px;
}
.process-section .process-image {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0px 18px 42px 0px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
}
.process-section .process-image.understand {
  position: absolute;
  top: 0;
  max-width: 284px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.process-section .process-image.understand.understand-0 {
  position: initial;
  visibility: hidden;
}
.process-section .process-image.understand.understand-1 {
  z-index: 30;
}
.process-section .process-image.understand.understand-2 {
  z-index: 20;
}
.process-section .process-image.understand.understand-2.active {
  transform: rotate(3.28deg) translateX(calc(-50% + 125px)) translateY(-40px);
}
.process-section .process-image.understand.understand-3 {
  z-index: 10;
}
.process-section .process-image.understand.understand-3.active {
  transform: rotate(-19.15deg) translateX(calc(-50% - 110px)) translateY(-20px);
}
.process-section .process-image.engage {
  border-radius: 26px;
  position: absolute;
  top: 0;
  max-width: 496px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.process-section .process-image.engage.engage-0 {
  position: initial;
  visibility: hidden;
}
.process-section .process-image.engage.engage-1 {
  z-index: 30;
}
.process-section .process-image.action {
  border-radius: 26px;
  position: absolute;
  top: 0;
  max-width: 496px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.process-section .process-image.action.action-0 {
  position: initial;
  visibility: hidden;
}
.process-section .process-image.action.action-1 {
  z-index: 30;
  left: 50%;
  transform: translateX(-50%);
  width: 533px;
  height: auto;
}
.process-section .process-image.action.action-2 {
  z-index: 31;
  width: 142px;
  opacity: 0;
  height: auto;
  left: 170px;
  top: 390px;
}
.process-section .process-image.action.action-2.active {
  opacity: 1;
  left: 70px;
  bottom: 390px;
  opacity: 1;
}
.process-section .process-image.optimise {
  border-radius: 26px;
  position: absolute;
  top: 0;
  max-width: 533px;
  box-shadow: none;
  transition: all 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.process-section .process-image.optimise.optimise-0 {
  position: initial;
  visibility: hidden;
}
.process-section .process-image.optimise.optimise-1 {
  left: 50%;
  transform: translateX(-50%);
  width: 533px;
  height: auto;
  z-index: 30;
}
.process-section .process-image.optimise.optimise-2 {
  width: 0px;
  z-index: 30;
  left: 30px;
  top: 60px;
  width: 234px;
  height: auto;
  opacity: 0;
}
.process-section .process-image.optimise.optimise-2.active {
  left: 30px;
  top: 40px;
  opacity: 1;
}
.process-section .process-image.optimise.optimise-3 {
  width: 0px;
  z-index: 30;
  left: 383px;
  top: 148px;
  width: 203px;
  height: auto;
  opacity: 0;
}
.process-section .process-image.optimise.optimise-3.active {
  left: 398px;
  top: 168px;
  opacity: 1;
}

.process-section.yellow .svg-1 .block, .process-section.yellow .item-1 .block,
.svg-wrapper.yellow .svg-1 .block,
.svg-wrapper.yellow .item-1 .block {
  background: #F6DCA3 !important;
}
.process-section.yellow .svg-2 .block, .process-section.yellow .item-2 .block,
.svg-wrapper.yellow .svg-2 .block,
.svg-wrapper.yellow .item-2 .block {
  background: #E1BA68 !important;
}
.process-section.yellow .svg-3 .block, .process-section.yellow .item-3 .block,
.svg-wrapper.yellow .svg-3 .block,
.svg-wrapper.yellow .item-3 .block {
  background: rgba(246, 220, 163, 0.4) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}
.process-section.yellow .svg-4 .block, .process-section.yellow .item-4 .block,
.svg-wrapper.yellow .svg-4 .block,
.svg-wrapper.yellow .item-4 .block {
  background: #F5BF42 !important;
}
.process-section.blue .svg-1 .block, .process-section.blue .item-1 .block,
.svg-wrapper.blue .svg-1 .block,
.svg-wrapper.blue .item-1 .block {
  background: #A4D3FF !important;
}
.process-section.blue .svg-2 .block, .process-section.blue .item-2 .block,
.svg-wrapper.blue .svg-2 .block,
.svg-wrapper.blue .item-2 .block {
  background: #75BDFF !important;
}
.process-section.blue .svg-3 .block, .process-section.blue .item-3 .block,
.svg-wrapper.blue .svg-3 .block,
.svg-wrapper.blue .item-3 .block {
  background: rgba(164, 211, 255, 0.4) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}
.process-section.blue .svg-4 .block, .process-section.blue .item-4 .block,
.svg-wrapper.blue .svg-4 .block,
.svg-wrapper.blue .item-4 .block {
  background: #53ADFF !important;
}
.process-section.green .svg-1 .block, .process-section.green .item-1 .block,
.svg-wrapper.green .svg-1 .block,
.svg-wrapper.green .item-1 .block {
  background: #9CD7D0 !important;
}
.process-section.green .svg-2 .block, .process-section.green .item-2 .block,
.svg-wrapper.green .svg-2 .block,
.svg-wrapper.green .item-2 .block {
  background: #67C2B8 !important;
}
.process-section.green .svg-3 .block, .process-section.green .item-3 .block,
.svg-wrapper.green .svg-3 .block,
.svg-wrapper.green .item-3 .block {
  background: rgba(156, 215, 208, 0.4) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}
.process-section.green .svg-4 .block, .process-section.green .item-4 .block,
.svg-wrapper.green .svg-4 .block,
.svg-wrapper.green .item-4 .block {
  background: #3EB4A7 !important;
}
.process-section.lilac .svg-1 .block, .process-section.lilac .item-1 .block,
.svg-wrapper.lilac .svg-1 .block,
.svg-wrapper.lilac .item-1 .block {
  background: #9180A7 !important;
}
.process-section.lilac .svg-2 .block, .process-section.lilac .item-2 .block,
.svg-wrapper.lilac .svg-2 .block,
.svg-wrapper.lilac .item-2 .block {
  background: #B45692 !important;
}
.process-section.lilac .svg-3 .block, .process-section.lilac .item-3 .block,
.svg-wrapper.lilac .svg-3 .block,
.svg-wrapper.lilac .item-3 .block {
  background: rgba(185, 174, 198, 0.4) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}
.process-section.lilac .svg-4 .block, .process-section.lilac .item-4 .block,
.svg-wrapper.lilac .svg-4 .block,
.svg-wrapper.lilac .item-4 .block {
  background: #AA4A85 !important;
}
.process-section.coral .svg-1 .block, .process-section.coral .item-1 .block,
.svg-wrapper.coral .svg-1 .block,
.svg-wrapper.coral .item-1 .block {
  background: #DE8D8E !important;
}
.process-section.coral .svg-2 .block, .process-section.coral .item-2 .block,
.svg-wrapper.coral .svg-2 .block,
.svg-wrapper.coral .item-2 .block {
  background: #D77676 !important;
}
.process-section.coral .svg-3 .block, .process-section.coral .item-3 .block,
.svg-wrapper.coral .svg-3 .block,
.svg-wrapper.coral .item-3 .block {
  background: rgba(222, 141, 142, 0.4) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}
.process-section.coral .svg-4 .block, .process-section.coral .item-4 .block,
.svg-wrapper.coral .svg-4 .block,
.svg-wrapper.coral .item-4 .block {
  background: #D16A69 !important;
}
.process-section.violet .svg-1 .block, .process-section.violet .item-1 .block,
.svg-wrapper.violet .svg-1 .block,
.svg-wrapper.violet .item-1 .block {
  background: #7B6391 !important;
}
.process-section.violet .svg-2 .block, .process-section.violet .item-2 .block,
.svg-wrapper.violet .svg-2 .block,
.svg-wrapper.violet .item-2 .block {
  background: #9180A7 !important;
}
.process-section.violet .svg-3 .block, .process-section.violet .item-3 .block,
.svg-wrapper.violet .svg-3 .block,
.svg-wrapper.violet .item-3 .block {
  background: rgba(185, 174, 198, 0.4) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}
.process-section.violet .svg-4 .block, .process-section.violet .item-4 .block,
.svg-wrapper.violet .svg-4 .block,
.svg-wrapper.violet .item-4 .block {
  background: #6E5685 !important;
}
.process-section.peach .svg-1 .block, .process-section.peach .item-1 .block,
.svg-wrapper.peach .svg-1 .block,
.svg-wrapper.peach .item-1 .block {
  background: #F3C0AD !important;
}
.process-section.peach .svg-2 .block, .process-section.peach .item-2 .block,
.svg-wrapper.peach .svg-2 .block,
.svg-wrapper.peach .item-2 .block {
  background: #F09C80 !important;
}
.process-section.peach .svg-3 .block, .process-section.peach .item-3 .block,
.svg-wrapper.peach .svg-3 .block,
.svg-wrapper.peach .item-3 .block {
  background: rgba(243, 192, 173, 0.4) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}
.process-section.peach .svg-4 .block, .process-section.peach .item-4 .block,
.svg-wrapper.peach .svg-4 .block,
.svg-wrapper.peach .item-4 .block {
  background: #EF835D !important;
}
.process-section.purple .svg-1 .block, .process-section.purple .item-1 .block,
.svg-wrapper.purple .svg-1 .block,
.svg-wrapper.purple .item-1 .block {
  background: #B45692 !important;
}
.process-section.purple .svg-2 .block, .process-section.purple .item-2 .block,
.svg-wrapper.purple .svg-2 .block,
.svg-wrapper.purple .item-2 .block {
  background: #C27BA7 !important;
}
.process-section.purple .svg-3 .block, .process-section.purple .item-3 .block,
.svg-wrapper.purple .svg-3 .block,
.svg-wrapper.purple .item-3 .block {
  background: rgba(215, 168, 199, 0.4) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}
.process-section.purple .svg-4 .block, .process-section.purple .item-4 .block,
.svg-wrapper.purple .svg-4 .block,
.svg-wrapper.purple .item-4 .block {
  background: #AA4A85 !important;
}

.verticals-slider {
  padding: 80px 0;
}
.verticals-slider .verticals-title {
  text-transform: uppercase;
}
.verticals-slider .verticals-nav {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 16px;
}
.verticals-slider .verticals-nav button {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: #2B2D34;
  border: 0;
  background: transparent;
}
.verticals-slider .verticals-nav button.is-active {
  font-weight: 700;
}
.verticals-slider .verticals-swiper-wrap {
  margin-top: 100px;
}
.verticals-slider .verticals-swiper {
  overflow: visible;
}
.verticals-slider .verticals-slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  position: relative;
}
.verticals-slider .verticals-media {
  position: relative;
  width: 320px;
  max-width: 100%;
  aspect-ratio: 1/1;
  align-self: start;
}
.verticals-slider .verticals-media svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.verticals-slider .verticals-media img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 51.5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.verticals-slider .verticals-copy {
  position: relative;
  z-index: 100;
  max-width: 520px;
  color: #35373D;
  align-self: start;
}
.verticals-slider .verticals-copy h3 {
  font-family: Anton;
  font-weight: 400;
  font-style: Regular;
  font-size: 72px;
  line-height: 110%;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.verticals-slider .verticals-copy p {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  line-height: 130%;
  margin: 0 0 32px;
}

.g-12 {
  --bs-gutter-x: 12px;
  --bs-gutter-y: 12px;
}

.verticals-slider .verticals-testimonials-outlet {
  margin-top: 100px;
  position: relative;
  z-index: 10;
}
.verticals-slider .verticals-testimonial {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 24px;
  padding: 16px 24px;
  align-items: start;
}
.verticals-slider .verticals-testimonial.has-link {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(16px);
}
.verticals-slider .verticals-testimonial-logo {
  width: 64px;
  height: 64px;
  overflow: hidden;
  margin-bottom: 16px;
}
.verticals-slider .verticals-testimonial-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.verticals-slider .verticals-testimonial-body p {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-style: Italic;
  font-size: 16px;
  line-height: 130%;
}
.verticals-slider .verticals-testimonial-name {
  font-family: Anton;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 110%;
  text-transform: uppercase;
}
.verticals-slider .verticals-testimonial-role {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-transform: none;
}
.verticals-slider .verticals-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(16px);
  display: grid;
  place-items: center;
  z-index: 50;
  filter: none;
}
.verticals-slider .verticals-arrow img {
  width: 18px;
  aspect-ratio: 1;
}
.verticals-slider .verticals-prev {
  left: 0;
}
.verticals-slider .verticals-next {
  right: 0;
}
.verticals-slider .verticals-swiper .swiper-slide {
  transition: filter 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
  opacity: 0.75;
  filter: blur(6px);
  transform: scale(0.92);
}
.verticals-slider .verticals-swiper .swiper-slide-active {
  opacity: 1;
  filter: none;
  transform: scale(1);
}
.verticals-slider .verticals-swiper .swiper-slide-prev,
.verticals-slider .verticals-swiper .swiper-slide-next {
  opacity: 0.55;
  filter: blur(10px);
  transform: scale(0.86);
}
.verticals-slider .verticals-swiper .swiper-slide:not(.swiper-slide-active) .verticals-copy {
  display: none;
}
.verticals-slider .verticals-swiper .swiper-slide:not(.swiper-slide-active) .verticals-slide {
  grid-template-columns: 1fr;
  justify-items: center;
}

.verticals-slider .verticals-media {
  position: relative;
  transform-origin: center;
}
.verticals-slider .verticals-media .shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 51.5px;
  transform-origin: 50% 50%;
  transform: translate(0, 0) rotate(0deg) scale(1);
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
  opacity: 0;
}
.verticals-slider .verticals-media .shape-1 .block {
  background: var(--v-c1);
  animation: slow-rotate-left 50s ease-in-out infinite;
}
.verticals-slider .verticals-media .shape-2 .block {
  background: var(--v-c2);
  animation: slow-rotate-right 50s ease-in-out infinite;
}
.verticals-slider .verticals-media .shape-4 .block {
  background: var(--v-c4);
  animation: slow-rotate-left 50s ease-in-out infinite;
}
.verticals-slider .verticals-media .shape-glass {
  backface-visibility: hidden;
  will-change: transform, opacity, backdrop-filter;
}
.verticals-slider .verticals-media .shape-glass .block {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transform: translateZ(0);
  background: var(--v-c3);
  animation: slow-rotate-right 50s ease-in-out infinite;
}
.verticals-slider .verticals-media .verticals-photo {
  transform-origin: 50% 50%;
  transform: translate(0, 0) rotate(0deg) scale(1);
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.verticals-slider .verticals-swiper.is-settled .swiper-slide-active .verticals-media .shape-1 {
  opacity: 1;
  transform: translate(-50px, 10px) rotate(-34.78deg) scale(1.21);
  z-index: 10;
}
.verticals-slider .verticals-swiper.is-settled .swiper-slide-active .verticals-media .shape-2 {
  opacity: 1;
  transform: translate(-10px, -40px) rotate(-1.17deg) scale(1.08);
  z-index: 20;
}
.verticals-slider .verticals-swiper.is-settled .swiper-slide-active .verticals-media .shape-glass {
  opacity: 1;
  transform: translate(120px, 85px) rotate(-10deg) scale(0.48);
  z-index: 40;
}
.verticals-slider .verticals-swiper.is-settled .swiper-slide-active .verticals-media .shape-4 {
  opacity: 1;
  transform: translate(200px, 155px) rotate(-34.8deg) scale(0.26);
  z-index: 50;
}
.verticals-slider .verticals-swiper.is-settled .swiper-slide-active .verticals-media .verticals-photo {
  transform: translate(0, 0) rotate(14.63deg) scale(1.02);
  z-index: 30;
}

.mb-summary-action {
  margin: 3rem 0 0 0;
}
@media (min-width: 768px) {
  .mb-summary-action {
    margin: 6rem 0 0 0;
  }
}

.mb-btn_cta {
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  height: 48px;
  min-height: 48px;
  padding: 0 20px;
  line-height: 100%;
  display: inline-flex;
  align-items: center;
  padding: 0px 24px;
  gap: 8px;
  border-radius: 40px;
  overflow: hidden;
  transform: translateZ(0);
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.mb-btn_cta.btn-sm {
  height: 40px;
  min-height: 40px;
  padding: 0 18px;
  font-size: 14px;
  border: none;
  outline: none;
  white-space: nowrap;
  transition: transform 0.3s;
  text-decoration: none;
  cursor: pointer;
}
.mb-btn_cta:hover {
  transform: scaleX(1.02);
  transition: transform 0.6s cubic-bezier(0.34, 5.56, 0.64, 1);
}
.mb-btn_cta:disabled, .mb-btn_cta.is-disabled {
  opacity: 0.5;
  pointer-events: none;
  touch-action: none;
}
.mb-btn_cta > div {
  display: inline-flex;
  align-items: center;
}
.mb-btn_cta .button-icon {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  z-index: 10;
}
.mb-btn_cta.btn-primary {
  background: #35373D;
  color: #EDEBE6;
  border: 1px solid #35373D;
}
.mb-btn_cta.btn-primary .mb-btn_cta-ripple span {
  background: #EDEBE6;
}
.mb-btn_cta.btn-primary .mb-btn_cta-title span {
  color: #EDEBE6;
}
.mb-btn_cta.btn-primary:hover {
  color: #35373D;
}
.mb-btn_cta.btn-primary:hover .mb-btn_cta-title span {
  color: #35373D;
}
.mb-btn_cta.btn-secondary {
  color: #35373D;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
  border-radius: 45px;
}
.mb-btn_cta.btn-secondary .mb-btn_cta-ripple span {
  background: #35373D;
}
.mb-btn_cta.btn-secondary .mb-btn_cta-title span {
  color: #35373D;
}
.mb-btn_cta.btn-secondary:hover {
  color: #EDEBE6;
}
.mb-btn_cta.btn-secondary:hover .mb-btn_cta-title span {
  color: #EDEBE6;
}
.mb-btn_cta .mb-btn_cta-title {
  position: relative;
  z-index: 2;
  overflow: hidden;
  line-height: 1.2;
}
.mb-btn_cta .mb-btn_cta-title span {
  display: block;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.mb-btn_cta .mb-btn_cta-title span:after {
  content: attr(data-text);
  position: absolute;
  top: 110%;
  left: 0;
}

.mb-btn_cta-ripple {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: inherit;
  transform: translateZ(0);
}
.mb-btn_cta-ripple span {
  display: block;
  width: 100%;
  height: 100%;
  transform: translateY(101%);
  background: currentColor;
  border-radius: 50% 50% 0 0;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1), border-radius 0.5s cubic-bezier(0.4, 0, 0, 1);
}
@media (pointer: fine) {
  .mb-btn_cta:hover .mb-btn_cta-ripple span {
    transform: translateY(0);
    border-radius: 0;
    transition-duration: 0.5s, 0.9s;
  }
}

.mb-btn_cta-icon {
  position: relative;
  z-index: 2;
  margin-left: 1.5rem;
  font-size: 1.8rem;
  line-height: 1;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .mb-btn_cta-icon {
    font-size: 2.4rem;
  }
}
.mb-btn_cta-icon.-primary {
  color: #e93b04;
}

.line {
  position: relative;
  display: block;
  overflow: hidden;
}

.line-text {
  display: block;
}

.line-text.muted {
  color: rgba(53, 55, 61, 0.35);
}

.line-text.active {
  position: absolute;
  inset: 0;
  color: #35373D;
  clip-path: inset(0 100% 0 0);
}

.title-line {
  display: block;
  overflow: hidden;
  line-height: 0.9em;
  width: -moz-max-content;
  width: max-content;
}

.title-line-inner {
  display: inline-block;
  white-space: nowrap;
}

.title-line-inner .char {
  display: inline-block;
}

.blurb-section {
  min-height: 60vh;
  overflow: hidden;
}
.blurb-section h1 {
  font-family: Anton;
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
  text-transform: uppercase;
}
.blurb-section .blurb-content {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.blurb-section .blurb-content h2, .blurb-section .blurb-content h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  margin-bottom: 16px;
  color: #35373D;
}
.blurb-section .blurb-content h2 {
  font-size: 22px;
}
.blurb-section .blurb-content h3 {
  font-size: 20px;
}
.blurb-section .blurb-content p, .blurb-section .blurb-content li {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 16px;
}
.blurb-section .blurb-content ul, .blurb-section .blurb-content ol {
  margin: 0 0 16px;
  padding-left: 24px;
}
.blurb-section .blurb-content li {
  margin-bottom: 0px;
}
.blurb-section .blurb-content a {
  color: inherit;
  text-decoration: underline;
}
.blurb-section .svg-wrapper-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  z-index: -1;
}
.blurb-section .svg-wrapper-1 .svg {
  aspect-ratio: 1;
  position: absolute;
  right: -1000px;
  top: 0;
  transition: all 2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.blurb-section .svg-wrapper-1 .svg-1 {
  width: 360px;
}
.blurb-section .svg-wrapper-1 .svg-1.active {
  transform: rotate(-17.8deg);
  top: -50px;
  right: -170px;
}
.blurb-section .svg-wrapper-1 .svg-1.active .block {
  animation: slow-rotate-left 75s ease-in-out infinite;
}
.blurb-section .svg-wrapper-1 .svg-2 {
  width: 292px;
}
.blurb-section .svg-wrapper-1 .svg-2.active {
  transform: rotate(7.31deg);
  top: 10px;
  right: -110px;
}
.blurb-section .svg-wrapper-1 .svg-2.active .block {
  animation: slow-rotate-right 55s ease-in-out infinite;
}
.blurb-section .svg-wrapper-1 .svg-3 {
  width: 166px;
  z-index: 2;
}
.blurb-section .svg-wrapper-1 .svg-3.active {
  transform: rotate(116deg);
  top: 230px;
  right: 260px;
}
.blurb-section .svg-wrapper-1 .svg-3.active .block {
  animation: slow-rotate-left 45s ease-in-out infinite;
}
.blurb-section .svg-wrapper-1 .svg-4 {
  width: 96px;
}
.blurb-section .svg-wrapper-1 .svg-4.active {
  transform: rotate(-34deg);
  top: 240px;
  right: 200px;
}
.blurb-section .svg-wrapper-1 .svg-4.active .block {
  animation: slow-rotate-right 65s ease-in-out infinite;
}
.blurb-section .svg-wrapper-1 .svg-1 .block {
  background: #C27BA7;
  border-radius: 77px;
}
.blurb-section .svg-wrapper-1 .svg-2 .block {
  background: #B45692;
  border-radius: 62px;
}
.blurb-section .svg-wrapper-1 .svg-3 .block {
  background: rgba(215, 168, 199, 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 32px;
}
.blurb-section .svg-wrapper-1 .svg-4 .block {
  background: #AA4A85;
  border-radius: 25px;
}

.solutions .hero-blurb {
  width: 100%;
  padding-top: 160px;
  padding-top: 0px;
}
.solutions #line-top {
  position: absolute;
  left: 0%;
  top: 630px;
  width: 100%;
  aspect-ratio: 1440/220;
  z-index: -10;
}
.solutions #line-bottom {
  position: absolute;
  left: 0px;
  top: -30px;
  width: 100%;
  aspect-ratio: 1440/335;
  z-index: -1;
}
.solutions .hero h3 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 8px;
}
.solutions .hero h3 b {
  font-weight: 700;
}
.solutions .hero p {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 16px;
}
.solutions .hero .hero-image-wrapper {
  margin: 0;
  top: 20px;
  left: 750px;
  position: absolute;
  width: 100%;
  aspect-ratio: 1;
  pointer-events: auto;
  max-width: 440px;
  transform: rotate(12deg);
}
.solutions .hero .hero-image-wrapper img {
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: 100%;
}
.solutions .hero {
  position: relative;
}
.solutions .hero .svg-wrapper-1 {
  z-index: -1;
  transform-origin: top left;
}
.solutions .hero .svg-wrapper-1 .svg {
  left: -1000px;
  top: 0px;
}
.solutions .hero .svg-wrapper-2 {
  z-index: -1;
}
.solutions .hero .svg-wrapper-2 .svg {
  left: 0px;
  top: -1000px;
}
.solutions .hero .svg-wrapper-3 {
  z-index: -1;
}
.solutions .hero .svg-wrapper-3 .svg {
  right: -1000px;
  top: 0px;
}
.solutions .hero .svg {
  aspect-ratio: 1;
  z-index: -1;
  position: absolute;
  transition: all 2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.solutions .hero .svg-1 {
  width: 282px;
}
.solutions .hero .svg-1.active {
  transform: rotate(151deg);
  top: 780px;
  left: -360px;
}
.solutions .hero .svg-1.active .block {
  animation: slow-rotate-left 75s ease-in-out infinite;
}
.solutions .hero .svg-2 {
  width: 250px;
}
.solutions .hero .svg-2.active {
  transform: rotate(79deg);
  top: 780px;
  left: -340px;
}
.solutions .hero .svg-2.active .block {
  animation: slow-rotate-right 55s ease-in-out infinite;
}
.solutions .hero .svg-3 {
  width: 139px;
  z-index: 110;
}
.solutions .hero .svg-3.active {
  transform: rotate(148deg);
  top: 780px;
  left: 10px;
}
.solutions .hero .svg-3.active .block {
  animation: slow-rotate-left 45s ease-in-out infinite;
}
.solutions .hero .svg-4 {
  width: 83px;
  z-index: 101;
}
.solutions .hero .svg-4.active {
  transform: rotate(109deg);
  top: 750px;
  left: 40px;
}
.solutions .hero .svg-4.active .block {
  animation: slow-rotate-right 65s ease-in-out infinite;
}
.solutions .hero .svg-5 {
  width: 470px;
}
.solutions .hero .svg-5.active {
  transform: rotate(-171deg);
  top: -420px;
  left: 30px;
}
.solutions .hero .svg-5.active .block {
  animation: slow-rotate-left 75s ease-in-out infinite;
}
.solutions .hero .svg-6 {
  width: 426px;
}
.solutions .hero .svg-6.active {
  transform: rotate(-153deg);
  top: -400px;
  left: 30px;
}
.solutions .hero .svg-6.active .block {
  animation: slow-rotate-right 55s ease-in-out infinite;
}
.solutions .hero .svg-7 {
  width: 116px;
  z-index: 200;
}
.solutions .hero .svg-7.active {
  transform: rotate(-20deg);
  top: 40px;
  left: 490px;
}
.solutions .hero .svg-7.active .block {
  animation: slow-rotate-left 45s ease-in-out infinite;
}
.solutions .hero .svg-8 {
  width: 76px;
}
.solutions .hero .svg-8.active {
  transform: rotate(-157deg);
  top: 140px;
  left: 540px;
}
.solutions .hero .svg-8.active .block {
  animation: slow-rotate-right 65s ease-in-out infinite;
}
.solutions .hero .svg-9 {
  width: 520px;
  left: initial;
}
.solutions .hero .svg-9.active {
  transform: rotate(-55deg);
  top: 180px;
  right: -240px;
}
.solutions .hero .svg-9.active .block {
  animation: slow-rotate-left 75s ease-in-out infinite;
}
.solutions .hero .svg-10 {
  left: initial;
  width: 464px;
}
.solutions .hero .svg-10.active {
  transform: rotate(-12deg);
  top: 200px;
  right: -140px;
}
.solutions .hero .svg-10.active .block {
  animation: slow-rotate-right 55s ease-in-out infinite;
}
.solutions .hero .svg-11 {
  left: initial;
  width: 230px;
  z-index: 1900;
}
.solutions .hero .svg-11.active {
  transform: rotate(78deg);
  top: 600px;
  right: 380px;
}
.solutions .hero .svg-11.active .block {
  animation: slow-rotate-left 45s ease-in-out infinite;
}
.solutions .hero .svg-12 {
  width: 130px;
  z-index: 100;
}
.solutions .hero .svg-12.active {
  transform: rotate(-134deg);
  top: 770px;
  right: 470px;
  z-index: 2000;
}
.solutions .hero .svg-12.active .block {
  animation: slow-rotate-right 65s ease-in-out infinite;
}
.solutions .hero .svg-1 .block {
  background: #75BDFF;
  border-radius: 63px;
}
.solutions .hero .svg-2 .block {
  background: #A4D3FF;
  border-radius: 51px;
}
.solutions .hero .svg-3 .block {
  background: rgba(164, 211, 255, 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 32px;
}
.solutions .hero .svg-4 .block {
  background: #53ADFF;
  border-radius: 20px;
}
.solutions .hero .svg-5 .block {
  background: #F3C0AD;
  border-radius: 62px;
}
.solutions .hero .svg-6 .block {
  background: #F09C80;
  border-radius: 69px;
}
.solutions .hero .svg-7 .block {
  background: rgba(243, 192, 173, 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 28px;
}
.solutions .hero .svg-8 .block {
  background: #EF835D;
  border-radius: 20px;
}
.solutions .hero .svg-9 .block {
  background: #F5CB70;
  border-radius: 90px;
}
.solutions .hero .svg-10 .block {
  background: #F6DCA3;
  border-radius: 63px;
}
.solutions .hero .svg-11 .block {
  background: rgba(246, 220, 163, 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 43px;
}
.solutions .hero .svg-12 .block {
  background: #F5BF42;
  border-radius: 28px;
}
.solutions .logo-slider-wrapper {
  margin: 110px 0 0px;
}
.solutions .logo-slider-wrapper .logo-slider {
  padding: 80px 0 20px;
}
.solutions .ready-to-game-section {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.solutions .ready-to-game-section .ready-to-game-panel {
  background: linear-gradient(135deg, #35373D 0%, #2a2c31 100%);
  border-radius: 20px;
  padding: 48px 56px;
  position: relative;
  z-index: 2;
}
.solutions .ready-to-game-section .ready-to-game-panel h2 {
  font-family: Anton, sans-serif;
  font-size: 64px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 90%;
  color: white;
  margin: 0;
}
.solutions .ready-to-game-section .ready-to-game-panel p {
  font-size: 20px;
  line-height: 150%;
  color: white;
  margin: 0;
}
.solutions .ready-to-game-section .ready-to-game-panel .btn-wrapper .mb-btn_cta.btn-primary {
  background: #4ECDC4;
}
.solutions .ready-to-game-section .ready-to-game-panel .btn-wrapper .mb-btn_cta.btn-primary:hover {
  background: rgb(51.1013215859, 180.8986784141, 171.7004405286);
}
.solutions .ready-to-game-section .svg-wrapper {
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 600px;
  height: 400px;
  pointer-events: none;
  z-index: 1;
}
.solutions .ready-to-game-section .svg-wrapper .svg {
  aspect-ratio: 1;
  position: absolute;
  transition: all 2s cubic-bezier(0.2, 0.8, 0.2, 1);
  opacity: 0;
  transform: translateY(100px);
}
.solutions .ready-to-game-section .svg-wrapper .svg.active {
  opacity: 1;
  transform: translateY(0);
}
.solutions .ready-to-game-section .svg-wrapper .svg-1 {
  width: 200px;
  bottom: 50px;
  right: 100px;
}
.solutions .ready-to-game-section .svg-wrapper .svg-1 .block {
  background: #4ECDC4;
  border-radius: 50px;
  animation: slow-rotate-left 60s ease-in-out infinite;
}
.solutions .ready-to-game-section .svg-wrapper .svg-2 {
  width: 150px;
  bottom: 120px;
  right: 220px;
}
.solutions .ready-to-game-section .svg-wrapper .svg-2 .block {
  background: rgba(78, 205, 196, 0.6);
  border-radius: 40px;
  animation: slow-rotate-right 50s ease-in-out infinite;
}
.solutions .ready-to-game-section .svg-wrapper .svg-3 {
  width: 100px;
  bottom: 20px;
  right: 280px;
}
.solutions .ready-to-game-section .svg-wrapper .svg-3 .block {
  background: rgba(78, 205, 196, 0.3);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 25px;
  animation: slow-rotate-left 40s ease-in-out infinite;
}
.solutions .ready-to-game-section .svg-wrapper .svg-4 {
  width: 80px;
  bottom: 150px;
  right: 50px;
}
.solutions .ready-to-game-section .svg-wrapper .svg-4 .block {
  background: #3DBDB5;
  border-radius: 20px;
  animation: slow-rotate-right 55s ease-in-out infinite;
}

.messaging-section .benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}
.messaging-section .benefits li {
  font-size: 22px;
  line-height: 170%;
  margin-bottom: 16px;
  padding-left: 0;
}
.messaging-section .benefits li b {
  font-weight: 700;
}

.credibility {
  padding-top: 100px;
  padding-bottom: 100px;
}

.case-study-2026 .case-study-hero {
  margin-top: 170px;
}
.case-study-2026 .case-study-hero .case-study-hero-image {
  width: 100%;
  aspect-ratio: 1044/350;
  border-radius: 32px;
}
.case-study-2026 .case-study-hero .svg-hero .svg-wrapper {
  position: relative;
}
.case-study-2026 .case-study-hero .svg-hero .svg-wrapper.svg-wrapper-1 {
  transform-origin: bottom left !important;
}
.case-study-2026 .case-study-hero .svg-hero .svg {
  aspect-ratio: 1;
  z-index: -1;
  position: absolute;
  transition: all 2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.case-study-2026 .case-study-hero .svg-hero .svg-3 {
  width: 166px;
}
.case-study-2026 .case-study-hero .svg-hero .svg-3 .block {
  border-radius: 39px;
}
.case-study-2026 .case-study-hero .svg-hero .svg-3.active {
  transform: rotate(78deg);
  top: 270px;
  left: -30px;
}
.case-study-2026 .case-study-hero .svg-hero .svg-4 {
  width: 94px;
}
.case-study-2026 .case-study-hero .svg-hero .svg-4 .block {
  border-radius: 24px;
}
.case-study-2026 .case-study-hero .svg-hero .svg-4.active {
  transform: rotate(-34deg);
  top: 350px;
  left: -80px;
}
.case-study-2026 .case-study-hero .svg-hero .svg-1 {
  width: 410px;
}
.case-study-2026 .case-study-hero .svg-hero .svg-1 .block {
  border-radius: 72px;
}
.case-study-2026 .case-study-hero .svg-hero .svg-1.active {
  transform: rotate(-44deg);
  top: -30px;
  right: -10px;
  left: initial;
}
.case-study-2026 .case-study-hero .svg-hero .svg-2 {
  width: 367px;
}
.case-study-2026 .case-study-hero .svg-hero .svg-2 .block {
  border-radius: 51px;
}
.case-study-2026 .case-study-hero .svg-hero .svg-2.active {
  transform: rotate(-25deg);
  top: -30px;
  right: -10px;
  left: initial;
}
.case-study-2026 .case-study-content .case-study-body {
  padding-left: 102px;
}
.case-study-2026 .case-study-content h1, .case-study-2026 .case-study-content h2, .case-study-2026 .case-study-content h3, .case-study-2026 .case-study-content h4, .case-study-2026 .case-study-content h5, .case-study-2026 .case-study-content h6, .case-study-2026 .case-study-content p, .case-study-2026 .case-study-content li {
  font-family: Source Sans Pro;
  line-height: 130%;
  letter-spacing: 0px;
  text-transform: none;
}
.case-study-2026 .case-study-content h1 {
  font-weight: 300;
  font-size: 52px;
}
.case-study-2026 .case-study-content h1 b {
  font-weight: 400;
}
.case-study-2026 .case-study-content h3 {
  font-weight: 700;
  font-size: 38px;
}
.case-study-2026 .case-study-content h3 {
  font-weight: 700;
  font-size: 30px;
  margin: 56px 0 16px;
}
.case-study-2026 .case-study-content p, .case-study-2026 .case-study-content li {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}
.case-study-2026 .case-study-content blockquote {
  margin: 80px -50% 0px -102px;
}
.case-study-2026 .case-study-content blockquote p {
  font-family: Source Sans Pro;
  font-weight: 300;
  font-style: Italic;
  font-size: 32px;
  line-height: 130%;
}
.case-study-2026 .case-study-content blockquote + p {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  margin: 40px -50% 80px -102px;
}
.case-study-2026 .case-study-content blockquote + p b, .case-study-2026 .case-study-content blockquote + p strong {
  font-family: Anton;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
.case-study-2026 .case-studies-svg {
  z-index: -1;
}
.case-study-2026 .case-studies-svg .svg-wrapper {
  position: relative;
}
.case-study-2026 .case-studies-svg .svg {
  aspect-ratio: 1;
  z-index: -1;
  position: absolute;
  transition: all 2s cubic-bezier(0.2, 0.8, 0.2, 1);
  left: initial;
  right: -1000px;
  scale: 0;
}
.case-study-2026 .case-studies-svg .svg.active {
  scale: 1;
}
.case-study-2026 .case-studies-svg .svg-1 {
  width: 470px;
}
.case-study-2026 .case-studies-svg .svg-1 .block {
  border-radius: 57px;
}
.case-study-2026 .case-studies-svg .svg-1.active {
  transform: rotate(-22deg);
  top: -680px;
  right: -10px;
}
.case-study-2026 .case-studies-svg .svg-2 {
  width: 420px;
}
.case-study-2026 .case-studies-svg .svg-2 .block {
  border-radius: 54px;
}
.case-study-2026 .case-studies-svg .svg-2.active {
  transform: rotate(-7deg);
  top: -680px;
  right: -10px;
}
.case-study-2026 .case-studies-svg .svg-3 {
  width: 166px;
}
.case-study-2026 .case-studies-svg .svg-3 .block {
  border-radius: 43px;
}
.case-study-2026 .case-studies-svg .svg-3.active {
  transform: rotate(120deg);
  top: -800px;
  right: -30px;
}
.case-study-2026 .case-studies-svg .svg-4 {
  width: 94px;
}
.case-study-2026 .case-studies-svg .svg-4 .block {
  border-radius: 28px;
}
.case-study-2026 .case-studies-svg .svg-4.active {
  transform: rotate(-17deg);
  top: -850px;
  right: -80px;
}

#debug {
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: monospace;
  font-size: 10px;
  padding: 4px 8px;
  border-radius: 2px;
  z-index: 9999000;
  line-height: 1.5;
  white-space: pre;
  display: none;
}

@media (max-width: 1440px) {
  .home2026 #line-top {
    width: 1440px;
  }
  h1.hero {
    font-size: 100px;
  }
  .gradient-panel h1 {
    font-size: 122px;
  }
  .gradient-panel h2 {
    font-size: 38px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 70px;
  }
  p {
    font-size: 19px;
  }
  .home2026 .shape {
    transform: scale(0.7);
  }
  .home2026 .shape-green.shape-green-1 {
    right: -440px;
    top: -130px;
    z-index: 10;
  }
  .home2026 .shape-green.shape-green-2 {
    right: -200px;
    top: -50px;
  }
  .home2026 .hero-video {
    width: 400px;
    height: 400px;
  }
  .home2026 .hero-video .play-full-video {
    scale: 0.5 !important;
    transform: translate(-100%, -100%) !important;
  }
  .home2026 .hero-video-mask {
    border-radius: 70px;
  }
  .home2026 .hero .top-floaties {
    right: -110px;
    top: 120px;
  }
  .container {
    max-width: 960px;
  }
  .unlock-audience-section .svg-wrapper {
    top: -210px;
  }
  .svg-wrapper {
    transform-origin: top right;
    transform: scale(0.75);
    position: relative;
  }
  .platform .svg-hero .svg-wrapper-1 {
    transform-origin: top left;
  }
  .platform .data-section h1 {
    font-size: 60px;
  }
  .platform .data-section h2 {
    font-size: 21px;
  }
  .platform .advantage-section .advantage-step h1 {
    font-size: 56px;
  }
  .platform .advantage-header .svg-wrapper {
    top: -60px;
  }
  .platform .advantage-section .advantage-image-wrapper,
  .process-section .process-image.optimise.optimise-2.active {
    left: -60px;
    top: 50px;
  }
  .process-section .process-image.optimise.optimise-3.active {
    left: 338px;
  }
  .process-section .process-image.action.action-2.active {
    left: 20px;
  }
  .process-image-wrapper {
    scale: 0.75;
  }
  .verticals-slider .verticals-slide {
    gap: 64px;
  }
  .verticals-slider .verticals-media {
    transform: scale(0.9);
    transform-origin: center left;
  }
  .verticals-slider .verticals-copy h3 {
    font-size: 64px;
  }
  .solutions .process-step .svg-wrapper-1 {
    transform-origin: top left;
  }
  .solutions .process-step .svg-wrapper-2 {
    transform: scale(0.75) translateY(-520px);
  }
  .solutions .hero .hero-image-wrapper {
    left: 600px;
  }
}
@media (max-width: 992px) {
  .full-screen {
    margin: 150px 0;
    height: auto;
    display: block;
  }
  .case-studies-carousel .swiper-slide {
    width: 340px;
  }
  .case-studies-carousel[data-items="3"] .case-studies-nav {
    display: inline-flex;
  }
  .case-studies-carousel .case-studies-swiper[data-items="1"] .swiper-slide {
    width: 100%;
  }
  .case-studies-carousel .case-studies-swiper[data-items="2"] .swiper-slide {
    width: calc(50% - 12px);
  }
  .case-studies-carousel .case-studies-swiper[data-items="3"] .swiper-slide {
    width: 340px;
  }
  .case-study-2026 .case-study-content blockquote {
    margin-right: -33.334%;
  }
  .case-study-2026 .case-study-content blockquote + p {
    margin-right: -33.334%;
  }
  h1.hero {
    font-size: 76px;
  }
  .gradient-panel h1 {
    font-size: 90px;
  }
  .gradient-panel h2 {
    font-size: 28px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 60px;
  }
  p {
    font-size: 18px;
  }
  .home2026 .ai-panel {
    max-width: 300px;
  }
  .home2026 .shape {
    transform: scale(0.75);
  }
  .home2026 .shape-green.shape-green-1 {
    right: -470px;
  }
  .home2026 .shape-green.shape-green-2 {
    right: -200px;
    top: -50px;
  }
  .home2026 .shape-blue-cluster {
    bottom: initial;
    top: 500px;
  }
  .home2026 .hero-video {
    width: 300px;
    height: 300px;
  }
  .home2026 .hero-video .play-full-video {
    scale: 0.5 !important;
    transform: translate(-100%, -100%) !important;
  }
  .home2026 .hero-video-mask {
    border-radius: 50px;
  }
  .home2026 .hero .top-floaties {
    right: -170px;
    top: 90px;
  }
  .home2026 .card {
    max-width: 368px;
    margin: 0 auto;
  }
  .home2026 .card::after {
    left: calc(50% - 18px);
    top: calc(100% + 8px);
  }
  .home2026 .logo-slider-wrapper h4 {
    top: -11%;
  }
  .insights-carousel .swiper-slide {
    width: 340px;
  }
  .container {
    max-width: 720px;
  }
  .footer .footer-logo {
    bottom: -67px;
    width: 500px;
  }
  .footer ul.footer-blurb-menu {
    width: 100%;
  }
  .footer .copyright {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin: 25px 0 0 0;
    float: left;
  }
  .unlock-audience-section .svg-wrapper {
    top: -240px;
  }
  .unlock-audience-section .unlock-audience-panel {
    padding: 32px 28px;
  }
  .unlock-audience-section .unlock-audience-panel h2 {
    font-size: 44px;
  }
  .unlock-audience-section .unlock-audience-panel h2.small {
    font-size: 32px;
  }
  .unlock-audience-section .unlock-audience-panel br {
    display: none;
  }
  .svg-wrapper {
    transform-origin: top right;
    transform: scale(0.6);
    position: relative;
  }
  .verticals-arrow {
    display: none;
  }
  .verticals-slider .verticals-arrow {
    top: -50px;
  }
  .verticals-slider .verticals-slide {
    grid-template-columns: 1fr;
    gap: 24px;
    width: 300px;
    margin: 0 auto;
  }
  .verticals-slider .verticals-media {
    transform: scale(0.82);
    transform-origin: center left;
  }
  .verticals-slider .verticals-copy h3 {
    font-size: 56px;
  }
  .verticals-slider .verticals-copy p {
    max-width: 420px;
  }
  .verticals-testimonials-outlet-wrapper {
    margin: 48px auto 0;
    min-height: 133px;
  }
  .verticals-testimonials-outlet {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 32px auto 0;
    opacity: 0;
    transition: opacity 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  .verticals-testimonials-outlet.is-settled {
    opacity: 1;
  }
  .platform .advantage-section .advantage-image-wrapper {
    scale: 0.75;
  }
  .platform .data-section h1 {
    margin-top: 32px;
  }
  .platform #line-bottom {
    top: -30%;
  }
  .process-image-wrapper {
    scale: 1;
  }
  .platform .advantage-section .advantage-image {
    display: block;
    margin: 0 auto;
  }
  .platform .advantage-section .advantage-step p {
    margin-bottom: 0;
  }
  .process-section .process-image.optimise.optimise-2.active {
    left: 60px;
    top: 50px;
  }
  .process-section .process-image.optimise.optimise-3.active {
    left: 468px;
  }
  .process-section .process-image.action.action-2.active {
    left: 140px;
  }
  .process-step.elevate .svg-wrapper-1 {
    transform: scale(0.6) translate(0px, 120px) !important;
  }
  .process-step.elevate .svg-wrapper-2 {
    transform: scale(0.6) translate(0, -700px) !important;
  }
  .credibility {
    padding-top: 100px !important;
  }
  .solutions .hero .hero-image-wrapper {
    max-width: 240px !important;
    top: -290px !important;
    right: -160px !important;
  }
  .solutions .hero-blurb {
    width: 75%;
    padding: 60px 0 60px;
  }
  .solutions #line-bottom {
    top: -80px;
  }
}
@media (max-width: 768px) {
  h1.hero {
    font-size: 60px;
  }
  .gradient-panel h1 {
    font-size: 72px;
  }
  .gradient-panel h2 {
    font-size: 21px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 55px;
  }
  p {
    font-size: 18px;
  }
  .insights-carousel .insights-nav h2, .insights-carousel .insights-nav button {
    font-size: 14px;
  }
  .case-studies-carousel .case-studies-head h2, .case-studies-carousel .case-studies-head button {
    font-size: 14px;
  }
  .case-study-2026 .case-study-content blockquote {
    margin-right: -20%;
  }
  .case-study-2026 .case-study-content blockquote + p {
    margin-right: -20%;
  }
  .platform-image-wrapper {
    max-width: 320px;
    margin: 0 auto 50px;
  }
  .platform .advantage-section .advantage-image-wrapper {
    scale: 0.65;
  }
  .process-section .process-image-wrapper {
    scale: 0.75;
  }
  .process-section .process-step h2 {
    font-size: 18px;
  }
  .process-section .process-step h1 {
    font-size: 62px;
  }
  .unlock-audience-section .svg-wrapper {
    top: -210px;
  }
  .svg-wrapper {
    transform-origin: top right;
    transform: scale(0.6);
    position: relative;
  }
  .home2026 .ai-panel {
    margin-top: 50px;
  }
  .home2026 .unlock-audience-section .unlock-audience-panel p {
    font-size: 22px;
  }
  .home2026 .shape {
    transform: scale(0.5);
  }
  .home2026 .shape-green.shape-green-2 {
    right: -200px;
    top: 50px;
  }
  .home2026 .shape-blue-cluster {
    bottom: initial;
    top: 500px;
  }
  .home2026 .hero .top-floaties {
    right: -190px;
    top: 0px;
  }
  .home2026 .hero-video {
    width: 250px;
    height: 250px;
  }
  .home2026 .hero-video-mask {
    border-radius: 50px;
  }
  .home2026 .unlock-audience-section .svg-wrapper {
    top: -210px;
  }
  .home2026 .unlock-audience-section .unlock-audience-panel h2 {
    font-size: 50px;
  }
  .home2026 .unlock-audience-section .unlock-audience-panel h2.small {
    font-size: 34px;
  }
  .home2026 .unlock-audience-section .unlock-audience-panel p {
    font-size: 20px;
  }
  .home2026 .unlock-audience-section .unlock-audience-panel br {
    display: none;
  }
  .container {
    max-width: 540px;
  }
  .footer .footer-content-row .col1 {
    width: 50%;
  }
  .footer .footer-content-row .col2 {
    width: 50%;
  }
  .footer .footer-content-row .col3 {
    width: 100%;
  }
  .verticals-slider .verticals-nav button {
    font-size: 18px;
  }
  .verticals-slider .verticals-slide {
    gap: 20px;
  }
  .verticals-slider .verticals-media {
    width: 250px;
    transform: scale(0.75);
    transform-origin: center center;
  }
  .verticals-slider .verticals-copy {
    max-width: 100%;
  }
  .verticals-slider .verticals-copy h3 {
    font-size: 44px;
  }
  .process-section .process-image.optimise.optimise-2.active {
    left: -40px;
    top: 50px;
  }
  .process-section .process-image.optimise.optimise-3.active {
    left: 380px;
  }
  .process-step.elevate .svg-wrapper-2 {
    transform: scale(0.6) translate(0, -700px) !important;
  }
  .credibility {
    padding-top: 90px !important;
  }
  .solutions .hero .hero-image-wrapper {
    max-width: 240px !important;
    top: -230px !important;
    left: 370px !important;
  }
}
@media (max-width: 576px) {
  .case-study-2026 .case-study-content blockquote {
    margin-right: 0;
  }
  .case-study-2026 .case-study-content blockquote + p {
    margin-right: 0;
  }
  .home2026 #line-top, .home2026 #line-bottom {
    display: none;
  }
  .home2026 .hero-video-wrapper {
    margin-top: 50px;
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    pointer-events: auto;
  }
  .home2026 .hero-video-wrapper + .d-flex {
    margin-top: 45px !important;
  }
  .home2026 .hero-video-wrapper .hero-video {
    aspect-ratio: 16/9;
    right: initial;
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    right: auto;
    transform: none !important;
  }
  .home2026 .hero-video-wrapper .hero-video-mask {
    border-radius: 24px;
  }
  .home2026 .hero-video-wrapper .hero-video-mask video {
    position: relative;
    width: 100%;
    height: 100%;
    left: auto;
    top: auto;
  }
  .home2026 .hero {
    margin-top: 100px;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .home2026 .hero + .container-fluid {
    padding-top: 0px !important;
  }
  .home2026 .shape-green.shape-green-2 {
    right: -200px;
    top: -50px;
  }
  .home2026 .shape-blue-cluster {
    bottom: initial;
    top: 300px;
  }
  .process-section .process-image.optimise.optimise-2.active {
    left: -70px;
    top: 50px;
  }
  .process-section .process-image.optimise.optimise-3.active {
    left: 290px;
  }
  .process-section .process-image.action.action-2.active {
    left: 31px;
  }
  .process-step.elevate .svg-wrapper-2 {
    transform: scale(0.4) translate(100px, -1230px) !important;
  }
  .home2026 .hero .top-floaties {
    display: none;
  }
  .credibility {
    padding-top: 20px !important;
  }
  nav.navbar {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .platform #line-top {
    display: none;
  }
  .platform .platform-section h1,
  h1 {
    font-size: 50px;
  }
  .platform .platform-section h1.hero,
  h1.hero {
    font-size: 50px;
  }
  .gradient-panel h1 {
    font-size: 90px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 50px;
  }
  p {
    font-size: 17px;
  }
  .verticals-slider .verticals-swiper-wrap {
    margin-top: 32px;
  }
  .verticals-slider .verticals-slide {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .verticals-slider .verticals-media {
    width: 220px;
    margin: 0 auto;
    transform: scale(0.7);
    transform-origin: center center;
  }
  .verticals-slider .verticals-copy {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 24px;
    max-width: 100%;
    text-align: center;
  }
  .verticals-slider .verticals-copy h3 {
    font-size: 40px;
  }
  .verticals-slider .verticals-copy p {
    font-size: 18px;
  }
  .verticals-slider .verticals-testimonials-outlet-wrapper {
    margin: 0;
  }
  .verticals-slider .verticals-arrow {
    top: 100px;
  }
  .insights-carousel .swiper-slide {
    width: 50vw;
  }
  .container {
    max-width: 100%;
  }
  .footer .footer-logo {
    bottom: -45px;
    width: 320px;
  }
  .footer .footer-content-row .col1 {
    width: 50%;
  }
  .footer .footer-content-row .col2 {
    width: 50%;
  }
  .footer .footer-content-row .col3 {
    width: 100%;
  }
  .case-studies-carousel .swiper-slide {
    width: 50vw;
  }
  .case-studies-carousel .case-studies-swiper[data-items="1"] .swiper-slide {
    width: 90vw;
  }
  .case-studies-carousel .case-studies-swiper[data-items="2"] .swiper-slide {
    width: 70vw;
  }
  .case-studies-carousel .case-studies-swiper[data-items="3"] .swiper-slide {
    width: 70vw;
  }
  .unlock-audience-section .unlock-audience-panel {
    padding: 28px 22px;
  }
  .unlock-audience-section .unlock-audience-panel h2 {
    font-size: 40px;
  }
  .unlock-audience-section .unlock-audience-panel h2.small {
    font-size: 28px;
  }
  .platform .advantage-section .advantage-image-wrapper {
    scale: 0.5;
  }
  .solutions .hero-blurb {
    margin-top: 250px;
  }
  .solutions .hero .hero-image-wrapper {
    top: -440px !important;
    left: 150px !important;
  }
  .solutions .svg-hero .svg-wrapper-1 {
    display: none;
  }
  .solutions .logo-slider-wrapper h4 {
    top: -58%;
  }
  .solutions #line-top,
  .solutions #line-bottom {
    display: none;
  }
}