@charset "UTF-8";
/*
Theme Name: Abacus Solutions, Inc Theme
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: Asher Rosenquist
Author URI: https://mediaworksweb.com
Description: 
Version: 0.10.0
Template: twentytwentyfive
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.abacus-tooltip-wrapper {
  position: relative;
  display: inline-block;
}

.abacus-tooltip {
  position: relative;
  cursor: help;
  text-decoration: none;
  outline: none;
}
.abacus-tooltip:focus {
  outline: 2px solid #22527E;
  outline-offset: 2px;
  border-radius: 2px;
}
.abacus-tooltip:focus:not(:focus-visible) {
  outline: none;
}

.abacus-tooltip-text {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.97);
  color: black;
  padding: 14px 20px;
  border-radius: 6px;
  font-size: 0.875rem;
  line-height: 1.4;
  white-space: normal;
  word-wrap: break-word;
  z-index: 10000;
  pointer-events: none;
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.25));
  min-width: 120px;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.abacus-tooltip-text::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
}
.abacus-tooltip-text[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 600px) {
  .abacus-tooltip-wrapper:has(.abacus-tooltip:first-child) .abacus-tooltip-text {
    left: 10px;
    right: 10px;
    transform: none;
    max-width: none;
    width: auto;
  }
}

.abacus-tooltip-text.tooltip-left-edge {
  left: 0;
  transform: none;
}

.abacus-tooltip-text.tooltip-right-edge {
  left: auto;
  right: 0;
  transform: none;
}

@media (prefers-contrast: high) {
  .abacus-tooltip-text {
    background-color: #fff;
    border: 1px solid #fff;
  }
}
@media (prefers-reduced-motion: reduce) {
  .abacus-tooltip-text {
    transition: none;
  }
}
@media (max-width: 799px) {
  .abacus-tooltip-text {
    max-width: calc(100vw - 40px);
    font-size: 0.8rem;
    padding: 10px 14px;
  }
}
/*
—————————————————————————
Base rules
—————————————————————————
*/
html {
  scroll-padding-top: 120px;
}

:root {
  --tabs-scroll-offset: 120px;
}

:root {
  --tabs-scroll-breakpoint: 800px;
}

body {
  font: 1em open-sans, sans-serif;
  margin: 0;
}

::-moz-selection {
  background-color: rgb(252, 242, 222);
}

::selection {
  background-color: rgb(252, 242, 222);
}

:focus:not(:focus-visible) {
  border: none;
  outline: none;
}

.is-layout-flex {
  display: flex;
}

.no-margin, figure {
  margin: 0 !important;
}

.is-content-justification-center {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.is-content-justification-center *:not(:last-child) {
  margin-right: 25px !important;
}

.wp-block-buttons {
  align-items: center;
}

.wp-block-buttons .wp-block-button:not(:last-child) {
  margin-right: 25px;
}

.is-horizontal.is-content-justification-center {
  display: flex;
  flex-direction: row;
}
.is-horizontal.is-content-justification-center *:not(:last-child) {
  margin-right: 25px !important;
}

.wp-block-image.aligncenter {
  width: 100%;
}

header .no-click > a {
  pointer-events: none;
}

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

.is-vertical {
  display: flex;
  flex-direction: column;
}

.has-text-align-right {
  text-align: right;
}

.wp-block-group-is-layout-grid {
  display: grid;
}

.wp-container-core-group-is-layout-2 {
  display: flex;
  align-items: flex-end;
}

.is-layout-flow .columns-3 {
  display: grid;
}

.wp-block-button {
  display: flex;
  flex-wrap: nowrap;
}

.wp-block-button__link {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}

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

.wp-block-gallery {
  flex-wrap: wrap;
}

.is-style-logos-only .wp-block-social-link-label {
  visibility: hidden;
  position: absolute;
  bottom: -999px;
}

.abacus-tooltip-text {
  max-width: min(300px, 90vw);
}

/*
—————————————————————————
Site-unique rules
—————————————————————————
*/
div#n2-ss-3 .n2-bar-justify-content-right, div#n2-ss-2 .n2-bar-justify-content-right, div#n2-ss-13 .n2-bar-justify-content-right {
  justify-content: flex-end;
}
div#n2-ss-3 .nextend-bullet-bar, div#n2-ss-2 .nextend-bullet-bar, div#n2-ss-13 .nextend-bullet-bar {
  display: inline-flex;
  vertical-align: top;
  visibility: visible;
  align-items: center;
  flex-wrap: wrap;
}
div#n2-ss-3 .n2-bullet, div#n2-ss-2 .n2-bullet, div#n2-ss-13 .n2-bullet {
  transition: all 0.5s ease !important;
  padding: 3px 15px !important;
}
div#n2-ss-3 .n2-bullet.n2-active, div#n2-ss-2 .n2-bullet.n2-active, div#n2-ss-13 .n2-bullet.n2-active {
  padding: 3px 50px !important;
}
div#n2-ss-3 .n2-bullet:hover, div#n2-ss-2 .n2-bullet:hover, div#n2-ss-13 .n2-bullet:hover {
  transition: all 0.5s ease !important;
}

.home div#n2-ss-2 .n2-ss-control-bullet .n2-bar-justify-content-center {
  justify-content: flex-end;
}
.home div#n2-ss-2 .n2-ss-control-bullet .n2-ss-slider-controls {
  display: flex !important;
  align-items: center;
}
.home div#n2-ss-2 .n2-ss-slider-controls {
  right: max(1rem, (100vw - 1450px) / 2);
  z-index: 1;
}
.home div#n2-ss-2 .n2-ss-section-main-content {
  z-index: 99;
  position: relative;
}
.home div#n2-ss-2 .schedule-demo {
  position: relative;
  z-index: 99;
}
.home div#n2-ss-2 .schedule-demo a {
  padding: 0 !important;
  color: white;
}
.home div#n2-ss-2 .schedule-demo a path {
  fill: white;
}
.home div#n2-ss-2 .schedule-demo a:hover {
  background-color: transparent;
}
.home div#n2-ss-2 .schedule-demo a:hover svg {
  background-color: white;
}
.home div#n2-ss-2 .schedule-demo a:hover svg path {
  fill: black;
}
.home div#n2-ss-2 .schedule-demo svg {
  border-color: white !important;
}

main .wp-block-group.section-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .wp-block-group.section-intro h2 {
  margin: 20px 0;
}
main .wp-block-group.section-intro p:not(.pill-text) {
  font-size: 1.15rem !important;
  line-height: 1.75em !important;
  margin: 0;
}

main .wp-block-group div.pill {
  display: inline-flex;
  padding: 6px 36px;
  width: unset !important;
  border: 1px solid #1B4B85;
  border-radius: 99px;
  width: 100%;
}
main .wp-block-group div.pill p {
  color: #1B4B85;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 3px;
  font-weight: bold;
  margin: 0;
}

#discover-saturn {
  margin: 50px auto !important;
}

.wp-site-blocks main .wp-block-group .cta-button-solo-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}
.wp-site-blocks main .wp-block-group .cta-button-solo-wrap .cta-button-solo {
  display: inline-flex;
  align-items: center;
  background-color: white;
  border-radius: 15px;
  padding: 20px 60px;
}

@media (min-width: 800px) {
  .page-id-1799 #applications .is-layout-grid, .page-id-1804 #applications .is-layout-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-flow: row;
  }
  .page-id-1799 #applications .is-layout-grid > *, .page-id-1804 #applications .is-layout-grid > * {
    grid-column: span 2;
  }
  .page-id-1799 #applications .is-layout-grid > :nth-child(1), .page-id-1804 #applications .is-layout-grid > :nth-child(1) {
    grid-column: 1/span 2;
  }
  .page-id-1799 #applications .is-layout-grid > :nth-child(2), .page-id-1804 #applications .is-layout-grid > :nth-child(2) {
    grid-column: 3/span 2;
  }
  .page-id-1799 #applications .is-layout-grid > :nth-child(3), .page-id-1804 #applications .is-layout-grid > :nth-child(3) {
    grid-column: 5/span 2;
  }
  .page-id-1799 #applications .is-layout-grid > :nth-child(4), .page-id-1804 #applications .is-layout-grid > :nth-child(4) {
    grid-column: 2/span 2;
  }
  .page-id-1799 #applications .is-layout-grid > :nth-child(5), .page-id-1804 #applications .is-layout-grid > :nth-child(5) {
    grid-column: 4/span 2;
  }
}
#applications {
  padding-top: 0;
  padding-bottom: 0;
}
#applications > div {
  gap: 2em;
  padding: 0;
}
#applications .application {
  border-radius: 25px;
  padding: 50px 35px;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.075);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.5s ease;
}
#applications .application a {
  color: black;
}
#applications .application h3, #applications .application p, #applications .application li, #applications .application a {
  transition: color 0.5s ease;
}
#applications .application p {
  margin: 25px 0;
}
#applications .application ul {
  position: relative;
  margin: 0 0 35px 0;
  list-style-type: none;
  padding-left: 25px;
}
#applications .application li::before {
  content: "";
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path d='M534 132.5C544.8 140.2 547.2 155.2 539.5 166L275.5 534C271.4 539.7 265 543.4 258 543.9C251 544.4 244 542 239 537L103 401C93.6 391.6 93.6 376.4 103 367.1C112.4 357.8 127.6 357.7 136.9 367.1L253 483L500.5 138C508.2 127.2 523.2 124.8 534 132.5z'/></svg>") no-repeat center/contain;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path d='M534 132.5C544.8 140.2 547.2 155.2 539.5 166L275.5 534C271.4 539.7 265 543.4 258 543.9C251 544.4 244 542 239 537L103 401C93.6 391.6 93.6 376.4 103 367.1C112.4 357.8 127.6 357.7 136.9 367.1L253 483L500.5 138C508.2 127.2 523.2 124.8 534 132.5z'/></svg>") no-repeat center/contain;
  height: 1.1em;
  width: 1.1em;
  display: inline-block;
  position: absolute;
  left: 0;
  transform: translateY(3px);
  transition: background-color 0.5s ease;
}
#applications .application svg {
  transition: border-color 0.5s ease, fill 0.5s ease, background-color 0.25s ease;
}
#applications .application svg path {
  transition: fill 0.5s ease;
}
#applications .application img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#applications .application .icon {
  display: inline-flex;
  background-color: white;
  border-radius: 15px;
  padding: 18px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.125);
  max-width: 80px;
  max-height: 80px;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
}
#applications .application .application-hover-bg {
  position: absolute;
  opacity: 0;
  transition: 0.5s ease;
  top: 0;
  left: 0;
  height: 100%;
  width: 125%;
  padding: 0;
  z-index: -1;
}
#applications .application .application-hover-bg img {
  opacity: 0.15;
}
#applications .application .icon-text {
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5em;
}
#applications .application .icon-text div {
  margin: 0 !important;
}
#applications h3 {
  font-size: 2rem;
  line-height: 1.15em;
  font-weight: 300;
  margin: 5px 0 0 0;
}
#applications #market-analysis {
  background: linear-gradient(330deg, rgba(182, 136, 0, 0.035) 0%, rgba(182, 136, 0, 0) 100%);
}
#applications #market-analysis h3 {
  color: #b68800;
}
#applications #market-analysis li::before {
  background-color: #b68800;
}
#applications #market-analysis .application-hover-bg {
  background: linear-gradient(330deg, #866400 0%, #B68800 100%);
}
#applications #market-analysis a:hover path {
  fill: #b68800;
}
#applications #generation-management {
  background: linear-gradient(330deg, rgba(0, 79, 154, 0.05) 0%, rgba(0, 79, 154, 0) 100%);
}
#applications #generation-management h3 {
  color: #004f9a;
}
#applications #generation-management li::before {
  background-color: #004f9a;
}
#applications #generation-management .application-hover-bg {
  background: linear-gradient(330deg, #004F9A 0%, #2483DE 100%);
}
#applications #generation-management a:hover path {
  fill: #004f9a;
}
#applications #trading-management {
  background: linear-gradient(330deg, rgba(0, 113, 23, 0.05) 0%, rgba(0, 113, 23, 0) 100%);
}
#applications #trading-management h3 {
  color: #007117;
}
#applications #trading-management li::before {
  background-color: #007117;
}
#applications #trading-management .application-hover-bg {
  background: linear-gradient(330deg, #00490f 0%, #007117 100%);
}
#applications #trading-management a:hover path {
  fill: #007117;
}
#applications #retail-management {
  background: linear-gradient(330deg, rgba(64, 0, 153, 0.05) 0%, rgba(64, 0, 153, 0) 100%);
}
#applications #retail-management h3 {
  color: #400099;
}
#applications #retail-management li::before {
  background-color: #400099;
}
#applications #retail-management .application-hover-bg {
  background: linear-gradient(330deg, #1a003e 0%, #400099 100%);
}
#applications #retail-management a:hover path {
  fill: #400099;
}
#applications #risk-management {
  background: linear-gradient(330deg, rgba(160, 0, 0, 0.05) 0%, rgba(160, 0, 4, 0) 100%);
}
#applications #risk-management h3 {
  color: #a00000;
}
#applications #risk-management li::before {
  background-color: #a00000;
}
#applications #risk-management .application-hover-bg {
  background: linear-gradient(330deg, #750000 0%, #a80000 100%);
}
#applications #risk-management a:hover path {
  fill: #a00000;
}
#applications #portfolio-management {
  background: linear-gradient(330deg, rgba(0, 113, 113, 0.05) 0%, rgba(0, 113, 113, 0) 100%);
}
#applications #portfolio-management h3 {
  color: #007171;
}
#applications #portfolio-management li::before {
  background-color: #007171;
}
#applications #portfolio-management .application-hover-bg {
  background: linear-gradient(330deg, #005555 0%, #007171 100%);
}
#applications #portfolio-management a:hover path {
  fill: #007171;
}

@media (min-width: 800px) {
  #applications .application:hover {
    transform: translateY(5px);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.33);
  }
  #applications .application:hover h3, #applications .application:hover p, #applications .application:hover li, #applications .application:hover a {
    color: white !important;
  }
  #applications .application:hover a:hover svg, #applications .application:hover li::before {
    background-color: white !important;
  }
  #applications .application:hover a svg {
    border-color: white;
  }
  #applications .application:hover svg path {
    fill: white;
  }
  #applications .application:hover .icon {
    box-shadow: none;
  }
  #applications .application:hover .application-hover-bg {
    opacity: 1;
  }
}
.mw-tabs--content {
  overflow: hidden;
}

#industries {
  margin: 35px auto 75px auto;
  padding-top: 0;
  padding-bottom: 0;
}
#industries .wp-block-columns {
  gap: 3em;
  margin-bottom: 0;
}
#industries .tabs-info {
  padding: 0;
}
#industries .tabs-info .intro-paragraph {
  margin-bottom: 25px;
}
#industries h2 {
  margin: 20px 0;
  font-size: 2.5em;
}
#industries .mw-tabs--buttons {
  display: flex;
  flex-direction: column;
}
#industries .mw-tabs--buttons button {
  position: relative;
  font-family: kumbh-sans-variable, sans-serif;
  font-size: 1.1rem;
  text-align: left;
  padding: 18px 25px;
  border: 1px solid rgba(43, 115, 181, 0.25);
  background-color: transparent;
  color: black;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: none;
  transition: 0.35s ease;
}
#industries .mw-tabs--buttons button::after {
  content: "";
  background: linear-gradient(270deg, rgb(49, 128, 202) 0%, rgb(34, 82, 126) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.35s ease;
  z-index: -1;
}
#industries .mw-tabs--buttons button.is-active {
  color: white;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.25);
}
#industries .mw-tabs--buttons button.is-active::after {
  opacity: 1;
}
#industries .mw-tabs--buttons button:not(.is-active):hover {
  border-color: rgb(43, 115, 181);
  transition: 0.15s ease;
}
#industries .mw-tabs__content-interior {
  padding: 0;
  border-radius: 50px;
  overflow: hidden;
}
#industries .mw-tabs__content-interior .bg-overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 50px 35px;
  min-height: 611px;
  background: linear-gradient(344deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 70%);
}
#industries .mw-tabs__content-interior h3, #industries .mw-tabs__content-interior p, #industries .mw-tabs__content-interior a {
  color: white;
  margin: 0;
}
#industries .mw-tabs__content-interior h3:hover svg, #industries .mw-tabs__content-interior p:hover svg, #industries .mw-tabs__content-interior a:hover svg {
  background-color: white;
}
#industries .mw-tabs__content-interior h3:hover svg path, #industries .mw-tabs__content-interior p:hover svg path, #industries .mw-tabs__content-interior a:hover svg path {
  fill: black;
}
#industries .mw-tabs__content-interior svg {
  border-color: white;
}
#industries .mw-tabs__content-interior p {
  margin: 15px 0 35px 0;
  font-size: 0.9rem;
  max-width: 90%;
}
#industries .mw-tabs__content-interior a {
  font-size: 0.9rem;
}
#industries .mw-tabs__content-interior svg path {
  fill: white;
}

#saturn-difference {
  padding: 75px;
  background-color: #F4F6F8;
}
#saturn-difference .difference-columns {
  margin: 35px auto;
  gap: 1em;
}
#saturn-difference .section-intro {
  padding: 0;
}
#saturn-difference .difference-box {
  border-radius: 25px;
  overflow: hidden;
  min-height: 475px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
#saturn-difference .difference-box h3, #saturn-difference .difference-box p, #saturn-difference .difference-box a, #saturn-difference .difference-box li {
  color: white;
  transition: 0.66s ease;
}
#saturn-difference .difference-box h3 {
  margin: 10px 0 0 0;
  font-weight: normal;
}
#saturn-difference .difference-box svg {
  fill: white;
  border-color: white;
}
#saturn-difference .difference-box a {
  font-size: 0.9rem;
}
#saturn-difference .difference-box a:hover svg {
  background-color: white;
}
#saturn-difference .difference-box a:hover svg path {
  fill: black;
}
#saturn-difference .difference-box .wp-block-button {
  margin: 20px 0;
}
#saturn-difference .difference-box .content {
  position: relative;
  padding: 0;
  transform: translatey(60%);
  transition: 0.66s ease;
  z-index: 1;
}
#saturn-difference .difference-box .content h3 {
  font-size: 1.75rem;
}
#saturn-difference .difference-box .content p, #saturn-difference .difference-box .content a {
  font-size: 0.9rem;
  opacity: 0;
}
#saturn-difference .difference-box:hover .content {
  transform: none;
}
#saturn-difference .difference-box:hover .content p, #saturn-difference .difference-box:hover .content a {
  opacity: 1;
}
#saturn-difference .difference-box::after {
  content: "";
  height: 33%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.75;
  transition: 0.66s ease;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}
#saturn-difference .difference-box:hover::after {
  height: 100%;
  opacity: 1;
}

#performance {
  padding: 75px 25px 50px 25px;
}
#performance .performance-columns-wrap {
  padding: 0;
  margin: 35px auto 0 auto;
}
#performance .performance-columns {
  gap: 2em;
}
#performance .performance-box {
  padding: 50px 35px;
  border-radius: 25px;
  background-image: linear-gradient(330deg, rgba(0, 152, 217, 0.035) 0%, rgba(0, 152, 217, 0) 100%);
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.075);
}
#performance .performance-box ul {
  position: relative;
  list-style: none;
}
#performance .performance-box h3 {
  margin: 5px 0 0 0 !important;
}
#performance .performance-box .icon-text {
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5em;
  margin-bottom: 25px;
}
#performance .performance-box .icon-text div {
  margin: 0 !important;
}
#performance .performance-box .icon {
  display: inline-flex;
  background-color: white;
  border-radius: 15px;
  padding: 18px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.125);
  max-width: 80px;
  max-height: 80px;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
}
#performance .performance-box li::before {
  content: "";
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path d='M534 132.5C544.8 140.2 547.2 155.2 539.5 166L275.5 534C271.4 539.7 265 543.4 258 543.9C251 544.4 244 542 239 537L103 401C93.6 391.6 93.6 376.4 103 367.1C112.4 357.8 127.6 357.7 136.9 367.1L253 483L500.5 138C508.2 127.2 523.2 124.8 534 132.5z'/></svg>") no-repeat center/contain;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path d='M534 132.5C544.8 140.2 547.2 155.2 539.5 166L275.5 534C271.4 539.7 265 543.4 258 543.9C251 544.4 244 542 239 537L103 401C93.6 391.6 93.6 376.4 103 367.1C112.4 357.8 127.6 357.7 136.9 367.1L253 483L500.5 138C508.2 127.2 523.2 124.8 534 132.5z'/></svg>") no-repeat center/contain;
  height: 1.1em;
  width: 1.1em;
  display: inline-block;
  position: absolute;
  left: 0;
  background-color: rgb(0, 152, 217);
  transform: translateY(2px);
  transition: background-color 0.5s ease;
}
#performance .performance-box h3 {
  font-size: 1.75rem;
  margin: 25px 0 10px;
  font-weight: normal;
}
#performance .performance-box p {
  margin: 0 0 25px 0;
}

#timeline .timeline-simplified-inner {
  background-color: #F8F8F8;
  border: 1px solid #ebebeb;
  padding: 50px;
  border-radius: 50px;
}
#timeline li {
  font-size: 0.9rem;
}
#timeline h2, #timeline li {
  opacity: 0.75;
}
#timeline h2, #timeline ul, #timeline .wp-block-columns {
  margin: 0;
}
#timeline h2 {
  font-size: 1.5rem !important;
}

#timeline-publications-and-interviews, #game-changers {
  margin-top: 25px;
}
#timeline-publications-and-interviews .presentations::before, #game-changers .presentations::before {
  background-color: rgb(0, 0, 186);
}
#timeline-publications-and-interviews .webcasts::before, #game-changers .webcasts::before {
  background-color: rgb(0, 161, 0);
}
#timeline-publications-and-interviews .articles::before, #game-changers .articles::before {
  background-color: rgb(0, 177, 177);
}
#timeline-publications-and-interviews .seminars::before, #game-changers .seminars::before {
  background-color: rgb(209, 136, 0);
}
#timeline-publications-and-interviews .interviews::before, #game-changers .interviews::before {
  background-color: #b68800;
}
#timeline-publications-and-interviews .books::before, #game-changers .books::before {
  background-color: #a00000;
}
#timeline-publications-and-interviews .game-changer::before, #game-changers .game-changer::before {
  background-color: #22527E;
}
#timeline-publications-and-interviews .filters, #game-changers .filters {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
}
#timeline-publications-and-interviews .filters, #timeline-publications-and-interviews .filters div, #game-changers .filters, #game-changers .filters div {
  padding: 0;
}
#timeline-publications-and-interviews .filters .mw-tabs, #game-changers .filters .mw-tabs {
  gap: 2em;
}
#timeline-publications-and-interviews .filters button, #game-changers .filters button {
  box-shadow: none;
  border-radius: 99px;
  background-color: #F4F6F8;
  color: black;
  font-size: 1rem;
  font-weight: 500;
  padding: 16px 36px;
  transition: 0.35s ease;
}
#timeline-publications-and-interviews .filters button:hover, #timeline-publications-and-interviews .filters button.is-active, #game-changers .filters button:hover, #game-changers .filters button.is-active {
  color: white;
  background-color: #22527E;
}
#timeline-publications-and-interviews .filters .key ul, #game-changers .filters .key ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 2em;
}
#timeline-publications-and-interviews .filters .key li, #game-changers .filters .key li {
  display: inline-block;
}
#timeline-publications-and-interviews .filters .key li::before, #game-changers .filters .key li::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  border-radius: 99px;
  margin-right: 8px;
  top: 3px;
}
#timeline-publications-and-interviews .is-vertical, #game-changers .is-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#timeline-publications-and-interviews .is-vertical .wp-block-group, #game-changers .is-vertical .wp-block-group {
  position: relative;
}
#timeline-publications-and-interviews .is-vertical .wp-block-group::before, #game-changers .is-vertical .wp-block-group::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  border-radius: 99px;
}
#timeline-publications-and-interviews .is-vertical .wp-block-group, #game-changers .is-vertical .wp-block-group {
  margin: 0;
}
#timeline-publications-and-interviews .is-vertical .wp-block-group:not(:last-child), #game-changers .is-vertical .wp-block-group:not(:last-child) {
  margin-bottom: 40px;
}
#timeline-publications-and-interviews .is-vertical .wp-block-group p, #game-changers .is-vertical .wp-block-group p {
  margin: 0;
  line-height: 1.25em;
}
#timeline-publications-and-interviews .is-vertical .wp-block-group p:first-child, #game-changers .is-vertical .wp-block-group p:first-child {
  font-size: 1.35em;
  margin-bottom: 15px;
}

@media (min-width: 800px) {
  #game-changers .is-vertical::after, #timeline-publications-and-interviews .is-vertical::after {
    content: "";
    height: calc(100% - 100px);
    width: 1px;
    border-left: 4px dotted gray;
    position: absolute;
    top: 25px;
    left: 50%;
    z-index: -1;
  }
  #game-changers .wp-block-group:nth-child(even), #timeline-publications-and-interviews .wp-block-group:nth-child(even) {
    text-align: right;
  }
  #timeline-publications-and-interviews .is-vertical .wp-block-group:nth-child(odd) {
    padding: 0 0 0 40px !important;
    transform: translatex(calc(50% - 10.5px));
  }
  #timeline-publications-and-interviews .is-vertical .wp-block-group:nth-child(odd)::before {
    top: 3px;
    left: 0px;
  }
  #timeline-publications-and-interviews .is-vertical .wp-block-group:nth-child(even) {
    padding: 0 40px 0 0 !important;
    transform: translatex(calc(-50% + 10.5px));
  }
  #timeline-publications-and-interviews .is-vertical .wp-block-group:nth-child(even)::before {
    top: 3px;
    right: -3.5px;
  }
  #game-changers div.game-changer { /*
background-color: white;
box-shadow: 0px 10px 25px rgba(0, 0, 0, .1);*/
    padding: 0 20px 20px 20px !important;
    max-width: 45%;
  }
  #game-changers .is-vertical {
    max-width: 100%;
  }
  #game-changers .is-vertical::after {
    top: 50px;
  }
  #game-changers .is-vertical .wp-block-group:nth-child(odd) {
    transform: translatex(calc(50% + 10.5px));
  }
  #game-changers .is-vertical .wp-block-group:nth-child(odd)::before {
    top: 3px;
    left: -20px;
  }
  #game-changers .is-vertical .wp-block-group:nth-child(even) {
    transform: translatex(calc(-50% - 10.5px));
  }
  #game-changers .is-vertical .wp-block-group:nth-child(even)::before {
    top: 3px;
    right: -24.5px;
  }
}
/*
#timeline {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
    & > .wp-block-columns {
        gap: 2em;
    }
    .sidebar-sticky {
        h2 {
            margin: 0 0 25px 0;
            font-size: 2.5rem !important;
        }
        .wp-block-group {
            padding: 0;
            position: sticky;
            top: 150px;
        }
        .wp-block-button {
            margin-top: 25px;
        }
        a {
            font-size: .9rem;
        }
    }
    .timeline-content-wrap {
        padding: 0px 25px;
        &::after {
            content: '';
            height: 100%;
            width: 1px;
            border-left: 4px dotted $brand-color;
            position: absolute;
            top: 0;
            left: calc(50% - 1px);
            z-index: -1;
        }
    }
    .timeline-entry {
        padding: 0;
        background-color: #F8F8F8;
        border: 1px solid #ebebeb;
        border-radius: 25px;
        padding: 10px 25px 20px 25px;
        &:not(:last-child) {
            margin-bottom: 75px;
        }
        .content {
            margin: 0;
        }
    }
    .timeline-entry-content {
        display: flex;
        align-items: center;
        text-align: center;
    }
    .year-bubble {
        position: absolute;
        border-radius: 99px;
        border: 1px solid #ebebeb;
        background-color: white;
        padding: 8px 0;
        font-size: .85rem;
        font-weight: 700;
        letter-spacing: 2.5px;
        white-space: nowrap;
        margin: 0;
        display: flex;
        max-height: 35px;
        width: 120px;
        align-items: center;
        justify-content: center;
        left: calc(50% - 60px);
        top: calc(100% - 20px);
    }
}
*/
.get-in-touch-wrap {
  background-image: linear-gradient(to bottom, transparent 0 50%, #F4F6F8 50% 100%);
  padding-bottom: 50px;
}
.get-in-touch-wrap > div {
  padding: 0 25px !important;
}

#get-in-touch {
  margin-top: 75px;
  border-radius: 50px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
#get-in-touch .wp-block-buttons {
  gap: 4em;
}
#get-in-touch h2, #get-in-touch p, #get-in-touch a {
  color: white;
}
#get-in-touch svg {
  border-color: white;
}
#get-in-touch svg path {
  fill: white;
}
#get-in-touch a:hover svg {
  background-color: white;
}
#get-in-touch a:hover svg path {
  fill: black;
}
#get-in-touch h2 {
  margin: 0 0 15px 0;
}
#get-in-touch p {
  margin: 0 0 50px 0;
  font-size: 1.35rem;
  max-width: 50%;
}

.seperator {
  height: 3px;
  width: 100%;
  border-radius: 99px;
}

.app-banner {
  min-height: 100vh;
  padding: 100px 0 25px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: overlay;
}
.app-banner .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.app-banner .skip-to-content {
  position: relative;
  max-width: 23px;
  border: 1px solid white;
  padding: 12px 28px;
  overflow: hidden;
  border-radius: 12px;
}
.app-banner .skip-to-content a {
  opacity: 0 !important;
  position: absolute;
}
.app-banner .skip-to-content::after {
  content: "";
  background-image: url(../abacus-theme/images/down-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
  position: relative;
  display: block;
}
.app-banner > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: calc(100vh - 125px);
}
.app-banner .header-text {
  padding: 100px 0 !important;
}
.app-banner .header-text h2, .app-banner .header-text p {
  color: white !important;
  font-weight: 500;
  margin: 0;
  font-weight: 500;
}
.app-banner .header-text h2 {
  margin-bottom: 25px;
  font-size: 4.5em !important;
}
.app-banner .header-text p {
  font-family: kumbh-sans-variable, sans-serif;
  font-size: 1.66rem !important;
}
.app-banner .box-row {
  gap: 2em;
}
.app-banner .box-row div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 150px;
  min-width: 200px;
  border-radius: 25px;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
.app-banner .box-row div figure img {
  max-width: 50px;
  height: auto;
}
.app-banner .box-row div p {
  color: white;
  font-weight: bold;
  font-size: 1.25rem !important;
  margin: 0 !important;
  line-height: 1.25em !important;
}

.parent-pageid-33 .screenshot-wrap::after {
  content: "";
  width: 100%;
  height: 35px;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url(../../../wp-content/uploads/2025/09/screenshot-strip.jpg);
  background-size: auto 35px;
  background-repeat: no-repeat;
  background-color: white;
}

.parent-pageid-33 .content-top-wrap#content, .parent-pageid-47 .content-top-wrap#content {
  padding: 25px 25px 0 25px;
}
.parent-pageid-33 .section-intro:first-child, .parent-pageid-47 .section-intro:first-child {
  padding: 50px 0 100px 0 !important;
}
.parent-pageid-33 .section-intro:first-child h2, .parent-pageid-47 .section-intro:first-child h2 {
  text-align: center;
  margin: 0 0 25px 0 !important;
}
.parent-pageid-33 .noteworthy-wrap, .parent-pageid-47 .noteworthy-wrap {
  padding: 25px 0 0 0 !important;
}
.parent-pageid-33 .noteworthy-wrap::after, .parent-pageid-47 .noteworthy-wrap::after {
  content: "";
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  z-index: -1;
  top: 10px;
}
.parent-pageid-33 .noteworthy-row, .parent-pageid-47 .noteworthy-row {
  flex-direction: row;
  margin-top: 20px !important;
  margin-bottom: 5px !important;
  gap: 3em;
}
.parent-pageid-33 .noteworthy-row .image-text, .parent-pageid-47 .noteworthy-row .image-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 108px;
  padding: 0;
  margin: 0 !important;
}
.parent-pageid-33 .noteworthy-row .image-text img, .parent-pageid-47 .noteworthy-row .image-text img {
  max-width: 65px;
}
.parent-pageid-33 .noteworthy-row .image-text h3, .parent-pageid-47 .noteworthy-row .image-text h3 {
  font-size: 1.5rem;
  font-weight: 500;
}
.parent-pageid-33 .noteworthy-box, .parent-pageid-47 .noteworthy-box {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 25px;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
  margin: 0 !important;
  width: 33%;
}
.parent-pageid-33 .noteworthy-pill, .parent-pageid-47 .noteworthy-pill {
  position: absolute;
  border-radius: 99px;
  border-width: 1px;
  border-style: solid;
  background: white;
  padding: 16px 0 !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2.5px;
  white-space: nowrap;
  margin: 0;
  display: flex;
  max-height: 50px;
  width: 250px;
  align-items: center;
  justify-content: center;
  left: calc(50% - 125px);
  bottom: calc(100% - 35px);
  outline: 25px solid white;
  z-index: 1;
}
.parent-pageid-33 .noteworthy-pill p, .parent-pageid-47 .noteworthy-pill p {
  font-size: 1.15rem !important;
}
.parent-pageid-33 .section-intro h2, .parent-pageid-47 .section-intro h2 {
  text-align: center !important;
}
.parent-pageid-33 .three-rs-wrap, .parent-pageid-47 .three-rs-wrap {
  gap: 3em;
}
.parent-pageid-33 .screenshot-wrap, .parent-pageid-33 .three-rs-box, .parent-pageid-47 .screenshot-wrap, .parent-pageid-47 .three-rs-box {
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
}
.parent-pageid-33 .screenshot-wrap, .parent-pageid-47 .screenshot-wrap {
  padding: 0 !important;
}
.parent-pageid-33 .three-rs-box, .parent-pageid-47 .three-rs-box {
  justify-content: center;
  padding: 25px 35px !important;
  height: 100%;
}
.parent-pageid-33 .three-rs-box .image-text, .parent-pageid-47 .three-rs-box .image-text {
  padding: 0 !important;
  margin: 0 0 25px 0 !important;
  gap: 2em;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.parent-pageid-33 .three-rs-box .image-text h3, .parent-pageid-47 .three-rs-box .image-text h3 {
  font-size: 1.75rem;
}
.parent-pageid-33 .three-rs-box .no-padding, .parent-pageid-47 .three-rs-box .no-padding {
  gap: 8px;
}
.parent-pageid-33 .three-rs-box .icon-container, .parent-pageid-47 .three-rs-box .icon-container {
  padding: 12px !important;
  border-radius: 12px;
}
.parent-pageid-33 .three-rs-box .icon-container img, .parent-pageid-47 .three-rs-box .icon-container img {
  max-width: 35px;
}
.parent-pageid-33 .three-rs-box p, .parent-pageid-33 .three-rs-box h3, .parent-pageid-47 .three-rs-box p, .parent-pageid-47 .three-rs-box h3 {
  max-width: unset !important;
}
.parent-pageid-33 .three-rs-box h3, .parent-pageid-47 .three-rs-box h3 {
  margin: 0;
}
.parent-pageid-33 #explore .section-intro, .parent-pageid-47 #explore .section-intro {
  padding-bottom: 25px !important;
}
.parent-pageid-33 #explore .explore-container .wp-block-columns, .parent-pageid-47 #explore .explore-container .wp-block-columns {
  gap: 3em;
}
.parent-pageid-33 #explore .wp-block-group.section-intro p:not(.pill-text), .parent-pageid-47 #explore .wp-block-group.section-intro p:not(.pill-text) {
  max-width: unset !important;
}
.parent-pageid-33 #explore .challenges > div, .parent-pageid-33 #explore .saturn > div, .parent-pageid-47 #explore .challenges > div, .parent-pageid-47 #explore .saturn > div {
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
  flex-direction: column;
  gap: 1em;
}
.parent-pageid-33 #explore .challenges .item, .parent-pageid-33 #explore .saturn .item, .parent-pageid-47 #explore .challenges .item, .parent-pageid-47 #explore .saturn .item {
  display: flex;
  align-items: center;
  gap: 2em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 8px 24px !important;
  background-color: white;
  margin: 0 !important;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.075);
}
.parent-pageid-33 #explore .challenges .icon-container, .parent-pageid-33 #explore .saturn .icon-container, .parent-pageid-47 #explore .challenges .icon-container, .parent-pageid-47 #explore .saturn .icon-container {
  display: flex;
  padding: 12px !important;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin: 0 !important;
  max-width: 50px;
  max-height: 50px;
}
.parent-pageid-33 #explore .challenges .icon-container img, .parent-pageid-33 #explore .saturn .icon-container img, .parent-pageid-47 #explore .challenges .icon-container img, .parent-pageid-47 #explore .saturn .icon-container img {
  -o-object-fit: contain;
     object-fit: contain;
}
.parent-pageid-33 #explore .challenges .icon-container p, .parent-pageid-33 #explore .saturn .icon-container p, .parent-pageid-47 #explore .challenges .icon-container p, .parent-pageid-47 #explore .saturn .icon-container p {
  margin: 0 !important;
  font-weight: 500;
  font-size: 1.25rem;
}
.parent-pageid-33 #explore .challenges h4, .parent-pageid-33 #explore .saturn h4, .parent-pageid-47 #explore .challenges h4, .parent-pageid-47 #explore .saturn h4 {
  font-size: 2.25rem;
  margin: 25px 0 25px 0;
}
.parent-pageid-33 #explore .challenges .icon-container, .parent-pageid-47 #explore .challenges .icon-container {
  background-color: #F4F6F8;
}
.parent-pageid-33 #explore .challenges p, .parent-pageid-33 #explore .challenges img, .parent-pageid-47 #explore .challenges p, .parent-pageid-47 #explore .challenges img {
  opacity: 0.66;
}
.parent-pageid-33 #slider .section-intro, .parent-pageid-47 #slider .section-intro {
  padding: 25px 0 0 0 !important;
}

.page-id-47 {
  height: 3px;
  width: 100%;
  border-radius: 99px;
}

.page-id-35 .box-row > div {
  background-color: rgba(11, 73, 135, 0.5);
}
.page-id-35 .section-intro .market-analysis-body-header, .page-id-35 .section-intro h2 span {
  color: #b68800;
}
.page-id-35 .header-color, .page-id-35 .pill-text {
  color: #b68800 !important;
}
.page-id-35 .icon-container {
  background-color: rgba(182, 136, 0, 0.1);
}
.page-id-35 .pill, .page-id-35 .noteworthy-pill {
  border-color: #b68800 !important;
}
.page-id-35 .saturn .icon-container {
  border-color: rgba(182, 136, 0, 0.2509803922) !important;
  background-color: rgba(182, 136, 0, 0.2509803922) !important;
}
.page-id-35 .saturn .item {
  border-color: rgba(182, 136, 0, 0.2509803922) !important;
}
.page-id-35 .noteworthy-pill p, .page-id-35 #explore .saturn b, .page-id-35 #explore .saturn strong {
  color: #b68800;
}
.page-id-35 .seperator {
  background: linear-gradient(330deg, #866400 0%, #B68800 100%);
}

.page-id-37 .box-row > div, .parent-pageid-47 .box-row > div {
  background-color: rgba(11, 73, 135, 0.5);
}
.page-id-37 .section-intro .generation-management-body-header, .page-id-37 .section-intro h2 span, .parent-pageid-47 .section-intro .generation-management-body-header, .parent-pageid-47 .section-intro h2 span {
  color: #004f9a;
}
.page-id-37 .header-color, .page-id-37 .pill-text, .parent-pageid-47 .header-color, .parent-pageid-47 .pill-text {
  color: #004f9a !important;
}
.page-id-37 .icon-container, .parent-pageid-47 .icon-container {
  background-color: rgba(0, 79, 154, 0.1);
}
.page-id-37 .pill, .page-id-37 .noteworthy-pill, .parent-pageid-47 .pill, .parent-pageid-47 .noteworthy-pill {
  border-color: #004f9a !important;
}
.page-id-37 .saturn .icon-container, .parent-pageid-47 .saturn .icon-container {
  border-color: rgba(0, 79, 154, 0.2509803922) !important;
  background-color: rgba(0, 79, 154, 0.2509803922) !important;
}
.page-id-37 .saturn .item, .parent-pageid-47 .saturn .item {
  border-color: rgba(0, 79, 154, 0.2509803922) !important;
}
.page-id-37 .noteworthy-pill p, .page-id-37 #explore .saturn b, .page-id-37 #explore .saturn strong, .parent-pageid-47 .noteworthy-pill p, .parent-pageid-47 #explore .saturn b, .parent-pageid-47 #explore .saturn strong {
  color: #004f9a;
}
.page-id-37 .seperator, .parent-pageid-47 .seperator {
  background: linear-gradient(330deg, #004F9A 0%, #2483DE 100%);
}
.page-id-37 .section-intro:first-of-type p, .parent-pageid-47 .section-intro:first-of-type p {
  max-width: 1250px;
}

.page-id-39 .box-row > div {
  background-color: rgba(11, 73, 135, 0.5);
}
.page-id-39 .section-intro .trading-management-body-header, .page-id-39 .section-intro h2 span {
  color: #007117;
}
.page-id-39 .header-color, .page-id-39 .pill-text {
  color: #007117 !important;
}
.page-id-39 .icon-container {
  background-color: rgba(0, 113, 23, 0.1);
}
.page-id-39 .pill, .page-id-39 .noteworthy-pill {
  border-color: #007117 !important;
}
.page-id-39 .saturn .icon-container {
  border-color: rgba(0, 113, 23, 0.2509803922) !important;
  background-color: rgba(0, 113, 23, 0.2509803922) !important;
}
.page-id-39 .saturn .item {
  border-color: rgba(0, 113, 23, 0.2509803922) !important;
}
.page-id-39 .noteworthy-pill p, .page-id-39 #explore .saturn b, .page-id-39 #explore .saturn strong {
  color: #007117;
}
.page-id-39 .seperator {
  background: linear-gradient(330deg, #00490f 0%, #007117 100%);
}

.page-id-41 .box-row > div {
  background-color: rgba(11, 73, 135, 0.5);
}
.page-id-41 .section-intro .retail-management-body-header, .page-id-41 .section-intro h2 span {
  color: #400099;
}
.page-id-41 .header-color, .page-id-41 .pill-text {
  color: #400099 !important;
}
.page-id-41 .icon-container {
  background-color: rgba(64, 0, 153, 0.1);
}
.page-id-41 .pill, .page-id-41 .noteworthy-pill {
  border-color: #400099 !important;
}
.page-id-41 .saturn .icon-container {
  border-color: rgba(64, 0, 153, 0.2509803922) !important;
  background-color: rgba(64, 0, 153, 0.2509803922) !important;
}
.page-id-41 .saturn .item {
  border-color: rgba(64, 0, 153, 0.2509803922) !important;
}
.page-id-41 .noteworthy-pill p, .page-id-41 #explore .saturn b, .page-id-41 #explore .saturn strong {
  color: #400099;
}
.page-id-41 .seperator {
  background: linear-gradient(330deg, #1a003e 0%, #400099 100%);
}

.page-id-43 .box-row > div {
  background-color: rgba(11, 73, 135, 0.5);
}
.page-id-43 .section-intro .risk-management-body-header, .page-id-43 .section-intro h2 span {
  color: #a00000;
}
.page-id-43 .header-color, .page-id-43 .pill-text {
  color: #a00000 !important;
}
.page-id-43 .icon-container {
  background-color: rgba(160, 0, 0, 0.1);
}
.page-id-43 .pill, .page-id-43 .noteworthy-pill {
  border-color: #a00000 !important;
}
.page-id-43 .saturn .icon-container {
  border-color: rgba(160, 0, 0, 0.25) !important;
  background-color: rgba(160, 0, 0, 0.25) !important;
}
.page-id-43 .saturn .item {
  border-color: rgba(160, 0, 0, 0.25) !important;
}
.page-id-43 .noteworthy-pill p, .page-id-43 #explore .saturn b, .page-id-43 #explore .saturn strong {
  color: #a00000;
}
.page-id-43 .seperator {
  background: linear-gradient(330deg, #750000 0%, #a80000 100%);
}

.page-id-45 .box-row > div {
  background-color: rgba(11, 73, 135, 0.5);
}
.page-id-45 .section-intro .portfolio-management-body-header, .page-id-45 .section-intro h2 span {
  color: #007171;
}
.page-id-45 .header-color, .page-id-45 .pill-text {
  color: #007171 !important;
}
.page-id-45 .icon-container {
  background-color: rgba(0, 113, 113, 0.1);
}
.page-id-45 .pill, .page-id-45 .noteworthy-pill {
  border-color: #007171 !important;
}
.page-id-45 .saturn .icon-container {
  border-color: rgba(0, 113, 113, 0.25) !important;
  background-color: rgba(0, 113, 113, 0.25) !important;
}
.page-id-45 .saturn .item {
  border-color: rgba(0, 113, 113, 0.25) !important;
}
.page-id-45 .noteworthy-pill p, .page-id-45 #explore .saturn b, .page-id-45 #explore .saturn strong {
  color: #007171;
}
.page-id-45 .seperator {
  background: linear-gradient(330deg, #005555 0%, #007171 100%);
}

#banner.interior-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding-top: 5vh;
  background: linear-gradient(347deg, rgba(34, 82, 126, 0.33) 0%, rgba(34, 82, 126, 0) 100%);
}
#banner.interior-banner .sub-header-text {
  font-size: 1.5rem !important;
}
#banner.interior-banner.has-background {
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: overlay;
}
#banner.interior-banner.has-background h1, #banner.interior-banner.has-background p {
  color: white !important;
}

.sticky-sidebar {
  position: sticky;
  top: 150px;
  padding: 40px 25px !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 25px;
  background-color: white;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.sticky-sidebar a {
  color: black !important;
  text-decoration: none;
  transition: 0.15s ease;
  font-family: kumbh-sans-variable, sans-serif;
  font-size: 1rem !important;
}
.sticky-sidebar a:hover {
  color: #22527E !important;
  box-shadow: 0px 1px 0px #22527E;
}
.sticky-sidebar p {
  margin: 0 !important;
}

.page-id-535 main .wp-block-columns {
  gap: 3em;
}
.page-id-535 h2.mw-accordion-title-text {
  font-family: open-sans, sans-serif !important;
  font-weight: bold;
  font-size: 1rem !important;
}
.page-id-535 h2:not(.mw-accordion-title-text, .has-text-align-center) {
  margin: 0 0 25px 0;
  font-size: 2.25rem !important;
  color: #22527E !important;
}
.page-id-535 section {
  padding: 0 !important;
}
.page-id-535 section:not(:last-child) {
  margin-bottom: 45px !important;
}
.page-id-535 .mw-accordion {
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
  border: none;
}
.page-id-535 .mw-accordion .mw-accordion-content {
  padding-left: 66px !important;
}
.page-id-535 .mw-accordion .mw-accordion-item:not(:last-child) {
  border: none !important;
  position: relative;
}
.page-id-535 .mw-accordion .mw-accordion-item:not(:last-child)::after {
  content: "";
  bottom: 0;
  left: 9%;
  height: 1px;
  background-color: #22527E;
  width: 82%;
  display: block;
  position: absolute;
  opacity: 0.25;
}

#slider .n2_clear .abacus-tooltip-text, #testimonials .n2_clear .abacus-tooltip-text {
  max-width: 175px !important;
  font-size: 0.85rem;
  text-align: center;
}
#slider .n2_clear .slider-header, #testimonials .n2_clear .slider-header {
  font-family: kumbh-sans-variable, sans-serif;
  font-weight: 500;
}
#slider .n2_clear li.n2-ow, #testimonials .n2_clear li.n2-ow {
  position: relative;
}
#slider .n2_clear li.n2-ow .indent, #testimonials .n2_clear li.n2-ow .indent {
  margin: 12px 0 0 12px;
  line-height: 1.5em;
  font-size: 12px !important;
}
#slider .n2_clear li::before, #testimonials .n2_clear li::before {
  content: "";
  background-image: url(../abacus-theme/images/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  top: 4px !important;
  left: -5px;
}
#slider .n2_clear a, #testimonials .n2_clear a {
  color: black;
}
#slider .n2_clear .n2-ss-slide, #testimonials .n2_clear .n2-ss-slide {
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15) !important;
  margin: 50px 0 !important;
}
#slider .n2_clear .wp-block-button, #testimonials .n2_clear .wp-block-button {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 12px 42px;
  border-radius: 12px;
}
#slider .n2_clear .wp-block-button a, #testimonials .n2_clear .wp-block-button a {
  font-size: 0.9rem;
}

#accolades .wp-block-columns {
  gap: 3em;
  margin-bottom: 0 !important;
}
#accolades .wp-block-group {
  width: 100%;
}
#accolades .wp-block-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#accolades .wp-block-column > .wp-block-group {
  padding: 35px !important;
  min-height: 100%;
  border-radius: 25px;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
}
#accolades .wp-block-column > .wp-block-group .wp-block-group {
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  gap: 2em;
}
#accolades .wp-block-column img {
  max-height: 50px;
  width: auto;
}
#accolades .wp-block-column h3 {
  font-size: 1.66rem !important;
}
#accolades .wp-block-column p {
  margin-bottom: 0px !important;
}
#accolades .wp-block-column li {
  list-style: none;
  position: relative;
  margin-bottom: 7px;
}
#accolades .wp-block-column li::before {
  content: "";
  background-image: url(../abacus-theme/images/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  top: 5px !important;
  left: -25px;
}

#testimonials .wp-block-heading {
  margin-bottom: 0 !important;
}

#story h3 {
  color: #22527E !important;
  margin: 0.75em 0 0em 0 !important;
  font-size: 2rem !important;
}

.success-story-tags a[href*="/generation-management/"]::before,
.success-story-tags a[href*=generation-management]::before {
  background-color: #004f9a;
}

.success-story-tags a[href*="/market-analysis/"]::before,
.success-story-tags a[href*=market-analysis]::before {
  background-color: #b68800;
}

.success-story-tags a[href*="/portfolio-management/"]::before,
.success-story-tags a[href*=portfolio-management]::before {
  background-color: #007171;
}

.success-story-tags a[href*="/retail-management/"]::before,
.success-story-tags a[href*=retail-management]::before {
  background-color: #400099;
}

.success-story-tags a[href*="/risk-management/"]::before,
.success-story-tags a[href*=risk-management]::before {
  background-color: #a00000;
}

.success-story-tags a[href*="/trading-management/"]::before,
.success-story-tags a[href*=trading-management]::before {
  background-color: #007117;
}

.success-story-tags a[href*="/united-states/"]::before,
.success-story-tags a[href*=united-states]::before {
  background-color: #00abc1;
}

.success-story-tags a[href*="/europe-asia/"]::before,
.success-story-tags a[href*=europe-asia]::before {
  background-color: #47b0ff;
}

.single .success-story-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.single .success-story-tags a {
  display: inline-block;
  margin: 1em 0 0 0 !important;
  color: black;
  text-decoration: none;
  pointer-events: none;
}
.single .success-story-tags a[href*=united-states], .single .success-story-tags a[href*=europe-asia] {
  display: none;
}
.single .success-story-tags a:not(:last-child) {
  margin-right: 2em;
}
.single .success-story-tags a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  border-radius: 99px;
  margin-right: 8px;
  top: 3px;
}
.single .success-story-tags .wp-block-post-terms__separator {
  display: none;
}
.single .success-story-tags a[href*="/market-analysis/"] {
  order: 1;
}
.single .success-story-tags a[href*="/generation-management/"] {
  order: 2;
}
.single .success-story-tags a[href*="/trading-management/"] {
  order: 3;
}
.single .success-story-tags a[href*="/retail-management/"] {
  order: 4;
}
.single .success-story-tags a[href*="/risk-management/"] {
  order: 5;
}
.single .success-story-tags a[href*="/portfolio-management/"] {
  order: 6;
}
.single h1 {
  color: #22527E !important;
  font-size: 2.25rem !important;
  margin: 0 !important;
}
.single h3 + p {
  margin-top: 12px !important;
}
.single p + h3, .single ul + h3 {
  margin-top: 24px;
}
.single .entry-content .wp-block-list {
  margin-top: 10px !important;
}
.single .entry-content .wp-block-list li {
  list-style: none;
  position: relative;
  margin-bottom: 7px;
}
.single .entry-content .wp-block-list li::before {
  content: "";
  background-image: url(../abacus-theme/images/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  top: 6px !important;
  left: -25px;
}
.single h3 {
  color: #22527E !important;
  margin-bottom: 0 !important;
}
.single .entry-content #header {
  display: flex;
  flex-direction: row;
  gap: 2em;
  align-items: center;
  margin-bottom: 15px;
}
.single .entry-content #header img {
  max-width: 100px;
}

@media (max-width: 1000px) {
  .page-id-53 #filters .mw-tabs {
    gap: 1em;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
  }
}
.page-id-53 #filters, .page-id-53 #filters div {
  padding: 0;
}
.page-id-53 #filters .mw-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.page-id-53 #filters button {
  box-shadow: none;
  border-radius: 99px;
  background-color: #F4F6F8;
  color: black;
  font-size: 1rem;
  font-weight: 500;
  padding: 16px 36px;
  transition: 0.35s ease;
}
.page-id-53 #filters button:hover, .page-id-53 #filters button.is-active {
  color: white;
  background-color: #22527E;
}
.page-id-53 #slider .wp-block-buttons .small {
  padding: 0 !important;
  border: none !important;
}
.page-id-53 #slider .wp-block-buttons .small a {
  font-size: 13px !important;
}
.page-id-53 #slider .wp-block-buttons .small svg {
  padding: 5px 14px !important;
}

#differentiating-features {
  /*
  .n2_clear {
      .diff-features-wrap {
          box-shadow: 0px 10px 25px rgba(0, 0, 0, .1);
          border-radius: 25px;
      }

      img {
          border-radius: 25px;
      }
      a {
          color: black !important;
      }
  }*/
}
#differentiating-features li {
  position: relative;
}
#differentiating-features li::before {
  content: "";
  background-image: url(../abacus-theme/images/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  top: 5px !important;
  left: -24px;
}
#differentiating-features .wrap {
  padding: 0 !important;
}
#differentiating-features .wrap h2 {
  font-size: 2.5rem !important;
}
#differentiating-features ul {
  list-style: none;
}
#differentiating-features .feature {
  padding: 0px;
  border-radius: 25px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#differentiating-features a {
  color: black !important;
}
#differentiating-features figure, #differentiating-features img {
  min-height: 325px;
}
#differentiating-features p strong {
  color: #22527E;
}
#differentiating-features p:has(strong) {
  margin-top: 0 !important;
}
#differentiating-features .wp-block-columns {
  margin: 0 !important;
  gap: 2em;
}
#differentiating-features .wp-block-columns .wp-block-columns, #differentiating-features .wp-block-columns .wp-block-buttons {
  padding: 0 25px;
}

#contact-form #gform_submit_button_1 {
  border-radius: 99px;
  border: 1px solid #22527E !important;
  background-color: transparent !important;
  color: #22527E !important;
  font-size: 16px !important;
}
#contact-form #gform_submit_button_1:hover {
  background-color: #22527E !important;
  color: white !important;
}

#industries-list .is-layout-grid {
  gap: 2em;
}
#industries-list ul {
  list-style: none;
}
#industries-list li {
  position: relative;
}
#industries-list li::before {
  content: "";
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path d='M534 132.5C544.8 140.2 547.2 155.2 539.5 166L275.5 534C271.4 539.7 265 543.4 258 543.9C251 544.4 244 542 239 537L103 401C93.6 391.6 93.6 376.4 103 367.1C112.4 357.8 127.6 357.7 136.9 367.1L253 483L500.5 138C508.2 127.2 523.2 124.8 534 132.5z'/></svg>") no-repeat center/contain;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path d='M534 132.5C544.8 140.2 547.2 155.2 539.5 166L275.5 534C271.4 539.7 265 543.4 258 543.9C251 544.4 244 542 239 537L103 401C93.6 391.6 93.6 376.4 103 367.1C112.4 357.8 127.6 357.7 136.9 367.1L253 483L500.5 138C508.2 127.2 523.2 124.8 534 132.5z'/></svg>") no-repeat center/contain;
  height: 1.1em;
  width: 1.1em;
  display: inline-block;
  position: absolute;
  left: -28px;
  transform: translateY(3px);
  transition: background-color 0.5s ease;
  background-color: #007171;
}
#industries-list .industry-box {
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  overflow: hidden;
  padding: 0 !important;
}
#industries-list .industry-box figure {
  overflow: hidden;
  max-height: 250px;
  width: auto;
}
#industries-list .industry-box img {
  -o-object-fit: cover;
     object-fit: cover;
}
#industries-list .industry-box .industry-inner {
  padding: 30px 25px !important;
}
#industries-list .industry-box .industry-inner h3 {
  margin: 0 !important;
  font-size: 1.5rem;
}

#team .team-row .wp-block-column:nth-of-type(1) .wp-block-mwsba-tabbuttons.mw-tabs--buttons > .mw-tabs__tab {
  display: none;
}
#team .team-row .wp-block-column:nth-of-type(1) .wp-block-mwsba-tabbuttons.mw-tabs--buttons > .mw-tabs__tab:nth-child(2) {
  display: inline-flex;
}
#team .team-row .wp-block-column:nth-of-type(1) .wp-block-mwsba-tabbuttons.mw-tabs--buttons:has(> .mw-tabs__tab:nth-child(2):is([aria-selected=true], .is-active, .mw-tabs__tab--active)) > .mw-tabs__tab {
  display: none;
}
#team .team-row .wp-block-column:nth-of-type(1) .wp-block-mwsba-tabbuttons.mw-tabs--buttons:has(> .mw-tabs__tab:nth-child(2):is([aria-selected=true], .is-active, .mw-tabs__tab--active)) > .mw-tabs__tab:first-child {
  display: inline-flex;
}
#team .team-row .wp-block-column:nth-of-type(1) .wp-block-mwsba-tabbuttons.mw-tabs--buttons:has(> .mw-tabs__tab:not(:first-child):not(:nth-child(2)):is([aria-selected=true], .is-active, .mw-tabs__tab--active)) > .mw-tabs__tab {
  display: none;
}
#team .team-row .wp-block-column:nth-of-type(1) .wp-block-mwsba-tabbuttons.mw-tabs--buttons:has(> .mw-tabs__tab:not(:first-child):not(:nth-child(2)):is([aria-selected=true], .is-active, .mw-tabs__tab--active)) > .mw-tabs__tab:nth-child(2) {
  display: inline-flex;
}
#team .team-row .wp-block-column:nth-of-type(2) .wp-block-mwsba-tabbuttons.mw-tabs--buttons > .mw-tabs__tab {
  display: none;
}
#team .team-row .wp-block-column:nth-of-type(2) .wp-block-mwsba-tabbuttons.mw-tabs--buttons > .mw-tabs__tab:nth-child(3) {
  display: inline-flex;
}
#team .team-row .wp-block-column:nth-of-type(2) .wp-block-mwsba-tabbuttons.mw-tabs--buttons:has(> .mw-tabs__tab:nth-child(3):is([aria-selected=true], .is-active, .mw-tabs__tab--active)) > .mw-tabs__tab {
  display: none;
}
#team .team-row .wp-block-column:nth-of-type(2) .wp-block-mwsba-tabbuttons.mw-tabs--buttons:has(> .mw-tabs__tab:nth-child(3):is([aria-selected=true], .is-active, .mw-tabs__tab--active)) > .mw-tabs__tab:first-child {
  display: inline-flex;
}
#team .team-row .wp-block-column:nth-of-type(2) .wp-block-mwsba-tabbuttons.mw-tabs--buttons:has(> .mw-tabs__tab:not(:first-child):not(:nth-child(3)):is([aria-selected=true], .is-active, .mw-tabs__tab--active)) > .mw-tabs__tab {
  display: none;
}
#team .team-row .wp-block-column:nth-of-type(2) .wp-block-mwsba-tabbuttons.mw-tabs--buttons:has(> .mw-tabs__tab:not(:first-child):not(:nth-child(3)):is([aria-selected=true], .is-active, .mw-tabs__tab--active)) > .mw-tabs__tab:nth-child(3) {
  display: inline-flex;
}
#team .team-row .wp-block-column:nth-of-type(3) .wp-block-mwsba-tabbuttons.mw-tabs--buttons > .mw-tabs__tab {
  display: none;
}
#team .team-row .wp-block-column:nth-of-type(3) .wp-block-mwsba-tabbuttons.mw-tabs--buttons > .mw-tabs__tab:nth-child(4) {
  display: inline-flex;
}
#team .team-row .wp-block-column:nth-of-type(3) .wp-block-mwsba-tabbuttons.mw-tabs--buttons:has(> .mw-tabs__tab:nth-child(4):is([aria-selected=true], .is-active, .mw-tabs__tab--active)) > .mw-tabs__tab {
  display: none;
}
#team .team-row .wp-block-column:nth-of-type(3) .wp-block-mwsba-tabbuttons.mw-tabs--buttons:has(> .mw-tabs__tab:nth-child(4):is([aria-selected=true], .is-active, .mw-tabs__tab--active)) > .mw-tabs__tab:first-child {
  display: inline-flex;
}
#team .team-row .wp-block-column:nth-of-type(3) .wp-block-mwsba-tabbuttons.mw-tabs--buttons:has(> .mw-tabs__tab:not(:first-child):not(:nth-child(4)):is([aria-selected=true], .is-active, .mw-tabs__tab--active)) > .mw-tabs__tab {
  display: none;
}
#team .team-row .wp-block-column:nth-of-type(3) .wp-block-mwsba-tabbuttons.mw-tabs--buttons:has(> .mw-tabs__tab:not(:first-child):not(:nth-child(4)):is([aria-selected=true], .is-active, .mw-tabs__tab--active)) > .mw-tabs__tab:nth-child(4) {
  display: inline-flex;
}
#team .team-content .wp-block-group:first-child {
  display: none;
}
#team .team-content .wp-block-group {
  background-color: #F4F6F8;
  border-radius: 25px;
}
#team .wp-block-columns {
  gap: 3em;
}
#team .teammember-box {
  border-radius: 25px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  padding-top: 25px;
  padding-bottom: 10px;
}
#team .teammember-box figure, #team .teammember-box img {
  max-width: 150px;
  margin: 0 auto;
}
#team .name-picture {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#team .mw-tabs__content-interior {
  background-color: transparent !important;
  padding: 0 0 25px 0 !important;
}
#team .mw-tabs__content-interior ul {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  background-color: #F4F6F8;
  padding: 25px 25px 25px 45px !important;
  border-radius: 25px;
}
#team .mw-tabs__content-interior ul li {
  width: 100%;
}
#team .teammember-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 410px;
}
#team .teammember-inner h2, #team .teammember-inner h3 {
  margin: 0;
}
#team .teammember-inner h2 {
  font-size: 2rem;
  margin-top: 25px;
}
#team .teammember-inner h3 {
  color: #22527E;
  font-size: 1.5rem;
  margin: 15px 0 25px 0;
}
#team .teammember-inner button {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  padding: 16px 42px;
  border-radius: 12px;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2.5px;
  border-radius: 12px;
  transition: 0.25s ease;
}

#perspectives a {
  pointer-events: none !important;
}
#perspectives .columns-3 {
  padding: 0 !important;
  gap: 3em;
}
#perspectives .perspective-box {
  border-radius: 25px;
  padding: 0 !important;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
  height: 300px;
}
#perspectives .perspective-box figure img {
  border-radius: 25px;
  height: 300px;
  position: absolute;
  filter: brightness(0.5);
}
#perspectives .perspective-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
#perspectives .perspective-inner h2, #perspectives .perspective-inner a, #perspectives .perspective-inner p, #perspectives .perspective-inner time {
  color: white !important;
}
#perspectives .perspective-inner h2 {
  margin: 0 0 10px 0 !important;
  font-size: 2.15rem;
}
#perspectives .perspective-inner .wp-block-post-date {
  margin: 0 0 25px 0;
}
#perspectives .perspective-inner time {
  font-weight: bold;
}
#perspectives .perspective-inner .abacus-tooltip-text {
  font-weight: normal;
}
#perspectives .perspective-inner .abacus-tooltip-wrapper, #perspectives .perspective-inner .wp-block-post-excerpt__excerpt, #perspectives .perspective-inner .wp-block-post-excerpt, #perspectives .perspective-inner .abacus-tooltip {
  position: unset !important;
}
#perspectives .perspective-inner a {
  position: relative;
  z-index: 99;
  margin-top: 25px;
  border: 1px solid white;
  background-color: transparent;
  padding: 8px 36px;
  border-radius: 12px;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2.5px;
  border-radius: 12px;
  transition: 0.25s ease;
  text-decoration: none;
}
#perspectives .perspective-inner a:hover {
  background-color: white;
  color: black !important;
}
#perspectives .perspective-inner .abacus-tooltip::before {
  content: "";
  position: absolute;
  border-radius: 25px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.parent-pageid-47 main .section-intro {
  max-width: unset !important;
}
.parent-pageid-47 main .section-intro h2 {
  text-align: center;
  font-size: 3.5em;
}
.parent-pageid-47 main .section-intro .saturn-body-header {
  color: #22527E;
}
.parent-pageid-47 main .section-intro.pill {
  padding-bottom: 0px !important;
}
.parent-pageid-47 main .section-intro p:not(.pill-text) {
  max-width: 66%;
}
.parent-pageid-47 main .entry-content .section-intro h2 + p {
  font-size: 1.35rem !important;
}
.parent-pageid-47 main .industry-needs {
  font-size: 1.25rem !important;
}
.parent-pageid-47 main .saturn-solutions {
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  padding: 35px 25px !important;
}
.parent-pageid-47 main .saturn-solutions ul {
  margin-top: 0 !important;
}
.parent-pageid-47 main li {
  position: relative;
}
.parent-pageid-47 main li::before {
  content: "";
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path d='M534 132.5C544.8 140.2 547.2 155.2 539.5 166L275.5 534C271.4 539.7 265 543.4 258 543.9C251 544.4 244 542 239 537L103 401C93.6 391.6 93.6 376.4 103 367.1C112.4 357.8 127.6 357.7 136.9 367.1L253 483L500.5 138C508.2 127.2 523.2 124.8 534 132.5z'/></svg>") no-repeat center/contain;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path d='M534 132.5C544.8 140.2 547.2 155.2 539.5 166L275.5 534C271.4 539.7 265 543.4 258 543.9C251 544.4 244 542 239 537L103 401C93.6 391.6 93.6 376.4 103 367.1C112.4 357.8 127.6 357.7 136.9 367.1L253 483L500.5 138C508.2 127.2 523.2 124.8 534 132.5z'/></svg>") no-repeat center/contain;
  height: 1.1em;
  width: 1.1em;
  display: inline-block;
  position: absolute;
  left: -25px;
  transform: translateY(3px);
  transition: background-color 0.5s ease;
  background-color: #007171;
}
.parent-pageid-47 main ul {
  list-style: none;
}

/*
—————————————————————————
Header
—————————————————————————
*/
header {
  position: fixed !important;
  width: 100%;
  background-color: white !important;
  z-index: 9;
  /*
  button::before {
      content: "" !important;
      position: relative;
      display: inline-block;
      width: 12px;
      height: 12px;
      cursor: default;
      background-image: url(images/down.svg);
      background-size: 12px 12px;
      background-repeat: no-repeat;
      top: -3px;
  }*/
}
header figure {
  margin: 0;
}
header figure.svg svg {
  width: 300px;
}
header .wp-block-mediaworks-ultra-menu-submenu > a > span, header button::before {
  color: black;
}
header .current-menu-item > a > span {
  color: #22527E;
}

header > div {
  max-width: 1450px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 8px 25px !important;
}
header > div > div {
  gap: 3em;
}

.wp-block-site-logo.svg span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  left: -9999px;
}
.wp-block-site-logo.svg svg {
  transition: 0.25s ease;
}
.wp-block-site-logo.svg a:hover svg {
  opacity: 0.66;
}

.wp-block-mediaworks-ultra-menu-submenu > a {
  display: flex;
  font-family: kumbh-sans-variable, sans-serif;
  font-weight: 300;
  font-size: 1.05rem;
  letter-spacing: 0.35px;
  text-decoration: none;
}

.um-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
}
.um-wrapper p {
  margin: 0;
}
.um-wrapper .wp-block-mediaworks-ultra-menu-submenu {
  padding: 6px 12px;
  border-radius: 8px;
  transition: 0.25s ease;
}
.um-wrapper .wp-block-mediaworks-ultra-menu-submenu:hover {
  background-color: #F4F6F8;
}
.um-wrapper .wp-block-mediaworks-ultra-menu-submenu:hover::before {
  content: "";
  width: 100%;
  height: 75px;
  left: 0;
  position: absolute;
  display: block;
}
.um-wrapper .wp-block-columns {
  margin-bottom: 0;
  gap: 8px;
}
.um-wrapper .ultra-menu-dropdown-toggle {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: none;
}
.um-wrapper ul.ultra-menu-submenu {
  margin-top: 35px;
}
.um-wrapper ul.ultra-menu-submenu > .wp-block-group {
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.um-wrapper li.wp-block-mediaworks-ultra-menu-submenu:hover ul.ultra-menu-submenu > .wp-block-group {
  opacity: 1;
  transform: none;
  background-color: white;
  border-radius: 20px;
}
.um-wrapper li.wp-block-mediaworks-ultra-menu-submenu:hover ul.ultra-menu-submenu > .wp-block-group .wp-block-columns {
  gap: 16px;
  margin-bottom: 0;
}
.um-wrapper .um-submenu {
  border-radius: 25px;
}
.um-wrapper .um-link-with-submenu > div > div {
  padding: 25px 25px 45px 25px !important;
  background-color: white;
  top: 25px;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.um-wrapper .um-link-with-submenu > div > div a {
  display: flex;
  flex-direction: row;
  color: black;
  padding: 12px;
  gap: 12px;
  border-radius: 12px;
  transition: 0.25s ease;
}
.um-wrapper .um-link-with-submenu > div > div a:hover {
  background-color: #F4F6F8;
}
.um-wrapper .um-link-with-submenu > div > div .wp-element-button {
  padding: 0 !important;
}
.um-wrapper #saturn-applications .view-full-platform {
  background-color: #F4F6F8;
  border-radius: 12px;
  padding: 12px !important;
}
.um-wrapper #saturn-applications .application-header {
  margin: 3px 0 8px 0;
  font-family: kumbh-sans-variable, sans-serif;
  font-weight: 500;
}
.um-wrapper #saturn-applications .application-desc {
  font-size: 13px;
  line-height: 1.66em;
}
.um-wrapper #saturn-applications .apps-container {
  margin: 20px 0 0 0;
}
.um-wrapper #saturn-applications .apps-container .wp-block-columns:nth-of-type(2) {
  margin: 8px 0;
}
.um-wrapper #saturn-applications img {
  width: 72px;
  height: auto;
}
.um-wrapper #saturn-applications .mwum-header {
  font-size: 1.5rem;
  margin-bottom: 8px;
  font-weight: 500;
}
.um-wrapper #industries-users .industries-users-left {
  width: calc(33% - 12px);
  margin-bottom: 24px;
}
.um-wrapper #why-saturn, .um-wrapper #resources, .um-wrapper #company, .um-wrapper #industries-users {
  display: block !important;
  gap: 1em;
}
.um-wrapper #why-saturn .wp-block-columns, .um-wrapper #resources .wp-block-columns, .um-wrapper #company .wp-block-columns, .um-wrapper #industries-users .wp-block-columns {
  gap: 1em;
}
.um-wrapper #why-saturn .wp-block-columns .wp-block-column:nth-of-type(1), .um-wrapper #resources .wp-block-columns .wp-block-column:nth-of-type(1), .um-wrapper #company .wp-block-columns .wp-block-column:nth-of-type(1), .um-wrapper #industries-users .wp-block-columns .wp-block-column:nth-of-type(1) {
  min-width: 250px;
}
.um-wrapper #why-saturn .wp-block-columns .wp-block-column:nth-of-type(2), .um-wrapper #resources .wp-block-columns .wp-block-column:nth-of-type(2), .um-wrapper #company .wp-block-columns .wp-block-column:nth-of-type(2), .um-wrapper #industries-users .wp-block-columns .wp-block-column:nth-of-type(2) {
  width: 100%;
}
.um-wrapper #why-saturn a, .um-wrapper #resources a, .um-wrapper #company a, .um-wrapper #industries-users a {
  width: 100%;
}
.um-wrapper #why-saturn .wp-block-group, .um-wrapper #resources .wp-block-group, .um-wrapper #company .wp-block-group, .um-wrapper #industries-users .wp-block-group {
  gap: 12px;
}
.um-wrapper #why-saturn .wp-block-grid, .um-wrapper #resources .wp-block-grid, .um-wrapper #company .wp-block-grid, .um-wrapper #industries-users .wp-block-grid {
  gap: 1em;
}
.um-wrapper #why-saturn img, .um-wrapper #resources img, .um-wrapper #company img, .um-wrapper #industries-users img {
  max-width: 22px;
}
.um-wrapper #why-saturn .is-vertical a, .um-wrapper #resources .is-vertical a, .um-wrapper #company .is-vertical a, .um-wrapper #industries-users .is-vertical a {
  display: flex;
  flex-direction: column !important;
}
.um-wrapper #why-saturn p:not(.mwum-header), .um-wrapper #resources p:not(.mwum-header), .um-wrapper #company p:not(.mwum-header), .um-wrapper #industries-users p:not(.mwum-header) {
  line-height: 1.66em;
  font-size: 13px;
  opacity: 0.9;
}
.um-wrapper .mwum-header {
  font-size: 1.25rem;
  font-family: kumbh-sans-variable, sans-serif;
  font-weight: 500;
}
.um-wrapper #resources {
  gap: 1em;
}
.um-wrapper #resources > div {
  overflow: hidden;
  border-radius: 12px;
}
.um-wrapper #resources a {
  width: 100%;
  border-radius: 12px;
}

/*
—————————————————————————
Main
—————————————————————————
*/
main .wp-block-group:not(.full-span), .single main {
  max-width: 1450px;
  margin: 0 auto;
  padding: 15px 25px;
}

.page h1.wp-block-post-title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  left: -9999px;
}

main .entry-content > .wp-block-group p, main .entry-content > .wp-block-group li, main .entry-content > .wp-block-group a {
  font-size: 16px;
}
main .entry-content > .wp-block-group p {
  line-height: 1.75em;
}
main .entry-content > .wp-block-group h1, main .entry-content > .wp-block-group h2, main .entry-content > .wp-block-group h3, main .entry-content > .wp-block-group h4, main .entry-content > .wp-block-group h5, main .entry-content > .wp-block-group h6 {
  font-family: kumbh-sans-variable, sans-serif;
  color: black;
  font-weight: 300;
}
main .entry-content > .wp-block-group h1, main .entry-content > .wp-block-group h2 {
  font-size: 3.5em;
}
main .entry-content > .wp-block-group h3 {
  font-size: 2.5em;
}
main .entry-content > .wp-block-group h4 {
  font-size: 1.75em;
}
main .entry-content > .wp-block-group h5, main .entry-content > .wp-block-group h6 {
  font-size: 1.25em;
}
main .entry-content > .wp-block-group ul, main .entry-content > .wp-block-group ol {
  padding-left: 30px;
}
main .entry-content > .wp-block-group ul li:not(:last-child), main .entry-content > .wp-block-group ol li:not(:last-child) {
  margin-bottom: 12px;
}
main .entry-content > .wp-block-group a:not(.wp-element-button, .mw-group-link) {
  color: #22527E;
}
main .entry-content > .wp-block-group a:not(.wp-element-button, .mw-group-link):hover {
  opacity: 0.8;
  transition: 0.35s ease;
}
main .entry-content > .wp-block-group .wp-block-columns.no-gap {
  gap: 0 !important;
}

.single .wp-block-group.container {
  padding: 125px 25px 50px 25px !important;
}
.single h1 {
  margin: 0 auto 25px auto;
  font-size: 3em;
  max-width: 1450px;
}
.single h2 {
  font-size: 2em;
  margin: 0.5em 0 0.75em 0;
}
.single h3 {
  margin: 0.5em 0 0.75em 0;
}
.single h4 {
  margin: 0.5em 0 0.75em 0;
}
.single h5, .single h6 {
  margin: 0.5em 0 0.75em 0;
}

.wp-element-button {
  font-size: 0.85rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2.5px;
  border-radius: 8px;
  padding: 0;
  color: black;
  transition: 0.25s ease;
}
.wp-element-button svg {
  transition: 0.25s ease;
  width: 21px;
  height: 21px;
  padding: 8px 21px;
  border: 1px solid black;
  border-radius: 12px;
  margin-left: 24px;
}

.large .wp-element-button svg {
  width: 23px;
  height: 23px;
  padding: 10px 24px;
}

.wp-block-button.small a {
  font-size: 0.75rem;
}
.wp-block-button.small svg {
  width: 18px;
  height: 18px;
  padding: 7px 18px;
  border-radius: 10px;
}

.wp-element-button:hover svg {
  transition: 0.25s ease;
  background-color: black;
}
.wp-element-button:hover svg path {
  fill: white;
}

/*
—————————————————————————
Posts
—————————————————————————
*/
.single main {
  max-width: 1150px;
}
.single main .wp-block-columns {
  gap: 4em;
}
.single main .entry-content p:first-child {
  margin-top: 0;
}
.single main a {
  color: #22527E;
  text-decoration: none;
  box-shadow: 0px 2px 0px transparent;
  transition: 0.15s ease;
}
.single main a:hover {
  box-shadow: 0px 1px 0px #22527E;
}
.single main p {
  line-height: 1.75em;
}
.single .post-sidebar .post-sidebar-widget {
  border-radius: 25px;
  position: sticky;
  top: 20%;
  box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.1);
  margin-top: 35px;
}
.single .wp-block-latest-posts__list li:not(:last-child) {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.single .wp-block-latest-posts__list li:not(:first-child) {
  padding-top: 18px;
}
.single .wp-block-latest-posts__list li a {
  font-size: 0.9em;
}
.single .screen-reader-text {
  position: absolute;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.single .wp-block-social-links {
  margin: 0 0 15px 0 !important;
}
.single .wp-block-social-links li:not(:last-child) {
  margin-right: 10px !important;
}

/*
—————————————————————————
Gravity Forms
—————————————————————————
*/
.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper label {
  font-size: 1.1em !important;
}
.gform_wrapper .gfield_required {
  color: #22527E;
  font-size: 1.2em;
}
.gform_wrapper legend.gfield_label {
  font-size: 1.25em;
}

/*
—————————————————————————
Footer
—————————————————————————
*/
footer {
  background-color: #F4F6F8;
}
footer figure {
  margin: 0;
}
footer figure.svg svg {
  width: 300px;
}
footer a {
  color: black;
  text-decoration: none;
}
footer p, footer ul {
  margin: 0;
}
footer > div {
  max-width: 1450px;
  margin: 0 auto;
  padding: 15px 25px !important;
}
footer .footer-main {
  gap: 4em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer .footer-main .footer-left {
  max-width: 375px;
  font-size: 0.9rem;
}
footer .footer-main .footer-left p.footer-copy {
  margin: 25px 0;
  line-height: 1.5em;
}
footer .footer-main .footer-left ul {
  padding-left: 35px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 0.66em;
}
footer .footer-main .footer-right {
  margin-top: 75px;
}
footer .footer-main .footer-right .footer-nav-container {
  padding: 0;
  gap: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
footer .footer-main .footer-right .footer-nav {
  display: flex;
  flex-direction: column;
}
footer .footer-main .footer-right .footer-nav:not(:last-child) {
  margin-right: 3em;
}
footer .footer-main .footer-right .footer-header, footer .footer-main .footer-right .big-links li {
  font-weight: bold;
  margin-bottom: 8px;
}
footer .footer-main .footer-right .footer-nav:not(.big-links) ul {
  display: flex;
  flex-direction: column;
  gap: 0.66em;
}
footer .footer-main .footer-right a {
  font-size: 0.9rem !important;
}
footer .footer-main .footer-right a:hover {
  opacity: 0.75;
}
footer ul {
  padding: 0;
  list-style-type: none;
}

/*
—————————————————————————
Mobile
—————————————————————————
*/
@media (max-width: 799px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: block !important;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none !important;
  }
  .wp-block-navigation__container {
    padding: 25px !important;
  }
  .wp-block-navigation-submenu {
    padding: 15px 20px 20px 20px !important;
  }
  .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
    margin-bottom: 15px !important;
  }
  .nav-button a {
    padding: 15px 25px !important;
  }
  .schedule-demo {
    display: none !important;
  }
}
@media (max-width: 1250px) {
  #applications .icon-text {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
@media (max-width: 900px) {
  #applications .is-layout-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
  }
}
@media (max-width: 400px) {
  .box-row {
    display: none !important;
  }
}
@media (max-width: 800px) {
  .reverse-mobile {
    display: grid;
  }
  .reverse-mobile .wp-block-column:nth-of-type(1) {
    order: 2;
  }
  .cta-button-solo {
    display: none !important;
  }
  #applications > .is-layout-grid {
    grid-template-columns: 1fr !important;
    grid-template-rows: repeat(6, auto) !important;
  }
  #get-in-touch {
    padding: 50px;
  }
  #get-in-touch .is-content-justification-center *:not(:last-child) {
    margin: 0 !important;
  }
  #get-in-touch .wp-block-buttons {
    flex-direction: column !important;
    gap: 25px;
  }
  #get-in-touch h2 {
    font-size: 2.1rem !important;
  }
  #get-in-touch p {
    max-width: unset;
    font-size: 1.1rem;
  }
  #get-in-touch .wp-element-button {
    font-size: 13px !important;
  }
  #saturn-difference {
    padding: 75px 25px 25px 25px !important;
  }
  .feature .wp-block-buttons {
    margin-bottom: 35px;
  }
  .section-intro h2 {
    font-size: 2.5rem !important;
  }
  .section-intro .pill-text {
    font-size: 0.75rem !important;
  }
  footer .footer-main {
    gap: 45px;
  }
  footer .footer-right {
    margin-top: 0 !important;
  }
  footer .footer-nav {
    margin-right: 0 !important;
  }
  footer .footer-nav-container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2em !important;
  }
  header .alignwide {
    width: 100vw;
  }
  .um-mobile div {
    border-radius: 0 !important;
  }
  .um-mobile .um-submenu > div {
    padding: 0 25px !important;
  }
  .um-mobile a {
    color: black !important;
  }
  .um-mobile img {
    width: 30px;
    max-width: 30px;
    margin-bottom: 12px;
  }
  .um-mobile #saturn-applications .wp-block-columns {
    flex-wrap: nowrap !important;
    margin-bottom: 20px !important;
  }
  .um-mobile #saturn-applications .wp-block-columns:first-of-type {
    margin-top: 35px;
  }
  .um-mobile .is-layout-grid {
    gap: 25px !important;
  }
  .um-mobile #industries-users .is-layout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 35px;
  }
  .um-mobile #industries-users img, .um-mobile #company img, .um-mobile #resources img {
    max-width: 30px !important;
  }
  .um-mobile .industries-users-left {
    width: unset !important;
  }
  .parent-pageid-33 .n2-ss-layer[data-sstype=col] :has(> .n2-ss-layer-col :is(img, picture)), .parent-pageid-47 .n2-ss-layer[data-sstype=col] :has(> .n2-ss-layer-col :is(img, picture)) {
    display: none;
  }
  .parent-pageid-33 .seperator, .parent-pageid-33 .n2-ss-slide, .parent-pageid-47 .seperator, .parent-pageid-47 .n2-ss-slide {
    display: none;
  }
  .app-banner {
    max-width: 100vw;
  }
  .app-banner .bottom {
    padding: 0 !important;
  }
  .app-banner .bottom .box-row {
    display: flex;
    flex-direction: row;
    max-width: 100vw;
    padding: 0 !important;
    gap: 6px;
  }
  .app-banner .bottom .box-row .is-vertical {
    padding: 15px !important;
    min-height: 75px;
    min-width: 100px;
  }
  .app-banner .bottom .box-row .is-vertical img {
    max-width: 35px;
  }
  .app-banner .bottom .box-row .is-vertical p {
    font-size: 0.85rem !important;
  }
  .app-banner .header-text {
    padding: 25px 0 !important;
  }
  .app-banner .header-text h2 {
    font-size: 3rem !important;
  }
  .app-banner .header-text p {
    font-size: 1.35rem !important;
  }
  .noteworthy-wrap .noteworthy-row {
    flex-direction: column;
    padding: 0 !important;
  }
  .noteworthy-wrap .noteworthy-row .noteworthy-box {
    width: 100% !important;
  }
  .explore-container {
    padding: 0 !important;
  }
  .section-intro .image-text {
    gap: 20px !important;
  }
  .section-intro .image-text h3 {
    font-size: 1.5rem !important;
  }
  .three-rs-box {
    padding: 15px !important;
  }
  #banner {
    padding: 100px 25px 50px 25px !important;
  }
  #banner h1 {
    font-size: 3rem !important;
  }
  #industries-list .is-layout-grid {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
  }
  .parent-pageid-47 .section-intro p {
    max-width: unset !important;
  }
  .skip-to-content {
    display: none;
  }
  .page-id-53 #slider {
    padding: 0 !important;
  }
  .page-id-53 #slider .wp-block-buttons.is-content-justification-right {
    justify-content: flex-start;
  }
  .page-id-53 .wp-block-mwsba-tabbuttons {
    display: flex !important;
    flex-direction: column;
  }
  .page-id-53 .mw-accordion-content {
    max-height: 820px !important;
  }
  .saturn-solutions {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .page-id-60 .wp-block-mwsba-tabbuttons {
    display: flex;
    flex-direction: column;
    gap: 16px !important;
  }
  .page-id-60 #timeline-publications-and-interviews .filters .key ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
  }
  .single #header {
    display: flex;
    flex-direction: column !important;
    gap: 5px !important;
    align-items: flex-start !important;
  }
  .single #header img {
    max-width: 125px !important;
  }
  .single .success-story-tags {
    gap: 0.5rem;
  }
  #team .mw-tabs__content-interior ul {
    width: 100% !important;
  }
  #game-changers .is-vertical::after, #timeline-publications-and-interviews .is-vertical::after {
    content: "";
    height: calc(100% - 100px);
    width: 1px;
    border-left: 4px dotted gray;
    position: absolute;
    top: 25px;
    left: 15px;
    z-index: -1;
  }
  #game-changers .is-vertical, #timeline-publications-and-interviews .is-vertical {
    padding-left: 0 !important;
    align-items: flex-start;
  }
  #game-changers .is-vertical .wp-block-group, #timeline-publications-and-interviews .is-vertical .wp-block-group {
    padding-left: 40px !important;
  }
  #game-changers .is-vertical .wp-block-group::before, #timeline-publications-and-interviews .is-vertical .wp-block-group::before {
    left: 5px;
  }
  #game-changers .is-vertical::after {
    left: 40px !important;
    top: 50px;
  }
}
/*
—————————————————————————
Mediaworks SBA
—————————————————————————
*/
a.mw-group-link {
  text-decoration: none;
}

div[class*=mw-flyin], .mw-initial-blur, div[class*=mw-ease] {
  opacity: 0;
  transition-duration: var(--mw-anim-duration);
  transition-delay: var(--mw-anim-delay);
}

div[class*=mw-flyin].mw-animate, .mw-initial-blur.mw-animate, div[class*=mw-ease].mw-animate {
  opacity: 1;
}

.mw-flyin-left.mw-animate, .mw-flyin-right.mw-animate {
  transform: translateX(0);
}

.mw-flyin-top.mw-animate, .mw-flyin-bottom.mw-animate {
  transform: translateY(0);
}

.mw-flyin-left {
  transform: translateX(-50px);
}

.mw-flyin-top {
  transform: translateY(-50px);
}

.mw-flyin-bottom {
  transform: translateY(50px);
}

.mw-flyin-right {
  transform: translateX(50px);
}

.mw-ease-linear {
  transition-timing-function: linear;
}

.mw-ease-ease-in {
  transition-timing-function: ease-in;
}

.mw-ease-ease-out {
  transition-timing-function: ease-out;
}

.mw-ease-ease-in-out {
  transition-timing-function: ease-in-out;
}

.mw-initial-blur {
  filter: blur(20px);
}

.mw-initial-blur.mw-animate {
  filter: blur(0);
}

.mw-return-to-top {
  display: block;
  position: fixed;
  bottom: 25px;
  right: 45px;
  height: 65px;
  width: 65px;
  background-color: rgb(212, 212, 212);
  border: none;
  border-radius: 99px;
  transition: 0.35s ease;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
}

.mw-return-to-top:hover {
  filter: brightness(1.1);
}

.mw-return-to-top img {
  position: relative;
  top: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.clicked.mw-return-to-top {
  opacity: 0 !important;
}

.mw-accordion h2 {
  margin: 0;
}
.mw-accordion .mw-accordion-content {
  max-height: 0;
  overflow: hidden;
  background-color: #F4F6F8;
}
.mw-accordion .mw-accordion-item.active .mw-accordion-content {
  max-height: 500px;
  opacity: 1;
}

main .wp-element-button svg {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1em;
  width: 14px;
  height: auto;
}

.wp-block-site-logo img, .wp-block-site-logo, .wp-block-site-logo img {
  transition: 0.25s ease;
}

div[class*=mw-flyin], .mw-initial-blur, div[class*=mw-ease] {
  opacity: 0;
}

.mw-flyin-left.mw-animate, .mw-flyin-right.mw-animate {
  transform: translateX(0);
}

.mw-flyin-top.mw-animate, .mw-flyin-bottom.mw-animate {
  transform: translateY(0);
}

.mw-ease-linear {
  transition-timing-function: linear;
}

.mw-ease-ease-in {
  transition-timing-function: ease-in;
}

.mw-ease-ease-out {
  transition-timing-function: ease-out;
}

.mw-ease-ease-in-out {
  transition-timing-function: ease-in-out;
}

.mw-flyin-left {
  transform: translateX(-50px);
}

.mw-flyin-top {
  transform: translateY(-50px);
}

.mw-flyin-bottom {
  transform: translateY(50px);
}

.mw-flyin-right {
  transform: translateX(50px);
}

header, body:not(.mw-scrolled) header .logo-container {
  transition: 0.25s ease;
}/*# sourceMappingURL=style.css.map */