.custom-css * {
  box-sizing: border-box;
}
.custom-css html,
.custom-css body {
  margin: 0;
  padding: 0;
}
.custom-css a {
  -webkit-tap-highlight-color: transparent;
  outline: 0 !important;
}
.custom-css #navigation-mobile div.drop-nav a {
  pointer-events: all;
}
.custom-css .fa-tiktok::before {
  content: "";
}
.custom-css .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.custom-css .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.custom-css .slick-list:focus {
  outline: none;
}
.custom-css .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.custom-css .slick-slider .slick-track,
.custom-css .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.custom-css .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.custom-css .slick-track:before,
.custom-css .slick-track:after {
  content: "";
  display: table;
}
.custom-css .slick-track:after {
  clear: both;
}
.custom-css .slick-loading .slick-track {
  visibility: hidden;
}
.custom-css .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.custom-css [dir="rtl"] .slick-slide {
  float: right;
}
.custom-css .slick-slide img {
  display: block;
}
.custom-css .slick-slide.slick-loading img {
  display: none;
}
.custom-css .slick-slide.dragging img {
  pointer-events: none;
}
.custom-css .slick-initialized .slick-slide {
  display: block;
}
.custom-css .slick-loading .slick-slide {
  visibility: hidden;
}
.custom-css .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.custom-css .slick-arrow.slick-hidden {
  display: none;
}
.custom-css html {
  font-size: 10px;
  scroll-behavior: smooth;
}
.custom-css body {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  overflow-x: hidden;
}
.custom-css *,
.custom-css :after,
.custom-css :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-css .block-editor .editor-styles-wrapper,
.custom-css .body.ds {
  background-color: #fff;
}
.custom-css .block-editor .editor-styles-wrapper #navigation-wrapper,
.custom-css .block-editor .editor-styles-wrapper .navigationcontainer .top,
.custom-css .body.ds #navigation-wrapper,
.custom-css .body.ds .navigationcontainer .top {
  max-width: 1440px;
  padding: 0 20px;
}
.custom-css .block-editor .editor-styles-wrapper .block-editor-block-list__layout.is-root-container,
.custom-css .block-editor .editor-styles-wrapper .page-content,
.custom-css .body.ds .block-editor-block-list__layout.is-root-container,
.custom-css .body.ds .page-content {
  margin: 0 auto;
  max-width: 1440px;
  padding: 95px 0 0;
}
.custom-css .block-editor .editor-styles-wrapper .block-editor-block-list__layout.is-root-container .wp-block-separator,
.custom-css .block-editor .editor-styles-wrapper .page-content .wp-block-separator,
.custom-css .body.ds .block-editor-block-list__layout.is-root-container .wp-block-separator,
.custom-css .body.ds .page-content .wp-block-separator {
  border: none;
  border-top: 1px solid #969ea7;
  margin: 0 auto;
  max-width: 485px;
}
.custom-css .block-editor .editor-styles-wrapper .wp-block,
.custom-css .body.ds .wp-block {
  max-width: 1440px;
}
.custom-css .block-editor .editor-styles-wrapper #footer .container,
.custom-css .body.ds #footer .container {
  max-width: 1440px;
  padding: 0 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .custom-css .block-editor .editor-styles-wrapper .block-editor-block-list__layout.is-root-container,
  .custom-css .block-editor .editor-styles-wrapper .page-content,
  .custom-css .body.ds .block-editor-block-list__layout.is-root-container,
  .custom-css .body.ds .page-content {
    padding: 68px 0 0;
  }
  .custom-css .block-editor .editor-styles-wrapper #navigation-wrapper,
  .custom-css .block-editor .editor-styles-wrapper .navigationcontainer .top,
  .custom-css .body.ds #navigation-wrapper,
  .custom-css .body.ds .navigationcontainer .top {
    padding: 0;
  }
}
.custom-css .block-editor .editor-styles-wrapper .better-scroll,
.custom-css .body.ds .better-scroll {
  scroll-margin-top: 200px;
}
.custom-css .block-editor .editor-styles-wrapper,
.custom-css .body.ds {
  -o-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: Sarabun, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.custom-css .block-editor .editor-styles-wrapper h1,
.custom-css .body.ds h1 {
  font-size: 55px;
  font-weight: 600;
  line-height: 65px;
}
.custom-css .block-editor .editor-styles-wrapper h2,
.custom-css .body.ds h2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 55px;
}
.custom-css .block-editor .editor-styles-wrapper h3,
.custom-css .body.ds h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}
.custom-css .block-editor .editor-styles-wrapper h4,
.custom-css .body.ds h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}
.custom-css .block-editor .editor-styles-wrapper h5,
.custom-css .body.ds h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
}
.custom-css .block-editor .editor-styles-wrapper h6,
.custom-css .body.ds h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
.custom-css .block-editor .editor-styles-wrapper h1,
.custom-css .block-editor .editor-styles-wrapper h2,
.custom-css .body.ds h1,
.custom-css .body.ds h2 {
  margin-bottom: 1.375rem;
  margin-top: 0;
}
.custom-css .block-editor .editor-styles-wrapper h3,
.custom-css .body.ds h3 {
  margin-bottom: 1.2rem;
  margin-top: 0;
}
.custom-css .block-editor .editor-styles-wrapper h4,
.custom-css .body.ds h4 {
  margin-bottom: 0.1rem;
  margin-top: 0;
}
.custom-css .block-editor .editor-styles-wrapper p,
.custom-css .block-editor .editor-styles-wrapper ul,
.custom-css .body.ds p,
.custom-css .body.ds ul {
  color: #667082;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 15px;
}
.custom-css .block-editor .editor-styles-wrapper ul,
.custom-css .body.ds ul {
  -webkit-padding-start: 26px;
  padding-inline-start: 26px;
}
.custom-css .block-editor .editor-styles-wrapper a,
.custom-css .body.ds a {
  text-decoration: none;
}
.custom-css .block-editor .editor-styles-wrapper a:hover,
.custom-css .body.ds a:hover {
  text-decoration: underline;
}
@media (max-width: 660px) {
  .custom-css .block-editor .editor-styles-wrapper h1,
  .custom-css .body.ds h1 {
    font-size: 36px;
    line-height: 46px;
    text-transform: none;
  }
  .custom-css .block-editor .editor-styles-wrapper h2,
  .custom-css .body.ds h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .custom-css .block-editor .editor-styles-wrapper h3,
  .custom-css .body.ds h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
  }
  .custom-css .block-editor .editor-styles-wrapper h5,
  .custom-css .body.ds h5 {
    font-size: 18px;
    line-height: 28px;
  }
  .custom-css .block-editor .editor-styles-wrapper h6,
  .custom-css .body.ds h6 {
    font-size: 16px;
    line-height: 26px;
  }
}
.custom-css .block-editor .editor-styles-wrapper address,
.custom-css .body.ds address {
  font-style: normal;
}
.custom-css .block-editor .editor-styles-wrapper .cta-button,
.custom-css .body.ds .cta-button {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 26px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 8px 24px 12px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.custom-css .block-editor .editor-styles-wrapper .cta-button.impact-red,
.custom-css .body.ds .cta-button.impact-red {
  background-color: #f5333f;
  border: 1px solid #f5333f;
}
.custom-css .block-editor .editor-styles-wrapper .cta-button.impact-red:focus,
.custom-css .block-editor .editor-styles-wrapper .cta-button.impact-red:hover,
.custom-css .body.ds .cta-button.impact-red:focus,
.custom-css .body.ds .cta-button.impact-red:hover {
  background-color: #fff;
  color: #f5333f;
}
.custom-css .block-editor .editor-styles-wrapper .cta-button:focus,
.custom-css .block-editor .editor-styles-wrapper .cta-button:hover,
.custom-css .body.ds .cta-button:focus,
.custom-css .body.ds .cta-button:hover {
  background-color: #fff;
  color: #000;
}
.custom-css .block-editor .editor-styles-wrapper .cta-button.inverted,
.custom-css .body.ds .cta-button.inverted {
  background-color: hsla(0, 0%, 100%, 0);
  color: #000;
}
.custom-css .block-editor .editor-styles-wrapper .cta-button.inverted:focus,
.custom-css .block-editor .editor-styles-wrapper .cta-button.inverted:hover,
.custom-css .body.ds .cta-button.inverted:focus,
.custom-css .body.ds .cta-button.inverted:hover {
  background-color: #000;
  color: #fff;
}
.custom-css .block-editor .editor-styles-wrapper .cta-button.white,
.custom-css .body.ds .cta-button.white {
  background-color: hsla(0, 0%, 100%, 0);
  border-color: #fff;
  color: #fff;
}
.custom-css .block-editor .editor-styles-wrapper .cta-button.white:hover,
.custom-css .body.ds .cta-button.white:hover {
  background-color: #fff;
  color: #000;
}
.custom-css .block-editor .editor-styles-wrapper .cta-button.large-cta,
.custom-css .body.ds .cta-button.large-cta {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  padding: 12px 30px 16px;
}
@media (max-width: 1195px) {
  .custom-css .block-editor .editor-styles-wrapper .cta-button.large-cta,
  .custom-css .body.ds .cta-button.large-cta {
    font-size: 16px;
    padding: 12px 24px 16px;
  }
}
.custom-css .block-editor .editor-styles-wrapper .cta-button.gradient,
.custom-css .body.ds .cta-button.gradient {
  background: linear-gradient(269.98deg, #fccc38 -23.32%, #f5333f 75.34%);
  border: none;
  -webkit-transition: color 0s, background-color 0s;
  transition: color 0s, background-color 0s;
}
.custom-css .block-editor .editor-styles-wrapper .cta-button.gradient:focus,
.custom-css .block-editor .editor-styles-wrapper .cta-button.gradient:hover,
.custom-css .body.ds .cta-button.gradient:focus,
.custom-css .body.ds .cta-button.gradient:hover {
  background: #f5333f;
  color: #fff;
}
.custom-css .block-editor .editor-styles-wrapper .cta-link,
.custom-css .body.ds .cta-link {
  background: hsla(0, 0%, 100%, 0);
  border: none;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  padding: 0;
  -webkit-text-decoration-line: none !important;
  text-decoration-line: none !important;
}
.custom-css .block-editor .editor-styles-wrapper .cta-link:after,
.custom-css .body.ds .cta-link:after {
  content: "\f105";
  font-family: FontAwesome;
  padding-left: 16px;
  position: relative;
  right: 0;
}
.custom-css .block-editor .editor-styles-wrapper .cta-link:focus,
.custom-css .block-editor .editor-styles-wrapper .cta-link:hover,
.custom-css .body.ds .cta-link:focus,
.custom-css .body.ds .cta-link:hover {
  color: #f5333f;
}
.custom-css .block-editor .editor-styles-wrapper .cta-link.without-arrow,
.custom-css .body.ds .cta-link.without-arrow {
  -webkit-text-decoration-line: underline !important;
  text-decoration-line: underline !important;
}
.custom-css .block-editor .editor-styles-wrapper .cta-link.without-arrow:after,
.custom-css .body.ds .cta-link.without-arrow:after {
  content: none;
}
.custom-css .block-editor .editor-styles-wrapper .module,
.custom-css .body.ds .module {
  padding: 100px 20px;
}
@media (max-width: 1440px) and (min-width: 1151px) {
  .custom-css .block-editor .editor-styles-wrapper .module,
  .custom-css .body.ds .module {
    padding: 100px;
  }
}
@media (max-width: 1150px) and (min-width: 961px) {
  .custom-css .block-editor .editor-styles-wrapper .module,
  .custom-css .body.ds .module {
    padding: 100px 50px;
  }
}
@media (max-width: 999px) {
  .custom-css .block-editor .editor-styles-wrapper .module,
  .custom-css .body.ds .module {
    overflow-x: hidden;
  }
}
@media (max-width: 770px) {
  .custom-css .block-editor .editor-styles-wrapper .module,
  .custom-css .body.ds .module {
    padding: 60px 20px;
  }
}
.custom-css .block-editor .editor-styles-wrapper .module.pt50,
.custom-css .body.ds .module.pt50 {
  padding-top: 50px;
}
.custom-css .block-editor .editor-styles-wrapper .module.pt0,
.custom-css .body.ds .module.pt0 {
  padding-top: 0;
}
.custom-css .block-editor .editor-styles-wrapper .module.pb50,
.custom-css .body.ds .module.pb50 {
  padding-bottom: 50px;
}
.custom-css .block-editor .editor-styles-wrapper .module.pb0,
.custom-css .body.ds .module.pb0 {
  padding-bottom: 0;
}
.custom-css .block-editor .editor-styles-wrapper .module.black-bg,
.custom-css .body.ds .module.black-bg {
  background-color: #000;
}
.custom-css .block-editor .editor-styles-wrapper .module.black-bg h2,
.custom-css .block-editor .editor-styles-wrapper .module.black-bg p,
.custom-css .body.ds .module.black-bg h2,
.custom-css .body.ds .module.black-bg p {
  color: #fff;
}
.custom-css .block-editor .editor-styles-wrapper .module.gray-bg,
.custom-css .body.ds .module.gray-bg {
  background-color: #fbfbfb;
}
.custom-css .block-editor .editor-styles-wrapper .module.purple-gradient-reversed-bg,
.custom-css .body.ds .module.purple-gradient-reversed-bg {
  background: linear-gradient(91.89deg, #e60188 -13.87%, #298dda 100.42%);
}
.custom-css .block-editor .editor-styles-wrapper .wp-block-separator,
.custom-css .body.ds .wp-block-separator {
  background: linear-gradient(269.98deg, #fccc38 -23.32%, #f5333f 75.34%);
  border: none !important;
  height: 1px;
}
.custom-css .block-editor .editor-styles-wrapper .wp-block-separator.static,
.custom-css .body.ds .wp-block-separator.static {
  background: linear-gradient(91.89deg, #e60188 -13.87%, #298dda 100.42%);
}
.custom-css .block-editor .editor-styles-wrapper .ds-animation-placeholder-a,
.custom-css .body.ds .ds-animation-placeholder-a {
  -webkit-animation: animate-placeholder-a 10s linear infinite;
  animation: animate-placeholder-a 10s linear infinite;
}
@-webkit-keyframes animate-placeholder-a {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes animate-placeholder-a {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.custom-css .block-editor .editor-styles-wrapper .ds-animation-placeholder-b,
.custom-css .body.ds .ds-animation-placeholder-b {
  -webkit-animation: animate-placeholder-b 20s linear infinite;
  animation: animate-placeholder-b 20s linear infinite;
}
@-webkit-keyframes animate-placeholder-b {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes animate-placeholder-b {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.custom-css .block-editor .editor-styles-wrapper .gradient-animation,
.custom-css .body.ds .gradient-animation {
  -webkit-animation: gradientSmooth 40s ease infinite;
  animation: gradientSmooth 40s ease infinite;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  background: -webkit-gradient(linear, left top, right top, from(#298dda), color-stop(#d73184), color-stop(#f5333f), to(#fccc38));
  background: linear-gradient(90deg, #298dda, #d73184, #f5333f, #fccc38);
  background-size: 400% 100%;
}
.custom-css .block-editor .editor-styles-wrapper .gradient-animation .cta-button:focus,
.custom-css .block-editor .editor-styles-wrapper .gradient-animation .cta-button:hover,
.custom-css .body.ds .gradient-animation .cta-button:focus,
.custom-css .body.ds .gradient-animation .cta-button:hover {
  background: hsla(0, 0%, 100%, 0);
  border-color: #fff;
  color: #fff;
}
.custom-css .block-editor .editor-styles-wrapper .gradient-animation-purple,
.custom-css .body.ds .gradient-animation-purple {
  -webkit-animation: gradientSmooth 4s ease infinite;
  animation: gradientSmooth 4s ease infinite;
  background: linear-gradient(91.89deg, #e60188 -13.87%, #298dda 100.42%);
  background-size: 400% 100%;
}
.custom-css .block-editor .editor-styles-wrapper .gradient-animation-purple .cta-button:focus,
.custom-css .block-editor .editor-styles-wrapper .gradient-animation-purple .cta-button:hover,
.custom-css .body.ds .gradient-animation-purple .cta-button:focus,
.custom-css .body.ds .gradient-animation-purple .cta-button:hover {
  background: hsla(0, 0%, 100%, 0);
  border-color: #fff;
  color: #fff;
}
.custom-css .block-editor .editor-styles-wrapper .gradient-animation-advanced,
.custom-css .body.ds .gradient-animation-advanced {
  -webkit-animation: gradientSmooth 40s ease infinite;
  animation: gradientSmooth 40s ease infinite;
  background: -webkit-gradient(linear, left top, right top, from(#298dda), color-stop(#d73184), color-stop(#f5333f), to(#fccc38));
  background: linear-gradient(90deg, #298dda, #d73184, #f5333f, #fccc38);
  background-size: 400% 100%;
}
.custom-css .block-editor .editor-styles-wrapper h1 .gradient-animation-advanced,
.custom-css .block-editor .editor-styles-wrapper h1 .gradient-animation-purple,
.custom-css .block-editor .editor-styles-wrapper h1.gradient-animation,
.custom-css .block-editor .editor-styles-wrapper h2 .gradient-animation-advanced,
.custom-css .block-editor .editor-styles-wrapper h2 .gradient-animation-purple,
.custom-css .block-editor .editor-styles-wrapper h2.gradient-animation,
.custom-css .block-editor .editor-styles-wrapper h3 .gradient-animation-advanced,
.custom-css .block-editor .editor-styles-wrapper h3 .gradient-animation-purple,
.custom-css .block-editor .editor-styles-wrapper h3.gradient-animation,
.custom-css .block-editor .editor-styles-wrapper span .gradient-animation-advanced,
.custom-css .block-editor .editor-styles-wrapper span .gradient-animation-purple,
.custom-css .block-editor .editor-styles-wrapper span.gradient-animation,
.custom-css .body.ds h1 .gradient-animation-advanced,
.custom-css .body.ds h1 .gradient-animation-purple,
.custom-css .body.ds h1.gradient-animation,
.custom-css .body.ds h2 .gradient-animation-advanced,
.custom-css .body.ds h2 .gradient-animation-purple,
.custom-css .body.ds h2.gradient-animation,
.custom-css .body.ds h3 .gradient-animation-advanced,
.custom-css .body.ds h3 .gradient-animation-purple,
.custom-css .body.ds h3.gradient-animation,
.custom-css .body.ds span .gradient-animation-advanced,
.custom-css .body.ds span .gradient-animation-purple,
.custom-css .body.ds span.gradient-animation {
  -webkit-text-fill-color: transparent;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 200% 100%;
}
@-webkit-keyframes gradientSmooth {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 90% 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes gradientSmooth {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 90% 0;
  }
  to {
    background-position: 0 0;
  }
}
.custom-css .block-editor .editor-styles-wrapper a.insight-content-card,
.custom-css .body.ds a.insight-content-card {
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0.5px 1.2px 11px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0.5px 1.2px 11px 1px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 247px;
  overflow: hidden;
  scroll-snap-align: start;
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
}
.custom-css .block-editor .editor-styles-wrapper a.insight-content-card:hover,
.custom-css .body.ds a.insight-content-card:hover {
  -webkit-box-shadow: 0.5px 1.2px 9px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0.5px 1.2px 9px 3px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.custom-css .block-editor .editor-styles-wrapper a.insight-content-card:focus,
.custom-css .body.ds a.insight-content-card:focus {
  outline: 0;
}
.custom-css .block-editor .editor-styles-wrapper a.insight-content-card img,
.custom-css .body.ds a.insight-content-card img {
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.custom-css .block-editor .editor-styles-wrapper a.insight-content-card .image-container,
.custom-css .body.ds a.insight-content-card .image-container {
  height: 250px;
  padding: 45px;
  width: 100%;
}
@media (max-width: 980px) {
  .custom-css .block-editor .editor-styles-wrapper a.insight-content-card .image-container,
  .custom-css .body.ds a.insight-content-card .image-container {
    padding: 20px;
  }
}
.custom-css .block-editor .editor-styles-wrapper a.insight-content-card .image-container img,
.custom-css .body.ds a.insight-content-card .image-container img {
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 980px) {
  .custom-css .block-editor .editor-styles-wrapper a.insight-content-card .image-container,
  .custom-css .body.ds a.insight-content-card .image-container {
    height: 200px;
  }
}
.custom-css .block-editor .editor-styles-wrapper a.insight-content-card .copy,
.custom-css .body.ds a.insight-content-card .copy {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border-top: 1px solid #eaebed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 250px;
  min-height: 250px;
  padding: 30px 20px;
  text-align: left;
  word-break: break-word;
}
.custom-css .block-editor .editor-styles-wrapper a.insight-content-card .copy h6,
.custom-css .body.ds a.insight-content-card .copy h6 {
  color: #969ea7;
  margin: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.custom-css .block-editor .editor-styles-wrapper a.insight-content-card .copy h3.statistic,
.custom-css .body.ds a.insight-content-card .copy h3.statistic {
  color: #000;
  font-size: 70px;
  font-weight: 700;
  line-height: 72px;
  margin-bottom: 14px;
}
@media (max-width: 1050px) {
  .custom-css .block-editor .editor-styles-wrapper a.insight-content-card .copy h3.statistic,
  .custom-css .body.ds a.insight-content-card .copy h3.statistic {
    font-size: 60px;
  }
}
.custom-css .block-editor .editor-styles-wrapper a.insight-content-card .copy p,
.custom-css .body.ds a.insight-content-card .copy p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #000;
  display: -webkit-box;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  max-height: 95px;
  min-height: 95px;
  overflow: hidden;
}
.custom-css .block-editor .editor-styles-wrapper a.insight-content-card .copy p.byline,
.custom-css .body.ds a.insight-content-card .copy p.byline {
  max-height: 65px;
  min-height: 65px;
}
@media (max-width: 980px) {
  .custom-css .block-editor .editor-styles-wrapper a.insight-content-card .copy p,
  .custom-css .body.ds a.insight-content-card .copy p {
    -webkit-line-clamp: 5;
    max-height: 151px;
    min-height: 151px;
  }
}
.custom-css .block-editor .editor-styles-wrapper a.insight-content-card .video-module,
.custom-css .body.ds a.insight-content-card .video-module {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-css .block-editor .editor-styles-wrapper a.insight-content-card .video-module .video,
.custom-css .body.ds a.insight-content-card .video-module .video {
  width: 100%;
}
.custom-css .block-editor .editor-styles-wrapper a.insight-content-card .video-module .cta-button,
.custom-css .body.ds a.insight-content-card .video-module .cta-button {
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  .custom-css .block-editor .editor-styles-wrapper a.insight-content-card img,
  .custom-css .body.ds a.insight-content-card img {
    height: 200px;
  }
}
.custom-css button {
  font-family: inherit;
}
.custom-css img {
  vertical-align: middle;
}
@font-face {
  font-family: Sarabun;
  font-style: normal;
  font-weight: 400;
  src: url(../sarabun-v12-latin-regular-5.html);
  src: local(""), url(../sarabun-v12-latin-regulard41d-2.html?#iefix) format("embedded-opentype"), url(https://impact.com/wp-content/themes/impact/src/vendor/fonts/sarabun-v12-latin/sarabun-v12-latin-regular.woff2) format("woff2"), url(https://impact.com/wp-content/themes/impact/src/vendor/fonts/sarabun-v12-latin/sarabun-v12-latin-regular.woff) format("woff"), url(https://impact.com/wp-content/themes/impact/src/vendor/fonts/sarabun-v12-latin/sarabun-v12-latin-regular.ttf) format("truetype"), url(https://impact.com/wp-content/themes/impact/src/vendor/fonts/sarabun-v12-latin/sarabun-v12-latin-regular.svg#Sarabun) format("svg");
}
@font-face {
  font-family: Sarabun;
  font-style: normal;
  font-weight: 500;
  src: url(../sarabun-v12-latin-504.html);
  src: local(""), url(../sarabun-v12-latin-500d41d-2.html?#iefix) format("embedded-opentype"), url(https://impact.com/wp-content/themes/impact/src/vendor/fonts/sarabun-v12-latin/sarabun-v12-latin-500.woff2) format("woff2"), url(https://impact.com/wp-content/themes/impact/src/vendor/fonts/sarabun-v12-latin/sarabun-v12-latin-500.woff) format("woff"), url(https://impact.com/wp-content/themes/impact/src/vendor/fonts/sarabun-v12-latin/sarabun-v12-latin-500.ttf) format("truetype"), url(https://impact.com/wp-content/themes/impact/src/vendor/fonts/sarabun-v12-latin/sarabun-v12-latin-500.svg#Sarabun) format("svg");
}
@font-face {
  font-family: Sarabun;
  font-style: normal;
  font-weight: 600;
  src: url(../sarabun-v12-latin-604.html);
  src: local(""), url(../sarabun-v12-latin-600d41d-2.html?#iefix) format("embedded-opentype"), url(https://impact.com/wp-content/themes/impact/src/vendor/fonts/sarabun-v12-latin/sarabun-v12-latin-600.woff2) format("woff2"), url(https://impact.com/wp-content/themes/impact/src/vendor/fonts/sarabun-v12-latin/sarabun-v12-latin-600.woff) format("woff"), url(https://impact.com/wp-content/themes/impact/src/vendor/fonts/sarabun-v12-latin/sarabun-v12-latin-600.ttf) format("truetype"), url(https://impact.com/wp-content/themes/impact/src/vendor/fonts/sarabun-v12-latin/sarabun-v12-latin-600.svg#Sarabun) format("svg");
}
.custom-css .osano-cm-info-dialog .osano-cm-info {
  background-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.custom-css .osano-cm-info-dialog .osano-cm-info .osano-cm-info-dialog-header {
  background: #fff;
}
.custom-css .osano-cm-info-dialog .osano-cm-info .osano-cm-info-dialog-header .osano-cm-header,
.custom-css .osano-cm-info-dialog .osano-cm-info .osano-cm-info-dialog-header .osano-cm-info-dialog-header {
  background: #fff;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  padding: 13px 0.75em;
}
.custom-css .osano-cm-info-dialog .osano-cm-info #osano-cm-consent--view {
  margin-top: 0;
}
.custom-css .osano-cm-info-dialog .osano-cm-info .osano-cm-disclosure__toggle.osano-cm-toggle,
.custom-css .osano-cm-info-dialog .osano-cm-info a.osano-cm-storage-policy {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: underline;
}
.custom-css .osano-cm-info-dialog .osano-cm-info a.osano-cm-storage-policy {
  color: #2ea3f2;
  font-size: 14px;
  line-height: 18px;
}
.custom-css .osano-cm-info-dialog .osano-cm-info a.osano-cm-storage-policy:hover {
  color: #2ea3f2;
}
.custom-css .osano-cm-info-dialog .osano-cm-info .osano-cm-info-views .osano-cm-view {
  padding: 10px;
}
.custom-css .osano-cm-info-dialog .osano-cm-info .osano-cm-info-views .osano-cm-view > .osano-cm-description:last-of-type {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.333);
  margin: 14px 0 24px;
  padding: 0 0 24px;
}
.custom-css .osano-cm-info-dialog .osano-cm-info .osano-cm-info-views ul.osano-cm-list {
  -webkit-padding-start: 0;
  color: #fff;
  padding-inline-start: 0;
}
.custom-css .osano-cm-info-dialog .osano-cm-info .osano-cm-info-views .osano-cm-label {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}
.custom-css .osano-cm-info-dialog .osano-cm-info .osano-cm-info-views .osano-cm-description {
  margin-top: 17px;
}
.custom-css .osano-cm-info-dialog .osano-cm-info .osano-cm-info-views .osano-cm-description p {
  margin-bottom: 0;
}
.custom-css .osano-cm-info-dialog .osano-cm-info .osano-cm-info-views .osano-cm-disclosure--collapse {
  border-bottom: 1px solid #667082;
  margin: 0 0 24px;
  padding: 14px 0 24px;
}
.custom-css .osano-cm-info-dialog .osano-cm-info .osano-cm-info-views .osano-cm-disclosure--collapse .osano-cm-disclosure__toggle.osano-cm-toggle {
  font-weight: 600;
}
.custom-css .osano-cm-info-dialog .osano-cm-info .osano-cm-disclosure__toggle,
.custom-css .osano-cm-info-dialog .osano-cm-info .osano-cm-disclosure__toggle:active,
.custom-css .osano-cm-info-dialog .osano-cm-info .osano-cm-disclosure__toggle:hover,
.custom-css .osano-cm-info-dialog .osano-cm-info .osano-cm-expansion-panel__toggle,
.custom-css .osano-cm-info-dialog .osano-cm-info .osano-cm-expansion-panel__toggle:active,
.custom-css .osano-cm-info-dialog .osano-cm-info .osano-cm-expansion-panel__toggle:hover,
.custom-css .osano-cm-info-dialog .osano-cm-info .osano-cm-link,
.custom-css .osano-cm-info-dialog .osano-cm-info .osano-cm-link:active,
.custom-css .osano-cm-info-dialog .osano-cm-info .osano-cm-link:hover {
  color: #fff;
}
.custom-css .osano-cm-info-dialog .osano-cm-info p {
  color: #f2f3f4;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 0;
}
.custom-css .osano-cm-info-dialog .osano-cm-info .osano-cm-disclosure .osano-cm-list {
  margin: 0;
  padding: 0;
}
.custom-css .osano-cm-info-dialog .osano-cm-info .osano-cm-disclosure .osano-cm-list .osano-cm-list-item {
  margin: 1em 0 0;
  padding: 0;
}
.custom-css .osano-cm-info-dialog .osano-cm-info .osano-cm-disclosure .osano-cm-list .osano-cm-cookie-disclosure__title,
.custom-css .osano-cm-info-dialog .osano-cm-info .osano-cm-disclosure .osano-cm-list .osano-cm-script-disclosure__title {
  font-size: 14px;
  font-weight: 600;
}
.custom-css .osano-cm-info-dialog .osano-cm-info .osano-cm-disclosure .osano-cm-list .osano-cm-cookie-disclosure__description,
.custom-css .osano-cm-info-dialog .osano-cm-info .osano-cm-disclosure .osano-cm-list .osano-cm-script-disclosure__description {
  font-size: 14px;
}
.custom-css .osano-cm-info-dialog .osano-cm-info .osano-cm-button {
  font-weight: 400;
  margin-top: 0;
}
.custom-css .osano-cm-info-dialog .osano-cm-info .osano-cm-powered-by__link.osano-cm-link {
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  text-decoration: none;
}
.custom-css .osano-cm-content span,
.custom-css .osano-cm-dialog span {
  color: #f2f3f4;
}
.custom-css .osano-cm-content p.osano-cm-drawer-links,
.custom-css .osano-cm-dialog p.osano-cm-drawer-links {
  margin-bottom: 10px;
}
.custom-css .osano-cm-content .osano-cm-buttons button.osano-cm-button:first-of-type,
.custom-css .osano-cm-dialog .osano-cm-buttons button.osano-cm-button:first-of-type {
  margin-top: 0;
}
.custom-css .osano-cm-content .osano-cm-buttons button.osano-cm-button:last-of-type,
.custom-css .osano-cm-dialog .osano-cm-buttons button.osano-cm-button:last-of-type {
  margin-bottom: 0;
}
.custom-css .osano-cm-content .osano-cm-buttons button.osano-cm-button.osano-cm-manage,
.custom-css .osano-cm-dialog .osano-cm-buttons button.osano-cm-button.osano-cm-manage {
  background-color: #000;
  border-color: #fff;
  color: #fff;
}
.custom-css .osano-cm-window {
  font-family: Sarabun, Helvetica, Arial, sans-serif;
}
.custom-css .osano-cm-window a {
  color: #2ea3f2;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
}
.custom-css .osano-cm-window a:hover {
  color: #2ea3f2;
}
.custom-css .osano-cm-window .osano-cm-toggle__input + .osano-cm-toggle__switch,
.custom-css .osano-cm-window .osano-cm-toggle__input:focus + .osano-cm-toggle__switch,
.custom-css .osano-cm-window .osano-cm-toggle__input:hover + .osano-cm-toggle__switch {
  background-color: #969ea7;
  border-color: #969ea7;
}
.custom-css .osano-cm-window .osano-cm-toggle__input:not(:disabled) + .osano-cm-toggle__switch:after {
  background-color: #fff;
}
.custom-css .osano-cm-window .osano-cm-toggle__input:not(:disabled):checked + .osano-cm-toggle__switch:after {
  background-color: #000;
}
.custom-css .osano-cm-window .osano-cm-toggle__input:checked + .osano-cm-toggle__switch,
.custom-css .osano-cm-window .osano-cm-toggle__input:checked:focus + .osano-cm-toggle__switch,
.custom-css .osano-cm-window .osano-cm-toggle__input:checked:hover + .osano-cm-toggle__switch {
  background-color: #fff;
  border-color: #fff;
}
.custom-css .osano-cm-window .osano-cm-toggle__input:focus + .osano-cm-toggle__switch:before {
  border-color: #969ea7;
}
.custom-css .osano-cm-window .osano-cm-toggle__input:checked:focus + .osano-cm-toggle__switch:before {
  border-color: #fff;
}
.custom-css .osano-cm-window .osano-cm-button {
  background-color: #fff;
  border-color: #fff;
  border-radius: 30px;
  border-width: 1px;
  color: #000;
  padding: 12px 16px;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
  width: 100%;
}
.custom-css .osano-cm-window .osano-cm-button:hover {
  background-color: #000;
  color: #fff;
}
.custom-css .osano-cm-window button.osano-cm-widget {
  background-image: url(../cookie-icon.html);
  background-size: contain;
}
.custom-css .osano-cm-window button.osano-cm-widget svg,
.custom-css .body.osano-banner-visible #drift-frame-controller {
  display: none;
}
.custom-css .custom-marketo-form {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 480px;
}
@media (max-width: 660px) {
  .custom-css .custom-marketo-form {
    width: 100%;
  }
}
.custom-css .custom-marketo-form a:not(.hidden) {
  display: inline-block;
}
.custom-css .custom-marketo-form input {
  background-color: #fff !important;
  border: none !important;
  color: #000 !important;
  display: block;
  font-size: 16px;
  height: 100% !important;
  padding-left: 16px !important;
  padding-top: 20px !important;
  width: 100% !important;
}
.custom-css .custom-marketo-form .input-field {
  height: 55px;
  margin-bottom: 25px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  width: 470px;
}
@media (max-width: 660px) {
  .custom-css .custom-marketo-form .input-field {
    width: 100% !important;
  }
}
.custom-css .custom-marketo-form .sm-field {
  vertical-align: top;
  width: 234px !important;
}
.custom-css .custom-marketo-form .sm-field:not(.hidden) {
  display: inline-block !important;
}
.custom-css .custom-marketo-form .split-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-css .custom-marketo-form .split-field .input-field,
.custom-css .custom-marketo-form .split-field .select-field {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 0 !important;
  width: auto !important;
}
.custom-css .custom-marketo-form .split-field .input-field select,
.custom-css .custom-marketo-form .split-field .select-field select {
  background-position-x: 95%;
}
@media (max-width: 770px) {
  .custom-css .custom-marketo-form .split-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom-css .custom-marketo-form .split-field .input-field,
  .custom-css .custom-marketo-form .split-field .select-field {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-right: 5px !important;
  }
  .custom-css .custom-marketo-form .split-field .input-field select,
  .custom-css .custom-marketo-form .split-field .select-field select {
    background-position-x: 98%;
  }
}
.custom-css .custom-marketo-form input,
.custom-css .custom-marketo-form select,
.custom-css .custom-marketo-form textarea {
  border: 1px solid #dadada !important;
  border-radius: 4px !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.custom-css .custom-marketo-form input:focus,
.custom-css .custom-marketo-form select:focus,
.custom-css .custom-marketo-form textarea:focus {
  border: 1px solid #000 !important;
}
.custom-css .custom-marketo-form .input-field label {
  color: #969ea7 !important;
  font-family: Sarabun, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding-left: 17px !important;
  padding-top: 16px !important;
  position: absolute;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.custom-css .custom-marketo-form textarea {
  background-color: #fff !important;
  color: #000 !important;
  display: block;
  font-size: 16px;
  height: 100% !important;
  padding-left: 16px !important;
  padding-top: 20px !important;
  width: 100% !important;
}
.custom-css .custom-marketo-form textarea::-webkit-input-placeholder {
  color: #969ea7 !important;
}
.custom-css .custom-marketo-form textarea::-moz-placeholder {
  color: #969ea7 !important;
}
.custom-css .custom-marketo-form textarea:-ms-input-placeholder {
  color: #969ea7 !important;
}
.custom-css .custom-marketo-form textarea::-ms-input-placeholder {
  color: #969ea7 !important;
}
.custom-css .custom-marketo-form textarea::placeholder {
  color: #969ea7 !important;
}
.custom-css .custom-marketo-form .textarea-field {
  height: 100px;
  margin-bottom: 25px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.custom-css .custom-marketo-form .textarea-field label {
  color: #969ea7 !important;
  font-family: Sarabun, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding-left: 17px !important;
  padding-top: 16px !important;
  position: absolute;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.custom-css .custom-marketo-form .input-field label.small,
.custom-css .custom-marketo-form .textarea-field label.small {
  font-size: 13px;
  padding-top: 8px !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.custom-css .custom-marketo-form .select-field {
  height: 55px;
  margin-bottom: 25px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  width: 470px;
}
@media (max-width: 660px) {
  .custom-css .custom-marketo-form .select-field {
    width: 100% !important;
  }
}
.custom-css .custom-marketo-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../chevron-down.html) no-repeat 100% #fff;
  background-position-x: 98%;
  color: #969ea7 !important;
  font-size: 16px;
  height: 100% !important;
  padding-left: 16px !important;
  width: 100% !important;
}
.custom-css .custom-marketo-form select.selected {
  color: #000 !important;
}
.custom-css .custom-marketo-form .checkbox_msg {
  display: none;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.custom-css .custom-marketo-form .checkbox_msg input {
  background: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 3px !important;
  display: block;
  float: left;
  height: 25px !important;
  margin-right: 30px !important;
  width: 25px !important;
}
.custom-css .custom-marketo-form .checkbox_msg input:checked:before {
  background: #2ea3f2 !important;
  border-color: #2ea3f2 !important;
}
.custom-css .custom-marketo-form .checkbox_msg h4 {
  color: #8d8d8d !important;
  display: block;
  float: left;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  width: 85% !important;
}
.custom-css .custom-marketo-form .checkbox_msg.open {
  display: inline-block !important;
  margin-bottom: 20px !important;
}
.custom-css .custom-marketo-form button {
  background: #000 !important;
  border: 2px solid #000 !important;
  border-radius: 100px;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 500;
  height: 50px !important;
  margin-left: 5px !important;
  width: 178px !important;
}
@media (max-width: 660px) {
  .custom-css .custom-marketo-form button {
    width: calc(100% - 10px) !important;
  }
}
.custom-css .custom-marketo-form button:hover {
  background: #fff !important;
  color: #000 !important;
}
.custom-css .custom-marketo-form button.submitting {
  background: #d1d7dc !important;
  border: 2px solid #d1d7dc !important;
  color: #fff !important;
  cursor: progress;
}
.custom-css .custom-marketo-form input.invalid,
.custom-css .custom-marketo-form select.invalid,
.custom-css .custom-marketo-form textarea.invalid {
  border: 1px solid #f5333f !important;
}
.custom-css .custom-marketo-form input.invalid {
  background: url(../invalid-lg.html) no-repeat !important;
  background-color: #fff !important;
  background-position: 100% !important;
  background-size: 27px !important;
  padding-right: 26px !important;
}
.custom-css .custom-marketo-form input.valid {
  background: url(../valid-lg.html) no-repeat !important;
  background-color: #fff !important;
  background-position: 100% !important;
  background-size: 27px !important;
  padding-right: 26px !important;
}
@media (max-width: 768px) and (min-width: 661px) {
  .custom-css .custom-marketo-form .sm-field:not(.hidden) {
    display: block !important;
    width: 470px !important;
  }
}
@media (max-width: 660px) {
  .custom-css .custom-marketo-form {
    width: 100% !important;
  }
  .custom-css .custom-marketo-form .input-field:not(.hidden),
  .custom-css .custom-marketo-form .select-field:not(.hidden),
  .custom-css .custom-marketo-form .sm-field:not(.hidden),
  .custom-css .custom-marketo-form .textarea-field:not(.hidden) {
    display: block !important;
    width: 100% !important;
  }
}
.custom-css .post_sharing ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.custom-css .post_sharing ul:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.custom-css .post_sharing ul li {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.custom-css .post_sharing ul .icon-wrapper {
  background: #adb2b6;
  border-radius: 50%;
  display: block;
  height: 38px;
  overflow: hidden;
  position: relative;
  width: 38px;
}
.custom-css .post_sharing ul .icon-wrapper,
.custom-css .post_sharing ul .icon-wrapper .fa-brands {
  -webkit-transition: all, 0.2s, cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all, 0.2s, cubic-bezier(0.215, 0.61, 0.355, 1);
}
.custom-css .post_sharing ul .icon-wrapper .fa-brands {
  bottom: -100%;
  color: #fff;
  font-size: 1.3625rem;
  left: -100%;
  line-height: 38px;
  margin: auto;
  max-height: 38px;
  position: absolute;
  right: -100%;
  text-align: center;
  top: -100%;
  width: auto;
}
.custom-css .greenhouse-job-board .filter-bar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  justify-content: center;
}
.custom-css .greenhouse-job-board .filter-bar span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-right: 25px;
}
.custom-css .greenhouse-job-board .filter-bar select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../chevron-down.html) no-repeat 94% #fff;
  border: 1px solid #8d8d8d;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  line-height: 24px;
  min-width: 196px;
  padding: 6px 14px;
}
.custom-css .greenhouse-job-board hr {
  border-top: 1px solid #d1d7dc;
  margin: 60px 0;
}
.custom-css .greenhouse-job-board .jobs-by-department {
  margin-bottom: 10px;
}
.custom-css .greenhouse-job-board .jobs-by-department h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 40px !important;
}
.custom-css .greenhouse-job-board .jobs-by-department:last-of-type hr {
  display: none;
}
.custom-css .greenhouse-job-board .jobs-by-department .job-post {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-css .greenhouse-job-board .jobs-by-department .job-post:not(:last-of-type) .list-item {
  margin-bottom: 40px;
}
.custom-css .greenhouse-job-board .jobs-by-department .job-post .list-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-css .greenhouse-job-board .jobs-by-department .job-post .list-item .short-description {
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-css .greenhouse-job-board .jobs-by-department .job-post .list-item .short-description .name,
.custom-css .greenhouse-job-board .jobs-by-department .job-post .list-item .short-description .office {
  font-size: 16px;
  line-height: 26px;
}
.custom-css .greenhouse-job-board .jobs-by-department .job-post .list-item .short-description .office {
  font-weight: 500;
}
.custom-css .greenhouse-job-board .jobs-by-department .job-post .post-details {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-items: center;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 100px;
}
.custom-css .greenhouse-job-board .jobs-by-department .job-post .post-details .job-description {
  max-width: 700px;
}
.custom-css .greenhouse-job-board .jobs-by-department .job-post .post-details .job-description h2,
.custom-css .greenhouse-job-board .jobs-by-department .job-post .post-details .job-description h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 20px;
  margin-top: 60px;
  padding: 0;
}
.custom-css .greenhouse-job-board .jobs-by-department .job-post .post-details .job-description h2 strong,
.custom-css .greenhouse-job-board .jobs-by-department .job-post .post-details .job-description h3 strong {
  font-weight: 400;
}
.custom-css .greenhouse-job-board .jobs-by-department .job-post .post-details .job-description p,
.custom-css .greenhouse-job-board .jobs-by-department .job-post .post-details .job-description p span,
.custom-css .greenhouse-job-board .jobs-by-department .job-post .post-details .job-description ul li,
.custom-css .greenhouse-job-board .jobs-by-department .job-post .post-details .job-description ul li span,
.custom-css .greenhouse-job-board .jobs-by-department .job-post .post-details .job-description ul li strong {
  font-size: 16px;
  font-weight: 300 !important;
  line-height: 26px;
}
.custom-css .greenhouse-job-board .jobs-by-department .job-post .post-details .job-description p {
  padding: 0;
}
.custom-css .greenhouse-job-board .jobs-by-department .job-post .post-details .job-description p + p,
.custom-css .greenhouse-job-board .jobs-by-department .job-post .post-details .job-description ul + p {
  margin-top: 30px;
}
.custom-css .greenhouse-job-board .jobs-by-department .job-post .post-details .job-description p em {
  font-style: normal;
}
.custom-css .greenhouse-job-board .jobs-by-department .job-post .post-details .job-description ul {
  margin-top: 0;
}
.custom-css .greenhouse-job-board .jobs-by-department .job-post .post-details .job-description ul ul {
  margin-bottom: 0;
}
.custom-css .greenhouse-job-board .jobs-by-department .job-post .post-details .job-description ul li::marker {
  font-size: 14px;
}
.custom-css .greenhouse-job-board .jobs-by-department .job-post .post-details iframe {
  height: 100vh;
  width: 600px;
}
.custom-css .greenhouse-job-board .jobs-by-department .job-post.open .post-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-css .greenhouse-job-board .empty-state {
  text-align: center;
}
@media (max-width: 600px) {
  .custom-css .greenhouse-job-board .filter-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
  }
  .custom-css .greenhouse-job-board hr {
    margin: 30px 0;
  }
  .custom-css .greenhouse-job-board .jobs-by-department .job-post .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .custom-css .greenhouse-job-board .jobs-by-department .job-post .post-details .job-description {
    padding-right: 18px;
  }
  .custom-css .greenhouse-job-board .jobs-by-department .job-post .post-details .job-description hr {
    margin: 0;
  }
  .custom-css .greenhouse-job-board .jobs-by-department .job-post .post-details .job-description h2,
  .custom-css .greenhouse-job-board .jobs-by-department .job-post .post-details .job-description h3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
  }
}
.custom-css .hidden {
  display: none !important;
}
@media (max-width: 767px) {
  .custom-css .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .custom-css .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .custom-css .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .custom-css .hidden-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .custom-css a,
  .custom-css div,
  .custom-css image {
    outline: none;
  }
}
.custom-css div.navigationcontainer {
  background: #fff;
  position: fixed;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
  width: 100%;
  z-index: 3;
}
.custom-css div.navigationcontainer div#navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: 1440px;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .custom-css div.navigationcontainer div#navigation-wrapper {
    padding: 0;
    z-index: 90;
  }
}
.custom-css div.navigationcontainer .back.active {
  display: none;
}
.custom-css div.navigationcontainer .top-nav {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin: auto;
  max-width: 1440px;
  padding: 0 20px;
}
.custom-css div.navigationcontainer .top-nav .menuNav a,
.custom-css div.navigationcontainer .top-nav .menuNav a:active,
.custom-css div.navigationcontainer .top-nav .menuNav a:focus,
.custom-css div.navigationcontainer .top-nav .menuNav a:hover,
.custom-css div.navigationcontainer .top-nav .menuNav a:visited {
  color: #000;
  display: block;
  font-size: 14px;
  line-height: 12px;
  padding: 10px 15px;
  text-decoration: none;
}
.custom-css div.navigationcontainer .top-nav .drop-nav a {
  color: #000;
  font-size: 14px;
  line-height: 12px;
  padding: 10px 15px;
}
.custom-css div.navigationcontainer .top-nav .drop-nav a.has-chevron:after {
  display: none;
}
.custom-css div.navigationcontainer .top-nav .drop-nav .submenu {
  margin-top: 32px;
  padding: 1em;
  right: 0;
}
.custom-css div.navigationcontainer .top-nav .drop-nav .submenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-css div.navigationcontainer .top-nav .drop-nav .submenu ul a {
  padding: 10px 15px;
}
.custom-css div.navigationcontainer .cta-button.impact-red {
  border: 2px solid #fff;
  font-weight: 500;
  margin-top: -15px;
  padding: 8px 40px 12px;
}
.custom-css div.navigationcontainer .cta-button.impact-red:focus,
.custom-css div.navigationcontainer .cta-button.impact-red:hover {
  border: 2px solid #f5333f;
}
.custom-css div.navigationcontainer.scrolling {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .custom-css div.navigationcontainer {
    z-index: 9999;
  }
}
.custom-css #navigation-wrapper .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-css #navigation-wrapper .logo img {
  height: 45px;
  margin-bottom: 19px;
  margin-right: 20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 127px;
}
@media (max-width: 991px) {
  .custom-css #navigation-wrapper .logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .custom-css #navigation-wrapper .logo img {
    margin-bottom: 0;
    -webkit-transform: translate(1em, 1em);
    transform: translate(1em, 1em);
  }
  .custom-css .body.nav-open #navigation-wrapper .logo img {
    -webkit-transform: translate(2em);
    transform: translate(2em);
  }
  .custom-css .body.nav-open .navigationcontainer {
    -webkit-box-shadow: 0 0 14px 14px #fff;
    box-shadow: 0 0 14px 14px #fff;
    padding: 30px 0;
  }
  .custom-css .body.nav-open #navigation-mobile__control {
    padding: 9.5px 2em;
  }
}
.custom-css #navigation-mobile__control {
  padding: 25px 20px;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
.custom-css .navigation__mobile--backdrop {
  background: #fff;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transform: translate(-100vw);
  transform: translate(-100vw);
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0s ease 0.3s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0s ease 0.3s;
  transition: opacity 0.3s ease 0s, transform 0s ease 0.3s;
  transition: opacity 0.3s ease 0s, transform 0s ease 0.3s, -webkit-transform 0s ease 0.3s;
  width: 100%;
  z-index: -1;
}
.custom-css .navigation__mobile--backdrop.open {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  z-index: 9000;
}
.custom-css #navigation-mobile {
  background-color: #fff;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 50px 0 117px;
  position: fixed;
  top: 90px;
  -webkit-transform: translate(-100vw);
  transform: translate(-100vw);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  width: 100%;
  z-index: 9999;
}
.custom-css #navigation-mobile.open {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.custom-css .mobile-menu-actions {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background-color: #fff;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  left: 0;
  padding: 0 0 2em 2em;
  position: fixed;
  right: 0;
  -webkit-transform: translate(-100vw);
  transform: translate(-100vw);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  z-index: 100000;
}
.custom-css .body.nav-open .mobile-menu-actions {
  -webkit-box-shadow: 0 0 25px 50px #fff;
  box-shadow: 0 0 25px 50px #fff;
  -webkit-transform: translate(0);
  transform: translate(0);
}
@media (max-width: 991px) {
  .custom-css .body.nav-open .mobile-menu-actions {
    padding-left: 30px;
    padding-right: 30px;
    width: 100% !important;
  }
}
.custom-css nav.main {
  -webkit-box-flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 992px) {
  .custom-css nav.main div:hover .has-chevron:after {
    content: "\f106";
  }
  .custom-css nav.main a:focus,
  .custom-css nav.main a:hover,
  .custom-css nav.main div:hover.drop-nav > a {
    color: #f5333f;
  }
}
.custom-css nav.main span.spacer {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.custom-css nav.main a {
  color: #000;
  cursor: pointer;
  display: block;
  font-family: Sarabun, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 9px 19px 24px 20px;
  text-decoration: none !important;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1018px) {
  .custom-css nav.main a {
    padding: 9px 14px 24px 15px;
  }
}
.custom-css nav.main a.has-chevron {
  position: relative;
}
.custom-css nav.main a.has-chevron:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
}
.custom-css nav.main a.demo-request {
  background: #f5333f;
  border: 2px solid #f5333f;
  border-radius: 18px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-top: -15px;
  padding: 8px 22px;
}
.custom-css nav.main a.demo-request:focus,
.custom-css nav.main a.demo-request:hover {
  background: transparent;
  color: #f5333f;
}
.custom-css nav.main .menu-actions {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-css nav.main .subnav-divider {
  border-left: 1px solid #eaebed;
  margin: 40px 4px 10px 1em;
}
@media (max-width: 991px) {
  .custom-css nav.main {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding-left: 32px;
  }
  .custom-css nav.main a.has-chevron {
    display: inline-block;
    padding: 0 1em 0 0;
    pointer-events: none;
  }
  .custom-css nav.main a.has-chevron:after {
    content: "\f105";
  }
  .custom-css nav.main span.spacer {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }
  .custom-css nav.main > div {
    padding-bottom: 32px;
    width: 100%;
  }
  .custom-css nav.main div nav {
    background: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    height: 0;
    margin-top: 0;
    min-height: 100%;
    overflow: hidden;
    padding: 50px 0 130px;
    position: absolute;
    right: -100vw;
    top: 0;
    -webkit-transition: right 0.2s ease-in-out;
    transition: right 0.2s ease-in-out;
    width: calc(100% - 62px);
    z-index: 1;
  }
  .custom-css nav.main div nav a {
    padding: 10px 0 24px !important;
  }
}
.custom-css #language-menu {
  display: none;
}
@media (max-width: 991px) {
  .custom-css #language-menu {
    display: block;
  }
}
.custom-css .language-selector {
  cursor: pointer;
  position: relative;
}
.custom-css .language-selector .current-lang {
  font-size: 10px;
  padding: 23px 1.5em;
  text-align: center;
  text-transform: uppercase;
}
.custom-css .language-selector:hover {
  color: #f5333f;
}
.custom-css .language-selector .globe {
  margin: 0 auto;
  max-width: 1.8em;
  position: relative;
}
.custom-css .language-selector .globe:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 1.2em;
  padding-left: 5px;
  right: -1.2em;
  top: 2px;
}
.custom-css .language-selector:hover .globe:after {
  content: "\f106";
}
.custom-css .language-selector svg {
  height: 1.8em;
  width: 1.8em;
}
@media (max-width: 991px) {
  .custom-css .language-selector {
    display: none;
  }
}
.custom-css .navigationcontainer .back {
  background: #fff;
  color: #000;
  font-family: Sarabun, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 37px;
  line-height: 37px;
  padding-left: 2em;
  position: absolute;
  right: -100vw;
  text-decoration: none !important;
  top: 90px;
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
  width: calc(100vw - 102px);
  z-index: 10;
}
.custom-css .navigationcontainer .back:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 1.4em;
  left: 0;
  line-height: 1.8em;
  position: absolute;
}
.custom-css .navigationcontainer .back span {
  font-size: 18px;
}
.custom-css .navigationcontainer .back.active {
  right: 70px;
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}
.custom-css #footer .plans-nav-link,
.custom-css nav.main .plans-nav-link {
  display: none;
}
.custom-css nav.main .plans-nav-link a {
  padding-right: 0;
}
.custom-css .body.show-plans #footer .plans-nav-link,
.custom-css .body.show-plans nav.main .plans-nav-link {
  display: block;
}
@media (max-width: 991px) {
  .custom-css nav.main > div > a:not(.has-chevron) {
    padding: 0 1em 0 0;
  }
  .custom-css .navigationcontainer nav.main {
    display: none;
  }
}
.custom-css .navigation-mobile__full.reveal {
  padding-top: 0 !important;
}
.custom-css .page-id-23225 .nav-open #navigation-mobile__control,
.custom-css .page-id-24107 .nav-open #navigation-mobile__control {
  width: 345px !important;
}
@media (max-width: 767px) {
  .custom-css .page-id-23225 .body.page-id-23225 .nav-open #navigation-mobile__control,
  .custom-css .page-id-23225 .body.page-id-24107 .nav-open #navigation-mobile__control,
  .custom-css .page-id-24107 .body.page-id-23225 .nav-open #navigation-mobile__control,
  .custom-css .page-id-24107 .body.page-id-24107 .nav-open #navigation-mobile__control {
    width: auto !important;
  }
}
.custom-css .page-id-23225 #navigation-wrapper,
.custom-css .page-id-24107 #navigation-wrapper {
  max-width: 960px;
  padding: 0;
}
@media (max-width: 1199px) {
  .custom-css .page-id-23225 .navigationcontainer nav.main,
  .custom-css .page-id-24107 .navigationcontainer nav.main {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .custom-css .page-id-23225 #navigation-wrapper #navigation-mobile__control .menu-actions,
  .custom-css .page-id-24107 #navigation-wrapper #navigation-mobile__control .menu-actions {
    display: block !important;
  }
  .custom-css .page-id-23225 .navigationcontainer .back.active,
  .custom-css .page-id-24107 .navigationcontainer .back.active {
    height: 60px !important;
    left: 15px;
    padding-top: 10px !important;
    right: 0;
    width: 100% !important;
  }
  .custom-css .page-id-23225 #navigation-wrapper,
  .custom-css .page-id-24107 #navigation-wrapper {
    max-width: 100% !important;
  }
  .custom-css .page-id-23225 #navigation-wrapper .logo,
  .custom-css .page-id-24107 #navigation-wrapper .logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .custom-css .page-id-23225 #navigation-wrapper .logo img,
  .custom-css .page-id-24107 #navigation-wrapper .logo img {
    margin-bottom: 0;
    -webkit-transform: translate(1em, 1em);
    transform: translate(1em, 1em);
  }
  .custom-css .page-id-23225 #navigation-mobile.open .menu-actions,
  .custom-css .page-id-24107 #navigation-mobile.open .menu-actions {
    display: none !important;
  }
  .custom-css .page-id-23225 #navigation-mobile__control,
  .custom-css .page-id-24107 #navigation-mobile__control {
    display: block !important;
    padding-left: 10px !important;
    width: 310px !important;
  }
  .custom-css .page-id-23225 #navigation-mobile__control .menu-actions a,
  .custom-css .page-id-24107 #navigation-mobile__control .menu-actions a {
    color: #000;
    cursor: pointer;
    display: block;
    display: inline;
    font-family: Sarabun, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 9px 19px 24px 20px;
    text-decoration: none !important;
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .custom-css .page-id-23225 #navigation-mobile__control #hamburger-icon,
  .custom-css .page-id-24107 #navigation-mobile__control #hamburger-icon {
    float: right;
    margin-top: -22px;
    z-index: 9999;
  }
  .custom-css .page-id-23225 .navigation__mobile--backdrop,
  .custom-css .page-id-24107 .navigation__mobile--backdrop {
    width: auto !important;
  }
  .custom-css .page-id-23225 .navigation-mobile__full.reveal,
  .custom-css .page-id-24107 .navigation-mobile__full.reveal {
    margin: auto;
    width: 960px !important;
  }
  .custom-css .page-id-23225 nav.main > div:not(.menu-actions),
  .custom-css .page-id-24107 nav.main > div:not(.menu-actions) {
    display: block !important;
    padding-bottom: 32px;
    width: 100%;
  }
  .custom-css .page-id-23225 nav.main a,
  .custom-css .page-id-24107 nav.main a {
    padding-left: 0 !important;
  }
  .custom-css .page-id-23225 nav.main .contact-nav-link a,
  .custom-css .page-id-23225 nav.main .pricing-nav-link a,
  .custom-css .page-id-24107 nav.main .contact-nav-link a,
  .custom-css .page-id-24107 nav.main .pricing-nav-link a {
    padding-bottom: 0;
  }
  .custom-css .page-id-23225 nav.main,
  .custom-css .page-id-24107 nav.main {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .custom-css .page-id-23225 nav.main a.has-chevron,
  .custom-css .page-id-24107 nav.main a.has-chevron {
    display: inline-block;
    padding: 0 1em 0 0;
    pointer-events: none;
  }
  .custom-css .page-id-23225 nav.main a.has-chevron:after,
  .custom-css .page-id-24107 nav.main a.has-chevron:after {
    content: "\f105";
  }
}
.custom-css #navigation-mobile__control .menu-actions {
  display: none !important;
}
.custom-css #hamburger-icon {
  float: right !important;
}
.custom-css .drop-nav {
  -webkit-padding-start: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline-start: 5px;
}
.custom-css .drop-nav a.has-chevron:after {
  content: "\f107";
  font-family: FontAwesome;
}
.custom-css .drop-nav a {
  color: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 9px 19px 24px 20px;
  text-decoration: none !important;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.custom-css .drop-nav .two-dropdown.submenu {
  padding: 0;
  width: auto;
}
.custom-css .drop-nav .two-dropdown.submenu .text-box,
.custom-css .drop-nav .two-dropdown.submenu .text-box-second {
  margin-left: 28px;
  margin-right: 30px;
}
.custom-css .drop-nav .two-dropdown.submenu .text-box-second {
  max-width: 168px;
  padding-bottom: 28px;
  padding-top: 30px;
}
.custom-css .drop-nav .two-dropdown.submenu .text-box-second .pill:after {
  background-color: #f5333f;
  border-radius: 100px;
  color: #fff;
  content: "New";
  font-size: 10px;
  margin: 0 10px;
  padding: 2px 10px 4px;
  vertical-align: top;
}
.custom-css .drop-nav .two-dropdown.submenu .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px;
}
.custom-css .drop-nav .two-dropdown.submenu .text-box .text {
  border-bottom: 1px solid #eaebed;
  padding-bottom: 30px;
  width: 168px;
}
.custom-css .drop-nav .two-dropdown.submenu .text-box .spacer {
  display: none;
  margin-left: 30px;
  width: 168px;
}
.custom-css .drop-nav .two-dropdown.submenu .text-box .sub-menu {
  border-left: 1px solid #eaebed;
  display: none;
  padding-left: 30px;
  position: absolute;
  right: 28px;
  z-index: 99999;
}
.custom-css .drop-nav .two-dropdown.submenu .text-box .sub-menu li {
  padding-bottom: 26px;
}
.custom-css .drop-nav .two-dropdown.submenu .text-box .sub-menu li:last-child {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .custom-css .drop-nav .two-dropdown.submenu .text-box .sub-menu {
    border-left: 0 solid #eaebed;
    display: block;
    position: relative;
  }
}
.custom-css .drop-nav .two-dropdown.submenu .text-box:hover .spacer,
.custom-css .drop-nav .two-dropdown.submenu .text-box:hover .sub-menu {
  display: block;
}
@media (max-width: 991px) {
  .custom-css .drop-nav .two-dropdown.submenu .text-box {
    display: block;
  }
  .custom-css .drop-nav .two-dropdown.submenu .text-box .text {
    width: 400px;
  }
  .custom-css .drop-nav .two-dropdown.submenu .text-box div.sub-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .custom-css .drop-nav .two-dropdown.submenu .text-box div.sub-menu ul li {
    background-color: #f2f3f4;
  }
}
.custom-css .drop-nav .two-dropdown.submenu a {
  padding: 0;
}
.custom-css .drop-nav .two-dropdown.submenu h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 0;
}
.custom-css .drop-nav .two-dropdown.submenu p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.custom-css .drop-nav .submenu {
  background: #fff;
  border: 1px solid #eaebed;
  -webkit-box-shadow: 0 1px 4px 0 #eaebed;
  box-shadow: 0 1px 4px 0 #eaebed;
  display: none;
  margin-top: 57px;
  padding: 1em;
  position: absolute;
  z-index: 2;
}
.custom-css .drop-nav .submenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-css .drop-nav .submenu a {
  font-size: 14px;
  padding: 10px 15px;
}
.custom-css .drop-nav .submenu .leftBox {
  border-right: 1px solid #eaebed;
  margin: 1em 0 1em 1em;
}
.custom-css .drop-nav .submenu .leftBox a {
  font-size: 14px;
  padding: 0 0 10px !important;
}
.custom-css .drop-nav .submenu .leftBox p {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  padding-right: 22px;
}
@media (min-width: 992px) {
  .custom-css .drop-nav {
    position: relative;
  }
  .custom-css .drop-nav:hover .two-dropdown.submenu {
    display: block;
    padding: 0;
    width: auto;
  }
  .custom-css .drop-nav:hover .two-dropdown.submenu ul {
    padding: 0;
  }
  .custom-css .drop-nav:hover .submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .custom-css .drop-nav:hover .submenu.language {
    display: block;
  }
  .custom-css .drop-nav:hover .submenu .leftBox {
    margin-right: 1.2em;
    width: 200px;
  }
  .custom-css .drop-nav:hover .submenu ul {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 0;
    position: relative;
  }
  .custom-css .drop-nav:hover .submenu ul ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .custom-css .drop-nav:hover a.has-chevron:after {
    content: "\f106";
  }
  .custom-css .drop-nav:hoverli > a {
    color: #f5333f;
  }
  .custom-css .drop-nav a:focus,
  .custom-css .drop-nav a:hover {
    color: #f5333f;
  }
  .custom-css .drop-nav a {
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    text-decoration: none !important;
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .custom-css .drop-nav a.has-chevron:after {
    content: "\f107";
    font-family: FontAwesome;
  }
}
@media (max-width: 992px) {
  .custom-css a#hamburger-icon {
    color: #000;
  }
  .custom-css a#hamburger-icon .line {
    background: #000;
  }
  .custom-css #navigation-mobile .menuNav {
    -webkit-padding-start: 5px;
    padding-bottom: 32px;
    padding-inline-start: 5px;
  }
  .custom-css #navigation-mobile .menuNav a {
    padding: 0;
  }
  .custom-css #navigation-mobile div.drop-nav {
    margin: 0;
    padding-bottom: 32px;
  }
  .custom-css #navigation-mobile div.drop-nav a {
    color: #000;
    padding: 0 1em 0 0;
    pointer-events: none;
  }
  .custom-css #navigation-mobile div.drop-nav .has-chevron:after {
    content: "\f105";
  }
  .custom-css #navigation-mobile div.drop-nav .submenu .leftBox {
    border-right: 0;
    margin-left: 0;
  }
  .custom-css #navigation-mobile div.drop-nav .submenu a {
    padding: 10px 0 24px;
    pointer-events: auto;
  }
  .custom-css #navigation-mobile div.drop-nav .submenu div {
    padding: 0;
  }
  .custom-css #navigation-mobile div.drop-nav .submenu div a {
    padding: 10px 0 24px;
  }
  .custom-css #navigation-mobile div.drop-nav.opened .submenu {
    height: auto;
    right: 30px;
    -webkit-transition: right 0.2s ease-in-out;
    transition: right 0.2s ease-in-out;
  }
  .custom-css #navigation-mobile div.drop-nav.opened .submenu ul {
    display: block;
  }
  .custom-css #navigation-mobile .drop-nav .submenu {
    background: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    height: 0;
    margin-top: 0;
    min-height: 100%;
    overflow: hidden;
    padding: 50px 0 130px;
    position: absolute;
    right: -100vw;
    top: 0;
    -webkit-transition: right 0.2s ease-in-out;
    transition: right 0.2s ease-in-out;
    width: calc(100% - 62px);
    z-index: 1;
  }
  .custom-css #navigation-mobile .two-dropdown.submenu {
    display: block;
  }
  .custom-css #navigation-mobile .two-dropdown.submenu .text-box,
  .custom-css #navigation-mobile .two-dropdown.submenu .text-box-second {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-css #navigation-mobile .two-dropdown.submenu .text-box a,
  .custom-css #navigation-mobile .two-dropdown.submenu .text-box-second a {
    padding: 0;
  }
  .custom-css #navigation-mobile .two-dropdown.submenu .text-box-second {
    padding-top: 30px;
    width: 400px;
  }
  .custom-css #navigation-mobile .two-dropdown.submenu .text-box .text {
    border-bottom: 0 solid #eaebed;
    width: 400px;
  }
  .custom-css #navigation-mobile .two-dropdown.submenu .text-box .sub-menu {
    border-bottom: 1px solid #eaebed;
    border-left: 0 solid #eaebed;
    display: block;
    padding-bottom: 30px;
    padding-top: 15px;
    position: relative;
    right: auto;
  }
  .custom-css #navigation-mobile .two-dropdown.submenu .text-box .sub-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
  .custom-css #navigation-mobile .two-dropdown.submenu .text-box .sub-menu ul li {
    -ms-flex-preferred-size: 45%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #f2f3f4;
    flex-basis: 45%;
    flex-grow: 1;
    gap: 10px;
    padding: 10px 10px 12px;
    text-align: center;
  }
  .custom-css #navigation-mobile .two-dropdown.submenu .text-box .sub-menu ul li a {
    padding: 0;
  }
  .custom-css div.menu-actions {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px;
    justify-content: space-between;
  }
  .custom-css div.menu-actions .menuNav {
    border: 1px solid #000;
    border-radius: 20px;
    display: inherit;
    text-align: center;
    width: 100%;
  }
  .custom-css div.menu-actions .menuNav:hover {
    background-color: #000;
    color: #fff;
  }
  .custom-css div.menu-actions .menuNav:hover a {
    color: #fff;
    text-decoration: none;
  }
  .custom-css div.menu-actions .menuNav a {
    background: hsla(0, 0%, 100%, 0);
    color: #000;
    font-weight: 500;
    padding: 8px 24px 12px;
    text-align: center;
    width: 100%;
  }
  .custom-css div.menu-actions .submenu a {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding: 9px 19px 9px 20px;
    text-align: right;
  }
  .custom-css div.menu-actions .cta-button.impact-red {
    padding: 8px 40px 12px;
    width: 100%;
  }
  .custom-css div.navigationcontainer {
    z-index: 9999;
  }
  .custom-css div.navigationcontainer div.top-nav {
    display: none;
  }
  .custom-css div.navigationcontainer .back.active {
    display: block;
  }
}
.custom-css .cta-button {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 26px;
  font-weight: 500;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 8px 24px 12px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.custom-css .cta-button,
.custom-css .cta-button.impact-red {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
}
.custom-css .cta-button.impact-red {
  background-color: #f5333f;
  border: 1px solid #f5333f;
  font-weight: 400;
}
.custom-css .cta-button.impact-red:focus,
.custom-css .cta-button.impact-red:hover {
  background-color: #fff;
  color: #f5333f;
}
.custom-css .cta-button:focus,
.custom-css .cta-button:hover {
  background-color: #fff;
  color: #000;
}
@media (max-width: 660px) {
  .custom-css #navigation-mobile .two-dropdown.submenu .text-box-second,
  .custom-css #navigation-mobile .two-dropdown.submenu .text-box > .text {
    width: 100%;
  }
}
.custom-css #hamburger-icon {
  display: block;
  height: 18px;
  position: relative;
  width: 18px;
}
.custom-css #hamburger-icon .line {
  background: #000;
  border-radius: 1px;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 23px;
}
.custom-css #hamburger-icon .line.line-1 {
  top: 0;
}
.custom-css #hamburger-icon .line.line-2 {
  top: 50%;
}
.custom-css #hamburger-icon .line.line-3 {
  top: 100%;
}
.custom-css #hamburger-icon:focus .line-1,
.custom-css #hamburger-icon:hover .line-1 {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.custom-css #hamburger-icon:focus .line-3,
.custom-css #hamburger-icon:hover .line-3 {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.custom-css #hamburger-icon.active .line-1 {
  -webkit-transform: translateY(8px) translateX(-2px) rotate(45deg);
  transform: translateY(8px) translateX(-2px) rotate(45deg);
}
.custom-css #hamburger-icon.active .line-2 {
  opacity: 0;
}
.custom-css #hamburger-icon.active .line-3 {
  -webkit-transform: translateY(-10px) translateX(-2px) rotate(-45deg);
  transform: translateY(-10px) translateX(-2px) rotate(-45deg);
}
.custom-css #footer {
  background: #000;
  padding: 65px 15px 15px;
}
@media screen and (max-width: 991px) {
  .custom-css #footer {
    padding: 45px 15px 15px;
  }
}
.custom-css #footer a,
.custom-css #footer a:active,
.custom-css #footer a:hover,
.custom-css #footer a:link,
.custom-css #footer a:visited {
  color: #fff;
  text-decoration: none;
}
.custom-css #footer #footerMenu {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 1440px;
  padding-bottom: 55px;
}
.custom-css #footer #footerMenu ul {
  list-style: none;
}
.custom-css #footer #footerMenu .widgetBlock {
  min-width: 160px;
}
.custom-css #footer #footerMenu .widgetBlock:last-child {
  min-width: auto;
}
.custom-css #footer #footerMenu .widgetBlock a.mainMenuItem {
  display: block;
  font-weight: 500;
  line-height: 1.22;
}
@media screen and (min-width: 992px) {
  .custom-css #footer #footerMenu .widgetBlock .submenu {
    display: block !important;
  }
}
.custom-css #footer #footerMenu .widgetBlock .submenu ul {
  padding: 0;
}
.custom-css #footer #footerMenu .widgetBlock .submenu ul li {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  padding: 2px 0;
}
@media screen and (max-width: 1199px) {
  .custom-css #footer #footerMenu div.widgetBlock {
    -webkit-box-flex: 4;
    -ms-flex-positive: 4;
    flex-grow: 4;
    -ms-flex: 33%;
    flex: 33%;
  }
}
@media (max-width: 991px) {
  .custom-css #footer #footerMenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom-css #footer #footerMenu .widgetBlock {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin: 0 0 1px;
  }
  .custom-css #footer #footerMenu .widgetBlock a.mainMenuItem {
    background: hsla(0, 0%, 100%, 0.07);
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding: 15px;
    text-align: center;
  }
  .custom-css #footer #footerMenu .widgetBlock a.mainMenuItem.toggle {
    background: hsla(0, 0%, 100%, 0.2);
  }
  .custom-css #footer #footerMenu .widgetBlock .submenu {
    display: none;
  }
  .custom-css #footer #footerMenu .widgetBlock .submenu ul {
    padding: 0;
  }
  .custom-css #footer #footerMenu .widgetBlock .submenu ul li {
    font-size: 13px;
    font-weight: 400;
    padding: 5px;
    text-align: center;
  }
}
.custom-css #footer #socialmedia {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: auto;
  max-width: 1440px;
  padding: 16px 0;
}
@media screen and (max-width: 1250px) {
  .custom-css #footer #socialmedia {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 920px) {
  .custom-css #footer #socialmedia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
  }
}
.custom-css #footer #socialmedia.removePadding .newsletter-signup .form-module .form-container {
  padding: 0;
}
.custom-css #footer #socialmedia.removePadding .widgetBlock {
  -ms-flex-item-align: end;
  align-self: flex-end;
  height: auto;
}
.custom-css #footer #socialmedia.removePadding .widgetBlock .submenu {
  padding-top: 0;
}
.custom-css #footer #socialmedia form.mkto-custom-form {
  display: none !important;
}
.custom-css #footer #socialmedia .widgetBlock .mainMenuItem {
  display: none;
}
.custom-css #footer #socialmedia .newsletter-signup {
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 920px) {
  .custom-css #footer #socialmedia .newsletter-signup {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.custom-css #footer #socialmedia .newsletter-signup p {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  padding-left: 15px;
}
.custom-css #footer #socialmedia .newsletter-signup .form-module {
  background-color: #000;
  margin: auto;
  width: auto;
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container {
  background-color: #000;
  color: #fff;
  padding: 20px 0;
}
@media screen and (max-width: 1330px) {
  .custom-css #footer #socialmedia .newsletter-signup .form-module .form-container {
    width: 550px;
  }
}
@media screen and (max-width: 960px) {
  .custom-css #footer #socialmedia .newsletter-signup .form-module .form-container {
    width: 500px;
  }
}
@media screen and (max-width: 920px) {
  .custom-css #footer #socialmedia .newsletter-signup .form-module .form-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
    padding: 20px 0;
    text-align: center;
    width: 100%;
  }
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container p {
  color: #fff;
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .newsletter-heading {
  font-size: 1rem;
  margin-bottom: 10px;
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form {
  font-size: 10px;
  margin: 0 !important;
}
@media screen and (max-width: 1299px) {
  .custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form {
    width: 480px;
  }
}
@media screen and (max-width: 990px) {
  .custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form {
    width: 100%;
  }
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form .input-field.newsletterEmail {
  height: auto;
  margin-bottom: 0 !important;
  padding: 0;
}
@media screen and (max-width: 920px) {
  .custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form .input-field.newsletterEmail {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form .input-field.newsletterEmail br,
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form .input-field.newsletterEmail p {
  display: none;
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form input {
  background-color: #000 !important;
  border: 1px solid #fff !important;
  border-radius: 100px !important;
  color: #fff !important;
  height: 46px !important;
  padding-left: 17px !important;
  padding-top: 8px !important;
  width: 415px !important;
}
@media screen and (max-width: 1299px) {
  .custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form input {
    width: 315px !important;
  }
}
@media screen and (max-width: 920px) {
  .custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form input {
    padding-left: 24px !important;
    width: 100% !important;
  }
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form .invalid {
  background-position: 98% !important;
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form .valid {
  background-position: 98% !important;
  background-size: 36px !important;
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form .newsletterEmailConsent {
  display: none;
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form .newsletterEmailConsent input,
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form .newsletterEmailConsent input[type="checkbox"].valid {
  padding-left: 0 !important;
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form .container {
  padding: 0;
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form .container div.flexWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 920px) {
  .custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form .container div.flexWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form label {
  color: #fff !important;
  padding-top: 10px !important;
}
@media screen and (max-width: 920px) {
  .custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form label {
    left: 0;
    width: 100%;
  }
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form label.small {
  color: #969ea7 !important;
  font-size: 10px;
  padding-top: 2px !important;
}
@media screen and (max-width: 920px) {
  .custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form label.small {
    padding-left: 25px !important;
    text-align: left;
  }
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form .error {
  display: none !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  padding-left: 11px !important;
  padding-top: 10px !important;
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form .error.blacklist {
  position: absolute;
  top: 55px;
}
@media screen and (max-width: 920px) {
  .custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form .error {
    margin-bottom: 0;
  }
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form p.error.visible {
  color: #f5333f;
  display: block !important;
  margin: 10px 0 !important;
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form p.message {
  color: #fff;
  opacity: 1 !important;
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form p {
  display: block !important;
  margin: 0 !important;
  opacity: 1 !important;
  padding: 0 !important;
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form p.thankYou {
  display: none !important;
  margin-bottom: 0;
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form #consent {
  display: none;
  padding-top: 10px;
}
@media screen and (max-width: 990px) {
  .custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form #consent {
    padding-top: 10px;
  }
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form #consent #GDPR_email_opt_in__c {
  background-color: #fff !important;
  background-position: 50% !important;
  background-size: 10px !important;
  border: 1px solid #eaebed !important;
  border-radius: 2px !important;
  color: #000 !important;
  height: 18px !important;
  margin-right: 15px !important;
  margin-top: 5px;
  width: 18px !important;
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form #consent #GDPR_email_opt_in__c.valid {
  background-color: #000 !important;
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form #consent .comm_message {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 400px !important;
}
@media screen and (max-width: 920px) {
  .custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form #consent .comm_message {
    display: grid;
    margin-bottom: 15px;
    text-align: center;
  }
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form #consent .comm_message .error {
  padding-left: 0 !important;
  padding-top: 10px !important;
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form #consent .comm_message a {
  display: contents;
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form p.signUp {
  display: block;
  font-size: 16px;
  opacity: 1 !important;
  padding-bottom: 15px !important;
  padding-left: 15px !important;
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form.submitting .container {
  display: none !important;
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form.submitting .thankYou {
  display: block !important;
  margin-bottom: 15px !important;
  opacity: 1 !important;
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .custom-marketo-form.submitting .signUp {
  display: none !important;
}
@media screen and (max-width: 920px) {
  .custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .button .newsletter-btn {
    display: none;
  }
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .newsletter-btn {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 100px;
  color: #000 !important;
  display: inline-block;
  font-size: 16px !important;
  font-weight: 600;
  height: 47px !important;
  line-height: 21px;
  padding: 10px 30px 13px;
  width: 133px !important;
}
@media screen and (max-width: 920px) {
  .custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .newsletter-btn {
    left: 0;
    margin-top: 10px;
    width: 100% !important;
    width: 100%;
  }
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .newsletter-btn.mobile {
  display: none;
  margin-left: 0 !important;
}
@media screen and (max-width: 920px) {
  .custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .newsletter-btn.mobile {
    display: block;
  }
}
.custom-css #footer #socialmedia .newsletter-signup .form-module .form-container .newsletter-btn:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.custom-css #footer #socialmedia .widgetBlock {
  height: 122px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1250px) {
  .custom-css #footer #socialmedia .widgetBlock {
    height: auto;
  }
}
@media screen and (max-width: 920px) {
  .custom-css #footer #socialmedia .widgetBlock {
    margin-left: auto !important;
    margin-right: auto;
  }
}
.custom-css #footer #socialmedia .widgetBlock.appStore {
  margin-left: 12px;
}
@media screen and (max-width: 1250px) {
  .custom-css #footer #socialmedia .widgetBlock.appStore {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0 !important;
    margin-right: auto;
  }
}
@media screen and (max-width: 920px) {
  .custom-css #footer #socialmedia .widgetBlock.appStore {
    margin-left: auto !important;
    margin-right: auto;
  }
}
.custom-css #footer #socialmedia .widgetBlock.appStore .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 1250px) {
  .custom-css #footer #socialmedia .widgetBlock.appStore .submenu {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1299px) {
  .custom-css #footer #socialmedia .widgetBlock.appStore {
    margin-left: 10px;
  }
  .custom-css #footer #socialmedia .widgetBlock.appStore .submenu {
    gap: 10px;
  }
}
@media screen and (max-width: 920px) {
  .custom-css #footer #socialmedia .widgetBlock {
    height: auto;
  }
}
.custom-css #footer #socialmedia .widgetBlock .submenu {
  display: block;
  padding-top: 55px;
}
@media screen and (max-width: 920px) {
  .custom-css #footer #socialmedia .widgetBlock .submenu {
    margin-top: 0;
    padding-top: 0;
  }
}
.custom-css #footer #socialmedia .widgetBlock .submenu ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding-left: 0;
}
@media screen and (max-width: 990px) {
  .custom-css #footer #socialmedia .widgetBlock .submenu ul {
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important;
    padding-left: 4px;
  }
}
@media screen and (max-width: 920px) {
  .custom-css #footer #socialmedia .widgetBlock .submenu ul {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding-left: 0;
  }
}
@media screen and (max-width: 400px) {
  .custom-css #footer #socialmedia .widgetBlock .submenu ul {
    margin: 0 17%;
  }
  .custom-css #footer #socialmedia .widgetBlock .submenu ul li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 360px) {
  .custom-css #footer #socialmedia .widgetBlock .submenu ul {
    margin: 0 15%;
  }
}
@media screen and (max-width: 310px) {
  .custom-css #footer #socialmedia .widgetBlock .submenu ul {
    margin: 0 10%;
  }
}
.custom-css #footer #socialmedia .widgetBlock .submenu ul li {
  background: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 44px;
  margin-right: 15px;
  padding: 0;
  position: relative;
  width: 44px;
  z-index: 1;
}
@media screen and (max-width: 1299px) {
  .custom-css #footer #socialmedia .widgetBlock .submenu ul li {
    margin-right: 10px;
  }
}
.custom-css #footer #socialmedia .widgetBlock .submenu ul li:last-child {
  margin-right: 0;
}
.custom-css #footer #socialmedia .widgetBlock .submenu ul li:before {
  color: #fff;
  font-size: 18px;
  left: 50%;
  line-height: 2.3;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -47%);
  transform: translate(-50%, -47%);
}
.custom-css #footer #socialmedia .widgetBlock .submenu ul li:active,
.custom-css #footer #socialmedia .widgetBlock .submenu ul li:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
.custom-css #footer #socialmedia .widgetBlock .submenu ul li:active:before,
.custom-css #footer #socialmedia .widgetBlock .submenu ul li:hover:before {
  color: #000;
}
.custom-css #footer #socialmedia .widgetBlock .submenu ul li a {
  display: block;
  font-size: 0;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 2;
}
.custom-css #footer #footerBottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1440px;
  padding: 20px 0;
}
@media screen and (max-width: 760px) {
  .custom-css #footer #footerBottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.custom-css #footer #footerBottom .menuNav {
  display: none;
}
.custom-css #footer #footerBottom .widgetBlock a.mainMenuItem,
.custom-css #footer #footerBottom .widgetBlock p:empty,
.custom-css #footer #footerBottom .widgetBlock p:has(> a.mainMenuItem) {
  display: none;
}
.custom-css #footer #footerBottom a.mainMenuItem {
  display: none;
}
.custom-css #footer #footerBottom img {
  height: 45px;
  margin-bottom: 10px;
  max-width: 130px;
  width: 100%;
}
.custom-css #footer #footerBottom .wp-block-image {
  width: 30%;
}
.custom-css #footer #footerBottom .widgetBlock {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .custom-css #footer #footerBottom .widgetBlock,
  .custom-css #footer #footerBottom .wp-block-image {
    width: 100%;
  }
}
.custom-css #footer #footerBottom .widgetBlock .submenu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .custom-css #footer #footerBottom .widgetBlock .submenu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 870px) {
  .custom-css #footer #footerBottom .widgetBlock .submenu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.custom-css #footer #footerBottom .widgetBlock .submenu .leftBox {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  order: 2;
}
.custom-css #footer #footerBottom .widgetBlock .submenu .leftBox p {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  padding-right: 3px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .custom-css #footer #footerBottom .widgetBlock .submenu .leftBox p {
    text-align: center;
  }
}
.custom-css #footer #footerBottom .widgetBlock .submenu ul {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: right;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .custom-css #footer #footerBottom .widgetBlock .submenu ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.custom-css #footer #footerBottom .widgetBlock .submenu ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.custom-css #footer #footerBottom .widgetBlock .submenu ul li a {
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  padding-right: 3px;
}
.custom-css #footer #footerBottom .widgetBlock .submenu ul li a:after {
  content: " | ";
  padding: 0 5px;
}
.custom-css #footer .notification:after {
  background: #e60188;
  border-radius: 20px;
  color: #fff;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  margin-left: 8px;
  padding: 2px 5px 4px;
}
.custom-css #footer .notification.hiring:after {
  content: "Hiring!";
}
.custom-css #footer .notification.new-page:after {
  content: "New!";
}
.custom-css .page-template-page-gloassary {
  -webkit-font-smoothing: antialiased;
}
.custom-css .page-template-page-gloassary .tabpanename {
  border-bottom: 0 !important;
  margin-top: 25px !important;
}
.custom-css .page-template-page-gloassary .fadedsearch {
  display: none;
}
.custom-css .page-template-page-gloassary #exTab3 input {
  color: #e2e5e8;
  font-size: 1rem;
  font-weight: 300;
}
.custom-css .page-template-page-gloassary #exTab3 input::-webkit-input-placeholder {
  color: #e2e5e8;
  font-size: 16px;
  font-weight: 300;
}
.custom-css .page-template-page-gloassary #exTab3 input::-moz-placeholder {
  color: #e2e5e8;
  font-size: 16px;
  font-weight: 300;
}
.custom-css .page-template-page-gloassary #exTab3 input:-ms-input-placeholder {
  color: #e2e5e8;
  font-size: 16px;
  font-weight: 300;
}
.custom-css .page-template-page-gloassary #exTab3 input:-moz-placeholder {
  color: #e2e5e8;
  font-size: 16px;
  font-weight: 300;
}
.custom-css .page-template-page-gloassary #exTab3 .nav {
  list-style: none;
  margin-bottom: 0;
}
.custom-css .page-template-page-gloassary #exTab3 .nav:after,
.custom-css .page-template-page-gloassary #exTab3 .nav:before {
  content: " ";
  display: table;
}
.custom-css .page-template-page-gloassary #exTab3 .nav:after {
  clear: both;
}
.custom-css .page-template-page-gloassary #exTab3 .nav.nav-pills > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  position: relative;
}
.custom-css .page-template-page-gloassary #exTab3 .nav.nav-pills > li > a {
  border-radius: 4px;
}
.custom-css .page-template-page-gloassary #exTab3 .nav.nav-pills > li + li {
  margin-left: 2px;
}
.custom-css .page-template-page-gloassary #exTab3 .nav > li > a:focus,
.custom-css .page-template-page-gloassary #exTab3 .nav > li > a:hover {
  background-color: #eaebed;
  color: #000;
  text-decoration: none;
}
.custom-css .page-template-page-gloassary #exTab3 #platformtype {
  margin: 25px 0 0;
  text-align: center;
}
.custom-css .page-template-page-gloassary #exTab3 #platformtype li {
  color: #000;
  display: inline-block;
  float: none;
  text-align: center;
}
.custom-css .page-template-page-gloassary #exTab3 li p a {
  padding: 0 !important;
}
.custom-css .page-template-page-gloassary #exTab3 ul li a {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 15px;
}
.custom-css .page-template-page-gloassary #exTab3 #search-highlight,
.custom-css .page-template-page-gloassary #exTab3 #search-highlights {
  border: 1px solid #dde1e4;
  border-radius: 5px;
  color: #000;
  margin: 0 0 25px;
  padding: 10px 15px;
  width: 100%;
}
.custom-css .page-template-page-gloassary #exTab3 #search-highlight:focus,
.custom-css .page-template-page-gloassary #exTab3 #search-highlights:focus {
  outline-width: 0;
}
.custom-css .page-template-page-gloassary #exTab3 .tab-pane.active {
  padding: 35px 0 0;
}
.custom-css .page-template-page-gloassary #exTab3 .nav-pills > li.active a {
  background-color: #000;
  color: #fff;
}
.custom-css .page-template-page-gloassary #exTab3 .nav-pills li a {
  color: #000;
}
.custom-css .page-template-page-gloassary #exTab3 .tab-pane {
  display: none;
  padding: 10px 0 0;
}
.custom-css .page-template-page-gloassary #exTab3 .tab-pane.active {
  display: block;
}
.custom-css .page-template-page-gloassary #exTab3 .tab-pane .vertical h3 {
  border-bottom: 1px solid #e2e5e8;
  color: #000;
  padding: 5px;
}
@media (min-width: 992px) {
  .custom-css .page-template-page-gloassary #exTab3 .tab-pane .vertical h3 {
    font-size: 2.4rem;
  }
}
.custom-css .page-template-page-gloassary #exTab3 .tab-pane .vertical h4 {
  color: #000;
  font-size: 18px !important;
  font-weight: 500;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}
.custom-css .page-template-page-gloassary #exTab3 .tab-pane .vertical li {
  border-bottom: 1px solid #e2e5e8;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 5px;
}
.custom-css .page-template-page-gloassary #exTab3 .tab-pane .vertical li:first-child {
  border-bottom: none;
  margin-top: 0 !important;
}
.custom-css .page-template-page-gloassary #exTab3 .tab-pane .vertical li p {
  color: #667082;
  margin-bottom: 10px;
}
.custom-css .page-template-page-gloassary #exTab3 .tab-pane h4 {
  font-weight: 500;
}
.custom-css .page-template-page-gloassary #exTab3 .tab-pane .gloss-head h3 {
  border-bottom: 1px solid #e2e5e8;
  color: #000;
  padding: 5px;
}
@media (min-width: 992px) {
  .custom-css .page-template-page-gloassary #exTab3 .tab-pane .gloss-head h3 {
    font-size: 2.4rem;
  }
}
.custom-css .page-template-page-gloassary #exTab3 .tab-pane .gloassitem {
  padding: 5px;
}
.custom-css .page-template-page-gloassary #exTab3 .tab-pane section {
  border-bottom: 1px solid #e2e5e8;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 5px;
}
.custom-css .page-template-page-gloassary #exTab3 .tab-pane section p {
  color: #667082;
  margin-bottom: 10px;
}
.custom-css .page-template-page-gloassary #exTab3 .tab-pane section h4 {
  color: #000;
  font-size: 18px !important;
  font-weight: 500;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}
.custom-css .page-template-page-gloassary #exTab3 #glossall article ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-css .wp-block-embed__wrapper {
  padding-bottom: 56.25%;
}
.custom-css .wp-block-embed__wrapper iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.custom-css .outer-hero {
  margin-left: calc(-50vw + 50%);
  position: relative;
  width: 100vw;
}
.custom-css .outer-hero.impact-grey {
  background-color: #fbfbfb;
}
.custom-css .outer-hero.gradient-animation-advanced .left .hero-buttons {
  padding-top: 20px;
}
.custom-css .outer-hero.gradient-animation-advanced .left div,
.custom-css .outer-hero.gradient-animation-advanced .left p {
  color: #fff;
}
.custom-css .outer-hero.pure-black {
  background-color: #000;
}
.custom-css .outer-hero.pure-black .hero .caption,
.custom-css .outer-hero.pure-black .hero a,
.custom-css .outer-hero.pure-black .hero p {
  color: #fff !important;
}
.custom-css .outer-hero.pure-black .hero .cta-button {
  border-color: #fff !important;
}
.custom-css .outer-hero.pure-black .hero .cta-button:first-child,
.custom-css .outer-hero.pure-black .hero .cta-button:hover {
  background-color: #fff !important;
  color: #000 !important;
}
.custom-css .outer-hero.pure-black .hero .cta-button:first-child:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.custom-css .outer-hero.pink-blue {
  background: linear-gradient(91.89deg, #e60188 -13.87%, #298dda 100.42%);
}
.custom-css .outer-hero.pink-blue .hero .caption,
.custom-css .outer-hero.pink-blue .hero a,
.custom-css .outer-hero.pink-blue .hero h1,
.custom-css .outer-hero.pink-blue .hero p {
  color: #fff !important;
}
.custom-css .outer-hero.pink-blue .hero h1 {
  -webkit-text-fill-color: initial;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  background: none;
}
.custom-css .outer-hero.pink-blue .hero .copy p {
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}
@media (max-width: 660px) {
  .custom-css .outer-hero.pink-blue .hero .copy p {
    font-size: 20px;
    line-height: 30px;
  }
}
.custom-css .outer-hero.pink-blue .hero .copy em {
  padding-right: 5px;
}
.custom-css .outer-hero.pink-blue .hero .copy strong {
  font-weight: 600;
}
.custom-css .outer-hero.pink-blue .hero .cta-button {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}
.custom-css .outer-hero.pink-blue .hero .cta-button:hover {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #000 !important;
}
.custom-css .outer-hero .lrg-padding-top {
  padding-top: 150px !important;
}
@media (max-width: 770px) {
  .custom-css .outer-hero .lrg-padding-top {
    padding-top: 100px !important;
  }
}
.custom-css .outer-hero .lrg-padding-top h1 {
  padding-top: 0 !important;
}
.custom-css .hero {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1440px;
  padding-top: 30px !important;
}
.custom-css .hero .left {
  width: 580px;
}
.custom-css .hero .left .hero-icon {
  display: block;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 120px;
}
.custom-css .hero .left .caption {
  color: #969ea7;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.custom-css .hero .left h1 {
  margin: 15px 0;
  padding-bottom: 5px;
}
.custom-css .hero .left h1.blue-green-gradient {
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(linear, left top, right top, color-stop(23.65%, #2ea3f2), color-stop(131.39%, #20bf55));
  background: linear-gradient(90deg, #2ea3f2 23.65%, #20bf55 131.39%);
  -webkit-background-clip: text;
  background-clip: text;
}
.custom-css .hero .left .copy p {
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  margin-bottom: 30px;
}
.custom-css .hero .left .hero-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.custom-css .hero .left .hero-buttons .hero-btn-img {
  height: 29px;
}
.custom-css .hero .left .hero-buttons:hover .ctaImage {
  background-color: #000;
}
.custom-css .hero .left .hero-buttons .ctaImage {
  padding: 12px 24px;
}
@media (max-width: 1219px) {
  .custom-css .hero .left .hero-buttons {
    gap: 10px;
  }
}
@media (max-width: 770px) {
  .custom-css .hero .left .hero-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .custom-css .hero .left .hero-buttons .cta-button {
    max-width: 100%;
    padding: 8px 24px 12px;
    width: 100%;
  }
}
.custom-css .hero .left .wistia_video {
  padding: 0 !important;
}
.custom-css .hero .right {
  max-width: 740px;
  padding-left: 30px;
  width: 100%;
}
@media (max-width: 1440px) and (min-width: 961px) {
  .custom-css .hero .right {
    padding-left: 60px;
  }
}
@media (max-width: 770px) {
  .custom-css .hero .right {
    padding-left: 0;
  }
}
.custom-css .hero .right .hero-img {
  height: 563px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 650px;
}
@media (max-width: 1440px) {
  .custom-css .hero .right .hero-img {
    max-height: 500px;
  }
}
.custom-css .hero .right .hero-video {
  height: 378px;
  width: 553px;
}
.custom-css .hero .right .hero-video,
.custom-css .hero .right .wistia-video {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1440px) {
  .custom-css .hero .left {
    max-width: 513px;
    width: 100%;
  }
}
@media (max-width: 960px) {
  .custom-css .hero .left {
    max-width: 380px;
    width: 100%;
  }
  .custom-css .hero .right .hero-img {
    height: 316px;
    width: 368px;
  }
}
@media (max-width: 770px) {
  .custom-css .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom-css .hero .left {
    max-width: none;
    padding-right: 0;
    width: 100%;
  }
  .custom-css .hero .left h1 {
    font-size: 36px;
    line-height: 50px;
    text-transform: none;
  }
  .custom-css .hero .left .copy p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 0;
  }
  .custom-css .hero .right {
    margin-top: 60px;
    min-width: 100%;
  }
  .custom-css .hero .right .hero-video {
    height: 220px;
    width: auto;
  }
  .custom-css .hero .right .hero-img {
    display: block;
    margin: auto;
  }
}
.custom-css .hero.centered {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-css .hero.centered .left {
  max-width: none;
  text-align: center;
  width: auto;
}
.custom-css .hero.centered .left h1 {
  margin: 0;
  padding: 30px 0 10px;
}
.custom-css .hero.centered .left h1.blue-green-gradient {
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(linear, left top, right top, color-stop(23.65%, #2ea3f2), color-stop(131.39%, #20bf55));
  background: linear-gradient(90deg, #2ea3f2 23.65%, #20bf55 131.39%);
  -webkit-background-clip: text;
  background-clip: text;
}
.custom-css .hero.centered .left .copy {
  margin: 0;
  padding: 0 70px;
}
.custom-css .hero.centered .left .copy p:first-of-type {
  margin-top: 0;
}
.custom-css .hero.centered .left .copy p:last-of-type {
  margin-bottom: 0;
}
.custom-css .hero.centered .left .hero-buttons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.custom-css .hero.centered .left .hero-buttons .white {
  border-color: #fff;
  color: #fff;
}
.custom-css .hero.centered .left .hero-buttons .white:hover {
  background-color: #fff;
  color: #000;
}
.custom-css .hero.centered .right {
  margin-top: 40px;
  max-width: 100%;
  padding-left: 0;
}
.custom-css .hero.centered .right .hero-img {
  height: 500px;
  width: 100%;
}
@media (max-width: 660px) {
  .custom-css .hero.centered .left h1 {
    padding: 20px 0 10px;
  }
  .custom-css .hero.centered .left {
    text-align: left;
  }
  .custom-css .hero.centered .left .copy {
    padding: 0;
  }
  .custom-css .hero.centered .left .hero-buttons {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .custom-css .hero.centered .left .hero-buttons .cta-button {
    max-width: none;
  }
  .custom-css .hero.centered .right .hero-img {
    height: 240px;
  }
}
.custom-css .text-banner {
  text-align: center;
}
.custom-css .text-banner.pink-blue-static-gradient {
  background: linear-gradient(91.89deg, #e60188 -13.87%, #298dda 100.42%);
  margin-left: calc(-50vw + 50%);
  padding-bottom: 40px !important;
  position: relative;
  width: 100vw;
}
.custom-css .text-banner.pink-blue-static-gradient * {
  color: #fff;
}
.custom-css .text-banner.no-top-padding {
  padding-top: 0 !important;
}
.custom-css .text-banner.no-bottom-padding {
  padding-bottom: 0 !important;
}
.custom-css .text-banner.left-aligned {
  max-width: 50%;
  text-align: left;
}
@media (max-width: 1440px) {
  .custom-css .text-banner.left-aligned {
    max-width: 65%;
  }
}
@media (max-width: 960px) {
  .custom-css .text-banner.left-aligned {
    max-width: 100%;
  }
}
.custom-css .text-banner.left-aligned .copy {
  padding: 0;
}
.custom-css .text-banner.left-aligned > * {
  margin: 0;
}
.custom-css .text-banner.hero-banner h2 {
  font-size: 55px;
  font-weight: 600;
  line-height: 65px;
  padding-bottom: 20px;
}
@media (max-width: 770px) {
  .custom-css .text-banner.hero-banner h2 {
    font-size: 36px;
    line-height: 46px;
    text-transform: none;
  }
}
.custom-css .text-banner.hero-banner > * {
  margin: 0 auto !important;
}
.custom-css .text-banner .caption {
  color: #969ea7;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
@media (max-width: 770px) {
  .custom-css .text-banner .caption {
    font-size: 18px;
    line-height: 28px;
  }
}
.custom-css .text-banner .text-tags {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  max-width: 791px;
}
.custom-css .text-banner .text-tags p {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 660px) {
  .custom-css .text-banner .text-tags {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    gap: 10px;
    justify-content: start;
  }
}
.custom-css .text-banner p {
  background-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 4px;
  font-weight: 500;
  margin-bottom: 0 !important;
  padding: 2px 6px 6px;
}
.custom-css .text-banner > * {
  margin: 20px auto;
}
.custom-css .text-banner h2 {
  max-width: 1360px;
}
.custom-css .text-banner h3 {
  font-size: 24px !important;
  line-height: 31px !important;
}
.custom-css .text-banner .copy {
  max-width: 1200px;
  padding: 0 20px;
}
.custom-css .text-banner img {
  margin-bottom: 20px;
  max-height: 100px;
  max-width: 270px;
  width: auto;
}
@media (max-width: 770px) {
  .custom-css .text-banner h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .custom-css .text-banner h3 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}
@media (max-width: 660px) {
  .custom-css .text-banner {
    text-align: left;
  }
  .custom-css .text-banner > * {
    padding-left: 0;
  }
  .custom-css .text-banner .copy {
    padding: 0 15px 0 0;
  }
}
.custom-css .cta-banner {
  margin-left: calc(-50vw + 50%);
  position: relative;
  width: 100vw;
}
.custom-css .cta-banner.pb0 .copy .buttons {
  margin-top: 30px;
}
.custom-css .cta-banner.gradient-animation,
.custom-css .cta-banner.gradient-animation p {
  color: #fff;
}
.custom-css .cta-banner.blue-green-gradient {
  background: -webkit-gradient(linear, left top, right top, color-stop(23.65%, #2ea3f2), color-stop(131.39%, #20bf55));
  background: linear-gradient(90deg, #2ea3f2 23.65%, #20bf55 131.39%);
}
.custom-css .cta-banner.blue-green-gradient .copy * {
  color: #fff;
}
.custom-css .cta-banner .copy {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  max-width: 1440px;
  text-align: center;
}
.custom-css .cta-banner .copy,
.custom-css .cta-banner .copy .badge {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-direction: normal;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-css .cta-banner .copy .badge {
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 1249px) {
  .custom-css .cta-banner .copy .badge {
    max-width: 690px;
  }
}
@media (max-width: 549px) {
  .custom-css .cta-banner .copy .badge {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 20px;
    justify-content: space-between;
  }
}
.custom-css .cta-banner .copy .badge img {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 194px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 150px;
}
@media (max-width: 549px) and (min-width: 439px) {
  .custom-css .cta-banner .copy .badge img {
    height: 155px;
    width: 120px;
  }
}
.custom-css .cta-banner .copy h2 {
  margin: 0;
}
.custom-css .cta-banner .copy p {
  margin: 0;
  padding: 0 64px;
}
.custom-css .cta-banner .copy .buttons {
  -ms-flex-line-pack: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .custom-css .cta-banner .copy .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
.custom-css .cta-banner .copy .cta-button {
  display: inline-block;
}
.custom-css .cta-banner .copy .watch-video {
  color: #758590;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.custom-css .cta-banner .copy .watch-video:hover {
  color: #f5333f;
}
.custom-css .cta-banner .copy a.watch-video:after {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: 400;
  padding-left: 10px;
  position: relative;
  right: 0;
}
@media (max-width: 770px) {
  .custom-css .cta-banner .copy h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 600px) {
  .custom-css .cta-banner .copy {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .custom-css .cta-banner .copy p {
    padding: 0 30px 0 0;
  }
  .custom-css .cta-banner .copy .cta-button {
    text-align: center;
    width: 100%;
  }
}
.custom-css .feature-blocks .copy {
  padding-bottom: 60px;
  text-align: center;
}
.custom-css .feature-blocks .copy > * {
  margin: 20px 0;
}
.custom-css .feature-blocks .copy h2.static-gradient,
.custom-css .feature-blocks .copy h3.static-gradient {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(91.89deg, #e60188 -13.87%, #298dda 100.42%);
  -webkit-background-clip: text;
  margin-bottom: -5px;
  padding-bottom: 5px;
}
@media (max-width: 660px) {
  .custom-css .feature-blocks .copy h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.custom-css .feature-blocks .copy h5 {
  color: #667082;
}
.custom-css .feature-blocks .copy p.large {
  font-size: 24px;
  line-height: 31px;
}
@media (max-width: 660px) {
  .custom-css .feature-blocks .copy p.large {
    font-size: 18px;
    line-height: 27px;
  }
}
.custom-css .feature-blocks .blocks {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  margin: -40px;
  overflow-x: scroll;
  padding: 40px;
  scroll-behavior: smooth;
  scroll-padding-left: 20px;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.custom-css .feature-blocks .blocks::-webkit-scrollbar {
  display: none !important;
}
.custom-css .feature-blocks .blocks.three-blocks .block {
  width: calc(33% - 10px);
}
@media (max-width: 1151px) and (min-width: 961px) {
  .custom-css .feature-blocks .blocks.three-blocks .block {
    width: calc(33.33% - 17px);
  }
}
.custom-css .feature-blocks .blocks.four-blocks .block {
  width: calc(25% - 15px);
}
@media (max-width: 1151px) and (min-width: 961px) {
  .custom-css .feature-blocks .blocks.four-blocks .block {
    width: calc(25% - 19px);
  }
}
.custom-css .feature-blocks .blocks.three-blocks-small {
  gap: 80px;
}
.custom-css .feature-blocks .blocks.three-blocks-small .block {
  width: calc(33.33333% - 53.33333px);
}
@media (max-width: 1150px) {
  .custom-css .feature-blocks .blocks.three-blocks-small {
    gap: 60px;
  }
  .custom-css .feature-blocks .blocks.three-blocks-small .block {
    width: calc(33.33333% - 40px);
  }
}
@media (max-width: 960px) {
  .custom-css .feature-blocks .blocks.three-blocks-small {
    gap: 20px;
  }
  .custom-css .feature-blocks .blocks.three-blocks-small .block {
    width: calc(33.33333% - 13.33333px);
  }
}
@media (max-width: 770px) {
  .custom-css .feature-blocks .blocks.three-blocks-small .block {
    width: calc(50% - 10px);
  }
}
@media (max-width: 660px) {
  .custom-css .feature-blocks .blocks.three-blocks-small .block {
    padding: 20px;
    width: 100%;
  }
}
.custom-css .feature-blocks .blocks .block {
  background: #fff;
  border: 1px solid #f2f3f4;
  border-radius: 8px;
  color: inherit;
  padding: 40px;
  scroll-snap-align: start;
  text-decoration: none;
  width: calc(33.33% - 40px);
}
.custom-css .feature-blocks .blocks .block > * {
  margin: 10px 0;
}
.custom-css .feature-blocks .blocks .block img {
  height: 40px;
  margin: 0 0 10px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 40px;
}
.custom-css .feature-blocks .blocks .block h5 {
  font-weight: 500;
}
.custom-css .feature-blocks .blocks .block p {
  margin-bottom: 0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.custom-css .feature-blocks .blocks a[href].block {
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: border-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
}
.custom-css .feature-blocks .blocks a[href].block:hover {
  background-clip: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, color-stop(6%, #f77300), color-stop(80%, #f5333f));
  background-image: linear-gradient(#fff, #fff), linear-gradient(180deg, #f77300 6%, #f5333f 80%);
  background-origin: border-box;
  border: 1px solid transparent;
  -webkit-box-shadow: 0.5px 1.5px 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0.5px 1.5px 20px 1px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.custom-css .feature-blocks .blocks a[href].block:hover p {
  color: #000;
}
.custom-css .feature-blocks .blocks.large .block h5 {
  font-size: 32px;
  line-height: 42px;
}
@media (max-width: 660px) {
  .custom-css .feature-blocks .blocks.large .block h5 {
    font-size: 22px;
    line-height: 28px;
  }
}
.custom-css .feature-blocks .blocks.large .block p {
  font-size: 24px;
  line-height: 31px;
}
@media (max-width: 660px) {
  .custom-css .feature-blocks .blocks.large .block p {
    font-size: 18px;
    line-height: 27px;
  }
}
.custom-css .feature-blocks .blocks address.block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background: #fff;
  border: 1px solid #f2f3f4;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
  margin-bottom: 0;
  padding: 30px;
  -webkit-transition: border-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
}
.custom-css .feature-blocks .blocks address.block h5 {
  font-weight: 600;
  letter-spacing: 0.7px;
  margin: 0;
}
.custom-css .feature-blocks .blocks address.block p {
  font-size: 16px;
  margin: 0;
}
.custom-css .feature-blocks .blocks address.block a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin: 0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.custom-css .feature-blocks .blocks address.block a:hover {
  color: #667082;
}
.custom-css .feature-blocks .button {
  margin-top: 70px;
}
.custom-css .feature-blocks .button a {
  display: block;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 660px) {
  .custom-css .feature-blocks .button a {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .custom-css .feature-blocks .blocks.scroll-horizontally {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .custom-css .feature-blocks .blocks.scroll-horizontally .block {
    max-width: 293px;
    min-width: 293px;
    padding: 20px;
  }
}
@media (max-width: 770px) {
  .custom-css .feature-blocks .copy {
    text-align: left;
  }
  .custom-css .feature-blocks .copy > * {
    margin: 10px 0;
  }
  .custom-css .feature-blocks .copy h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 600px) {
  .custom-css .feature-blocks .copy {
    text-align: left;
  }
  .custom-css .feature-blocks .copy h2 {
    padding: 0;
  }
}
.custom-css .case-study {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.custom-css .case-study .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 586px;
  padding-right: 30px;
}
@media (max-width: 1440px) and (min-width: 961px) {
  .custom-css .case-study .left {
    padding-right: 60px;
  }
}
.custom-css .case-study .left img {
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.15));
  height: 400px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
  width: 100%;
}
.custom-css .case-study .right {
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 520px;
}
.custom-css .case-study .right .caption {
  color: #f5333f;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin: 0;
}
.custom-css .case-study .right h2 {
  color: #000;
  font-weight: 400;
  margin: 0 0 10px;
}
.custom-css .case-study .right p {
  font-weight: 300;
  margin: 0 0 24px;
}
@media (max-width: 960px) {
  .custom-css .case-study {
    padding: 80px 20px;
  }
  .custom-css .case-study .left {
    max-width: 336px;
  }
}
@media (max-width: 770px) {
  .custom-css .case-study .left img {
    height: 220px;
  }
  .custom-css .case-study .right h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 600px) {
  .custom-css .case-study {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px 20px;
  }
  .custom-css .case-study .left {
    max-width: none;
    padding-bottom: 40px;
    padding-right: 0;
    width: 100%;
  }
  .custom-css .case-study .right {
    max-width: none;
  }
  .custom-css .case-study .right h2 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
  }
}
@media (min-width: 769px) {
  .custom-css .video-module.right-text .left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (max-width: 1440px) and (min-width: 961px) {
  .custom-css .video-module.right-text .left {
    padding-left: 60px;
  }
}
.custom-css .video-module {
  -webkit-box-align: top;
  -ms-flex-align: top;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: top;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.custom-css .video-module .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 740px;
  padding-right: 30px;
}
@media (max-width: 1440px) and (min-width: 961px) {
  .custom-css .video-module .left {
    padding-right: 60px;
  }
}
.custom-css .video-module .right {
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 513px;
}
.custom-css .video-module .right .caption {
  color: #f5333f;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}
.custom-css .video-module .right p {
  font-weight: 300;
  margin: 0 0 24px;
}
.custom-css .video-module .right .button {
  background-color: #f5333f;
  border: 2px solid #f5333f;
  border-radius: 26px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding: 10px 30px;
  text-decoration: none;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.custom-css .video-module .right .button:focus,
.custom-css .video-module .right .button:hover {
  background-color: #fff;
  color: #f5333f;
}
@media (max-width: 960px) {
  .custom-css .video-module .left {
    max-width: 490px;
  }
  .custom-css .video-module .right {
    max-width: 380px;
  }
  .custom-css .video-module .right h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 770px) {
  .custom-css .video-module .left {
    max-width: 360px;
    padding-right: 0;
  }
  .custom-css .video-module .right {
    max-width: 330px;
  }
}
@media (max-width: 769px) {
  .custom-css .video-module {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom-css .video-module .left {
    max-width: none;
    padding-bottom: 60px;
    padding-right: 0;
    width: 100%;
  }
  .custom-css .video-module .right {
    max-width: none;
  }
  .custom-css .video-module .right h2 {
    margin-top: 10px;
  }
}
.custom-css .recommended-content h2 {
  margin: 0 0 20px;
}
.custom-css .recommended-content .posts {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  justify-content: space-between;
  margin: 0 -40px -40px;
  overflow-x: scroll;
  padding: 50px 40px 40px;
  scroll-behavior: smooth;
  scroll-padding-left: 40px;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.custom-css .recommended-content .posts::-webkit-scrollbar {
  display: none !important;
}
.custom-css .recommended-content .copy {
  padding: 100px 4em 0;
  text-align: center;
}
.custom-css .recommended-content .copy p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1140px) {
  .custom-css .recommended-content .posts {
    gap: 30px;
  }
}
@media (max-width: 960px) {
  .custom-css .recommended-content .posts {
    padding-top: 30px;
  }
  .custom-css .recommended-content .posts .post img {
    height: 200px;
  }
}
@media (max-width: 660px) {
  .custom-css .recommended-content h2 {
    margin: 0;
  }
}
.custom-css .tabs .heading {
  text-align: center;
}
.custom-css .tabs .heading > * {
  margin: 10px 0;
}
.custom-css .tabs .tab-pill-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: calc(-50vw + 50%);
  margin-top: 30px;
  overflow-x: scroll;
  padding: 0 20px;
  scrollbar-width: none;
  width: 100vw;
}
.custom-css .tabs .tab-pill-container .tab-pills {
  background: #eaebed;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 0 auto;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 10px;
}
@media (max-width: 660px) {
  .custom-css .tabs .tab-pill-container .tab-pills {
    margin: 0;
  }
}
.custom-css .tabs .tab-pill-container .tab-pills .tab-pill {
  border-radius: 26px;
  color: #000;
  cursor: pointer;
  margin: 0;
  padding: 10px 30px 12px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  white-space: nowrap;
}
.custom-css .tabs .tab-pill-container .tab-pills .tab-pill:focus,
.custom-css .tabs .tab-pill-container .tab-pills .tab-pill:hover {
  color: #667082;
}
.custom-css .tabs .tab-pill-container .tab-pills .tab-pill.active {
  background-color: #fff;
  color: #000;
}
.custom-css .tabs .tab-pill-container .module {
  padding: 20px;
}
.custom-css .tabs .tab-pill-container::-webkit-scrollbar {
  display: none !important;
}
.custom-css .tabs .tab-content-container {
  padding-top: 100px;
}
.custom-css .tabs .tab-content-container .tab-content {
  display: none;
}
.custom-css .tabs .tab-content-container .tab-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-css .tabs .tab-content-container .tab-content .featured-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 100px;
  margin: auto;
  width: 100%;
}
@media (max-width: 660px) {
  .custom-css .tabs .tab-content-container .tab-content .featured-content {
    gap: 40px;
  }
}
.custom-css .tabs .tab-content-container .tab-content .featured-content .feature {
  margin: auto;
  width: 100%;
}
@media (max-width: 660px) {
  .custom-css .tabs .tab-content-container .tab-content .featured-content .feature {
    padding-bottom: 0;
  }
}
.custom-css .tabs .tab-content-container .tab-content .featured-content .feature .feature-inner {
  padding: 0;
}
@media (max-width: 1440px) and (min-width: 961px) {
  .custom-css .tabs .tab-content-container .tab-content .featured-content .feature .feature-inner.right-text .right {
    margin-left: 0;
    margin-right: 30px;
  }
}
.custom-css .tabs .tab-content-container .tab-content .featured-content .feature .feature-inner h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}
@media (max-width: 660px) {
  .custom-css .tabs .tab-content-container .tab-content .featured-content .feature .feature-inner h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
  }
}
.custom-css .tabs .tab-content-container .tab-content .left {
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  max-width: 460px;
}
.custom-css .tabs .tab-content-container .tab-content .left > div {
  padding-right: 30px;
}
.custom-css .tabs .tab-content-container .tab-content .left h3 {
  margin-bottom: 15px;
}
.custom-css .tabs .tab-content-container .tab-content .left .copy {
  margin-bottom: 30px;
}
.custom-css .tabs .tab-content-container .tab-content .left .copy p {
  margin-bottom: 1em;
}
.custom-css .tabs .tab-content-container .tab-content .left .copy p:last-of-type {
  margin: 0;
}
.custom-css .tabs .tab-content-container .tab-content .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 400px;
}
@media (max-width: 1440px) and (min-width: 961px) {
  .custom-css .tabs .tab-content-container .tab-content .right {
    margin-left: 30px;
  }
}
.custom-css .tabs .tab-content-container .tab-content .right img {
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.25));
  height: 100%;
  max-height: 400px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
  width: 100%;
}
.custom-css .tabs .tab-content-container .leadership-drawers.active {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 660px) {
  .custom-css .tabs .tab-content-container .leadership-drawers.active {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.custom-css .tabs .tab-content-container .leadership-drawers.active .profile {
  cursor: pointer;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 60px;
  text-align: center;
  width: 25%;
  z-index: 0;
}
@media (max-width: 660px) {
  .custom-css .tabs .tab-content-container .leadership-drawers.active .profile {
    width: 50%;
  }
}
.custom-css .tabs .tab-content-container .leadership-drawers.active .profile .profile-expanded {
  display: none;
}
.custom-css .tabs .tab-content-container .leadership-drawers.active .profile .leader-card:hover img {
  background: linear-gradient(91.89deg, #e60188 -13.87%, #298dda 100.42%);
  border-radius: 50%;
  margin-bottom: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 3px;
}
.custom-css .tabs .tab-content-container .leadership-drawers.active .profile .leader-card img {
  border-radius: 50%;
  height: 143px;
  margin-bottom: 20px;
  padding: 3px;
  width: 143px;
}
@media (max-width: 960px) {
  .custom-css .tabs .tab-content-container .leadership-drawers.active .profile .leader-card img {
    height: 103px;
    width: 103px;
  }
}
.custom-css .tabs .tab-content-container .leadership-drawers.active .profile .leader-card .leader-name {
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
}
.custom-css .tabs .tab-content-container .leadership-drawers.active .profile.active .leader-card img {
  background: linear-gradient(91.89deg, #e60188 -13.87%, #298dda 100.42%);
  border-radius: 50%;
  margin-bottom: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 50%;
  padding: 3px;
}
.custom-css .tabs .tab-content-container .leadership-drawers.active .profile.active .profile-expanded {
  border: 1px solid #eaebed;
  border-radius: 8px;
  cursor: default;
  display: block;
  margin-top: 60px;
  max-width: 1400px;
  padding: 30px 0;
  width: 400%;
}
@media (max-width: 660px) {
  .custom-css .tabs .tab-content-container .leadership-drawers.active .profile.active .profile-expanded {
    width: 200%;
  }
}
.custom-css .tabs .tab-content-container .leadership-drawers.active .profile.active .profile-expanded .close {
  padding-bottom: 30px;
  padding-right: 30px;
}
.custom-css .tabs .tab-content-container .leadership-drawers.active .profile.active .profile-expanded .close img {
  cursor: pointer;
  float: right;
  width: 18px;
}
.custom-css .tabs .tab-content-container .leadership-drawers.active .profile.active .profile-expanded .profile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 960px) {
  .custom-css .tabs .tab-content-container .leadership-drawers.active .profile.active .profile-expanded .profile-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
}
@media (max-width: 660px) {
  .custom-css .tabs .tab-content-container .leadership-drawers.active .profile.active .profile-expanded .profile-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.custom-css .tabs .tab-content-container .leadership-drawers.active .profile.active .profile-expanded .profile-container .profile-left {
  width: 25%;
}
@media (max-width: 660px) {
  .custom-css .tabs .tab-content-container .leadership-drawers.active .profile.active .profile-expanded .profile-container .profile-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px;
    width: 100%;
  }
}
.custom-css .tabs .tab-content-container .leadership-drawers.active .profile.active .profile-expanded .profile-container .profile-left img {
  background: linear-gradient(91.89deg, #e60188 -13.87%, #298dda 100.42%);
  border-radius: 50%;
  height: 143px;
  margin-bottom: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 3px;
  width: 143px;
}
@media (max-width: 960px) {
  .custom-css .tabs .tab-content-container .leadership-drawers.active .profile.active .profile-expanded .profile-container .profile-left img {
    height: 103px;
    width: 103px;
  }
}
@media (max-width: 660px) {
  .custom-css .tabs .tab-content-container .leadership-drawers.active .profile.active .profile-expanded .profile-container .profile-left .title-container {
    padding-left: 30px;
    text-align: left;
  }
}
.custom-css .tabs .tab-content-container .leadership-drawers.active .profile.active .profile-expanded .profile-container .profile-left .title-container .leader-name {
  color: #e60188;
  font-weight: 500;
  margin-bottom: 6px;
}
@media (max-width: 660px) {
  .custom-css .tabs .tab-content-container .leadership-drawers.active .profile.active .profile-expanded .profile-container .profile-left .title-container .leader-name {
    margin-bottom: 0;
  }
  .custom-css .tabs .tab-content-container .leadership-drawers.active .profile.active .profile-expanded .profile-container .profile-left .title-container .leader-title {
    margin-bottom: 5px;
  }
}
.custom-css .tabs .tab-content-container .leadership-drawers.active .profile.active .profile-expanded .profile-container .profile-left .title-container .social-icon img {
  background: none;
  height: 40px;
  margin-bottom: 0;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 0;
  width: 40px;
}
@media (max-width: 660px) {
  .custom-css .tabs .tab-content-container .leadership-drawers.active .profile.active .profile-expanded .profile-container .profile-left .title-container .social-icon img {
    height: 27px;
    width: 27px;
  }
}
.custom-css .tabs .tab-content-container .leadership-drawers.active .profile.active .profile-expanded .profile-container .profile-right {
  padding-right: 60px;
  text-align: left;
  width: 75%;
}
@media (max-width: 960px) {
  .custom-css .tabs .tab-content-container .leadership-drawers.active .profile.active .profile-expanded .profile-container .profile-right {
    padding-left: 30px;
  }
}
@media (max-width: 660px) {
  .custom-css .tabs .tab-content-container .leadership-drawers.active .profile.active .profile-expanded .profile-container .profile-right {
    padding: 0 30px;
    width: 100%;
  }
}
.custom-css .tabs .tab-content-container .leadership-drawers.active .profile.active:nth-child(4n + 2) .profile-expanded {
  -webkit-transform: translateX(-25%);
  transform: translateX(-25%);
}
@media (max-width: 660px) {
  .custom-css .tabs .tab-content-container .leadership-drawers.active .profile.active:nth-child(4n + 2) .profile-expanded {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.custom-css .tabs .tab-content-container .leadership-drawers.active .profile.active:nth-child(4n + 3) .profile-expanded {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 660px) {
  .custom-css .tabs .tab-content-container .leadership-drawers.active .profile.active:nth-child(4n + 3) .profile-expanded {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.custom-css .tabs .tab-content-container .leadership-drawers.active .profile.active:nth-child(4n + 4) .profile-expanded {
  -webkit-transform: translateX(-75%);
  transform: translateX(-75%);
}
@media (max-width: 660px) {
  .custom-css .tabs .tab-content-container .leadership-drawers.active .profile.active:nth-child(4n + 4) .profile-expanded {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 960px) {
  .custom-css .tabs .tab-content-container .tab-content .left {
    max-width: 340px;
  }
  .custom-css .tabs .tab-content-container .tab-content .right {
    min-height: 300px;
  }
  .custom-css .tabs .tab-content-container .tab-content .right img {
    max-height: 300px;
    min-height: 300px;
  }
}
@media (max-width: 770px) {
  .custom-css .tabs .tab-content-container {
    padding-top: 80px;
  }
  .custom-css .tabs .tab-content-container .tab-content .left h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
  }
  .custom-css .tabs .tab-content-container .tab-content .right {
    min-height: 220px;
  }
  .custom-css .tabs .tab-content-container .tab-content .right img {
    max-height: 100%;
    min-height: 220px;
  }
  .custom-css .tabs .heading h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
  }
}
@media (max-width: 660px) {
  .custom-css .tabs .heading {
    text-align: left;
  }
  .custom-css .tabs .heading h6 {
    padding: 0;
  }
  .custom-css .tabs .tab-pills {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 -20px;
    overflow-x: scroll;
    padding: 30px 20px 0;
  }
  .custom-css .tabs .tab-content-container {
    padding-top: 60px;
  }
  .custom-css .tabs .tab-content-container .tab-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .custom-css .tabs .tab-content-container .tab-content .left {
    max-width: 100%;
  }
  .custom-css .tabs .tab-content-container .tab-content .left h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .custom-css .tabs .tab-content-container .tab-content .right {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: 200px;
    padding-bottom: 30px;
  }
  .custom-css .tabs .tab-content-container .tab-content .right img {
    max-height: 100%;
    min-height: 200px;
    -o-object-position: left;
    object-position: left;
  }
}
.custom-css .dynamic-tabs .heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.custom-css .dynamic-tabs .heading > * {
  margin: 0;
}
.custom-css .dynamic-tabs.sticky-pills .tab-pill-container {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  left: 0;
  padding: 20px;
  position: fixed;
  z-index: 2;
}
.custom-css .dynamic-tabs.sticky-pills .tab-content-container {
  margin-top: 100px;
}
.custom-css .dynamic-tabs .tab-pill-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: calc(-50vw + 50%);
  overflow-x: scroll;
  padding: 30px 20px 0;
  scrollbar-width: none;
  width: 100vw;
}
.custom-css .dynamic-tabs .tab-pill-container::-webkit-scrollbar {
  display: none !important;
}
.custom-css .dynamic-tabs .tab-pill-container .tab-pills {
  background: #eaebed;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 0 auto;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 10px;
}
@media (max-width: 660px) {
  .custom-css .dynamic-tabs .tab-pill-container .tab-pills {
    margin: 0;
  }
}
.custom-css .dynamic-tabs .tab-pill-container .tab-pills a {
  text-decoration: none;
}
.custom-css .dynamic-tabs .tab-pill-container .tab-pills .tab-pill {
  border-radius: 26px;
  color: #000;
  cursor: pointer;
  margin: 0;
  padding: 10px 30px 12px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  white-space: nowrap;
}
.custom-css .dynamic-tabs .tab-pill-container .tab-pills .tab-pill:focus,
.custom-css .dynamic-tabs .tab-pill-container .tab-pills .tab-pill:hover {
  color: #667082;
}
.custom-css .dynamic-tabs .tab-pill-container .tab-pills .tab-pill.active {
  background-color: #fff;
  color: #000;
}
.custom-css .dynamic-tabs .tab-content-container {
  padding-top: 100px;
}
.custom-css .dynamic-tabs .tab-content-container .tab-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 100px;
}
.custom-css .dynamic-tabs .tab-content-container .tab-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-css .dynamic-tabs .tab-content-container .tab-content.better-scroll {
  scroll-margin-top: 350px;
}
.custom-css .dynamic-tabs .tab-content-container .tab-content .feature .module {
  padding-bottom: 0;
  padding-top: 0;
}
.custom-css .dynamic-tabs .tab-content-container .tab-content .feature h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}
@media (max-width: 660px) {
  .custom-css .dynamic-tabs .tab-content-container .tab-content .feature h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
  }
}
.custom-css .dynamic-tabs .tab-content-container .tab-content .feature-blocks,
.custom-css .dynamic-tabs .tab-content-container .tab-content .feature-blocks .blocks {
  margin: -20px;
  padding: 20px;
}
.custom-css .dynamic-tabs .tab-content-container .tab-content .content-cards-grid {
  padding: 0 !important;
}
.custom-css .dynamic-tabs .tab-content-container .tab-content .content-cards-grid .module {
  margin: -20px;
  padding: 20px !important;
}
.custom-css .dynamic-tabs .tab-content-container .tab-content .leadership-profile-drawers {
  padding: 0;
}
@media (max-width: 660px) {
  .custom-css .dynamic-tabs .heading {
    text-align: left;
  }
  .custom-css .dynamic-tabs .heading h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
  }
  .custom-css .dynamic-tabs .tab-pills {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 -20px;
    overflow-x: scroll;
    padding: 30px 20px 0;
  }
  .custom-css .dynamic-tabs .tab-content-container {
    padding-top: 60px;
  }
  .custom-css .dynamic-tabs .tab-content-container .tab-content {
    gap: 40px;
  }
}
.custom-css .media-grid .heading {
  padding-bottom: 100px;
  text-align: center;
}
.custom-css .media-grid .heading h2 {
  margin-bottom: 0;
}
@media (max-width: 999px) {
  .custom-css .media-grid .heading h2 {
    margin-bottom: 0;
  }
}
.custom-css .media-grid .heading p {
  margin: auto;
  max-width: 800px;
  padding-top: 10px;
}
@media (max-width: 999px) {
  .custom-css .media-grid .heading {
    padding-bottom: 35px;
  }
}
@media (max-width: 660px) {
  .custom-css .media-grid .heading {
    text-align: left;
  }
}
.custom-css .media-grid .heading.partner-leaders {
  padding-bottom: 35px;
}
.custom-css .media-grid .partner-leaders .blocks {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 0;
  justify-content: flex-start;
}
.custom-css .media-grid .partner-leaders .blocks .block {
  text-align: center;
  width: 25%;
}
@media (max-width: 660px) {
  .custom-css .media-grid .partner-leaders .blocks .block {
    width: 50%;
  }
}
.custom-css .media-grid .partner-leaders .blocks .block .image-container {
  -webkit-filter: none;
  filter: none;
  height: auto;
  margin-bottom: 20px;
  width: auto;
}
.custom-css .media-grid .partner-leaders .blocks .block .image-container img {
  height: 140px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 140px;
}
@media (max-width: 999px) {
  .custom-css .media-grid .partner-leaders .blocks .block .image-container img {
    height: 100px;
    width: 100px;
  }
}
.custom-css .media-grid .partner-leaders .blocks .block .title {
  color: #000;
  font-weight: 600;
}
.custom-css .media-grid .partner-leaders .blocks .block p {
  margin: 0;
}
.custom-css .media-grid .partner-leaders .blocks:nth-child(2) {
  display: none;
}
@media (max-width: 999px) {
  .custom-css .media-grid.one-row .image-grid.icons {
    width: 2625px !important;
  }
}
.custom-css .media-grid.one-row .blocks {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0 !important;
  max-width: 1240px !important;
}
@media (max-width: 999px) {
  .custom-css .media-grid.one-row .blocks {
    width: 1310px !important;
  }
}
.custom-css .media-grid .image-grid.icons .blocks {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 100px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  scroll-behavior: smooth;
  scroll-padding-left: 20px;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.custom-css .media-grid .image-grid.icons .blocks::-webkit-scrollbar {
  display: none !important;
}
@media (max-width: 1440px) and (min-width: 1260px) {
  .custom-css .media-grid .image-grid.icons .blocks {
    gap: 67px;
  }
}
@media (max-width: 1259px) and (min-width: 1146px) {
  .custom-css .media-grid .image-grid.icons .blocks {
    gap: 45px;
  }
}
@media (max-width: 1145px) and (min-width: 1022px) {
  .custom-css .media-grid .image-grid.icons .blocks {
    gap: 35px;
  }
}
@media (max-width: 1021px) {
  .custom-css .media-grid .image-grid.icons .blocks {
    gap: 15px;
  }
}
.custom-css .media-grid .image-grid.icons .blocks .block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  width: 120px;
}
.custom-css .media-grid .image-grid.icons .blocks .block > * {
  margin: 10px 0;
}
.custom-css .media-grid .image-grid.icons .blocks .block .image-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.15));
  height: 100px;
  justify-content: center;
  margin: 20px 0;
  padding: 10px;
  width: 100px;
}
.custom-css .media-grid .image-grid.icons .blocks .block .image-container img {
  height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 70px;
}
.custom-css .media-grid .image-grid.icons .blocks:nth-child(2) {
  display: none;
}
@media (max-width: 999px) {
  .custom-css .media-grid .image-grid.icons {
    -webkit-animation: auto-scroll 60s linear infinite;
    animation: auto-scroll 60s linear infinite;
    max-width: 3941px !important;
    width: 3941px;
  }
  .custom-css .media-grid .image-grid.icons .blocks:nth-child(2) {
    display: block;
  }
  .custom-css .media-grid .image-grid.icons .blocks {
    display: inline-block !important;
    height: 200px;
    max-width: 1968px !important;
    padding: 0;
  }
  .custom-css .media-grid .image-grid.icons .blocks .block {
    display: inline-block;
    vertical-align: top;
    width: 160px;
  }
  .custom-css .media-grid .image-grid.icons .blocks .block .image-container {
    margin: 20px auto;
  }
  @-webkit-keyframes auto-scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    }
  }
  @keyframes auto-scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    }
  }
}
.custom-css .feature {
  margin-left: calc(-50vw + 50%);
  position: relative;
  width: 100vw;
}
.custom-css .feature:hover .feature-inner.center .right .slick-next,
.custom-css .feature:hover .feature-inner.center .right .slick-prev {
  opacity: 1;
}
.custom-css .feature.grey-background {
  background-color: #f2f3f4;
}
.custom-css .feature.pink-blue {
  background: linear-gradient(91.89deg, #e60188 -13.87%, #298dda 100.42%);
}
.custom-css .feature.pink-blue .feature-inner .left .caption,
.custom-css .feature.pink-blue .feature-inner .left .copy h2,
.custom-css .feature.pink-blue .feature-inner .left .copy p,
.custom-css .feature.pink-blue .feature-inner .left .copy ul,
.custom-css .feature.pink-blue .feature-inner .left .title h2,
.custom-css .feature.pink-blue .feature-inner .left .title p,
.custom-css .feature.pink-blue .feature-inner .left .title ul {
  color: #fff;
}
.custom-css .feature.pink-blue .feature-inner .left .cta-buttons {
  margin-top: 30px;
}
.custom-css .feature.pink-blue .feature-inner .left .cta-buttons .flip-button {
  color: #fff;
}
.custom-css .feature.pink-blue .feature-inner .left .cta-buttons a:hover {
  background: hsla(0, 0%, 100%, 0);
  border-color: #fff;
  color: #fff;
}
.custom-css .feature .feature-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin: auto;
  max-width: 1440px;
}
.custom-css .feature .feature-inner.right-text .left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.custom-css .feature .feature-inner.center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: block;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.custom-css .feature .feature-inner.center .left {
  max-width: 100%;
}
.custom-css .feature .feature-inner.center .left .title {
  margin: auto;
  padding-bottom: 20px;
}
@media (max-width: 660px) {
  .custom-css .feature .feature-inner.center .left .title {
    text-align: left;
    width: 100%;
  }
}
.custom-css .feature .feature-inner.center .left .copy {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 660px) {
  .custom-css .feature .feature-inner.center .left .copy {
    text-align: left;
  }
}
.custom-css .feature .feature-inner.center .left .cta-buttons {
  margin: auto;
  padding-bottom: 40px;
}
.custom-css .feature .feature-inner.center .left .caption {
  margin: auto;
}
.custom-css .feature .feature-inner.center .right {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  max-height: none;
  max-width: 100%;
  padding-bottom: 0;
}
@media (max-width: 960px) {
  .custom-css .feature .feature-inner.center .right {
    max-width: 100%;
  }
}
.custom-css .feature .feature-inner.center .right img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.custom-css .feature .feature-inner.center .right .image-carousel img {
  border-radius: 30px;
  height: 100%;
  margin: auto;
  width: 100%;
}
.custom-css .feature .feature-inner.center .right .image-carousel .slick-dots {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  text-align: center;
}
.custom-css .feature .feature-inner.center .right .image-carousel .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.custom-css .feature .feature-inner.center .right .image-carousel .slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 20px;
}
.custom-css .feature .feature-inner.center .right .image-carousel .slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  color: #c4c4c4;
  content: "•";
  font-size: 40px;
  height: 20px;
  left: 0;
  line-height: 40px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.custom-css .feature .feature-inner.center .right .image-carousel .slick-dots li.slick-active button:before {
  color: #404040;
  opacity: 0.75;
}
.custom-css .feature .feature-inner.center .right .slick-next,
.custom-css .feature .feature-inner.center .right .slick-prev {
  background: hsla(0, 0%, 100%, 0);
  border: 1px solid #000;
  height: 100px;
  margin-top: 210px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 50px;
  z-index: 2;
}
.custom-css .feature .feature-inner.center .right .slick-next:hover,
.custom-css .feature .feature-inner.center .right .slick-prev:hover {
  background-color: #000;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-css .feature .feature-inner.center .right .slick-next:hover:before,
.custom-css .feature .feature-inner.center .right .slick-prev:hover:before {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .custom-css .feature .feature-inner.center .right .slick-next,
  .custom-css .feature .feature-inner.center .right .slick-prev {
    display: none !important;
  }
}
.custom-css .feature .feature-inner.center .right .slick-prev {
  border-radius: 0 50px 50px 0;
  margin-right: -50px;
  right: 100%;
  top: 25%;
}
.custom-css .feature .feature-inner.center .right .slick-prev:before {
  color: #000;
  content: "\f104";
  font-family: FontAwesome;
  font-size: 30px;
  margin-right: 10px;
}
.custom-css .feature .feature-inner.center .right .chevron-visible {
  background: transparent;
  opacity: 1;
}
.custom-css .feature .feature-inner.center .right .slick-next {
  border-radius: 50px 0 0 50px;
  right: 0;
  top: 25%;
}
.custom-css .feature .feature-inner.center .right .slick-next:before {
  color: #000;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 30px;
  margin-left: 10px;
}
.custom-css .feature .feature-inner .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 400px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.custom-css .feature .feature-inner .right img {
  height: 400px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
}
.custom-css .feature .feature-inner .right video {
  height: 400px;
  width: 100%;
}
.custom-css .feature .feature-inner .right.wistia-video {
  max-width: 50%;
}
@media (max-width: 660px) {
  .custom-css .feature .feature-inner .right.wistia-video {
    max-width: 100%;
    width: 360px;
  }
}
.custom-css .feature .feature-inner .right.shadow img,
.custom-css .feature .feature-inner .right.shadow video {
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.15));
}
.custom-css .feature .feature-inner .right.no-shadow img,
.custom-css .feature .feature-inner .right.no-shadow video {
  -webkit-filter: none;
  filter: none;
}
.custom-css .feature .feature-inner .left {
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 400px;
}
.custom-css .feature .feature-inner .left .cta-buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 660px) {
  .custom-css .feature .feature-inner .left .cta-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
.custom-css .feature .feature-inner .left .caption {
  color: #f5333f;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin: 0;
}
.custom-css .feature .feature-inner .left .caption.grey {
  color: #969ea7;
}
.custom-css .feature .feature-inner .left .title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 20px;
}
.custom-css .feature .feature-inner .left .title .title-icon {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  margin-right: 10px;
  padding: 15px;
}
.custom-css .feature .feature-inner .left .title .title-icon img {
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 30px;
}
.custom-css .feature .feature-inner .left .title h2 {
  margin: 0;
}
.custom-css .feature .feature-inner .left .title h2.large {
  font-size: 55px;
  line-height: 65px;
}
@media (max-width: 660px) {
  .custom-css .feature .feature-inner .left .title h2.large {
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
  }
}
.custom-css .feature .feature-inner .left .title h2.gradient {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(91.89deg, #e60188 -13.87%, #298dda 100.42%);
  -webkit-background-clip: text;
  margin-bottom: -5px;
  padding-bottom: 5px;
}
.custom-css .feature .feature-inner .left .copy {
  max-width: 430px;
}
.custom-css .feature .feature-inner .left .copy.medium p {
  font-size: 24px;
  line-height: 31px;
}
.custom-css .feature .feature-inner .left .copy.large p {
  font-size: 32px;
  line-height: 42px;
}
@media (max-width: 660px) {
  .custom-css .feature .feature-inner .left .copy p {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 27px !important;
  }
}
.custom-css .feature .feature-inner .left .logo-description {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.custom-css .feature .feature-inner .left .logo-description img {
  height: 35px;
}
.custom-css .feature .feature-inner .left .logo-description p {
  border-left: 1px solid #eaebed;
  margin-bottom: 0;
  padding: 5px 20px;
}
@media (max-width: 960px) {
  .custom-css .feature .feature-inner .left {
    max-width: 340px;
  }
  .custom-css .feature .feature-inner .right {
    max-width: 468px;
  }
  .custom-css .feature .feature-inner .right img,
  .custom-css .feature .feature-inner .right video {
    height: 220px;
  }
}
@media (max-width: 770px) {
  .custom-css .feature .feature-inner .left h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 660px) {
  .custom-css .feature .feature-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .custom-css .feature .feature-inner .right {
    max-width: none;
    padding-bottom: 30px;
    padding-right: 0;
    width: 100%;
  }
  .custom-css .feature .feature-inner .right img,
  .custom-css .feature .feature-inner .right video {
    height: 200px;
    width: auto;
  }
  .custom-css .feature .feature-inner .left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    max-width: none;
    order: 2;
    width: 100%;
  }
  .custom-css .feature .feature-inner .left .title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .custom-css .feature .feature-inner .left .title h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .custom-css .feature .feature-inner .left .copy {
    max-width: 100%;
  }
  .custom-css .feature .feature-inner .left .cta-button {
    width: 100%;
  }
}
.custom-css .bulletin-banner.grey {
  background: #f2f3f4;
  margin-left: calc(-50vw + 50%);
  position: relative;
  width: 100vw;
}
.custom-css .bulletin-banner.grey .banner-inner {
  background-color: #fff;
}
.custom-css .bulletin-banner.no-top-padding {
  padding-top: 0 !important;
}
.custom-css .bulletin-banner .banner-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1440px;
  padding: 30px;
  width: 100%;
}
@media (max-width: 819px) {
  .custom-css .bulletin-banner .banner-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
.custom-css .bulletin-banner .banner-inner.white {
  border: 1px solid #eaebed;
}
.custom-css .bulletin-banner .banner-inner.white .text h4 {
  color: #000;
}
.custom-css .bulletin-banner .banner-inner.white .text p {
  color: #667082;
  font-size: 18px;
  line-height: 27px;
}
.custom-css .bulletin-banner .banner-inner.gradient-animation .text p {
  font-size: 18px;
  line-height: 27px;
}
.custom-css .bulletin-banner .banner-inner.gradient-animation .text * {
  color: #fff;
}
.custom-css .bulletin-banner .banner-inner.blue-green-gradient {
  background: -webkit-gradient(linear, left top, right top, color-stop(23.65%, #2ea3f2), color-stop(131.39%, #20bf55));
  background: linear-gradient(90deg, #2ea3f2 23.65%, #20bf55 131.39%);
}
.custom-css .bulletin-banner .banner-inner.blue-green-gradient .text * {
  color: #fff;
}
.custom-css .bulletin-banner img {
  background: #fff;
  border-radius: 8px;
  height: 140px;
  width: 140px;
}
@media (max-width: 660px) {
  .custom-css .bulletin-banner img {
    height: 100px;
    width: 100px;
  }
}
.custom-css .bulletin-banner .text {
  color: #fff;
  max-width: 970px;
  width: 100%;
}
.custom-css .bulletin-banner .text h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
}
.custom-css .bulletin-banner .text p {
  color: #fff;
}
@media (max-width: 960px) {
  .custom-css .bulletin-banner .text p {
    margin-bottom: 0;
  }
}
.custom-css .bulletin-banner a {
  min-width: 133px;
}
@media (max-width: 770px) {
  .custom-css .bulletin-banner a {
    width: 100%;
  }
}
.custom-css .bulletin-banner a:focus,
.custom-css .bulletin-banner a:hover {
  background-color: hsla(0, 0%, 100%, 0) !important;
}
.custom-css .image-cards {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto auto auto calc(-50vw + 50%);
  position: relative;
  width: 100vw;
}
.custom-css .image-cards.grey-background {
  background-color: #fbfbfb;
}
.custom-css .image-cards .heading {
  padding-bottom: 50px;
  padding-right: 20px;
  text-align: center;
}
@media (max-width: 660px) {
  .custom-css .image-cards .heading {
    text-align: left;
  }
}
.custom-css .image-cards .heading h3 {
  color: #667082;
  margin: auto;
  max-width: 935px;
}
@media (max-width: 770px) {
  .custom-css .image-cards .heading h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.custom-css .image-cards .copy {
  padding-bottom: 60px;
  text-align: center;
}
.custom-css .image-cards .copy > * {
  margin: 20px 0;
}
.custom-css .image-cards .buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 770px) {
  .custom-css .image-cards .buttons {
    margin-top: 40px;
  }
}
@media (max-width: 660px) {
  .custom-css .image-cards .buttons {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
    padding-right: 20px;
  }
}
.custom-css .image-cards .buttons .cta-button,
.custom-css .image-cards .buttons .cta-link {
  cursor: pointer;
}
@media (max-width: 660px) {
  .custom-css .image-cards .buttons .cta-button,
  .custom-css .image-cards .buttons .cta-link {
    text-align: center;
    width: 100%;
  }
}
.custom-css .image-cards .cards {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 33px;
  justify-content: center;
  scroll-behavior: smooth;
  scroll-padding-left: 20px;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.custom-css .image-cards .cards::-webkit-scrollbar {
  display: none !important;
}
@media (max-width: 1200px) {
  .custom-css .image-cards .cards {
    gap: 20px;
  }
}
@media (max-width: 770px) {
  .custom-css .image-cards .cards {
    scroll-padding-left: 0;
  }
}
@media (max-width: 660px) {
  .custom-css .image-cards .cards {
    padding-bottom: 40px !important;
  }
}
.custom-css .image-cards .cards a:hover {
  text-decoration: none;
}
.custom-css .image-cards .cards .card {
  -webkit-box-flex: 1;
  background-color: #fff;
  background-repeat: no-repeat;
  border: 1px solid #eaebed;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 1;
  flex: 1;
  max-width: 214px;
  min-width: 214px;
  padding-top: 18px;
  scroll-snap-align: start;
  text-align: center;
}
.custom-css .image-cards .cards .card > * {
  margin: 10px 0;
}
@media (min-width: 970px) {
  .custom-css .image-cards .cards .card:hover {
    background-clip: padding-box, border-box;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, color-stop(6%, #f77300), color-stop(80%, #f5333f));
    background-image: linear-gradient(#fff, #fff), linear-gradient(180deg, #f77300 6%, #f5333f 80%);
    background-origin: border-box;
    border: 1px solid transparent;
    -webkit-box-shadow: 0.5px 1.5px 20px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0.5px 1.5px 20px 1px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1152px) and (min-width: 961px) {
  .custom-css .image-cards .cards .card {
    max-width: 210px;
    min-width: 210px;
  }
}
.custom-css .image-cards .cards .card .card-image img {
  border-radius: 8px;
  height: 233px;
  width: 182px;
  z-index: 1;
}
.custom-css .image-cards .cards .card .icon-text {
  position: relative;
  z-index: 2;
}
.custom-css .image-cards .cards .card .icon-text .icon {
  background-color: #eaebed;
  border-radius: 50px;
  height: 100px;
  margin: -66px auto auto;
  padding-top: 34px;
  position: relative;
  width: 100px;
}
.custom-css .image-cards .cards .card .icon-text .icon img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-height: 40px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.custom-css .image-cards .cards .card .text {
  margin-top: 20px;
}
.custom-css .image-cards .cards .card .text h6 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
}
.custom-css .image-cards .cards .card .text p {
  word-wrap: break-word;
  padding: 0 30px;
}
.custom-css .image-cards .cards.wide {
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
  gap: 15px;
}
.custom-css .image-cards .cards.wide a .card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-width: 270px;
}
@media (max-width: 1430px) {
  .custom-css .image-cards .cards.wide a .card {
    min-width: 220px;
  }
}
@media (max-width: 1185px) {
  .custom-css .image-cards .cards.wide a .card {
    min-width: 180px;
  }
}
@media (max-width: 970px) {
  .custom-css .image-cards .cards.wide a .card {
    min-width: 270px;
  }
}
.custom-css .image-cards .cards.wide a .card .text {
  gap: 15px;
  padding: 0 15px;
}
.custom-css .image-cards .featured-images {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  justify-content: center;
  margin: auto;
  max-width: 1440px;
  scroll-behavior: smooth;
  scroll-padding-left: 20px;
  scroll-padding-left: 0;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  text-align: center;
}
.custom-css .image-cards .featured-images .card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border: none;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  scroll-snap-align: start;
  width: 240px;
}
.custom-css .image-cards .featured-images .card:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-css .image-cards .featured-images .card img {
  height: 360px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 240px;
}
@media (max-width: 1040px) {
  .custom-css .image-cards .cards {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 15px;
  }
}
@media (max-width: 960px) {
  .custom-css .image-cards.module {
    padding-right: 0 !important;
  }
  .custom-css .image-cards .cards {
    overflow-x: scroll;
  }
  .custom-css .image-cards .cards,
  .custom-css .image-cards .featured-images {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-y: hidden;
  }
  .custom-css .image-cards .featured-images {
    padding-right: 20px;
    width: 100%;
  }
  .custom-css .image-cards .featured-images::-webkit-scrollbar {
    display: none;
  }
  .custom-css .image-cards .featured-images .card {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.custom-css .accordion-container {
  margin: 0 15px;
  padding: 100px 0;
}
@media (max-width: 1440px) and (min-width: 1151px) {
  .custom-css .accordion-container {
    padding: 100px 85px;
  }
}
@media (max-width: 1150px) and (min-width: 961px) {
  .custom-css .accordion-container {
    padding: 100px 35px;
  }
}
.custom-css .accordion-container h3 {
  text-align: center;
}
.custom-css .accordion-container h5 {
  color: #667082;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 660px) {
  .custom-css .accordion-container h3,
  .custom-css .accordion-container h5 {
    text-align: left;
  }
}
.custom-css .accordion-container .accordion-block {
  margin-top: 60px;
}
.custom-css .accordion-container .accordion-block.columns-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-css .accordion-container .accordion-block.columns-2 .box-container {
  width: 50%;
}
.custom-css .accordion-container .drawer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  min-height: 70px;
  padding: 10px 32px 10px 30px;
}
.custom-css .accordion-container .drawer.icon-left img {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  border-radius: 0;
  -o-object-fit: contain;
  object-fit: contain;
  order: -1;
}
@media (max-width: 660px) {
  .custom-css .accordion-container .drawer.icon-left img {
    width: 30px;
  }
}
.custom-css .accordion-container .drawer.icon-left .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
}
@media (max-width: 660px) {
  .custom-css .accordion-container .drawer.icon-left .title {
    font-size: 18px;
    line-height: 27px;
  }
}
.custom-css .accordion-container .drawer .count {
  color: #e60188;
  font-weight: 600;
  min-width: 50px;
}
.custom-css .accordion-container .drawer .title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 600;
  margin-right: 50px;
}
.custom-css .accordion-container .drawer img {
  border-radius: 50%;
  height: 50px;
  margin-left: auto;
  margin-right: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 50px;
}
.custom-css .accordion-container .drawer:after {
  color: #000;
  content: "\f105";
  float: right;
  font-family: FontAwesome;
  font-size: 25px;
  margin-left: 5px;
  right: 90px;
  width: 0;
}
.custom-css .accordion-container .active-drawer:after {
  color: #000;
  content: "\f107";
  float: right;
  font-family: FontAwesome;
  margin-left: 5px;
}
.custom-css .accordion-container .box {
  border: 1px solid #f2f3f4;
  border-radius: 3px;
  margin: 30px 0;
}
.custom-css .accordion-container .panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  height: 0;
  overflow: hidden;
  -webkit-transition: padding-top 0.2s !important;
  transition: padding-top 0.2s !important;
}
.custom-css .accordion-container .panel * {
  color: #000;
  font-size: 18px;
}
.custom-css .accordion-container .with-count .panel {
  padding-left: 80px;
}
.custom-css .accordion-container .open {
  height: auto;
  padding: 20px 10px 10px 30px;
}
.custom-css .accordion-container .open * {
  color: #667082;
}
.custom-css .accordion-container .open * a {
  color: #2ea3f2;
  text-decoration: underline;
}
.custom-css .accordion-container .button {
  margin: 30px 15px 0;
}
@media (max-width: 770px) {
  .custom-css .accordion-container .button {
    margin: 60px 0 0;
  }
}
.custom-css .accordion-container .button a {
  display: block;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 770px) {
  .custom-css .accordion-container .button a {
    width: 100%;
  }
}
@media (max-width: 769px) {
  .custom-css .accordion-container {
    padding: 60px 0;
  }
  .custom-css .accordion-container .accordion-block.columns-2 {
    display: block;
    width: 100%;
  }
  .custom-css .accordion-container .box-container {
    width: 100% !important;
  }
}
.custom-css .vertical-block-slider {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 110px;
  max-width: 1440px;
}
@media (max-width: 1440px) and (min-width: 961px) {
  .custom-css .vertical-block-slider {
    gap: 70px;
  }
}
@media (max-width: 770px) {
  .custom-css .vertical-block-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .custom-css .vertical-block-slider .left {
    margin-bottom: 60px;
  }
}
@media (min-width: 770px) {
  .custom-css .vertical-block-slider .left {
    max-width: 490px;
    position: sticky;
    top: 280px;
  }
}
.custom-css .vertical-block-slider .right {
  width: 100vw;
}
@media (max-width: 770px) {
  .custom-css .vertical-block-slider .right {
    padding-right: 20px;
  }
}
.custom-css .vertical-block-slider .left {
  width: 100%;
}
.custom-css .vertical-block-slider .left p {
  font-weight: 300;
  padding-bottom: 25px;
}
.custom-css .vertical-block-slider .copy {
  padding: 100px 80px 50px;
  text-align: center;
}
.custom-css .vertical-block-slider .copy > * {
  margin: 20px 0;
}
.custom-css .vertical-block-slider .copy h2 {
  padding: 0 20px;
}
.custom-css .vertical-block-slider .blocks {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  overflow-x: scroll;
  padding: 10px;
  scroll-behavior: smooth;
  scroll-padding-left: 20px;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.custom-css .vertical-block-slider .blocks::-webkit-scrollbar {
  display: none !important;
}
@media (max-width: 770px) {
  .custom-css .vertical-block-slider .blocks {
    gap: 20px;
    padding-right: 20px !important;
  }
}
.custom-css .vertical-block-slider .blocks .block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  background-color: #f2f3f4;
  border: 1px solid #f2f3f4;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 50px;
  max-width: 780px;
  min-width: 290px;
  padding: 50px;
  scroll-snap-align: start;
  width: 100%;
}
.custom-css .vertical-block-slider .blocks .block:hover {
  background-clip: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f3f4), to(#f2f3f4)), -webkit-gradient(linear, left top, left bottom, color-stop(6%, #f77300), color-stop(80%, #f5333f));
  background-image: linear-gradient(#f2f3f4, #f2f3f4), linear-gradient(180deg, #f77300 6%, #f5333f 80%);
  background-origin: border-box;
  border-color: hsla(0, 0%, 100%, 0);
  -webkit-box-shadow: 0.5px 1.2px 9px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0.5px 1.2px 9px 3px rgba(0, 0, 0, 0.12);
}
@media (max-width: 1440px) {
  .custom-css .vertical-block-slider .blocks .block:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
}
.custom-css .vertical-block-slider .blocks .block.white-background {
  background-color: #fff;
  padding: 50px;
}
.custom-css .vertical-block-slider .blocks .block.white-background:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, color-stop(6%, #f77300), color-stop(80%, #f5333f));
  background-image: linear-gradient(#fff, #fff), linear-gradient(180deg, #f77300 6%, #f5333f 80%);
}
@media (max-width: 1100px) {
  .custom-css .vertical-block-slider .blocks .block {
    padding: 40px;
  }
}
@media (max-width: 960px) {
  .custom-css .vertical-block-slider .blocks .block {
    gap: 40px;
    padding: 30px;
  }
}
@media (max-width: 959px) {
  .custom-css .vertical-block-slider .blocks .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.custom-css .vertical-block-slider .blocks .block .block-image {
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-content: center;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 170px;
  justify-content: center;
  min-width: 170px;
  width: 170px;
}
.custom-css .vertical-block-slider .blocks .block .block-image img {
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1100px) {
  .custom-css .vertical-block-slider .blocks .block .block-image {
    max-height: 110px;
    max-width: 110px;
    min-height: 110px;
    min-width: 110px;
  }
}
@media (max-width: 960px) {
  .custom-css .vertical-block-slider .blocks .block .block-image {
    max-height: 70px;
    max-width: 70px;
    min-height: 70px;
    min-width: 70px;
  }
}
.custom-css .vertical-block-slider .blocks .block p {
  font-weight: 300;
}
@media (max-width: 960px) {
  .custom-css .vertical-block-slider .copy {
    padding: 50px;
  }
  .custom-css .vertical-block-slider .copy h1 {
    padding: 0;
  }
  .custom-css .vertical-block-slider .left-aligned {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .custom-css .vertical-block-slider .left-aligned .block {
    border: 1px solid #f2f3f4;
  }
}
@media (max-width: 770px) {
  .custom-css .vertical-block-slider .copy > * {
    margin: 10px 0;
  }
  .custom-css .vertical-block-slider .copy h2 {
    font-size: 26px;
    line-height: 34px;
    padding: 0 20px;
    text-align: left;
  }
  .custom-css .vertical-block-slider .blocks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 5px;
  }
  .custom-css .vertical-block-slider .blocks .block {
    text-align: left;
  }
}
@media (max-width: 600px) {
  .custom-css .vertical-block-slider .copy {
    text-align: left;
  }
  .custom-css .vertical-block-slider .copy h2 {
    padding: 0;
  }
}
.custom-css .case-study-slider {
  margin-left: calc(-50vw + 50%);
  position: relative;
  width: 100vw;
}
.custom-css .case-study-slider.pink-blue-static-gradient {
  background: linear-gradient(91.89deg, #e60188 -13.87%, #298dda 100.42%);
}
.custom-css .case-study-slider.pink-blue-static-gradient .case-study-outer-container .module-copy,
.custom-css .case-study-slider.pink-blue-static-gradient .case-study-outer-container .module-title {
  color: #fff;
}
.custom-css .case-study-slider.pink-blue-static-gradient .case-study-outer-container h4 {
  font-weight: 400 !important;
}
.custom-css .case-study-slider.pink-blue-static-gradient .case-study-outer-container .slick-slide {
  margin-top: 60px;
}
.custom-css .case-study-slider.pink-blue-static-gradient .case-study-outer-container .slider-section {
  background-color: #fff;
  border-radius: 10px;
}
.custom-css .case-study-slider.pink-blue-static-gradient .case-study-outer-container .slider-section .left hr {
  display: none;
}
.custom-css .case-study-slider.pink-blue-static-gradient .case-study-outer-container .slider-section .left .titles {
  display: block;
}
.custom-css .case-study-slider.pink-blue-static-gradient .case-study-outer-container .slider-section .left .titles h2 {
  font-size: 32px;
  line-height: 42px;
  padding-right: 0;
  text-align: left;
}
.custom-css .case-study-slider.pink-blue-static-gradient .case-study-outer-container .slider-section .left .titles p {
  color: #667082;
  font-size: 22px;
  line-height: 31px;
  max-width: 100%;
}
.custom-css .case-study-slider.pink-blue-static-gradient .case-study-outer-container .slick-dots li.slick-active button:before {
  color: #000;
  opacity: 1;
}
.custom-css .case-study-slider.pink-blue-static-gradient .case-study-outer-container .slick-dots li button:before {
  color: #eaebed;
  opacity: 1;
}
.custom-css .case-study-slider h2,
.custom-css .case-study-slider h4 {
  margin: 0 15px;
  text-align: center;
}
.custom-css .case-study-slider .slick-slide {
  margin: 70px 100px 40px;
}
.custom-css .case-study-slider .case-study-outer-container {
  margin: auto;
  max-width: 1440px;
}
.custom-css .case-study-slider .case-study-outer-container .case-study-slider-container a,
.custom-css .case-study-slider .case-study-outer-container .case-study-slider-container a:hover {
  color: inherit;
  text-decoration: none;
}
.custom-css .case-study-slider .case-study-outer-container a:focus {
  outline: none;
}
.custom-css .case-study-slider .case-study-outer-container .slider-section {
  background: #f2f3f4;
  border: 1px solid #eaebed;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 64px;
  padding: 100px;
}
.custom-css .case-study-slider .case-study-outer-container .slider-section .left {
  width: 273px;
}
.custom-css .case-study-slider .case-study-outer-container .slider-section .left img {
  height: 100px;
  margin-bottom: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.custom-css .case-study-slider .case-study-outer-container .slider-section .left .titles {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.custom-css .case-study-slider .case-study-outer-container .slider-section .left .titles h2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 40px;
  line-height: 60px;
  margin-left: 0;
  padding-right: 30px;
}
.custom-css .case-study-slider .case-study-outer-container .slider-section .left .titles p {
  -webkit-box-flex: 1;
  color: #000;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  max-width: 130px;
}
.custom-css .case-study-slider .case-study-outer-container .slider-section .left hr {
  margin: 30px 0;
}
.custom-css .case-study-slider .case-study-outer-container .slider-section .right {
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  -o-object-fit: cover;
  object-fit: cover;
}
.custom-css .case-study-slider .case-study-outer-container .slider-section .right .copy {
  color: #000;
  min-height: 163px;
}
.custom-css .case-study-slider .case-study-outer-container .slider-section .right .client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-css .case-study-slider .case-study-outer-container .slider-section .right .client img {
  border-radius: 50%;
  height: 54px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 54px;
}
.custom-css .case-study-slider .case-study-outer-container .slider-section .right .client .details {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
}
.custom-css .case-study-slider .case-study-outer-container .slider-section .right .client .details p:first-child {
  color: #000;
  font-weight: 500;
  line-height: 24px;
}
.custom-css .case-study-slider .case-study-outer-container .slider-section .right .client .details p {
  color: #000;
  font-size: 16px;
  line-height: 21px;
  margin: 0;
  padding-left: 37px;
}
.custom-css .case-study-slider .case-study-outer-container .slider-section.empty-left .left {
  display: none;
}
.custom-css .case-study-slider .case-study-outer-container .slider-section.empty-left .right {
  width: 100%;
}
@media (min-width: 771px) {
  .custom-css .case-study-slider .case-study-outer-container .slider-section.empty-left .right .copy {
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
  }
}
.custom-css .case-study-slider .case-study-outer-container .slick-dots {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  text-align: center;
}
.custom-css .case-study-slider .case-study-outer-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.custom-css .case-study-slider .case-study-outer-container .slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 20px;
}
.custom-css .case-study-slider .case-study-outer-container .slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  color: #c4c4c4;
  content: "•";
  font-size: 40px;
  height: 20px;
  left: 0;
  line-height: 40px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.custom-css .case-study-slider .case-study-outer-container .slick-dots li.slick-active button:before {
  color: #404040;
  opacity: 0.75;
}
.custom-css .case-study-slider .case-study-outer-container .slick-arrow:after {
  background-color: #fbfbfb;
  border: 1px solid #fbfbfb;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  font-family: FontAwesome;
  font-size: 30px;
  padding: 10px 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
}
.custom-css .case-study-slider .case-study-outer-container .slick-arrow:hover:after {
  background-color: #fff;
  border: 1px solid #000;
}
.custom-css .case-study-slider .case-study-outer-container .prev:after {
  content: "\f104";
}
.custom-css .case-study-slider .case-study-outer-container .next:after {
  content: "\f105";
  right: 0;
}
@media (max-width: 1240px) {
  .custom-css .case-study-slider .case-study-outer-container .slider-section {
    padding: 70px 50px;
  }
}
@media (max-width: 1049px) {
  .custom-css .case-study-slider .case-study-outer-container .slick-list {
    padding: 0 15% 0 0 !important;
  }
  .custom-css .case-study-slider .case-study-outer-container .case-study-slider-container {
    padding-top: 50px;
  }
  .custom-css .case-study-slider .case-study-outer-container .case-study-slider-container .left,
  .custom-css .case-study-slider .case-study-outer-container .case-study-slider-container .right {
    width: 100% !important;
  }
  .custom-css .case-study-slider .case-study-outer-container .case-study-slider-container .slider-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    padding: 30px;
  }
  .custom-css .case-study-slider .case-study-outer-container .case-study-slider-container .slider-section .left .titles p {
    max-width: unset;
  }
  .custom-css .case-study-slider .case-study-outer-container .case-study-slider-container .slick-slide {
    margin: 0 12.5px 30px;
  }
}
@media (max-width: 770px) {
  .custom-css .case-study-slider .case-study-outer-container .module-copy {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
  }
  .custom-css .case-study-slider .case-study-outer-container ul.slick-dots {
    -webkit-padding-start: 5px;
    padding-inline-start: 5px;
    text-align: left !important;
  }
  .custom-css .case-study-slider .case-study-outer-container .slick-list {
    padding: 0 !important;
  }
  .custom-css .case-study-slider .case-study-outer-container .module-copy,
  .custom-css .case-study-slider .case-study-outer-container .module-title {
    text-align: left;
  }
}
@media (max-width: 538px) {
  .custom-css .case-study-slider .case-study-outer-container .slider-section {
    min-height: 412px;
  }
  .custom-css .case-study-slider .case-study-outer-container .slider-section .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .custom-css .case-study-slider .case-study-outer-container .slider-section .right .copy {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.custom-css .latest-posts {
  padding-top: 10px !important;
}
.custom-css .latest-posts .posts {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  justify-content: space-between;
  margin: 0 -40px -40px;
  overflow-x: scroll;
  padding: 50px 40px 40px;
  scroll-behavior: smooth;
  scroll-padding-left: 40px;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.custom-css .latest-posts .posts::-webkit-scrollbar {
  display: none !important;
}
.custom-css .latest-posts .horizontal-post {
  margin: 0 -40px -40px;
  padding: 30px 40px 40px;
}
@media (min-width: 660px) {
  .custom-css .latest-posts .horizontal-post .insight-content-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .custom-css .latest-posts .horizontal-post .insight-content-card .image-container,
  .custom-css .latest-posts .horizontal-post .insight-content-card > img {
    height: 330px;
    width: 65%;
  }
  .custom-css .latest-posts .horizontal-post .insight-content-card .image-container img,
  .custom-css .latest-posts .horizontal-post .insight-content-card > img img {
    height: 100%;
  }
  .custom-css .latest-posts .horizontal-post .insight-content-card .copy {
    border-left: 1px solid #eaebed;
    border-top: 0;
    max-height: 100%;
    width: 35%;
  }
  .custom-css .latest-posts .horizontal-post .insight-content-card .copy p {
    -webkit-line-clamp: 5;
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    max-height: 230px;
  }
  .custom-css .latest-posts .horizontal-post .insight-content-card .copy .byline {
    -webkit-line-clamp: 3;
    max-height: 140px;
    min-height: 140px;
  }
}
@media (min-width: 961px) and (max-width: 1150px) {
  .custom-css .latest-posts .horizontal-post .insight-content-card .image-container,
  .custom-css .latest-posts .horizontal-post .insight-content-card > img {
    height: 282px;
  }
  .custom-css .latest-posts .horizontal-post .insight-content-card .copy p {
    -webkit-line-clamp: 4;
    max-height: 184px;
  }
}
@media (min-width: 660px) and (max-width: 960px) {
  .custom-css .latest-posts .horizontal-post .insight-content-card .image-container,
  .custom-css .latest-posts .horizontal-post .insight-content-card > img {
    height: 268px;
  }
  .custom-css .latest-posts .horizontal-post .insight-content-card .copy p {
    -webkit-line-clamp: 4;
    font-size: 32px;
    line-height: 42px;
    max-height: 184px;
  }
}
@media (max-width: 1150px) {
  .custom-css .latest-posts .posts {
    gap: 30px;
    padding-top: 30px;
  }
  .custom-css .latest-posts .horizontal-post .insight-content-card .copy .byline {
    -webkit-line-clamp: 2;
    max-height: 86px;
    min-height: 86px;
  }
}
@media (max-width: 660px) {
  .custom-css .latest-posts .posts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    padding-top: 30px;
  }
  .custom-css .latest-posts .horizontal-post .insight-content-card .copy .byline {
    max-height: 66px;
    min-height: 66px;
  }
}
.custom-css .page-template-page-content-entry .featured-series {
  background-color: #fff;
}
.custom-css .page-template-page-content-entry .featured-series .featured-series-container {
  margin-bottom: 50px;
  margin-top: -50px;
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}
@media (max-width: 660px) {
  .custom-css .page-template-page-content-entry .featured-series .featured-series-container {
    margin-top: -30px;
  }
}
.custom-css .featured-series {
  margin-left: calc(-50vw + 50%);
  width: 100vw;
}
.custom-css .featured-series .featured-series-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1440px;
}
.custom-css .featured-series .featured-series-container .content-column {
  padding-right: 25px;
  width: 33%;
}
@media (max-width: 1140px) {
  .custom-css .featured-series .featured-series-container .content-column {
    padding-right: 15px;
  }
}
.custom-css .featured-series .featured-series-container .content-column h3 {
  margin-bottom: 30px;
}
@media (max-width: 841px) {
  .custom-css .featured-series .featured-series-container .content-column h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
  }
}
.custom-css .featured-series .featured-series-container .content-column h6 {
  color: #667082;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.custom-css .featured-series .featured-series-container .content-column .cta-link {
  display: none;
  font-weight: 500;
  line-height: 24px;
}
.custom-css .featured-series .featured-series-container .posts-column {
  margin-right: -25px;
  width: calc(67% + 25px);
}
@media (max-width: 1140px) {
  .custom-css .featured-series .featured-series-container .posts-column {
    margin-right: -15px;
    width: calc(67% + 15px);
  }
}
.custom-css .featured-series .featured-series-container .posts-column .slick-list {
  margin: -40px 0;
  padding: 40px 0;
}
.custom-css .featured-series .featured-series-container .posts-column .slick-slide {
  padding: 0 25px;
}
@media (max-width: 1140px) {
  .custom-css .featured-series .featured-series-container .posts-column .slick-slide {
    padding: 0 15px;
  }
}
.custom-css .featured-series .featured-series-container .slick-dots {
  -webkit-padding-start: 25px;
  margin-top: 40px;
  padding-inline-start: 25px;
  text-align: left;
  width: inherit;
}
@media (max-width: 1140px) {
  .custom-css .featured-series .featured-series-container .slick-dots {
    -webkit-padding-start: 15px;
    padding-inline-start: 15px;
  }
}
.custom-css .featured-series .featured-series-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 10px;
}
.custom-css .featured-series .featured-series-container .slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 10px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 10px;
}
.custom-css .featured-series .featured-series-container .slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  background-color: hsla(0, 0%, 100%, 0);
  border: 1px solid #667082;
  border-radius: 50px;
  content: "•";
  font-size: 40px;
  height: 10px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 10px;
}
.custom-css .featured-series .featured-series-container .slick-dots li.slick-active button:before {
  background-color: #667082;
}
.custom-css .featured-series .featured-series-container .slick-next,
.custom-css .featured-series .featured-series-container .slick-prev {
  border: 1px solid #000;
  height: 100px;
  margin-top: 210px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 50px;
  z-index: 2;
}
.custom-css .featured-series .featured-series-container .slick-next:hover,
.custom-css .featured-series .featured-series-container .slick-prev:hover {
  background-color: #000;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-css .featured-series .featured-series-container .slick-next:hover:before,
.custom-css .featured-series .featured-series-container .slick-prev:hover:before {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .custom-css .featured-series .featured-series-container .slick-next,
  .custom-css .featured-series .featured-series-container .slick-prev {
    display: none !important;
  }
}
.custom-css .featured-series .featured-series-container .slick-prev {
  border-radius: 0 50px 50px 0;
  margin-right: -50px;
  right: 100%;
}
.custom-css .featured-series .featured-series-container .slick-prev:before {
  color: #000;
  content: "\f104";
  font-family: FontAwesome;
  font-size: 30px;
  margin-right: 10px;
}
.custom-css .featured-series .featured-series-container .chevron-visible {
  background: transparent;
  opacity: 1;
}
.custom-css .featured-series .featured-series-container .slick-next {
  border-radius: 50px 0 0 50px;
  right: 0;
}
.custom-css .featured-series .featured-series-container .slick-next:before {
  color: #000;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 30px;
  margin-left: 10px;
}
@media (max-width: 840px) {
  .custom-css .featured-series .featured-series-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom-css .featured-series .featured-series-container .content-column {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  .custom-css .featured-series .featured-series-container .content-column .copy {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .custom-css .featured-series .featured-series-container .content-column .cta-button {
    display: none;
  }
  .custom-css .featured-series .featured-series-container .content-column .cta-link {
    display: block;
  }
  .custom-css .featured-series .featured-series-container .posts-column {
    margin: 0 -20px;
    padding: 0 5px;
    width: calc(100% + 40px);
  }
  .custom-css .featured-series .featured-series-container .posts-column .slick-list {
    margin: -40px -5px;
    padding: 40px 5px;
  }
  .custom-css .featured-series .featured-series-container .posts-column .slick-slide {
    padding: 0 15px;
  }
  .custom-css .featured-series .featured-series-container .slick-slide {
    padding: 0 30px 0 0;
  }
  .custom-css .featured-series .featured-series-container .slick-list {
    padding: 0 10% 0 0;
  }
}
@media (max-width: 960px) {
  .custom-css .video-story-module {
    padding-right: 0;
  }
}
.custom-css .video-story-module h2 {
  padding-bottom: 100px;
  text-align: center;
}
@media (max-width: 960px) {
  .custom-css .video-story-module h2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 770px) {
  .custom-css .video-story-module h2 {
    padding-right: 20px;
  }
}
@media (max-width: 660px) {
  .custom-css .video-story-module h2 {
    padding-bottom: 40px;
    text-align: left;
  }
}
.custom-css .video-story-module .videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 267px;
}
.custom-css .video-story-module .videos > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .custom-css .video-story-module .videos {
    gap: 135px;
  }
}
@media (max-width: 1150px) {
  .custom-css .video-story-module .videos {
    gap: 80px;
  }
}
@media (max-width: 960px) {
  .custom-css .video-story-module .videos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0;
  }
}
@media (max-width: 659px) {
  .custom-css .video-story-module .videos {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.custom-css .video-story-module .left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-flex-preferred-size: 40%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-flex: 0;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  -ms-flex-positive: 0;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 40%;
  -ms-flex: none;
  flex: none;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-grow: 0;
  gap: 40px;
  justify-content: space-between;
  left: 0;
  max-width: 520px;
  min-width: 370px;
  order: 0;
  padding: 0;
  top: 25.78px;
}
@media (max-width: 1280px) and (min-width: 1101px) {
  .custom-css .video-story-module .left {
    max-width: 453px;
  }
}
@media (max-width: 1100px) {
  .custom-css .video-story-module .left {
    gap: 0;
    max-width: 360px;
  }
}
@media (max-width: 960px) {
  .custom-css .video-story-module .left {
    margin-top: 60px;
    max-width: 370px;
  }
}
@media (max-width: 959px) {
  .custom-css .video-story-module .left {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 50px;
    max-width: 100%;
    overflow-x: scroll;
    scroll-behavior: smooth;
  }
  .custom-css .video-story-module .left::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 660px) {
  .custom-css .video-story-module .left {
    gap: 30px;
  }
}
.custom-css .video-story-module .right {
  height: 345px;
  max-width: 613px;
  min-width: 429px;
}
@media (max-width: 1440px) and (min-width: 961px) {
  .custom-css .video-story-module .right {
    max-width: 640px;
  }
}
@media (max-width: 660px) {
  .custom-css .video-story-module .right {
    float: left;
    min-width: 320px;
  }
}
.custom-css .video-story-module .profile-frame {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  top: 0;
  width: 110px;
}
.custom-css .video-story-module .profile-frame .profile-image {
  border: 3px solid transparent;
  border-radius: 50px;
}
.custom-css .video-story-module .profile-frame.active .profile-image,
.custom-css .video-story-module .profile-frame:hover .profile-image {
  border-color: #f5333f;
}
.custom-css .video-story-module .profile-frame:hover {
  cursor: pointer;
}
.custom-css .video-story-module .profile-image {
  height: 90px;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 90px;
}
.custom-css .video-story-module .logo-image,
.custom-css .video-story-module .profile-image {
  -webkit-box-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
}
.custom-css .video-story-module .logo-image {
  height: 15px;
  margin-top: 20px !important;
  margin: auto;
  max-height: 15px;
}
.custom-css .cards.module {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  overflow-x: scroll !important;
  scroll-behavior: smooth;
  scroll-padding-left: 20px;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.custom-css .cards.module::-webkit-scrollbar {
  display: none !important;
}
.custom-css .cards.module.no-padding-top {
  margin-top: -20px;
  padding-top: 20px !important;
}
@media (max-width: 1431px) {
  .custom-css .cards.module {
    gap: 60px;
  }
}
@media (max-width: 979px) {
  .custom-css .cards.module {
    gap: 20px;
  }
}
@media (max-width: 770px) {
  .custom-css .cards.module {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.custom-css .cards.module .card {
  --card-height: 430px;
  --copy-max-lines: 9;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: var(--card-height);
  overflow: hidden;
  padding: 30px;
  position: relative;
  scroll-snap-align: start;
  width: 293px;
}
@media (max-width: 1431px) {
  .custom-css .cards.module .card {
    --card-height: 304px;
    --copy-max-lines: 6;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 410px;
  }
}
@media (max-width: 979px) {
  .custom-css .cards.module .card {
    --card-height: 389px;
    --copy-max-lines: 9;
    min-width: 355px;
  }
}
@media (max-width: 770px) {
  .custom-css .cards.module .card {
    --card-height: 430px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    min-width: auto;
  }
}
.custom-css .cards.module .card.active-cta {
  --copy-max-lines: 7;
}
@media (max-width: 1431px) {
  .custom-css .cards.module .card.active-cta {
    --copy-max-lines: 4;
  }
}
@media (max-width: 979px) {
  .custom-css .cards.module .card.active-cta {
    --copy-max-lines: 7;
  }
}
.custom-css .cards.module .card .title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.custom-css .cards.module .card .title h4 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 770px) {
  .custom-css .cards.module .card .title h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
  }
}
.custom-css .cards.module .card .title img {
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 60px;
}
.custom-css .cards.module .card .title.top-align {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-css .cards.module .card .title.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 20px;
}
.custom-css .cards.module .card .title.row-reverse.top-align {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.custom-css .cards.module .card .title .pill {
  background: #e60188;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  padding: 0 12px 2px;
}
.custom-css .cards.module .card h5 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 770px) {
  .custom-css .cards.module .card .cta-link {
    display: none;
  }
}
.custom-css .cards.module .card .cta-button {
  display: none;
}
@media (max-width: 770px) {
  .custom-css .cards.module .card .cta-button {
    display: block;
  }
}
.custom-css .cards.module .card .back-side {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #fff;
  border-radius: 8px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  opacity: 0;
  padding: 30px 30px 0;
  position: absolute;
  right: 0;
  top: var(--card-height);
  -webkit-transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
}
.custom-css .cards.module .card .back-side .back-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.custom-css .cards.module .card .back-side .back-title h5 {
  font-size: 23px;
  font-weight: 400;
  line-height: 31px;
  margin: 0 0 20px;
}
.custom-css .cards.module .card .back-side .back-title svg {
  cursor: pointer;
  height: 25px;
  width: 25px;
}
.custom-css .cards.module .card .back-side .back-title svg circle {
  stroke: #667082;
  -webkit-transition: stroke 0.2s ease-in;
  transition: stroke 0.2s ease-in;
}
.custom-css .cards.module .card .back-side .back-title svg path {
  fill: #667082;
  -webkit-transition: fill 0.2s ease-in;
  transition: fill 0.2s ease-in;
}
.custom-css .cards.module .card .back-side .back-title svg:focus circle,
.custom-css .cards.module .card .back-side .back-title svg:hover circle {
  stroke: #000;
}
.custom-css .cards.module .card .back-side .back-title svg:focus path,
.custom-css .cards.module .card .back-side .back-title svg:hover path {
  fill: #000;
}
.custom-css .cards.module .card .back-side p {
  -webkit-line-clamp: var(--copy-max-lines);
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  margin: 0 0 -15px;
  max-height: calc(var(--copy-max-lines) * 27px);
  overflow: hidden;
  padding-bottom: 20px;
}
.custom-css .cards.module .card .back-side .cta-button {
  display: block;
  margin-top: auto;
}
.custom-css .cards.module .card.flipped .back-side {
  opacity: 1;
  top: 0;
}
.custom-css .editors-picks-module {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}
.custom-css .editors-picks-module .editors-pick {
  -webkit-box-flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  justify-content: space-between;
  max-width: 433px;
}
@media (max-width: 1440px) {
  .custom-css .editors-picks-module .editors-pick {
    max-width: 380px;
  }
}
@media (max-width: 960px) {
  .custom-css .editors-picks-module .editors-pick {
    max-width: 240px;
  }
}
@media (max-width: 660px) {
  .custom-css .editors-picks-module .editors-pick {
    gap: 30px;
    max-width: 100%;
  }
}
.custom-css .editors-picks-module .header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  float: left;
  width: 100%;
}
.custom-css .editors-picks-module .header h2 {
  margin-bottom: 0;
  max-width: 270px;
  width: 100%;
}
@media (max-width: 770px) {
  .custom-css .editors-picks-module .header h2 {
    margin-bottom: 0;
    max-width: 170px;
  }
}
.custom-css .editors-picks-module .line {
  background-color: #969ea7;
  height: 1px;
  width: 100%;
}
.custom-css .editors-picks-module .header h2 {
  float: left;
}
.custom-css .editors-picks-module .picks {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 660px) {
  .custom-css .editors-picks-module .picks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
.custom-css .editors-picks-module .number {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: xx-large;
  font-size: 48px;
  line-height: 50px;
  padding: 0 10px 10px;
}
.custom-css .editors-picks-module .title-author {
  max-width: 363px;
  width: 100%;
}
@media (max-width: 660px) {
  .custom-css .editors-picks-module .title-author {
    max-width: 100%;
  }
}
.custom-css .editors-picks-module .title-author a {
  color: #000 !important;
}
.custom-css .editors-picks-module .title-author h6 {
  margin-top: 0;
}
.custom-css .editors-picks-module .title-author h6:hover {
  cursor: pointer;
  text-decoration: underline;
}
@media (max-width: 770px) {
  .custom-css .editors-picks-module .title-author h6 {
    font-size: 18px;
    line-height: 27px;
  }
}
.custom-css .editors-picks-module .title-author p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 660px) {
  .custom-css .editors-picks-module .title-author p {
    margin-bottom: 0;
  }
}
@media (max-width: 1440px) {
  .custom-css .editors-picks-module {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (max-width: 960px) {
  .custom-css .editors-picks-module {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 360px) {
  .custom-css .editors-picks-module .editors-pick {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 0;
  }
}
.custom-css .explore .cards {
  border-bottom: 1px solid #969ea7;
  gap: 31px;
  padding: 50px 0;
}
.custom-css .explore .cards,
.custom-css .explore .cards a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-css .explore .cards a {
  -webkit-box-flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  color: #000;
  -ms-flex: 1;
  flex: 1;
  font-weight: 600;
  justify-content: center;
  padding: 40px 30px;
  text-align: center;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.custom-css .explore .cards a:hover {
  -webkit-filter: invert(1);
  filter: invert(1);
  text-decoration: none;
}
.custom-css .explore .cards a h5 {
  margin: 0;
}
.custom-css .explore .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.custom-css .explore .header hr {
  -webkit-box-flex: 1;
  background: #969ea7;
  border-top: none;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
}
@media only screen and (max-width: 1105px) {
  .custom-css .explore .cards {
    grid-gap: 20px;
    border-bottom: unset;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 30px 0;
    width: 100%;
  }
  .custom-css .explore .cards a {
    margin: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 660px) {
  .custom-css .explore .cards {
    display: block;
  }
  .custom-css .explore .cards a {
    margin-bottom: 10px;
    padding: 20px 30px;
  }
}
.custom-css .multiple-column {
  margin-left: calc(-50vw + 50%);
  position: relative;
  width: 100vw;
}
.custom-css .multiple-column.pure-white {
  background-color: #fff;
}
.custom-css .multiple-column .inner-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 130px;
  margin: 0 auto;
  max-width: 1440px;
}
@media (max-width: 960px) {
  .custom-css .multiple-column .inner-column {
    gap: 100px;
  }
}
.custom-css .multiple-column .inner-column.card-layout {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 60px !important;
}
.custom-css .multiple-column .inner-column.card-layout .card-link {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-decoration: none;
}
.custom-css .multiple-column .inner-column.card-layout .divider-line {
  display: none;
}
.custom-css .multiple-column .inner-column.card-layout .copy {
  border: 1px solid #f2f3f4;
  border-radius: 8px;
  height: 100%;
  margin-top: 0;
  padding: 60px;
}
.custom-css .multiple-column .inner-column.card-layout .copy h3 {
  color: #000 !important;
}
.custom-css .multiple-column .inner-column.card-layout .copy .image {
  display: inline-block;
  margin-right: 30px;
}
.custom-css .multiple-column .inner-column.card-layout .copy .image img {
  height: 100px;
  max-width: 100px;
  width: 100px;
}
.custom-css .multiple-column .inner-column.card-layout .copy .title-copy {
  display: inline-block;
}
.custom-css .multiple-column .inner-column.card-layout .copy .title-copy h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 460px) {
  .custom-css .multiple-column .inner-column.card-layout .copy {
    padding: 30px;
  }
}
.custom-css .multiple-column .inner-column.card-layout .copy:hover {
  background-clip: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, color-stop(6%, #f77300), color-stop(80%, #f5333f));
  background-image: linear-gradient(#fff, #fff), linear-gradient(180deg, #f77300 6%, #f5333f 80%);
  background-origin: border-box;
  border: 1px solid transparent;
  -webkit-box-shadow: 0.5px 1.5px 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0.5px 1.5px 20px 1px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.custom-css .multiple-column .inner-column.card-layout .copy:hover p {
  color: #000;
}
.custom-css .multiple-column .inner-column .copy {
  -webkit-box-flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
  gap: 20px;
  margin-top: 40px;
}
.custom-css .multiple-column .inner-column .copy.white-color,
.custom-css .multiple-column .inner-column .copy.white-color p {
  color: #fff;
}
@media (max-width: 960px) {
  .custom-css .multiple-column .inner-column .copy {
    margin-top: 0;
  }
}
.custom-css .multiple-column .inner-column .copy img {
  height: auto;
  max-width: 53px;
}
.custom-css .multiple-column .inner-column .copy h3 {
  padding-top: 8px;
}
.custom-css .multiple-column .inner-column .copy p {
  margin-bottom: 30px;
  min-height: 56px;
}
@media (max-width: 660px) {
  .custom-css .multiple-column .inner-column .copy p {
    min-height: auto;
  }
}
.custom-css .multiple-column .inner-column .buttons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  margin-top: 10px;
}
.custom-css .multiple-column .inner-column .buttons.white-color {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.custom-css .multiple-column .inner-column .divider-line {
  background-color: #969ea7;
  height: 363px;
  width: 1px;
}
.custom-css .multiple-column .inner-column .divider-line.white-divider {
  background-color: #fff;
}
@media (max-width: 770px) {
  .custom-css .multiple-column .inner-column .divider-line {
    height: 1px;
    width: 100%;
  }
}
@media (max-width: 960px) {
  .custom-css .multiple-column .inner-column {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 770px) {
  .custom-css .multiple-column .inner-column {
    gap: 60px;
  }
  .custom-css .multiple-column .inner-column,
  .custom-css .multiple-column .inner-column .copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom-css .multiple-column .inner-column .copy {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 360px) {
  .custom-css .multiple-column .inner-column .copy {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 0;
  }
}
.custom-css .newsletter-signup-module {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto 0 calc(-50vw + 50%);
  padding: 100px 20px;
  position: relative;
  text-align: center;
  width: 100vw;
}
.custom-css .newsletter-signup-module.gradient-animation {
  color: #fff;
}
.custom-css .newsletter-signup-module.gradient-animation input {
  color: #000;
}
.custom-css .newsletter-signup-module.gradient-animation input:focus {
  outline-color: #000 !important;
}
.custom-css .newsletter-signup-module.gradient-animation form.customized-marketo-form.success .form {
  display: none;
}
.custom-css .newsletter-signup-module.gradient-animation .copy .privacy,
.custom-css .newsletter-signup-module.gradient-animation .copy .privacy-link,
.custom-css .newsletter-signup-module.gradient-animation .success-message {
  color: #fff;
}
.custom-css .newsletter-signup-module.gradient-animation .copy .privacy a,
.custom-css .newsletter-signup-module.gradient-animation .copy .privacy-link a {
  color: #fff;
  text-decoration: underline;
}
.custom-css .newsletter-signup-module form.mkto-custom-form {
  display: none !important;
}
.custom-css .newsletter-signup-module form h2 {
  margin: 0;
}
.custom-css .newsletter-signup-module form .success-message {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.custom-css .newsletter-signup-module form p.success-message {
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  margin-top: 20px;
}
.custom-css .newsletter-signup-module form .form {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.custom-css .newsletter-signup-module form .form .input-wrapper {
  position: relative;
}
.custom-css .newsletter-signup-module form .form .input-wrapper input {
  -webkit-appearance: none;
  border-radius: 40px;
  border-width: 0;
  -webkit-box-shadow: 0.5px 1.2px 11px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0.5px 1.2px 11px 1px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  min-width: 438px;
  padding: 20px;
}
.custom-css .newsletter-signup-module form .form .input-wrapper input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  text-align: center;
}
.custom-css .newsletter-signup-module form .form .input-wrapper input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  text-align: center;
}
.custom-css .newsletter-signup-module form .form .input-wrapper input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  text-align: center;
}
.custom-css .newsletter-signup-module form .form .input-wrapper input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  text-align: center;
}
.custom-css .newsletter-signup-module form .form .input-wrapper input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  text-align: center;
}
.custom-css .newsletter-signup-module form .form .input-wrapper input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline-color: #969ea7;
}
.custom-css .newsletter-signup-module form .form .input-wrapper img {
  display: none;
  position: absolute;
  right: 38px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.custom-css .newsletter-signup-module form .form .input-wrapper input.invalid {
  padding-right: 60px;
}
.custom-css .newsletter-signup-module form .form .input-wrapper input.invalid + img {
  display: block;
}
.custom-css .newsletter-signup-module form .form .cta-button {
  border-radius: 40px;
  font-size: 18px;
  padding: 18px 50px 20px;
}
.custom-css .newsletter-signup-module form .form .cta-button[disabled] {
  background-color: #969ea7;
  border-color: #969ea7;
  color: #fff;
  pointer-events: none;
}
.custom-css .newsletter-signup-module form .form .cta-button[disabled]:hover {
  color: #fff;
}
.custom-css .newsletter-signup-module form .copy {
  font-weight: 300;
  margin-top: 50px;
  padding: 0 64px;
}
.custom-css .newsletter-signup-module form .copy p {
  margin: 0;
}
.custom-css .newsletter-signup-module form .copy label.message {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-bottom: 30px;
}
.custom-css .newsletter-signup-module form .copy label.message input {
  border-radius: 3px;
  display: block;
  height: 25px;
  min-height: 25px;
  min-width: 25px;
}
.custom-css .newsletter-signup-module form .copy label.message input.invalid {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  background-size: auto;
  border: 2px solid #f5333f;
  padding-right: 0;
}
.custom-css .newsletter-signup-module form .copy label.message input.valid {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #000;
  background-image: url(../checked-white.html);
  background-position: 53%;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 0;
}
.custom-css .newsletter-signup-module form.success h2.heading {
  display: none;
}
.custom-css .newsletter-signup-module form.success .success-message {
  display: block;
  opacity: 1;
}
.custom-css .newsletter-signup-module form.success .form .input-wrapper {
  display: none;
}
.custom-css .newsletter-signup-module form.success .form .cta-button {
  background-color: #29cf2f;
  border-color: #29cf2f;
  width: 292px;
}
.custom-css .newsletter-signup-module form.success .copy label.message {
  display: none;
}
@media (max-width: 660px) {
  .custom-css .newsletter-signup-module {
    padding: 100px 20px;
    text-align: left;
  }
  .custom-css .newsletter-signup-module form .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .custom-css .newsletter-signup-module form .form .input-wrapper input {
    margin: 0;
    min-width: auto;
    width: 100%;
  }
  .custom-css .newsletter-signup-module form .form .input-wrapper input.invalid + img {
    right: 14px;
  }
  .custom-css .newsletter-signup-module form .copy {
    padding: 0;
  }
  .custom-css .newsletter-signup-module form .copy label.message input {
    margin-right: 20px;
  }
}
.custom-css .hero-cards {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto auto auto calc(-50vw + 50%);
  padding: 100px 0;
  position: relative;
  width: 100vw;
}
.custom-css .hero-cards.grey-background {
  background-color: #fbfbfb;
}
@media (max-width: 770px) {
  .custom-css .hero-cards {
    padding: 60px 0;
  }
}
.custom-css .hero-cards .heading {
  margin: auto auto 70px;
  max-width: 1240px;
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 1440px) and (min-width: 1151px) {
  .custom-css .hero-cards .heading {
    padding: 0 100px;
  }
}
@media (max-width: 1150px) and (min-width: 961px) {
  .custom-css .hero-cards .heading {
    padding: 0 50px;
  }
}
@media (max-width: 770px) {
  .custom-css .hero-cards .heading {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
@media (max-width: 660px) {
  .custom-css .hero-cards .heading {
    text-align: left;
  }
}
.custom-css .hero-cards .heading img {
  height: 63px;
  margin-bottom: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 660px) {
  .custom-css .hero-cards .heading img {
    height: 30px;
  }
}
.custom-css .hero-cards .heading h1 {
  margin-bottom: 13px;
  padding-bottom: 5px;
}
@media (max-width: 660px) {
  .custom-css .hero-cards .heading h1 {
    margin: 0;
  }
}
.custom-css .hero-cards .heading h5 {
  color: #969ea7;
  font-weight: 600 !important;
  margin: 0;
  text-transform: uppercase;
}
.custom-css .hero-cards .heading h4 {
  color: #667082;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 660px) {
  .custom-css .hero-cards .heading h4 {
    font-size: 18px;
    line-height: 27px;
  }
}
.custom-css .hero-cards .cards {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 26px;
  justify-content: center;
  margin: auto;
  max-width: 1200px;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 15px 3px;
  scroll-behavior: smooth;
  scroll-padding-left: 20px;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.custom-css .hero-cards .cards::-webkit-scrollbar {
  display: none !important;
}
@media (max-width: 1155px) {
  .custom-css .hero-cards .cards {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: scroll;
    padding: 15px 20px;
  }
}
@media (max-width: 1200px) {
  .custom-css .hero-cards .cards {
    gap: 20px;
  }
}
.custom-css .hero-cards .cards .card {
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #fff;
  background-repeat: no-repeat;
  border: 1px solid #eaebed;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 256px;
  max-width: 214px;
  min-width: 214px;
  scroll-snap-align: start;
  text-align: center;
}
.custom-css .hero-cards .cards .card > * {
  margin: 10px 0;
}
.custom-css .hero-cards .cards .card.selected {
  border-color: transparent !important;
}
.custom-css .hero-cards .cards .card.selected,
.custom-css .hero-cards .cards .card:hover {
  -webkit-box-shadow: 0.5px 1.2px 15px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0.5px 1.2px 15px 1px rgba(0, 0, 0, 0.1);
}
.custom-css .hero-cards .cards .card:hover {
  background-clip: padding-box, border-box;
  background-origin: border-box;
  border: 1px solid transparent;
}
.custom-css .hero-cards .cards .card.gradient:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, color-stop(6%, #f77300), color-stop(80%, #f5333f));
  background-image: linear-gradient(#fff, #fff), linear-gradient(180deg, #f77300 6%, #f5333f 80%);
}
.custom-css .hero-cards .cards .card.purple-gradient:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, color-stop(6%, #e60188), color-stop(80%, #298dda));
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #e60188 6%, #298dda 80%);
}
.custom-css .hero-cards .cards .card .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  min-height: 43px;
  padding: 20px 20px 0;
  text-align: left;
}
.custom-css .hero-cards .cards .card .checkbox .container {
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-bottom: 12px;
  margin-left: 0;
  padding-right: 0 !important;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 17px;
}
.custom-css .hero-cards .cards .card .checkbox input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.custom-css .hero-cards .cards .card .checkbox .checkmark {
  background: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 17px;
  left: 0;
  position: absolute;
  top: 0;
  width: 17px;
}
.custom-css .hero-cards .cards .card .checkbox .container input:checked ~ .checkmark {
  background-color: #000;
}
.custom-css .hero-cards .cards .card .checkbox .checkmark:after {
  content: "";
  display: none;
  position: absolute;
}
.custom-css .hero-cards .cards .card .checkbox .container input:checked ~ .checkmark:after {
  display: block;
}
.custom-css .hero-cards .cards .card .checkbox .container .checkmark:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  height: 11px;
  left: 5px;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}
.custom-css .hero-cards .cards .card .checkbox .checkbox-text {
  color: #000;
  font-weight: 600;
  height: 47px;
  margin-left: 15px !important;
  width: 150px;
}
.custom-css .hero-cards .cards .card .image {
  margin: 0 !important;
  max-height: 187px;
}
.custom-css .hero-cards .cards .card .image img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.custom-css .hero-cards .cards .card p {
  font-size: 16px;
  line-height: 21px;
  margin: 0 !important;
}
.custom-css .hero-cards .cards .card .bottom-title {
  color: #667082;
  font-weight: 500;
  margin: 20px 0 !important;
}
.custom-css .hero-cards .cards .card.checkbox-title a.cta-button {
  display: none;
}
.custom-css .hero-cards .cards .card.icons-with-titles {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.custom-css .hero-cards .cards .card.icons-with-titles .image {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: 0 20px;
}
.custom-css .hero-cards .cards .card.icons-with-titles .checkbox,
.custom-css .hero-cards .cards .card.icons-with-titles a {
  display: none;
}
.custom-css .hero-cards .cards .card.call-to-action {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 20px 20px;
}
.custom-css .hero-cards .cards .card.call-to-action .checkbox {
  display: none;
  font-weight: 500;
}
.custom-css .hero-cards .cards .card.call-to-action .image {
  height: 100%;
}
.custom-css .hero-cards .cards .card.call-to-action .image img {
  height: 100%;
  max-height: 104px;
  max-width: 117px;
}
.custom-css .hero-cards .cards .card.call-to-action .cta-button {
  margin-bottom: 0;
}
.custom-css .hero-cards .cards a {
  text-decoration: none !important;
}
.custom-css .hero-cards .hero-buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 770px) {
  .custom-css .hero-cards .hero-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
  }
  .custom-css .hero-cards .hero-buttons .cta-button {
    max-width: 100%;
    width: 100%;
  }
}
.custom-css .hero-cards .hero-buttons a {
  display: block;
  margin-top: 25px;
  max-width: 232px;
}
@media (max-width: 770px) {
  .custom-css .hero-cards .hero-buttons a {
    margin-top: 0;
  }
  .custom-css .hero-cards .hero-buttons a:first-child {
    margin-top: 25px;
  }
}
@media (max-width: 660px) {
  .custom-css .hero-cards .hero-buttons a {
    max-width: 100%;
    width: 90%;
  }
}
.custom-css .hero-cards .hero-buttons a.grey-btn {
  background-color: hsla(0, 0%, 100%, 0);
  border-color: #667082;
  color: #667082;
  pointer-events: none;
}
.custom-css .content-cards,
.custom-css .content-cards.grey {
  margin-left: calc(-50vw + 50%);
  width: 100vw;
}
.custom-css .content-cards.grey {
  background: #f2f3f4;
  position: relative;
}
.custom-css .content-cards .content-cards-container {
  margin: 0 auto;
  max-width: 1440px;
}
.custom-css .content-cards .content-cards-container .slick-slide {
  padding: 0 20px;
}
.custom-css .content-cards .title {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.custom-css .content-cards .title h3 {
  margin-bottom: 0;
}
@media (max-width: 840px) {
  .custom-css .content-cards .title h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
  }
}
.custom-css .content-cards .title .cta-link {
  display: none;
  margin-left: 30px;
  white-space: nowrap;
}
.custom-css .content-cards .title .cta-button {
  white-space: nowrap;
}
@media (max-width: 840px) {
  .custom-css .content-cards .title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .custom-css .content-cards .title .cta-link {
    display: block;
  }
  .custom-css .content-cards .title .cta-button {
    display: none;
  }
}
.custom-css .content-cards .articles {
  margin: 0 -25px;
  padding-top: 60px;
}
.custom-css .content-cards .articles .slick-list {
  margin: -40px 0;
  padding: 40px 0;
}
.custom-css .content-cards .articles .slick-slide {
  padding: 0 25px;
}
@media (max-width: 1140px) {
  .custom-css .content-cards .articles {
    margin: 0 -20px;
  }
  .custom-css .content-cards .articles .slick-list {
    padding: 40px 5px;
  }
  .custom-css .content-cards .articles .slick-slide {
    padding: 0 15px;
  }
}
@media (max-width: 840px) {
  .custom-css .content-cards .articles {
    padding-top: 30px;
  }
}
.custom-css .content-cards .articles.one-upcoming-event {
  padding: 20px;
}
.custom-css .content-cards .articles.one-upcoming-event .insight-content-card .image-container {
  padding: 60px;
}
@media (min-width: 660px) {
  .custom-css .content-cards .articles.one-upcoming-event {
    margin: 0 -40px -40px;
    padding: 60px 40px 40px;
  }
  .custom-css .content-cards .articles.one-upcoming-event .insight-content-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 330px;
  }
  .custom-css .content-cards .articles.one-upcoming-event .insight-content-card .image-container {
    width: 65%;
  }
  .custom-css .content-cards .articles.one-upcoming-event .insight-content-card .copy {
    border-left: 1px solid #eaebed;
    border-top: 0;
    max-height: 100%;
    width: 35%;
  }
  .custom-css .content-cards .articles.one-upcoming-event .insight-content-card .copy p {
    -webkit-line-clamp: 5;
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    max-height: 230px;
  }
}
@media (min-width: 660px) and (min-width: 660px) and (max-width: 960px) {
  .custom-css .content-cards .articles.one-upcoming-event .insight-content-card .copy p {
    -webkit-line-clamp: 4;
    font-size: 32px;
    line-height: 42px;
    max-height: 184px;
  }
}
.custom-css .content-cards .articles.two-upcoming-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin: 0 -40px -40px;
  padding: 60px 40px 40px;
}
@media (max-width: 660px) {
  .custom-css .content-cards .articles.two-upcoming-events {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
.custom-css .content-cards .articles.two-upcoming-events .insight-content-card .image-container {
  padding: 60px;
}
.custom-css .content-cards .slick-dots {
  -webkit-padding-start: 25px;
  margin-top: 40px;
  padding-inline-start: 25px;
  text-align: left;
  width: inherit;
}
@media (max-width: 1140px) {
  .custom-css .content-cards .slick-dots {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
  }
}
.custom-css .content-cards .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 10px;
}
.custom-css .content-cards .slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 10px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 10px;
}
.custom-css .content-cards .slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  background-color: hsla(0, 0%, 100%, 0);
  border: 1px solid #667082;
  border-radius: 50px;
  content: "•";
  font-size: 40px;
  height: 10px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 10px;
}
.custom-css .content-cards .slick-dots li.slick-active button:before {
  background-color: #667082;
}
.custom-css .content-cards .slick-next,
.custom-css .content-cards .slick-prev {
  border: 1px solid #000;
  height: 100px;
  margin-top: 300px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 50px;
  z-index: 1;
}
.custom-css .content-cards .slick-next:hover,
.custom-css .content-cards .slick-prev:hover {
  background-color: #000;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-css .content-cards .slick-next:hover:before,
.custom-css .content-cards .slick-prev:hover:before {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .custom-css .content-cards .slick-next,
  .custom-css .content-cards .slick-prev {
    display: none !important;
  }
}
.custom-css .content-cards .slick-prev {
  border-radius: 0 50px 50px 0;
  margin-right: -50px;
  right: 100%;
}
.custom-css .content-cards .slick-prev:before {
  color: #000;
  content: "\f104";
  font-family: FontAwesome;
  font-size: 30px;
  margin-right: 10px;
}
.custom-css .content-cards .chevron-visible {
  background: transparent;
  opacity: 1;
}
.custom-css .content-cards .slick-next {
  border-radius: 50px 0 0 50px;
  right: 0;
}
.custom-css .content-cards .slick-next:before {
  color: #000;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 30px;
  margin-left: 10px;
}
.custom-css .discover-module h2 {
  margin-bottom: 40px;
}
@media (max-width: 770px) {
  .custom-css .discover-module h2 {
    margin-bottom: 0;
  }
}
.custom-css .discover-module .articles {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .custom-css .discover-module .articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.custom-css .discover-module .articles .block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-preferred-size: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 48%;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 50px;
  text-decoration: none;
}
@media (max-width: 960px) {
  .custom-css .discover-module .articles .block {
    padding-top: 30px;
  }
}
.custom-css .discover-module .articles .block:hover p {
  text-decoration: underline;
}
.custom-css .discover-module .articles .block:hover img {
  -webkit-box-shadow: 0.5px 1.2px 9px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0.5px 1.2px 9px 3px rgba(0, 0, 0, 0.12);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.custom-css .discover-module .articles .block img {
  border-radius: 8px;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  width: 190px;
}
@media (max-width: 960px) {
  .custom-css .discover-module .articles .block img {
    height: 105px;
    width: 105px;
  }
}
.custom-css .discover-module .articles .block .copy {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-css .discover-module .articles .block .copy .caption {
  color: #667082;
  letter-spacing: 1.5px;
  margin: 0 0 10px;
  text-decoration: none !important;
  text-transform: uppercase;
}
.custom-css .discover-module .articles .block .copy p {
  color: #000;
  font-weight: 400;
  margin-bottom: 50px;
}
@media (max-width: 960px) {
  .custom-css .discover-module .articles .block .copy p {
    margin-bottom: 30px;
  }
}
.custom-css .discover-module .articles .block:after {
  -ms-flex-preferred-size: 48%;
  border-bottom: 1px solid #969ea7;
  content: "";
  flex-basis: 48%;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 960px) {
  .custom-css .discover-module .articles .block:after {
    width: 100%;
  }
}
.custom-css .ebook {
  margin: auto;
  max-width: 940px;
  padding: 30px 0;
}
@media only screen and (max-width: 660px) {
  .custom-css .ebook {
    padding: 30px 0;
  }
}
.custom-css .ebook .ebook-inner {
  background: #fff;
  border: 1px solid #eaebed;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  padding: 30px;
}
@media only screen and (max-width: 660px) {
  .custom-css .ebook .ebook-inner {
    display: block;
  }
}
.custom-css .ebook .ebook-inner img {
  border-radius: 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 258px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 660px) {
  .custom-css .ebook .ebook-inner img {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.custom-css .ebook .ebook-inner .content h5 {
  font-weight: 600;
  margin: 0;
}
@media only screen and (max-width: 660px) {
  .custom-css .ebook .ebook-inner .content h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
.custom-css .ebook .ebook-inner .content p {
  padding: 15px 0 25px;
}
@media only screen and (max-width: 660px) {
  .custom-css .ebook .ebook-inner .content p {
    padding: 20px 0;
  }
  .custom-css .ebook .ebook-inner .content a {
    display: block;
  }
}
.custom-css .article-container .ebook .ebook-inner .content p {
  color: #667082;
  font-size: 18px;
  line-height: 27px;
  margin: 0;
}
.custom-css .form-module {
  margin-left: calc(-50vw + 50%);
  position: relative;
  width: 100vw;
}
.custom-css .form-module.white-background {
  background: #fff;
}
.custom-css .form-module.grey-background {
  background: #f2f3f4;
}
.custom-css .form-module.no-top-padding {
  padding-top: 0 !important;
}
.custom-css .form-module.no-bottom-padding {
  padding-bottom: 0 !important;
}
.custom-css .form-module .form-container {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  margin: auto;
  padding: 40px;
  width: 605px;
}
@media (max-width: 960px) {
  .custom-css .form-module .form-container {
    padding: 20px;
    width: auto;
  }
}
.custom-css .form-module .form-container .text h3 {
  margin-bottom: 30px;
  padding: 0 5px;
}
.custom-css .form-module .form-container.columns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 30px;
  justify-content: space-between;
}
.custom-css .form-module .form-container.columns .text {
  max-width: 485px;
  text-align: left;
}
@media (max-width: 900px) {
  .custom-css .form-module .form-container.columns .text {
    max-width: 100%;
  }
}
.custom-css .form-module .form-container.columns .text .wp-block-separator {
  margin: 30px 0;
  max-width: 100%;
}
.custom-css .form-module .form-container.columns .text h2 {
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .custom-css .form-module .form-container.columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 530px) {
  .custom-css .form-module .form-container.columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 900px) {
  .custom-css .form-module .form-container.columns .custom-marketo-form {
    margin-left: 0 !important;
  }
}
.custom-css .form-module .form-container .form form.mkto-custom-form {
  display: none !important;
}
.custom-css .form-module .form-container .form input:focus,
.custom-css .form-module .form-container .form select:focus,
.custom-css .form-module .form-container .form textarea:focus {
  outline: none;
}
@media (max-width: 559px) {
  .custom-css .form-module .form-container .form .input,
  .custom-css .form-module .form-container .form .mktoForm .mktoFormRow .mktoField {
    height: 50px !important;
  }
}
.custom-css .form-module .form-container .form .container {
  padding-left: 0;
  padding-right: 0;
}
.custom-css .form-module .form-container .form .container,
.custom-css .form-module .form-container .form .custom-marketo-form {
  width: 525px;
}
@media (max-width: 960px) {
  .custom-css .form-module .form-container .form .container,
  .custom-css .form-module .form-container .form .custom-marketo-form {
    width: auto;
  }
}
.custom-css .form-module .form-container .form .container .input-field,
.custom-css .form-module .form-container .form .container .select-field,
.custom-css .form-module .form-container .form .container .textarea-field,
.custom-css .form-module .form-container .form .custom-marketo-form .input-field,
.custom-css .form-module .form-container .form .custom-marketo-form .select-field,
.custom-css .form-module .form-container .form .custom-marketo-form .textarea-field {
  width: auto;
}
.custom-css .form-module .form-container .form .container .sm-field,
.custom-css .form-module .form-container .form .custom-marketo-form .sm-field {
  width: 260px !important;
}
@media (max-width: 960px) {
  .custom-css .form-module .form-container .form .container .sm-field,
  .custom-css .form-module .form-container .form .custom-marketo-form .sm-field {
    width: 49% !important;
  }
}
@media (max-width: 770px) {
  .custom-css .form-module .form-container .form .container .sm-field,
  .custom-css .form-module .form-container .form .custom-marketo-form .sm-field {
    width: inherit !important;
  }
  .custom-css .form-module .form-container .form .container .input-field,
  .custom-css .form-module .form-container .form .container .select-field,
  .custom-css .form-module .form-container .form .container .textarea-field,
  .custom-css .form-module .form-container .form .custom-marketo-form .input-field,
  .custom-css .form-module .form-container .form .custom-marketo-form .select-field,
  .custom-css .form-module .form-container .form .custom-marketo-form .textarea-field {
    margin-right: 5px;
  }
}
.custom-css .form-module .form-container .form .container .input-field,
.custom-css .form-module .form-container .form .custom-marketo-form .input-field {
  position: relative;
}
.custom-css .form-module .form-container .form .container .error,
.custom-css .form-module .form-container .form .custom-marketo-form .error {
  color: #f5333f !important;
  display: block !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  height: 0;
  padding-left: 3px !important;
  padding-top: 0 !important;
  text-align: left;
}
.custom-css .form-module .form-container .form .container .error.blacklist,
.custom-css .form-module .form-container .form .custom-marketo-form .error.blacklist {
  position: absolute;
  top: 55px;
}
.custom-css .form-module .form-container .form .container p,
.custom-css .form-module .form-container .form .custom-marketo-form p {
  opacity: 0 !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.custom-css .form-module .form-container .form .container p.visible,
.custom-css .form-module .form-container .form .custom-marketo-form p.visible {
  opacity: 1 !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.custom-css .form-module .form-container .form .custom-marketo-form .thank-you-msg {
  height: 0;
}
.custom-css .form-module .form-container .form .custom-marketo-form.submitting .container {
  color: red;
  display: none;
}
.custom-css .form-module .form-container .form .custom-marketo-form.submitting .thank-you-msg {
  height: auto;
  opacity: 1 !important;
  padding: 0 10px;
}
.custom-css .form-module .form-container .form .custom-marketo-form input[type="checkbox"].invalid {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none !important;
  background-size: auto !important;
  border-color: #f5333f !important;
  padding-right: 0 !important;
}
.custom-css .form-module .form-container .form .custom-marketo-form input[type="checkbox"].valid {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: url(../checked-white.html) no-repeat !important;
  background-color: #2ea3f2 !important;
  background-position: 53% !important;
  background-size: 16px !important;
  padding-right: 0 !important;
}
@media (max-width: 483px) {
  .custom-css .form-module .form-container .form .custom-marketo-form input[type="checkbox"] {
    margin-right: 15px !important;
  }
}
.custom-css .form-module .form-container .mktoButton {
  background-color: #000 !important;
  border-color: #000 !important;
  border-radius: 100px !important;
  font-weight: 500 !important;
  height: 50px !important;
  padding: 0 !important;
  width: 178px !important;
}
@media (max-width: 660px) {
  .custom-css .form-module .form-container .mktoButton {
    width: 100% !important;
  }
}
.custom-css .form-module .form-container .mktoButton:hover {
  background-color: transparent !important;
  color: #000 !important;
}
.custom-css .acf-block-preview .filter-bar-module .filters-overlay {
  display: block;
  position: unset;
}
.custom-css .navigationcontainer.slide-up {
  -webkit-transform: translateY(-110px);
  transform: translateY(-110px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.custom-css .filter-bar-module {
  height: 101px;
}
.custom-css .filter-bar-module .filter-bar {
  background: #fff;
  border-bottom: 1px solid #eaebed;
  border-color: #eaebed currentcolor;
  border-top: 1px solid #eaebed;
  height: 80px;
  left: 0;
  margin: 1px auto 0 calc(-50vw + 50%);
  padding: 0 20px;
  position: relative;
  position: fixed;
  right: 0;
  text-align: center;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 100vw;
  z-index: 2;
}
@media (max-width: 991px) {
  .custom-css .filter-bar-module .filter-bar {
    margin-top: 0;
  }
}
@media (max-width: 660px) {
  .custom-css .filter-bar-module .filter-bar {
    height: 60px;
  }
}
@media (max-width: 1440px) and (min-width: 961px) {
  .custom-css .filter-bar-module .filter-bar {
    padding: 0 100px;
  }
}
.custom-css .filter-bar-module .filter-bar .content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  justify-content: space-between;
  margin: auto;
  max-width: 1400px;
}
@media (max-width: 660px) {
  .custom-css .filter-bar-module .filter-bar .content {
    height: 60px;
  }
}
.custom-css .filter-bar-module .filter-bar .content a {
  color: #000;
}
.custom-css .filter-bar-module .filter-bar.slide-up {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(-96px);
  transform: translateY(-96px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media (max-width: 991px) {
  .custom-css .filter-bar-module .filter-bar.slide-up {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
}
.custom-css .filter-bar-module .filter-bar .title {
  font-size: 30px;
  line-height: 45px;
  margin: 0;
}
@media (max-width: 660px) {
  .custom-css .filter-bar-module .filter-bar .title {
    font-size: 26px;
    line-height: 34px;
  }
}
.custom-css .filter-bar-module .filter-bar .filter-button {
  border: 1px solid #969ea7;
  border-radius: 50px;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  padding: 8px 30px;
  text-decoration: none;
}
.custom-css .filter-bar-module .filter-bar .filter-button:after {
  content: "\f1de";
  font-family: FontAwesome;
  margin-left: 20px;
}
.custom-css .filter-bar-module .filter-bar .filter-button:hover {
  border: 1px solid #000;
}
.custom-css .filter-bar-module .filter-bar .filter-button.active {
  border: 2px solid #000;
}
@media (max-width: 660px) {
  .custom-css .filter-bar-module .filter-bar .filter-button.active {
    border: none;
  }
  .custom-css .filter-bar-module .filter-bar .filter-button {
    border: none;
    font-size: 22px;
    padding: 0;
  }
  .custom-css .filter-bar-module .filter-bar .filter-button:hover {
    border: none;
  }
  .custom-css .filter-bar-module .filter-bar .filter-button span {
    font-size: 0;
  }
}
.custom-css .filter-bar-module .filter-bar .badge {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
  border-radius: 50%;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  height: 28px;
  justify-content: center;
  line-height: 20px;
  margin-left: 40px;
  margin-top: -20px;
  position: absolute;
  width: 28px;
}
@media (max-width: 660px) {
  .custom-css .filter-bar-module .filter-bar .badge {
    font-size: 0;
    height: 10px;
    margin-top: -5px;
    width: 10px;
  }
}
.custom-css .filter-bar-module .filters-overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: none;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
}
.custom-css .filter-bar-module .filters-overlay.visible {
  display: block;
}
.custom-css .filter-bar-module .filters-overlay .filters {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0.5px 1.5px 5px 0.5px rgba(0, 0, 0, 0.15);
  box-shadow: 0.5px 1.5px 5px 0.5px rgba(0, 0, 0, 0.15);
  margin: 60px auto;
  padding: 50px 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 770px) {
  .custom-css .filter-bar-module .filters-overlay .filters {
    padding: 50px 30px;
  }
}
@media (max-width: 660px) {
  .custom-css .filter-bar-module .filters-overlay .filters {
    margin-top: 130px;
    padding: 20px 30px;
    width: 100%;
  }
}
.custom-css .filter-bar-module .filters-overlay .filters .filter-title {
  margin-bottom: 24px;
  margin-top: 0;
}
@media (max-width: 660px) {
  .custom-css .filter-bar-module .filters-overlay .filters .filter-title {
    font-size: 24px;
    text-align: center;
  }
}
.custom-css .filter-bar-module .filters-overlay .filters .filter-footer {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.custom-css .filter-bar-module .filters-overlay .filters .clear-all {
  display: none;
}
@media (max-width: 660px) {
  .custom-css .filter-bar-module .filters-overlay .filters .clear-all {
    color: #000;
    display: block;
    float: right;
    margin-top: 5px;
    text-decoration: underline;
  }
}
.custom-css .filter-bar-module .filters-overlay .filters .close {
  cursor: pointer;
  float: right;
}
.custom-css .filter-bar-module .filters-overlay .filters .close:after {
  color: #969ea7;
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 22px;
}
.custom-css .filter-bar-module .filters-overlay .filters .close:hover:after {
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 660px) {
  .custom-css .filter-bar-module .filters-overlay .filters .close {
    float: left;
  }
}
.custom-css .filter-bar-module .filters-overlay .filter-content {
  border-top: 2px solid #eaebed;
  padding-top: 10px;
}
.custom-css .filter-bar-module .filters-overlay .filter-content h5 {
  line-height: 36px;
  margin-bottom: 0;
}
.custom-css .filter-bar-module .filters-overlay .filter-content .filter-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  gap: 60px;
  padding: 30px 0 20px;
}
@media (max-width: 660px) {
  .custom-css .filter-bar-module .filters-overlay .filter-content .filter-columns {
    display: inline-table;
    width: 100%;
  }
}
.custom-css .filter-bar-module .filters-overlay .filter-content .filter-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
@media (max-width: 660px) {
  .custom-css .filter-bar-module .filters-overlay .filter-content .filter-category {
    display: inline-block;
    width: 100%;
  }
}
.custom-css .filter-bar-module .filters-overlay .filter-content .filter-category input[type="checkbox"] {
  border-radius: 3px;
  margin-right: 30px;
  min-height: 25px;
  min-width: 25px;
  position: relative;
}
@media (max-width: 660px) {
  .custom-css .filter-bar-module .filters-overlay .filter-content .filter-category input[type="checkbox"] {
    float: right;
  }
}
.custom-css .filter-bar-module .filters-overlay .filter-content .filter-category input[type="checkbox"]:checked {
  padding-right: 0;
}
.custom-css .filter-bar-module .filters-overlay .filter-content .filter-category input[type="checkbox"]:checked:after {
  background-color: #000;
  border-radius: 3px;
  color: #fff;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 18px;
  min-height: 25px;
  min-width: 25px;
  padding-left: 3.5px;
  position: absolute;
}
.custom-css .filter-bar-module .filters-overlay .filter-footer {
  border-top: 2px solid #eaebed;
  padding-top: 30px;
}
.custom-css .filter-bar-module .filters-overlay .filter-footer .footer-clear-all {
  color: #000;
  cursor: pointer;
  font-size: 16px;
}
@media (max-width: 660px) {
  .custom-css .filter-bar-module .filters-overlay .filter-footer .footer-clear-all {
    display: none;
  }
}
.custom-css .filter-bar-module .filters-overlay .filter-footer .footer-btn {
  background: #eaebed;
  border: 1px solid #eaebed;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 20px;
  padding: 8px 24px 12px;
  position: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 660px) {
  .custom-css .filter-bar-module .filters-overlay .filter-footer .footer-btn {
    -webkit-filter: invert(1);
    filter: invert(1);
    text-align: center;
    width: 100%;
  }
}
.custom-css .filter-bar-module .filters-overlay .filter-footer .footer-btn:hover {
  border: 1px solid #000;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.custom-css .filter-bar-module .filters-overlay .filter-footer .footer-btn:active {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.custom-css .tabs-blocks h3 {
  margin-bottom: 0;
  text-align: center;
}
.custom-css .tabs-blocks .tab-pill-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: calc(-50vw + 50%);
  margin-top: 40px;
  overflow-x: scroll;
  padding: 0 20px;
  scrollbar-width: none;
  width: 100vw;
}
.custom-css .tabs-blocks .tab-pill-container .tab-pills {
  background: #eaebed;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 0 auto;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 10px;
}
.custom-css .tabs-blocks .tab-pill-container .tab-pills .tab-pill {
  border-radius: 26px;
  color: #000;
  cursor: pointer;
  margin: 0;
  padding: 10px 30px 12px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  white-space: nowrap;
}
.custom-css .tabs-blocks .tab-pill-container .tab-pills .tab-pill:focus,
.custom-css .tabs-blocks .tab-pill-container .tab-pills .tab-pill:hover {
  color: #667082;
}
.custom-css .tabs-blocks .tab-pill-container .tab-pills .tab-pill.active {
  background-color: #fff;
  color: #000;
}
.custom-css .tabs-blocks .tab-pill-container::-webkit-scrollbar {
  display: none !important;
}
.custom-css .tabs-blocks .tab-content-container .tab-content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 80px;
  justify-content: flex-start;
  overflow-x: hidden;
  padding-top: 60px;
}
.custom-css .tabs-blocks .tab-content-container .tab-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-css .tabs-blocks .tab-content-container .tab-content address {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background: #fff;
  border: 1px solid #f2f3f4;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
  margin-bottom: 0;
  padding: 30px;
  -webkit-transition: border-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  width: calc(33.33333% - 53.33333px);
}
@media (max-width: 880px) {
  .custom-css .tabs-blocks .tab-content-container .tab-content address {
    width: 100%;
  }
}
.custom-css .tabs-blocks .tab-content-container .tab-content address h5 {
  font-weight: 600;
  letter-spacing: 0.7px;
  margin: 0;
}
.custom-css .tabs-blocks .tab-content-container .tab-content address p {
  font-size: 16px;
  margin: 0;
}
.custom-css .tabs-blocks .tab-content-container .tab-content address a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 24px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.custom-css .tabs-blocks .tab-content-container .tab-content address a:hover {
  color: #667082;
}
@media (max-width: 1150px) {
  .custom-css .tabs-blocks .tab-content-container .tab-content {
    gap: 60px;
  }
  .custom-css .tabs-blocks .tab-content-container .tab-content address {
    width: calc(33.33333% - 40px);
  }
}
@media (max-width: 960px) {
  .custom-css .tabs-blocks .tab-content-container .tab-content {
    gap: 20px;
  }
  .custom-css .tabs-blocks .tab-content-container .tab-content address {
    width: calc(33.33333% - 13.33333px);
  }
}
@media (max-width: 770px) {
  .custom-css .tabs-blocks .tab-content-container .tab-content address {
    width: calc(50% - 10px);
  }
}
@media (max-width: 660px) {
  .custom-css .tabs-blocks h3 {
    font-size: 26px !important;
    line-height: 34px !important;
    text-align: left;
  }
  .custom-css .tabs-blocks .tab-pill-container {
    margin-top: 30px;
  }
  .custom-css .tabs-blocks .tab-pill-container .tab-pills {
    margin: 0;
  }
  .custom-css .tabs-blocks .tab-content-container .tab-content {
    padding-top: 40px;
  }
  .custom-css .tabs-blocks .tab-content-container .tab-content address {
    padding: 20px;
    width: 100%;
  }
}
.custom-css .content-cards-grid {
  padding: 20px 20px 100px !important;
}
.custom-css .content-cards-grid .module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 100px 50px;
  padding: 0 20px !important;
}
@media (max-width: 1140px) {
  .custom-css .content-cards-grid .module {
    gap: 60px 30px;
  }
}
@media (max-width: 660px) {
  .custom-css .content-cards-grid .module {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0 !important;
    margin: -20px;
    padding: 20px !important;
  }
}
@media (min-width: 1000px) {
  .custom-css .content-cards-grid .module .insight-content-card {
    min-width: 280px;
  }
}
@media (min-width: 1260px) {
  .custom-css .content-cards-grid .module .insight-content-card {
    min-width: 320px;
  }
}
@media (max-width: 660px) {
  .custom-css .content-cards-grid .module .insight-content-card {
    margin-bottom: 30px;
  }
}
.custom-css .content-cards-grid .module .insight-content-card.shim {
  margin-bottom: 0;
  opacity: 0;
}
.custom-css .content-cards-grid .module .no-results {
  -webkit-box-flex: 1;
  -ms-flex-preferred-size: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex: 1;
  flex: 1;
  flex-basis: 100%;
}
.custom-css .content-cards-grid .module .no-results .row {
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}
.custom-css .content-cards-grid .module .no-results .content h {
  font-size: 40px;
  padding-bottom: 16px;
}
.custom-css .content-cards-grid .module .no-results .content p {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .custom-css .content-cards-grid .module .no-results h1 {
    font-size: 21px !important;
    line-height: 25px;
    padding-bottom: 10px !important;
    text-align: center;
  }
  .custom-css .content-cards-grid .module .no-results p {
    font-size: 17px !important;
    line-height: 25px;
    text-align: center;
  }
}
.custom-css .content-cards-grid .next-page-section {
  padding-bottom: 0;
  text-align: center;
}
.custom-css .content-cards-grid .next-page-section .next,
.custom-css .content-cards-grid .next-page-section .prev {
  background: #eaebed;
  border: none;
  border-radius: 50%;
  color: #000;
  display: inline-block !important;
  font-size: 19px;
  padding: 8px 18px 12px;
  text-align: center;
  text-decoration: none;
}
.custom-css .content-cards-grid .next-page-section .prev {
  margin-right: 40px;
}
.custom-css .content-cards-grid .next-page-section .page-numbers.current {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin-right: 40px;
}
.custom-css .content-cards-grid .next-page-section .dots,
.custom-css .content-cards-grid .next-page-section a.page-numbers {
  display: none;
}
.custom-css .content-cards-grid .next-page-section .total {
  color: #000;
  line-height: 40px;
  margin-left: 40px;
}
@media (max-width: 660px) {
  .custom-css .content-cards-grid .next-page-section .total {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
.custom-css .media-rows .heading {
  margin: auto;
  max-width: 960px;
  text-align: center;
}
@media (max-width: 660px) {
  .custom-css .media-rows .heading {
    text-align: left;
  }
}
.custom-css .media-rows .heading h2 {
  margin-bottom: 0;
}
.custom-css .media-rows .media-rows-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
  padding-top: 60px;
}
@media (max-width: 660px) {
  .custom-css .media-rows .media-rows-container {
    padding-top: 40px;
  }
}
.custom-css .media-rows .media-rows-container .media-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  justify-content: space-between;
  margin: auto;
  max-width: 670px;
}
@media (max-width: 770px) {
  .custom-css .media-rows .media-rows-container .media-row {
    margin: 0;
  }
}
@media (max-width: 660px) {
  .custom-css .media-rows .media-rows-container .media-row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    gap: 30px;
    justify-content: flex-start;
  }
  .custom-css .media-rows .media-rows-container .media-row img {
    height: 80px;
    width: auto;
  }
}
.custom-css .media-rows .media-rows-container .media-row .copy {
  color: #667082;
  max-width: 490px;
}
.custom-css .statistic,
.custom-css .statistic .specs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-css .statistic .specs {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 75%;
}
.custom-css .statistic .specs.rows-no-cta {
  width: 100%;
}
.custom-css .statistic .specs.rows-no-cta .block {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 25%;
}
.custom-css .statistic .specs .block {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px;
  width: 33%;
}
.custom-css .statistic .specs .block h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}
.custom-css .statistic .specs .block h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
.custom-css .statistic .button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  width: 25%;
}
.custom-css .statistic .button a {
  width: 100%;
}
@media only screen and (max-width: 660px) {
  .custom-css .statistic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom-css .statistic .specs,
  .custom-css .statistic .specs.rows-no-cta {
    width: 100%;
  }
  .custom-css .statistic .specs .block,
  .custom-css .statistic .specs.rows-no-cta .block {
    width: 50%;
  }
  .custom-css .statistic .button {
    width: 100%;
  }
}
.custom-css .pricing-table {
  background-color: #f2f3f4;
  margin: 0 auto 0 calc(-50vw + 50%);
  text-align: center;
  width: 100vw;
}
@media screen and (max-width: 991px) {
  .custom-css .pricing-table {
    padding-top: 60px;
  }
  .custom-css .pricing-table h1,
  .custom-css .pricing-table h3 {
    text-align: left;
  }
}
.custom-css .pricing-table .blocks {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  justify-content: center;
  margin: 60px auto auto;
  max-width: 1440px;
}
@media screen and (max-width: 991px) {
  .custom-css .pricing-table .blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
}
.custom-css .pricing-table .blocks .block {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #fff;
  border: 1px solid #f2f3f4;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  justify-content: justify;
  padding: 0 20px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition: border-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  width: calc(33.33% - 40px);
}
@media screen and (max-width: 991px) {
  .custom-css .pricing-table .blocks .block {
    margin-top: 20px;
    width: 100%;
  }
}
.custom-css .pricing-table .blocks .block .title {
  font-size: 16px;
  line-height: 23px;
}
.custom-css .pricing-table .blocks .block .titleHover {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 0;
  line-height: 52px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 0;
}
.custom-css .pricing-table .blocks .block .module-description {
  font-weight: 400;
  line-height: 27px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 900px) {
  .custom-css .pricing-table .blocks .block .module-description {
    line-height: 21px;
  }
}
.custom-css .pricing-table .blocks .block .module-description.large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px 24px;
}
@media screen and (min-width: 991px) {
  .custom-css .pricing-table .blocks .block .module-description.large {
    min-height: 200px;
  }
}
.custom-css .pricing-table .blocks .block .module-description.large p {
  font-size: 24px;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .custom-css .pricing-table .blocks .block .module-description.large p {
    line-height: 31px;
  }
}
.custom-css .pricing-table .blocks .block.active,
.custom-css .pricing-table .blocks .block:hover {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(91.89deg, #e60188 -13.87%, #298dda 100.42%) border-box;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-box-shadow: 0.5px 1.5px 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0.5px 1.5px 20px 1px rgba(0, 0, 0, 0.1);
  padding: 0;
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
}
@media screen and (max-width: 991px) {
  .custom-css .pricing-table .blocks .block.active,
  .custom-css .pricing-table .blocks .block:hover {
    -webkit-transform: initial;
    transform: none;
    width: 100%;
  }
}
.custom-css .pricing-table .blocks .block.active .titleActive,
.custom-css .pricing-table .blocks .block:hover .titleActive {
  display: none;
}
.custom-css .pricing-table .blocks .block.active .titleHover,
.custom-css .pricing-table .blocks .block:hover .titleHover {
  background: linear-gradient(91.89deg, #e60188 -13.87%, #298dda 100.42%);
  border-radius: 5px 5px 0 0;
  height: 50px;
  opacity: 1;
  position: relative;
  width: 100%;
}
.custom-css .pricing-table .blocks .block.active .module-description,
.custom-css .pricing-table .blocks .block:hover .module-description {
  padding-left: 40px;
  padding-right: 40px;
}
.custom-css .pricing-table .blocks .block.active .module-description .large,
.custom-css .pricing-table .blocks .block:hover .module-description .large {
  padding-left: 48px;
  padding-right: 48px;
}
.custom-css .pricing-table .blocks .block.active .button,
.custom-css .pricing-table .blocks .block.active .featuresList,
.custom-css .pricing-table .blocks .block:hover .button,
.custom-css .pricing-table .blocks .block:hover .featuresList {
  margin: 0 20px;
}
@media screen and (max-width: 991px) {
  .custom-css .pricing-table .blocks .block.active .button,
  .custom-css .pricing-table .blocks .block.active .featuresList,
  .custom-css .pricing-table .blocks .block:hover .button,
  .custom-css .pricing-table .blocks .block:hover .featuresList {
    margin: 30px 20px 0;
  }
}
.custom-css .pricing-table .blocks .block.active p.heading,
.custom-css .pricing-table .blocks .block:hover p.heading {
  margin-left: 0;
  margin-top: 0;
}
.custom-css .pricing-table .blocks .block.active .button,
.custom-css .pricing-table .blocks .block:hover .button {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}
.custom-css .pricing-table .blocks .block.active .button:hover,
.custom-css .pricing-table .blocks .block:hover .button:hover {
  background-color: #000;
  border: 1px solid transparent;
  color: #fff;
}
.custom-css .pricing-table .blocks .block:hover {
  background-origin: border-box;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
@media screen and (max-width: 991px) {
  .custom-css .pricing-table .blocks .block {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .custom-css .pricing-table .blocks .block.highlight {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.custom-css .pricing-table .blocks .block span.titleActive {
  background-color: #eaebed;
  border-radius: 58px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 20px;
  padding: 8px 16px;
}
.custom-css .pricing-table .blocks .block .price-section {
  color: #667082;
}
.custom-css .pricing-table .blocks .block .price-section p {
  color: #667082;
  font-size: 16px;
}
.custom-css .pricing-table .blocks .block .price-section .price {
  color: #000;
  font-size: 75px;
}
.custom-css .pricing-table .blocks .block .price-section .price .term {
  color: #667082;
  font-size: 16px;
}
@media screen and (max-width: 1325px) {
  .custom-css .pricing-table .blocks .block .price-section .price .term {
    display: block;
    margin-top: 20px;
  }
}
.custom-css .pricing-table .blocks .block .price-section .price.hidden:nth-of-type(2) {
  display: block !important;
  opacity: 0;
}
.custom-css .pricing-table .blocks .block p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 1035px) {
  .custom-css .pricing-table .blocks .block p {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .custom-css .pricing-table .blocks .block p {
    margin-top: 0 !important;
  }
}
.custom-css .pricing-table .blocks .block .button {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  display: block;
}
.custom-css .pricing-table .blocks .block .button .white {
  background-color: hsla(0, 0%, 100%, 0);
  color: #667082;
}
.custom-css .pricing-table .blocks .block .button .red {
  background-color: #f5333f;
}
.custom-css .pricing-table .blocks .block .button:hover {
  background-color: #f5333f;
  border: 2px solid #f5333f;
  color: #fff;
}
.custom-css .pricing-table .blocks .block .featuresList {
  color: #000;
  padding: 30px 0 15px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .custom-css .pricing-table .blocks .block .featuresList {
    margin-top: 30px;
    padding: 0;
  }
}
.custom-css .pricing-table .blocks .block .featuresList .heading {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .custom-css .pricing-table .blocks .block .featuresList .heading {
    margin-left: 0;
    padding-top: 18px;
  }
}
.custom-css .pricing-table .blocks .block .featuresList ul.features {
  list-style: none;
  padding: 0;
}
.custom-css .pricing-table .blocks .block .featuresList ul.features li {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 21px;
  padding: 10px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .custom-css .pricing-table .blocks .block .featuresList ul.features li {
    line-height: 19px;
  }
}
.custom-css .pricing-table .blocks .block .featuresList ul.features li .text {
  font-size: 16px;
}
.custom-css .pricing-table .blocks .block .featuresList ul.features li:nth-child(odd) {
  background-color: #f2f3f4;
  border-radius: 8px;
}
.custom-css .pricing-table .blocks .block .featuresList ul.features li:nth-child(odd) .tooltiptext {
  background-color: #000;
}
@media screen and (max-width: 991px) {
  .custom-css .pricing-table .blocks .block .featuresList ul.features li:nth-child(odd) .tooltiptext {
    background-color: #f2f3f4;
  }
}
.custom-css .pricing-table .blocks .block .featuresList ul.features li:before {
  color: #33763d;
  content: "\f00c";
  font-family: FontAwesome;
  padding-right: 10px;
}
.custom-css .pricing-table .blocks .block .featuresList ul.features li.info .icon {
  -ms-flex-line-pack: end;
  align-content: flex-end;
  display: contents;
}
.custom-css .pricing-table .blocks .block .featuresList ul.features li.info .icon:after {
  background-image: url(../open-info-icon.html);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 20px;
  content: "";
  display: block;
  height: 20px;
  margin-left: auto;
  padding: 10px;
  width: 35px;
}
@media screen and (min-width: 992px) {
  .custom-css .pricing-table .blocks .block .featuresList ul.features li.info .icon:after {
    background-size: 16px;
    height: 16px;
    width: 28px;
  }
}
.custom-css .pricing-table .blocks .block .featuresList ul.features li.info.showtool .tooltiptext {
  color: #667082;
  display: block;
  font-size: 16px;
  padding: 0;
  position: relative;
  visibility: visible;
}
@media screen and (max-width: 992px) {
  .custom-css .pricing-table .blocks .block .featuresList ul.features li.info.showtool .icon:after {
    background-image: url(../close_info_icon.html);
  }
}
.custom-css .pricing-table .blocks .block .featuresList ul.features li .tooltiptext {
  background-color: #000;
  border-radius: 6px;
  bottom: 112%;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  text-align: left;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .custom-css .pricing-table .blocks .block .featuresList ul.features li .tooltiptext {
    left: -1px;
    line-height: 18.2px;
    padding: 10px;
  }
  .custom-css .pricing-table .blocks .block .featuresList ul.features li .tooltiptext:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    bottom: -10px;
    content: "";
    height: 0;
    position: absolute;
    right: 14px;
    width: 0;
  }
}
@media screen and (max-width: 991px) {
  .custom-css .pricing-table .blocks .block .featuresList ul.features li .tooltiptext {
    background: #fff;
  }
}
@media screen and (min-width: 992px) {
  .custom-css .pricing-table .blocks .block .featuresList ul.features li .icon:hover .tooltiptext {
    visibility: visible;
  }
}
@media screen and (max-width: 991px) {
  .custom-css .pricing-table .blocks .block .featuresList {
    border-top: 1px solid #f2f3f4;
  }
  .custom-css .pricing-table .blocks .block .featuresList .heading:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    right: 0;
  }
  .custom-css .pricing-table .blocks .block .featuresList .heading.open:after {
    content: "\f107";
  }
  .custom-css .pricing-table .blocks .block .featuresList ul.features {
    display: none;
  }
  .custom-css .pricing-table .blocks .block .featuresList ul.features li {
    text-align: left;
  }
  .custom-css .pricing-table .blocks .block .featuresList ul.features li .none {
    display: none;
  }
}
.custom-css .influencer-category-listing-container {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: left;
}
.custom-css .influencer-category-listing-container,
.custom-css .influencer-category-listing-container a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-css .influencer-category-listing-container a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 0;
  background: #f2f3f4;
  border: 1px solid #f2f3f4;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  -ms-flex: 0 0 calc(25% - 30px);
  flex: 0 0 calc(25% - 30px);
  font-size: 24px;
  height: 166px;
  justify-content: center;
  line-height: 31px;
  padding: 0 20px;
  text-align: center;
  text-transform: none;
  -webkit-transition: border-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
}
@media (max-width: 1094px) {
  .custom-css .influencer-category-listing-container a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(30% - 30px);
    flex: 0 0 calc(30% - 30px);
  }
}
.custom-css .influencer-category-listing-container a:hover {
  background-clip: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f3f4), to(#f2f3f4)), -webkit-gradient(linear, left top, left bottom, color-stop(6%, #f77300), color-stop(80%, #f5333f));
  background-image: linear-gradient(#f2f3f4, #f2f3f4), linear-gradient(180deg, #f77300 6%, #f5333f 80%);
  background-origin: border-box;
  border: 1px solid transparent;
  -webkit-box-shadow: 0.5px 1.5px 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0.5px 1.5px 20px 1px rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.custom-css .influencer-category-listing-container a h5 {
  color: #000;
}
@media (max-width: 660px) {
  .custom-css .influencer-category-listing-container {
    display: block;
  }
  .custom-css .influencer-category-listing-container a {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    height: 71px;
    justify-content: left;
    margin-bottom: 20px;
  }
}
.custom-css .influencer-listing {
  margin-top: -100px;
}
@media (max-width: 770px) {
  .custom-css .influencer-listing {
    margin-top: -60px;
  }
}
.custom-css .influencer-listing .hero-nav {
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 660px) {
  .custom-css .influencer-listing .hero-nav {
    padding: 60px 0;
    text-align: left;
  }
}
.custom-css .influencer-listing .hero-nav h1 {
  -webkit-text-fill-color: transparent;
  -webkit-animation: gradientSmooth 40s ease infinite;
  animation: gradientSmooth 40s ease infinite;
  background: -webkit-gradient(linear, left top, right top, from(#298dda), color-stop(#d73184), color-stop(#f5333f), to(#fccc38));
  background: linear-gradient(90deg, #298dda, #d73184, #f5333f, #fccc38);
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 400% 100%;
}
.custom-css .influencer-listing .hero-nav p a {
  color: inherit;
}
.custom-css .influencer-listing .hero-nav p a:hover {
  text-decoration: none;
}
.custom-css .influencer-listing .influencer-listing-container {
  padding-bottom: 20px;
}
.custom-css .influencer-listing .influencer-listing-container a {
  background: #f2f3f4;
  border: 1px solid #f2f3f4;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  color: inherit;
  display: block;
  padding: 30px;
  text-decoration: none !important;
  -webkit-transition: border-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
}
@media (max-width: 1094px) {
  .custom-css .influencer-listing .influencer-listing-container a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(30% - 30px);
    flex: 0 0 calc(30% - 30px);
  }
}
.custom-css .influencer-listing .influencer-listing-container a:hover {
  background-clip: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f3f4), to(#f2f3f4)), -webkit-gradient(linear, left top, left bottom, color-stop(6%, #f77300), color-stop(80%, #f5333f));
  background-image: linear-gradient(#f2f3f4, #f2f3f4), linear-gradient(180deg, #f77300 6%, #f5333f 80%);
  background-origin: border-box;
  border: 1px solid transparent;
  -webkit-box-shadow: 0.5px 1.5px 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0.5px 1.5px 20px 1px rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.custom-css .influencer-listing .influencer-listing-container a h4 {
  font-weight: 400;
}
.custom-css .influencer-listing .influencer-listing-container a .stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 770px) {
  .custom-css .influencer-listing .influencer-listing-container a .stats {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.custom-css .influencer-listing .influencer-listing-container a .stats * {
  font-size: 20px;
}
.custom-css .influencer-listing .influencer-listing-container a .stats .audience-size {
  color: #e60188;
  display: block;
  font-size: 20px;
}
@media (max-width: 770px) {
  .custom-css .influencer-listing .influencer-listing-container a .stats .audience-size {
    margin-bottom: 0;
    width: 100%;
  }
}
.custom-css .influencer-listing .influencer-listing-container a .stats .audience-size:before {
  color: #000;
  content: "\f007";
  font-family: FontAwesome;
  font-size: 32px;
  padding-right: 10px;
  vertical-align: bottom;
}
.custom-css .influencer-listing .influencer-listing-container a .stats .seperator {
  padding: 0 10px;
}
@media (max-width: 770px) {
  .custom-css .influencer-listing .influencer-listing-container a .stats .seperator {
    padding-left: 0;
  }
}
.custom-css .influencer-listing .influencer-listing-container a .influencer-description {
  color: #667082;
  font-size: 20px;
}
.custom-css .influencer-listing .influencer-listing-container:last-child {
  padding-bottom: 0;
}
.custom-css .next-page-section {
  padding: 0 0 100px;
  text-align: center;
}
.custom-css .next-page-section .next,
.custom-css .next-page-section .prev {
  background: #eaebed;
  border: none;
  border-radius: 50%;
  color: #000;
  display: inline-block !important;
  font-size: 19px;
  padding: 8px 18px 12px;
  text-align: center;
  text-decoration: none;
}
.custom-css .next-page-section .prev {
  margin-right: 40px;
}
.custom-css .next-page-section .page-numbers.current {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin-right: 40px;
}
.custom-css .next-page-section .dots,
.custom-css .next-page-section a.page-numbers {
  display: none;
}
.custom-css .next-page-section .total {
  color: #000;
  line-height: 40px;
  margin-left: 40px;
}
.custom-css .influencer {
  margin-bottom: -100px;
}
.custom-css .influencer .influencer-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: center;
  background: #fff;
  border: 1px solid #eaebed;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  justify-content: flex-start;
  margin-bottom: 40px;
  padding: 30px;
}
@media (max-width: 960px) {
  .custom-css .influencer .influencer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    padding: 30px;
  }
}
.custom-css .influencer .influencer-container .details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.custom-css .influencer .influencer-container .details .influencer-name {
  display: block;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}
.custom-css .influencer .influencer-container .details .influencer-name div {
  color: #000;
  display: inline-block;
}
.custom-css .influencer .influencer-container .details .audience-size {
  color: #e60188;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-css .influencer .influencer-container .details .audience-size:before {
  color: #000;
  content: "\f007";
  font-family: FontAwesome;
  font-size: 32px;
  margin-right: 13px;
}
.custom-css .influencer .influencer-container .quality-score {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #94bd3a;
  border-radius: 8px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  justify-content: center;
  max-width: 210px;
  padding: 10px;
}
@media (max-width: 960px) {
  .custom-css .influencer .influencer-container .quality-score {
    gap: 0;
  }
}
.custom-css .influencer .influencer-container .quality-score div:first-child {
  text-align: center;
  white-space: nowrap;
  width: 70%;
}
.custom-css .influencer .influencer-container .quality-score div h2 {
  line-height: 45px;
}
.custom-css .influencer .influencer-container .quality-score div h2,
.custom-css .influencer .influencer-container .quality-score div h6,
.custom-css .influencer .influencer-container .quality-score div p {
  margin: 0;
}
.custom-css .influencer .influencer-container .quality-score div p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
.custom-css .influencer .banner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background: #f2f3f4;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 50px;
}
@media (max-width: 960px) {
  .custom-css .influencer .banner,
  .custom-css .influencer .banner a {
    display: block;
  }
}
.custom-css .influencer .banner h4 {
  font-weight: 400;
}
@media (max-width: 960px) {
  .custom-css .influencer .banner h4 {
    font-size: 24px;
    line-height: 31px;
    padding-bottom: 20px;
  }
}
.custom-css .influencer .stat-cards {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: flex-start;
}
@media (max-width: 960px) {
  .custom-css .influencer .stat-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
  }
}
.custom-css .influencer .stat-cards div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: #fff;
  border: 1px solid #f2f3f4;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 165px;
  justify-content: center;
  text-align: center;
  -webkit-transition: border-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  width: calc(25% - 30px);
}
@media (max-width: 960px) {
  .custom-css .influencer .stat-cards div {
    width: auto;
  }
}
@media (max-width: 660px) {
  .custom-css .influencer .stat-cards div {
    padding: 20px;
  }
}
.custom-css .influencer .stat-cards div:hover {
  background-clip: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, color-stop(6%, #f77300), color-stop(80%, #f5333f));
  background-image: linear-gradient(#fff, #fff), linear-gradient(180deg, #f77300 6%, #f5333f 80%);
  background-origin: border-box;
  border: 1px solid transparent;
  -webkit-box-shadow: 0.5px 1.5px 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0.5px 1.5px 20px 1px rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.custom-css .influencer .stat-cards div h2 {
  margin-bottom: 0;
}
.custom-css .influencer .metrics {
  margin-left: calc(-50vw + 50%);
  margin-top: 100px;
  position: relative;
  width: 100vw;
}
@media (max-width: 660px) {
  .custom-css .influencer .metrics {
    margin-top: 20px;
  }
}
.custom-css .influencer .metrics div {
  -ms-flex-pack: distribute;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 1440px;
}
@media (max-width: 960px) {
  .custom-css .influencer .metrics div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 100px;
  }
}
.custom-css .influencer .metrics div img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.custom-css .influencer .metrics .overlay {
  background: hsla(0, 0%, 85%, 0.3);
  height: 100%;
  max-width: 100%;
  position: absolute;
  width: 100%;
}
.custom-css .influencer .metrics .overlay div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  -ms-flex-direction: column;
  flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 30px 20px;
  position: relative;
  text-align: center;
  top: 35%;
  width: 470px;
}
@media (max-width: 960px) {
  .custom-css .influencer .metrics .overlay div {
    position: unset;
  }
}
@media (max-width: 660px) {
  .custom-css .influencer .metrics .overlay div {
    width: 80%;
  }
}
.custom-css .influencer .metrics .overlay div h4 {
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .custom-css .influencer .metrics .overlay div h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
.custom-css .influencer .metrics .overlay div a {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 660px) {
  .custom-css .influencer .metrics .overlay div a {
    width: 100%;
  }
}
.custom-css .influencer-module-control .multiple-column .buttons.white-color {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.custom-css .influencer-module-control .multiple-column .buttons.white-color a {
  margin-top: 30px;
}
@media (max-width: 960px) {
  .custom-css .influencer-module-control .multiple-column .buttons.white-color a {
    width: 100%;
  }
}
.custom-css .influencer-module-control .multiple-column .buttons.white-color a:hover {
  border: 1px solid #000;
  color: #000;
}
.custom-css .influencer-module-control .bulletin-banner,
.custom-css .influencer-module-control .recommended-content {
  margin-top: -100px;
}
@media (max-width: 770px) {
  .custom-css .influencer-module-control .bulletin-banner,
  .custom-css .influencer-module-control .recommended-content {
    margin-top: -60px;
  }
  .custom-css .influencer-module-control .bulletin-banner .copy,
  .custom-css .influencer-module-control .recommended-content .copy {
    padding: 50px 0 0;
    text-align: left;
  }
}
.custom-css .influencer-module-control .cta-banner {
  padding-bottom: 0 !important;
}
.custom-css .influencer-module-control .cta-banner .copy h2 {
  -webkit-text-fill-color: transparent;
  -webkit-animation: gradientSmooth 40s ease infinite;
  animation: gradientSmooth 40s ease infinite;
  background: -webkit-gradient(linear, left top, right top, from(#298dda), color-stop(#d73184), color-stop(#f5333f), to(#fccc38));
  background: linear-gradient(90deg, #298dda, #d73184, #f5333f, #fccc38);
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 400% 100%;
  font-size: 55px;
  font-weight: 600;
  line-height: 65px;
}
@media (max-width: 770px) {
  .custom-css .influencer-module-control .cta-banner .copy h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
  }
}
.custom-css .influencer-module-control .cta-banner .copy p {
  font-size: 24px;
  line-height: 31px;
}
.custom-css .outer-dynamic-hero {
  margin-left: calc(-50vw + 50%);
  position: relative;
  width: 100vw;
}
.custom-css .outer-dynamic-hero .lrg-padding-top {
  padding-top: 150px !important;
}
@media (max-width: 770px) {
  .custom-css .outer-dynamic-hero .lrg-padding-top {
    padding-top: 100px !important;
  }
}
.custom-css .outer-dynamic-hero .lrg-padding-top h1 {
  padding-top: 0 !important;
}
.custom-css .dynamic-hero {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 593px;
  justify-content: space-between;
  margin: 50px auto auto;
  max-width: 1440px;
  padding-right: 0 !important;
  padding-top: 30px !important;
}
@media (max-width: 1500px) {
  .custom-css .dynamic-hero {
    height: 682px;
  }
}
@media (max-width: 770px) {
  .custom-css .dynamic-hero {
    height: 100%;
    max-height: 985px;
    padding-top: 0 !important;
  }
}
.custom-css .dynamic-hero .left {
  max-width: 740px;
  padding-right: 30px;
  width: 100%;
}
@media (max-width: 1500px) {
  .custom-css .dynamic-hero .left {
    max-width: 600px;
  }
}
@media (max-width: 1280px) {
  .custom-css .dynamic-hero .left {
    max-width: 460px;
  }
}
@media (max-width: 1089px) {
  .custom-css .dynamic-hero .left {
    width: 50%;
  }
}
.custom-css .dynamic-hero .left h1 {
  margin: 15px 0;
}
.custom-css .dynamic-hero .left .copy {
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  margin: 10px 0 30px;
}
.custom-css .dynamic-hero .left .hero-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 1219px) {
  .custom-css .dynamic-hero .left .hero-buttons {
    gap: 10px;
  }
}
@media (max-width: 770px) {
  .custom-css .dynamic-hero .left .hero-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .custom-css .dynamic-hero .left .hero-buttons .cta-button {
    max-width: 100%;
    padding: 8px 24px 12px;
    width: 100%;
  }
}
.custom-css .dynamic-hero .left .typewriter-text {
  height: 70px;
  margin-left: 0;
  margin-top: -6px;
  overflow: hidden;
}
@media (max-width: 770px) {
  .custom-css .dynamic-hero .left .typewriter-text {
    height: 50px;
    margin-bottom: 15px;
    margin-top: -12px;
  }
}
.custom-css .dynamic-hero .left .typewriter-text h2 {
  -webkit-animation: slide 20s steps(10) infinite;
  animation: slide 20s steps(10) infinite;
  font-size: 55px;
  font-weight: 600;
  line-height: 62px;
  margin: 0 !important;
  padding-bottom: 3px;
  position: relative;
  top: 0;
}
@media (max-width: 770px) {
  .custom-css .dynamic-hero .left .typewriter-text h2 {
    -webkit-animation-name: slide-mobile;
    animation-name: slide-mobile;
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    padding-bottom: 3px;
    white-space: nowrap;
  }
}
.custom-css .dynamic-hero .left .typewriter-text h2 span {
  line-height: 60px;
  margin: 0;
  position: relative;
}
@media (max-width: 770px) {
  .custom-css .dynamic-hero .left .typewriter-text h2 span {
    line-height: 50px;
    padding-bottom: 3px;
  }
}
.custom-css .dynamic-hero .left .typewriter-text h2 span:after {
  -webkit-animation: typing 2s steps(10) infinite;
  animation: typing 2s steps(10) infinite;
  background: #fff;
  border-left: 2px solid #fff;
  content: "";
  height: 70px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 770px) {
  .custom-css .dynamic-hero .left .typewriter-text h2 span:after {
    height: 60px;
  }
}
@-webkit-keyframes slide {
  to {
    -webkit-transform: translateY(-648px);
    transform: translateY(-648px);
  }
}
@-webkit-keyframes slide-mobile {
  to {
    -webkit-transform: translateY(-540px);
    transform: translateY(-540px);
  }
}
@-webkit-keyframes typing {
  40%,
  60% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.custom-css .dynamic-hero .right {
  max-width: 681px;
  position: absolute;
  right: 0;
  width: 100%;
}
.custom-css .dynamic-hero .right.original-layout {
  max-width: 579px;
  -o-object-position: center !important;
  object-position: center !important;
  padding-right: 20px;
  position: relative !important;
}
@media (max-width: 1440px) and (min-width: 1151px) {
  .custom-css .dynamic-hero .right.original-layout {
    max-width: 670px;
    padding-right: 100px;
  }
}
@media (max-width: 1150px) and (min-width: 961px) {
  .custom-css .dynamic-hero .right.original-layout {
    padding-right: 50px;
  }
}
@media (max-width: 770px) {
  .custom-css .dynamic-hero .right {
    padding-left: 0;
  }
}
@media (max-width: 1440px) {
  .custom-css .dynamic-hero .right {
    position: static;
  }
}
@media (max-width: 1279px) {
  .custom-css .dynamic-hero .right {
    max-width: 592px;
  }
}
.custom-css .dynamic-hero .right .hero-img {
  height: 493px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
  width: 100%;
}
@media (max-width: 1440px) {
  .custom-css .dynamic-hero .left {
    max-width: 548px;
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .custom-css .dynamic-hero .right .hero-img {
    height: 429px;
  }
}
@media (max-width: 960px) {
  .custom-css .dynamic-hero .left {
    max-width: 457px;
  }
  .custom-css .dynamic-hero .right .hero-img {
    height: 414px;
  }
}
@media (max-width: 785px) {
  .custom-css .dynamic-hero .right .hero-img {
    height: 350px;
  }
}
@media (max-width: 770px) {
  .custom-css .dynamic-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom-css .dynamic-hero .left {
    max-width: none;
    padding-right: 20px;
    width: 100%;
  }
  .custom-css .dynamic-hero .left h1 {
    font-size: 36px;
    line-height: 50px;
    text-transform: none;
  }
  .custom-css .dynamic-hero .left .copy {
    font-size: 18px;
    line-height: 28px;
    margin-top: 0;
  }
  .custom-css .dynamic-hero .right {
    margin-top: 60px;
    min-width: 100%;
    position: relative;
  }
  .custom-css .dynamic-hero .right .hero-img {
    height: 493px;
    -o-object-position: right top;
    object-position: right top;
  }
}
@media (max-width: 500px) {
  .custom-css .dynamic-hero .right .hero-img {
    height: 350px;
  }
}
@media (max-width: 420px) {
  .custom-css .dynamic-hero .right .hero-img {
    height: 300px;
  }
}
.custom-css .form-hero-outer {
  margin-left: calc(-50vw + 50%);
  position: relative;
  width: 100vw;
}
.custom-css .form-hero-outer.grey {
  background-color: #f2f3f4;
}
.custom-css .form-hero-outer.black {
  background-color: #000;
}
.custom-css .form-hero-outer.black .left h1,
.custom-css .form-hero-outer.black .left p {
  color: #fff;
}
.custom-css .form-hero-outer.black .left .cta-button {
  background-color: #fff;
  color: #000;
}
.custom-css .form-hero-outer.black .left .cta-button.inverted,
.custom-css .form-hero-outer.black .left .cta-button:hover {
  background-color: #000;
  border-color: #fff;
  color: #fff;
}
.custom-css .form-hero-outer.black .left .cta-button.inverted:hover {
  background-color: #fff;
  color: #000;
}
.custom-css .form-hero-outer.black .right {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.custom-css .form-hero-outer.purple-gradient {
  background: linear-gradient(91.89deg, #e60188 -13.87%, #298dda 100.42%);
}
.custom-css .form-hero-outer.purple-gradient .left h1,
.custom-css .form-hero-outer.purple-gradient .left p,
.custom-css .form-hero-outer.purple-gradient .left ul {
  color: #fff;
}
.custom-css .form-hero-outer.purple-gradient .right {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.custom-css .form-hero-outer.gradient {
  background: linear-gradient(269.98deg, #fccc38 -23.32%, #f5333f 75.34%);
}
.custom-css .form-hero-outer.gradient .left h1,
.custom-css .form-hero-outer.gradient .left p,
.custom-css .form-hero-outer.gradient .left ul {
  color: #fff;
}
.custom-css .form-hero-outer.gradient .right {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.custom-css .form-hero-outer.gradient-animation .left h1,
.custom-css .form-hero-outer.gradient-animation .left p,
.custom-css .form-hero-outer.gradient-animation .left ul {
  color: #fff;
}
.custom-css .form-hero-outer.gradient-animation .right {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.custom-css .form-hero {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1440px;
}
@media (max-width: 960px) {
  .custom-css .form-hero:not(.compact) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
  }
}
.custom-css .form-hero .left {
  max-width: 560px;
  padding-right: 30px;
}
@media (max-width: 1320px) {
  .custom-css .form-hero .left {
    max-width: 440px;
  }
}
@media (max-width: 1100px) {
  .custom-css .form-hero .left {
    max-width: 420px;
  }
}
@media (max-width: 960px) {
  .custom-css .form-hero .left {
    max-width: 100%;
    padding-right: 0;
  }
}
.custom-css .form-hero .left h1 {
  margin-bottom: 20px;
}
.custom-css .form-hero .left p {
  font-size: 24px;
  line-height: 31px;
}
.custom-css .form-hero .left .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 1050px) {
  .custom-css .form-hero .left .buttons {
    gap: 10px;
  }
}
@media (max-width: 960px) {
  .custom-css .form-hero .left .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
.custom-css .form-hero .left .buttons a {
  display: block;
  font-size: 18px;
  line-height: 23px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 960px) {
  .custom-css .form-hero .left .buttons a {
    width: 100%;
  }
}
.custom-css .form-hero .left .hero-logo {
  margin-bottom: 20px;
  max-width: 410px;
}
.custom-css .form-hero .left .hero-logo img {
  height: auto;
  width: 100%;
}
.custom-css .form-hero .left .hero-image {
  margin-top: 20px;
  max-width: 430px;
}
.custom-css .form-hero .left .hero-image img {
  height: auto;
  width: 100%;
}
@media (max-width: 960px) {
  .custom-css .form-hero .left .hero-image {
    max-width: 560px;
  }
}
@media (max-width: 660px) {
  .custom-css .form-hero .left .hero-image {
    max-width: 100%;
  }
}
.custom-css .form-hero .right {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  padding: 30px;
}
@media (max-width: 960px) {
  .custom-css .form-hero .right {
    width: 100%;
  }
}
.custom-css .form-hero .right.form form.mkto-custom-form {
  display: none !important;
}
.custom-css .form-hero .right.form input:focus,
.custom-css .form-hero .right.form select:focus,
.custom-css .form-hero .right.form textarea:focus {
  outline: none;
}
@media (max-width: 559px) {
  .custom-css .form-hero .right.form .input,
  .custom-css .form-hero .right.form .mktoForm .mktoFormRow .mktoField {
    height: 50px !important;
  }
}
.custom-css .form-hero .right.form h3 {
  margin: 0 5px 30px;
}
.custom-css .form-hero .right.form .custom-marketo-form {
  width: 470px;
}
@media (max-width: 1320px) {
  .custom-css .form-hero .right.form .custom-marketo-form,
  .custom-css .form-hero .right.form .custom-marketo-form .input-field,
  .custom-css .form-hero .right.form .custom-marketo-form .select-field {
    max-width: 440px;
  }
  .custom-css .form-hero .right.form .custom-marketo-form .sm-field {
    max-width: 217px;
  }
}
@media (max-width: 1100px) {
  .custom-css .form-hero .right.form .custom-marketo-form {
    max-width: 400px;
  }
  .custom-css .form-hero .right.form .custom-marketo-form .input-field,
  .custom-css .form-hero .right.form .custom-marketo-form .select-field {
    max-width: 399px;
  }
  .custom-css .form-hero .right.form .custom-marketo-form .sm-field {
    max-width: 197px;
  }
}
@media (max-width: 960px) {
  .custom-css .form-hero .right.form .custom-marketo-form {
    max-width: 100%;
    width: 100%;
  }
  .custom-css .form-hero .right.form .custom-marketo-form .input-field,
  .custom-css .form-hero .right.form .custom-marketo-form .select-field {
    max-width: 100% !important;
    width: 100% !important;
  }
  .custom-css .form-hero .right.form .custom-marketo-form .sm-field {
    max-width: 100%;
    width: 100% !important;
  }
  .custom-css .form-hero .right.form .custom-marketo-form button {
    width: calc(100% - 10px) !important;
  }
}
.custom-css .form-hero .right.form .custom-marketo-form .input-field {
  position: relative;
}
.custom-css .form-hero .right.form .custom-marketo-form .error {
  color: #f5333f !important;
  display: block !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  padding-left: 3px !important;
  padding-top: 0 !important;
  text-align: left;
}
.custom-css .form-hero .right.form .custom-marketo-form .error.blacklist {
  position: absolute;
  top: 55px;
}
.custom-css .form-hero .right.form .custom-marketo-form p {
  opacity: 0 !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.custom-css .form-hero .right.form .custom-marketo-form p.visible {
  opacity: 1 !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.custom-css .form-hero .right.form .custom-marketo-form button {
  padding: 8px 24px 12px;
}
.custom-css .form-hero .right .form .custom-marketo-form input[type="checkbox"].invalid {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none !important;
  background-size: auto !important;
  border-color: #f5333f !important;
  padding-right: 0 !important;
}
.custom-css .form-hero .right .form .custom-marketo-form input[type="checkbox"].valid {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: url(../checked-white.html) no-repeat !important;
  background-color: #2ea3f2 !important;
  background-position: 53% !important;
  background-size: 16px !important;
  padding-right: 0 !important;
}
@media (max-width: 483px) {
  .custom-css .form-hero .right .form .custom-marketo-form input[type="checkbox"] {
    margin-right: 15px !important;
  }
}
@media (max-width: 960px) {
  .custom-css .form-hero.compact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
  }
}
.custom-css .form-hero.compact .left h3 {
  margin-bottom: 10px;
}
@media (max-width: 660px) {
  .custom-css .form-hero.compact .left h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .custom-css .form-hero.compact .left p {
    font-size: 18px;
    line-height: 27px;
  }
}
.custom-css .form-hero.compact .right.form h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
}
.custom-css .request-demo {
  padding-top: 0 !important;
}
.custom-css .request-demo .top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .custom-css .request-demo .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.custom-css .request-demo .block {
  background-color: #fff;
  border-radius: 8px;
  height: 100%;
  padding: 40px;
}
@media (max-width: 1280px) {
  .custom-css .request-demo .block {
    padding: 20px;
  }
}
.custom-css .request-demo .right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  max-width: 45%;
  width: 100%;
}
@media (max-width: 960px) {
  .custom-css .request-demo .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-width: 100%;
  }
}
.custom-css .request-demo .right .testimonial-copy h5 {
  margin-bottom: 60px;
  margin-top: 0;
}
@media (max-width: 960px) {
  .custom-css .request-demo .right .testimonial-copy h5 {
    margin-bottom: 30px;
  }
}
@media (max-width: 660px) {
  .custom-css .request-demo .right .testimonial-copy h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.custom-css .request-demo .right .testimonial-copy p {
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .custom-css .request-demo .right .testimonial-copy p {
    margin-bottom: 10px;
  }
}
.custom-css .request-demo .right .testimonial-copy .sa_hover_container {
  margin-bottom: 60px !important;
  padding: 0 !important;
}
@media (max-width: 960px) {
  .custom-css .request-demo .right .testimonial-copy .sa_hover_container {
    margin-bottom: 40px !important;
  }
  .custom-css .request-demo .right .testimonial-copy .owl-carousel {
    max-height: 280px !important;
  }
}
@media (max-width: 660px) and (min-width: 501px) {
  .custom-css .request-demo .right .testimonial-copy .owl-carousel {
    max-height: 250px !important;
  }
}
@media (max-width: 440px) {
  .custom-css .request-demo .right .testimonial-copy .owl-carousel {
    max-height: 340px !important;
  }
}
.custom-css .request-demo .right .testimonial-copy .owl-carousel .owl-item img {
  max-height: 35px;
}
.custom-css .request-demo .right .testimonial-copy .owl-dots {
  text-align: left !important;
}
.custom-css .request-demo .right .testimonial-copy .owl-dots .owl-dot.active span {
  background-color: #667082 !important;
}
.custom-css .request-demo .right .testimonial-copy .owl-dots .owl-dot span {
  background-color: #fff !important;
  border: 1px solid #667082 !important;
}
.custom-css .request-demo .right .sign-up h3 {
  margin-bottom: 20px;
}
@media (max-width: 660px) {
  .custom-css .request-demo .right .sign-up h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
.custom-css .request-demo .right .sign-up p {
  margin-bottom: 40px;
}
.custom-css .request-demo .right .sign-up a {
  display: inline-block;
}
@media (max-width: 660px) {
  .custom-css .request-demo .right .sign-up a {
    display: block;
  }
}
.custom-css .request-demo .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 660px) {
  .custom-css .request-demo .left {
    display: block !important;
  }
}
.custom-css .request-demo .left.block {
  height: auto;
}
.custom-css .request-demo .left .form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.custom-css .request-demo .left .form form.mkto-custom-form {
  display: none !important;
}
.custom-css .request-demo .left .form h3 {
  margin-bottom: 30px;
  padding: 0 5px;
}
@media (max-width: 660px) {
  .custom-css .request-demo .left .form h3 {
    font-size: 26px;
    line-height: 34px;
    padding: 0;
  }
}
.custom-css .request-demo .left .form input:focus,
.custom-css .request-demo .left .form select:focus,
.custom-css .request-demo .left .form textarea:focus {
  outline: none;
}
@media (max-width: 559px) {
  .custom-css .request-demo .left .form .input,
  .custom-css .request-demo .left .form .mktoForm .mktoFormRow .mktoField {
    height: 50px !important;
  }
}
.custom-css .request-demo .left .form .custom-marketo-form {
  width: 100% !important;
}
.custom-css .request-demo .left .form .custom-marketo-form .input-field {
  position: relative;
}
.custom-css .request-demo .left .form .custom-marketo-form .input-field,
.custom-css .request-demo .left .form .custom-marketo-form .select-field {
  width: 100% !important;
}
@media (max-width: 660px) {
  .custom-css .request-demo .left .form .custom-marketo-form .input-field,
  .custom-css .request-demo .left .form .custom-marketo-form .select-field {
    margin-bottom: 20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.custom-css .request-demo .left .form .custom-marketo-form .sm-field {
  width: 49% !important;
}
@media (max-width: 768px) {
  .custom-css .request-demo .left .form .custom-marketo-form .sm-field:not(.hidden) {
    display: inline-block !important;
  }
}
@media (max-width: 660px) {
  .custom-css .request-demo .left .form .custom-marketo-form .sm-field:not(.hidden) {
    display: block !important;
    width: 100% !important;
  }
}
.custom-css .request-demo .left .form .custom-marketo-form .error {
  color: #f5333f !important;
  display: block !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  padding-left: 3px !important;
  padding-top: 0 !important;
  text-align: left;
}
.custom-css .request-demo .left .form .custom-marketo-form .error.blacklist {
  position: absolute;
  top: 55px;
}
.custom-css .request-demo .left .form .custom-marketo-form p {
  opacity: 0 !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.custom-css .request-demo .left .form .custom-marketo-form p.visible {
  opacity: 1 !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.custom-css .request-demo .left .form .custom-marketo-form button {
  height: 43px !important;
  padding: 8px 24px 12px;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media (max-width: 660px) {
  .custom-css .request-demo .left .form .custom-marketo-form button {
    margin-left: 0 !important;
    width: 100% !important;
  }
}
.custom-css .request-demo .left .form .custom-marketo-form input[type="checkbox"].invalid {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none !important;
  background-size: auto !important;
  border-color: #f5333f !important;
  padding-right: 0 !important;
}
.custom-css .request-demo .left .form .custom-marketo-form input[type="checkbox"].valid {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: url(../checked-white.html) no-repeat !important;
  background-color: #2ea3f2 !important;
  background-position: 53% !important;
  background-size: 16px !important;
  padding-right: 0 !important;
}
@media (max-width: 483px) {
  .custom-css .request-demo .left .form .custom-marketo-form input[type="checkbox"] {
    margin-right: 15px !important;
  }
}
.custom-css .request-demo .bottom .feature-blocks h3 {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 660px) {
  .custom-css .request-demo .bottom .feature-blocks h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
.custom-css .request-demo .bottom .feature-blocks .cards {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: flex-start;
  margin: -40px;
  overflow-x: scroll;
  padding: 40px;
  scroll-behavior: smooth;
  scroll-padding-left: 20px;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.custom-css .request-demo .bottom .feature-blocks .cards::-webkit-scrollbar {
  display: none !important;
}
@media (max-width: 1400px) and (min-width: 1151px) {
  .custom-css .request-demo .bottom .feature-blocks .cards {
    gap: 40px;
  }
}
@media (max-width: 1151px) and (min-width: 961px) {
  .custom-css .request-demo .bottom .feature-blocks .cards {
    gap: 25px;
  }
}
@media (max-width: 1151px) {
  .custom-css .request-demo .bottom .feature-blocks .cards {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.custom-css .request-demo .bottom .feature-blocks .cards .card {
  -webkit-box-flex: 1;
  -ms-flex-preferred-size: 20%;
  background: #fff;
  border: 1px solid #f2f3f4;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  -ms-flex: 1;
  flex: 1;
  flex-basis: 20%;
  max-width: 305px;
  min-width: 0;
  padding: 30px 20px;
  scroll-snap-align: start;
  text-align: center;
  -webkit-transition: border-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
}
.custom-css .request-demo .bottom .feature-blocks .cards .card > * {
  margin: 10px 0;
}
@media (max-width: 1151px) and (min-width: 961px) {
  .custom-css .request-demo .bottom .feature-blocks .cards .card {
    width: 100%;
  }
}
@media (max-width: 1151px) {
  .custom-css .request-demo .bottom .feature-blocks .cards .card {
    min-width: 245px;
  }
}
.custom-css .request-demo .bottom .feature-blocks .cards .card img {
  height: 35px;
  margin: 0 0 10px;
  -o-object-fit: contain;
  object-fit: contain;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.custom-css .request-demo .bottom .feature-blocks .cards .card p {
  color: #000;
  margin-bottom: 0;
}
.custom-css .request-demo .bottom .feature-blocks .cards a {
  color: inherit;
  text-decoration: none;
}
.custom-css .request-demo .bottom .feature-blocks .cards a:hover {
  background-clip: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, color-stop(6%, #f77300), color-stop(80%, #f5333f));
  background-image: linear-gradient(#fff, #fff), linear-gradient(180deg, #f77300 6%, #f5333f 80%);
  background-origin: border-box;
  border: 1px solid transparent;
  -webkit-box-shadow: 0.5px 1.5px 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0.5px 1.5px 20px 1px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
@media (max-width: 960px) {
  .custom-css .request-demo .bottom .feature-blocks .cards {
    gap: 20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .custom-css .request-demo .bottom .feature-blocks .cards .card {
    padding: 30px 20px;
  }
}
@media (max-width: 660px) {
  .custom-css .request-demo .bottom .feature-blocks h3 {
    padding: 0;
    text-align: left;
  }
}
@media (max-width: 660px) and (max-width: 660px) {
  .custom-css .request-demo .bottom .feature-blocks h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 660px) {
  .custom-css .request-demo .bottom .feature-blocks .cards .card {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    text-align: left;
  }
}
.custom-css .content-banner {
  margin: auto;
  max-width: 940px;
  padding: 30px 20px;
}
@media only screen and (max-width: 660px) {
  .custom-css .content-banner {
    padding: 30px 20px;
  }
}
.custom-css .content-banner .banner-inner {
  background: #fff;
  border: 1px solid #eaebed;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  padding: 30px;
}
@media only screen and (max-width: 770px) {
  .custom-css .content-banner .banner-inner {
    display: block;
  }
}
.custom-css .content-banner .banner-inner img {
  border-radius: 8px;
  height: 200px;
  max-width: 258px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 770px) {
  .custom-css .content-banner .banner-inner img {
    height: auto;
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.custom-css .content-banner .banner-inner .content h5 {
  font-weight: 600;
  margin: 0;
}
@media only screen and (max-width: 770px) {
  .custom-css .content-banner .banner-inner .content h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
.custom-css .content-banner .banner-inner .content p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 81px;
  margin: 15px 0 25px;
  overflow: hidden;
}
@media only screen and (max-width: 770px) {
  .custom-css .content-banner .banner-inner .content p {
    height: 81px;
    margin: 20px 0;
  }
  .custom-css .content-banner .banner-inner .content a {
    display: block;
  }
}
.custom-css .article-container .content-banner {
  padding: 30px 0;
}
.custom-css .article-container .content-banner .banner-inner .content p {
  color: #667082;
  font-size: 18px;
  line-height: 27px;
  margin: 15px 0 25px;
}
.custom-css .image-gallery.module {
  margin-left: calc(-50vw + 50%);
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100vw;
}
.custom-css .image-gallery.module.no-padding {
  padding-bottom: 0;
  padding-top: 0;
}
.custom-css .image-gallery.module.no-top-padding {
  padding-top: 0;
}
.custom-css .image-gallery.module.no-bottom-padding {
  padding-bottom: 0;
}
.custom-css .image-gallery.module .carousel-content {
  position: relative;
}
.custom-css .image-gallery.module .slick-slide > div {
  padding: 0 10px;
}
.custom-css .image-gallery.module .images {
  margin-left: -240px;
  width: calc(100vw + 480px);
}
@media (max-width: 890px) {
  .custom-css .image-gallery.module .images {
    margin-left: -220px;
    width: calc(100vw + 440px);
  }
}
@media (max-width: 460px) {
  .custom-css .image-gallery.module .images {
    margin-left: 0;
    width: auto;
  }
}
.custom-css .image-gallery.module .images img {
  border-radius: 20px;
  height: 340px;
  margin: 10px 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 240px;
}
@media (max-width: 770px) {
  .custom-css .image-gallery.module .images img {
    height: 280px;
    width: 198px;
  }
}
.custom-css .image-gallery.module .slick-next,
.custom-css .image-gallery.module .slick-prev {
  background-color: hsla(0, 0%, 100%, 0.6);
  border: 1px solid #000;
  color: #000;
  height: 100px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 50px);
  -webkit-transition: opacity 0.3s, background-color 0.3s, color 0.3s;
  transition: opacity 0.3s, background-color 0.3s, color 0.3s;
  width: 50px;
  z-index: 1;
}
.custom-css .image-gallery.module .slick-next:hover,
.custom-css .image-gallery.module .slick-prev:hover {
  background-color: #000;
  color: #fff;
}
.custom-css .image-gallery.module .slick-next:before,
.custom-css .image-gallery.module .slick-prev:before {
  font-family: FontAwesome;
  font-size: 30px;
}
@media (max-width: 856px) {
  .custom-css .image-gallery.module .slick-next,
  .custom-css .image-gallery.module .slick-prev {
    display: none !important;
  }
}
.custom-css .image-gallery.module .slick-prev {
  border-radius: 0 50px 50px 0;
  left: 0;
}
.custom-css .image-gallery.module .slick-prev:before {
  content: "\f104";
  margin-right: 10px;
}
.custom-css .image-gallery.module .slick-next {
  border-radius: 50px 0 0 50px;
  right: 0;
}
.custom-css .image-gallery.module .slick-next:before {
  content: "\f105";
  margin-left: 10px;
}
.custom-css .image-gallery.module:hover .slick-next,
.custom-css .image-gallery.module:hover .slick-prev {
  opacity: 1;
  pointer-events: all;
}
.custom-css div.pc-lifecycle.module.pink-blue-static-gradient {
  background: linear-gradient(91.89deg, #e60188 -13.87%, #298dda 100.42%);
  margin-left: calc(-50vw + 50%);
  padding-top: 60px;
  width: 100vw;
}
@media (max-width: 660px) {
  .custom-css div.pc-lifecycle.module.pink-blue-static-gradient .svg {
    display: inline;
  }
}
@media only screen and (max-width: 660px) {
  .custom-css div.pc-lifecycle.module {
    overflow: visible;
  }
}
.custom-css div.pc-lifecycle.module.padding-0 {
  padding-bottom: 0;
  padding-top: 0;
}
.custom-css div.pc-lifecycle.module .svg {
  margin: auto;
  width: 65%;
}
@media only screen and (max-width: 800px) {
  .custom-css div.pc-lifecycle.module .svg {
    width: 80%;
  }
}
@media only screen and (max-width: 660px) {
  .custom-css div.pc-lifecycle.module .svg {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    width: 100%;
  }
  .custom-css div.pc-lifecycle.module .svg .mobileHide {
    display: none;
  }
}
.custom-css div.pc-lifecycle.module .svg path.hover {
  cursor: pointer;
}
.custom-css div.pc-lifecycle.module .svg path.hover:hover {
  fill: #f5333f !important;
  cursor: pointer;
}
.custom-css .infinite-logo-scoller.module {
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  width: 100vw;
}
.custom-css .infinite-logo-scoller.module h2 {
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 100px;
  text-align: center;
}
@media (max-width: 960px) {
  .custom-css .infinite-logo-scoller.module h2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 660px) {
  .custom-css .infinite-logo-scoller.module h2 {
    font-weight: 500;
    text-align: left;
  }
}
.custom-css .infinite-logo-scoller.module.gradient-animation h2,
.custom-css .infinite-logo-scoller.module.purple-gradient-reversed-bg h2 {
  color: #fff;
}
.custom-css .infinite-logo-scoller.module .scroller {
  -webkit-animation: bannermove linear infinite;
  animation: bannermove linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: scroll;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.custom-css .infinite-logo-scoller.module .scroller img {
  display: block;
  height: 100px;
  width: auto;
}
@-webkit-keyframes bannermove {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes bannermove {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 3000px) {
  @-webkit-keyframes bannermove {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-25%);
      transform: translateX(-25%);
    }
  }
  @keyframes bannermove {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-25%);
      transform: translateX(-25%);
    }
  }
}
.custom-css .landing-page-footer #footer {
  margin-left: calc(-50vw + 50%);
  padding: 0 15px;
  width: 100vw;
}
.custom-css .landing-page-footer #footer #footerMenu,
.custom-css .landing-page-footer #footer #socialmedia {
  display: none;
}
.custom-css .landing-page-nav {
  background-color: #fff;
  left: 0;
  margin-left: calc(-50vw + 50%);
  margin-top: -95px;
  padding-top: 20px;
  position: fixed;
  width: 100vw;
  z-index: 9;
}
@media (max-width: 991px) {
  .custom-css .landing-page-nav {
    margin-top: -68px;
  }
}
.custom-css .landing-page-nav.scrolling {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
}
.custom-css .landing-page-nav .nav-wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1440px;
  padding: 0 20px;
}
.custom-css .landing-page-nav .nav-wrap img {
  height: 45px;
  margin-bottom: 19px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  padding-right: 20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.custom-css .landing-page-nav .nav-wrap .cta-button {
  white-space: nowrap;
}
.custom-css .consolidated-hero {
  margin-left: calc(-50vw + 50%);
  position: relative;
  width: 100vw;
}
.custom-css .consolidated-hero.light-grey {
  background-color: #fbfbfb;
}
.custom-css .consolidated-hero.dust-grey {
  background-color: #f2f3f4;
}
.custom-css .consolidated-hero.gradient {
  background: linear-gradient(269.98deg, #fccc38 -23.32%, #f5333f 75.34%);
}
.custom-css .consolidated-hero.purple-gradient {
  background: linear-gradient(91.89deg, #e60188 -13.87%, #298dda 100.42%);
}
.custom-css .consolidated-hero.pure-black {
  background-color: #000;
}
.custom-css .consolidated-hero.pure-black .cta-buttons .cta-button {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.custom-css .consolidated-hero.pure-black .cta-buttons .cta-button:hover {
  background-color: #000;
  color: #fff;
}
.custom-css .consolidated-hero.pure-black .cta-buttons .cta-button.inverted {
  background-color: #000;
  border-color: #fff;
  color: #fff;
}
.custom-css .consolidated-hero.pure-black .cta-buttons .cta-button.inverted:hover {
  background-color: #fff;
  color: #000;
}
.custom-css .consolidated-hero.gradient .content *,
.custom-css .consolidated-hero.gradient-animation .content *,
.custom-css .consolidated-hero.gradient-animation-advanced .content *,
.custom-css .consolidated-hero.pure-black .content *,
.custom-css .consolidated-hero.purple-gradient .content * {
  color: #fff !important;
}
.custom-css .consolidated-hero.center-align {
  text-align: center;
}
.custom-css .consolidated-hero.center-align .cta-buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.custom-css .consolidated-hero.lrg-padding-top {
  padding-top: 100px !important;
}
.custom-css .consolidated-hero.padding-top-bottom {
  padding-bottom: 60px !important;
  padding-top: 60px !important;
}
.custom-css .consolidated-hero.dynamic-images {
  padding-right: 0 !important;
}
.custom-css .consolidated-hero.dynamic-images .left {
  padding-right: 20px !important;
}
.custom-css .consolidated-hero.left-align .consolidated-hero-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
@media (max-width: 770px) {
  .custom-css .consolidated-hero.left-align .consolidated-hero-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.custom-css .consolidated-hero.left-align .consolidated-hero-container.form .left {
  max-width: 560px;
  padding-right: 30px;
  width: 100%;
}
.custom-css .consolidated-hero.left-align .consolidated-hero-container.dynamic-images .left {
  max-width: 740px;
  padding-right: 30px;
  width: 100%;
}
.custom-css .consolidated-hero.left-align .consolidated-hero-container.image .left,
.custom-css .consolidated-hero.left-align .consolidated-hero-container.video .left {
  width: 580px;
}
@media (max-width: 770px) {
  .custom-css .consolidated-hero.left-align .consolidated-hero-container .left {
    max-width: 100%;
    padding-right: 0;
  }
}
.custom-css .consolidated-hero.left-align .consolidated-hero-container .left .hero-image {
  margin-top: 20px;
  max-width: 430px;
}
.custom-css .consolidated-hero.left-align .consolidated-hero-container .left .hero-image img {
  height: auto;
  width: 100%;
}
@media (max-width: 770px) {
  .custom-css .consolidated-hero.left-align .consolidated-hero-container .right {
    margin-top: 60px;
  }
}
.custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  padding: 30px;
}
.custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form .mkto-custom-form {
  display: none !important;
}
@media (max-width: 960px) {
  .custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form {
    width: 100%;
  }
}
.custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form input:focus,
.custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form select:focus,
.custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form textarea:focus {
  outline: none;
}
@media (max-width: 559px) {
  .custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form .input,
  .custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form .mktoForm .mktoFormRow .mktoField {
    height: 50px !important;
  }
}
.custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form h3 {
  margin: 0 5px 30px;
}
.custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form .custom-marketo-form {
  width: 470px;
}
@media (max-width: 1320px) {
  .custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form .custom-marketo-form,
  .custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form .custom-marketo-form .input-field,
  .custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form .custom-marketo-form .select-field {
    max-width: 440px;
  }
  .custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form .custom-marketo-form .sm-field {
    max-width: 217px;
  }
}
@media (max-width: 1100px) {
  .custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form .custom-marketo-form {
    max-width: 400px;
  }
  .custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form .custom-marketo-form .input-field,
  .custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form .custom-marketo-form .select-field {
    max-width: 399px;
  }
  .custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form .custom-marketo-form .sm-field {
    max-width: 197px;
  }
}
@media (max-width: 960px) {
  .custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form .custom-marketo-form {
    max-width: 100%;
    width: 100%;
  }
  .custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form .custom-marketo-form .input-field,
  .custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form .custom-marketo-form .select-field {
    max-width: 100% !important;
    width: 100% !important;
  }
  .custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form .custom-marketo-form .sm-field {
    max-width: 100%;
    width: 100% !important;
  }
  .custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form .custom-marketo-form button {
    width: calc(100% - 10px) !important;
  }
}
.custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form .custom-marketo-form .input-field {
  position: relative;
}
.custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form .custom-marketo-form .error {
  color: #f5333f !important;
  display: block !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  padding-left: 3px !important;
  padding-top: 0 !important;
  text-align: left;
}
.custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form .custom-marketo-form .error.blacklist {
  position: absolute;
  top: 55px;
}
.custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form .custom-marketo-form p {
  opacity: 0 !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form .custom-marketo-form p.visible {
  opacity: 1 !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form .custom-marketo-form button {
  padding: 8px 24px 12px;
}
.custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form .form .custom-marketo-form input[type="checkbox"].invalid {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none !important;
  background-size: auto !important;
  border-color: #f5333f !important;
  padding-right: 0 !important;
}
.custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form .form .custom-marketo-form input[type="checkbox"].valid {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: url(../checked-white.html) no-repeat !important;
  background-color: #2ea3f2 !important;
  background-position: 53% !important;
  background-size: 16px !important;
  padding-right: 0 !important;
}
@media (max-width: 483px) {
  .custom-css .consolidated-hero.left-align .consolidated-hero-container .right.form .form .custom-marketo-form input[type="checkbox"] {
    margin-right: 15px !important;
  }
}
.custom-css .consolidated-hero.left-align .consolidated-hero-container .right.video {
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 740px;
  padding: 0 0 0 30px;
  width: 100%;
}
@media (max-width: 770px) {
  .custom-css .consolidated-hero.left-align .consolidated-hero-container .right.video {
    padding: 0;
  }
}
.custom-css .consolidated-hero.left-align .consolidated-hero-container .right.image {
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 740px;
  padding: 0 0 0 30px;
  width: 100%;
}
@media (max-width: 770px) {
  .custom-css .consolidated-hero.left-align .consolidated-hero-container .right.image {
    padding: 0;
  }
}
.custom-css .consolidated-hero.left-align .consolidated-hero-container .right.image img {
  height: 563px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 650px;
}
@media (max-width: 1440px) {
  .custom-css .consolidated-hero.left-align .consolidated-hero-container .right.image img {
    max-height: 500px;
  }
}
.custom-css .consolidated-hero.left-align .consolidated-hero-container .right.dynamic-images {
  max-width: 681px;
  position: absolute;
  right: 0;
  width: 100%;
}
@media (max-width: 770px) {
  .custom-css .consolidated-hero.left-align .consolidated-hero-container .right.dynamic-images {
    position: relative;
  }
}
.custom-css .consolidated-hero.left-align .consolidated-hero-container .right.dynamic-images .hero-img {
  height: 493px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
  width: 100%;
}
.custom-css .consolidated-hero.left-align .consolidated-hero-container .right.original-layout {
  max-width: 579px;
  -o-object-position: center !important;
  object-position: center !important;
  padding-right: 20px;
  position: relative !important;
}
@media (max-width: 1440px) and (min-width: 1151px) {
  .custom-css .consolidated-hero.left-align .consolidated-hero-container .right.original-layout {
    max-width: 670px;
    padding-right: 100px;
  }
}
@media (max-width: 1150px) and (min-width: 961px) {
  .custom-css .consolidated-hero.left-align .consolidated-hero-container .right.original-layout {
    padding-right: 50px;
  }
}
.custom-css .consolidated-hero .consolidated-hero-container {
  margin: auto;
  max-width: 1440px;
}
@media (max-width: 600px) {
  .custom-css .consolidated-hero .consolidated-hero-container .content {
    text-align: left;
  }
}
.custom-css .consolidated-hero .consolidated-hero-container .content .icon-img {
  -o-object-fit: contain;
  object-fit: contain;
}
.custom-css .consolidated-hero .consolidated-hero-container .content .icon-img.default {
  height: 80px;
  width: 80px;
}
.custom-css .consolidated-hero .consolidated-hero-container .content .icon-img.medium {
  height: 80px;
  width: 120px;
}
.custom-css .consolidated-hero .consolidated-hero-container .content .icon-img.large {
  height: auto;
  padding-bottom: 20px;
  width: 410px;
}
@media (max-width: 600px) {
  .custom-css .consolidated-hero .consolidated-hero-container .content .title {
    margin-bottom: 0;
  }
}
.custom-css .consolidated-hero .consolidated-hero-container .content .caption {
  color: #969ea7;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
.custom-css .consolidated-hero .consolidated-hero-container .content .title.blue-green-gradient {
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(linear, left top, right top, color-stop(23.65%, #2ea3f2), color-stop(131.39%, #20bf55));
  background: linear-gradient(90deg, #2ea3f2 23.65%, #20bf55 131.39%);
  -webkit-background-clip: text;
  background-clip: text;
}
.custom-css .consolidated-hero .consolidated-hero-container .content .copy.medium > * {
  font-size: 24px;
  line-height: 31px;
  margin-top: 10px;
}
@media (max-width: 770px) {
  .custom-css .consolidated-hero .consolidated-hero-container .content .copy.medium > * {
    font-size: 18px;
    line-height: 28px;
  }
}
.custom-css .consolidated-hero .consolidated-hero-container .content .copy.large > * {
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}
@media (max-width: 660px) {
  .custom-css .consolidated-hero .consolidated-hero-container .content .copy.large > * {
    font-size: 18px;
    line-height: 27px;
  }
}
.custom-css .consolidated-hero .consolidated-hero-container .content .typewriter-text {
  height: 70px;
  margin-left: 0;
  margin-top: -6px;
  overflow: hidden;
}
@media (max-width: 770px) {
  .custom-css .consolidated-hero .consolidated-hero-container .content .typewriter-text {
    height: 50px;
    margin-bottom: 15px;
    margin-top: -12px;
  }
}
.custom-css .consolidated-hero .consolidated-hero-container .content .typewriter-text h2 {
  -webkit-animation: slide 18s steps(9) infinite;
  animation: slide 18s steps(9) infinite;
  font-size: 55px;
  font-weight: 600;
  line-height: 62px;
  margin: 0 !important;
  padding-bottom: 10px;
  position: relative;
  top: 0;
}
@media (max-width: 770px) {
  .custom-css .consolidated-hero .consolidated-hero-container .content .typewriter-text h2 {
    -webkit-animation-name: slide-mobile;
    animation-name: slide-mobile;
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    padding-bottom: 10px;
    white-space: nowrap;
  }
}
.custom-css .consolidated-hero .consolidated-hero-container .content .typewriter-text h2 span {
  line-height: 60px;
  margin: 0;
  position: relative;
}
@media (max-width: 770px) {
  .custom-css .consolidated-hero .consolidated-hero-container .content .typewriter-text h2 span {
    line-height: 50px;
    padding-bottom: 3px;
  }
}
.custom-css .consolidated-hero .consolidated-hero-container .content .typewriter-text h2 span:after {
  -webkit-animation: typing 2s steps(9) infinite;
  animation: typing 2s steps(9) infinite;
  background: #fff;
  border-left: 2px solid #fff;
  content: "";
  height: 70px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 770px) {
  .custom-css .consolidated-hero .consolidated-hero-container .content .typewriter-text h2 span:after {
    height: 60px;
  }
}
@keyframes slide {
  to {
    -webkit-transform: translateY(-648px);
    transform: translateY(-648px);
  }
}
@keyframes slide-mobile {
  to {
    -webkit-transform: translateY(-540px);
    transform: translateY(-540px);
  }
}
@keyframes typing {
  40%,
  60% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.custom-css .consolidated-hero .consolidated-hero-container.dynamic-images {
  height: 593px;
}
@media (max-width: 1500px) {
  .custom-css .consolidated-hero .consolidated-hero-container.dynamic-images {
    height: 682px;
  }
}
@media (max-width: 770px) {
  .custom-css .consolidated-hero .consolidated-hero-container.dynamic-images {
    height: 100%;
    max-height: 985px;
    padding-top: 0 !important;
  }
}
.custom-css .consolidated-hero .consolidated-hero-container .cards {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 26px;
  justify-content: center;
  margin: 55px auto auto;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 15px 3px 0;
  scroll-behavior: smooth;
  scroll-padding-left: 20px;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.custom-css .consolidated-hero .consolidated-hero-container .cards::-webkit-scrollbar {
  display: none !important;
}
@media (max-width: 660px) {
  .custom-css .consolidated-hero .consolidated-hero-container .cards {
    margin-top: 30px;
  }
}
@media (max-width: 1155px) {
  .custom-css .consolidated-hero .consolidated-hero-container .cards {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: scroll;
    padding: 15px 0;
  }
}
@media (max-width: 1200px) {
  .custom-css .consolidated-hero .consolidated-hero-container .cards {
    gap: 20px;
  }
}
.custom-css .consolidated-hero .consolidated-hero-container .cards .card {
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #fff;
  background-repeat: no-repeat;
  border: 1px solid #eaebed;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 256px;
  max-width: 214px;
  min-width: 214px;
  scroll-snap-align: start;
  text-align: center;
}
.custom-css .consolidated-hero .consolidated-hero-container .cards .card > * {
  margin: 10px 0;
}
.custom-css .consolidated-hero .consolidated-hero-container .cards .card.selected {
  border-color: transparent !important;
  -webkit-box-shadow: 0.5px 1.2px 15px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0.5px 1.2px 15px 1px rgba(0, 0, 0, 0.1);
}
.custom-css .consolidated-hero .consolidated-hero-container .cards .card:hover {
  background-clip: padding-box, border-box;
  background-origin: border-box;
  border: 1px solid transparent;
  -webkit-box-shadow: 0.5px 1.2px 15px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0.5px 1.2px 15px 1px rgba(0, 0, 0, 0.1);
}
.custom-css .consolidated-hero .consolidated-hero-container .cards .card.gradient:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, color-stop(6%, #f77300), color-stop(80%, #f5333f));
  background-image: linear-gradient(#fff, #fff), linear-gradient(180deg, #f77300 6%, #f5333f 80%);
}
.custom-css .consolidated-hero .consolidated-hero-container .cards .card.purple-gradient:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, color-stop(6%, #e60188), color-stop(80%, #298dda));
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #e60188 6%, #298dda 80%);
}
.custom-css .consolidated-hero .consolidated-hero-container .cards .card .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  min-height: 43px;
  padding: 20px 20px 0;
  text-align: left;
}
.custom-css .consolidated-hero .consolidated-hero-container .cards .card .checkbox .container {
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-bottom: 12px;
  margin-left: 0;
  padding-right: 0 !important;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 17px;
}
.custom-css .consolidated-hero .consolidated-hero-container .cards .card .checkbox input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.custom-css .consolidated-hero .consolidated-hero-container .cards .card .checkbox .checkmark {
  background: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 17px;
  left: 0;
  position: absolute;
  top: 0;
  width: 17px;
}
.custom-css .consolidated-hero .consolidated-hero-container .cards .card .checkbox .container input:checked ~ .checkmark {
  background-color: #000;
}
.custom-css .consolidated-hero .consolidated-hero-container .cards .card .checkbox .checkmark:after {
  content: "";
  display: none;
  position: absolute;
}
.custom-css .consolidated-hero .consolidated-hero-container .cards .card .checkbox .container input:checked ~ .checkmark:after {
  display: block;
}
.custom-css .consolidated-hero .consolidated-hero-container .cards .card .checkbox .container .checkmark:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  height: 11px;
  left: 5px;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}
.custom-css .consolidated-hero .consolidated-hero-container .cards .card .checkbox .checkbox-text {
  color: #000;
  font-weight: 600;
  height: 47px;
  margin-left: 15px !important;
  width: 150px;
}
.custom-css .consolidated-hero .consolidated-hero-container .cards .card .image {
  margin: 0 !important;
  max-height: 187px;
}
.custom-css .consolidated-hero .consolidated-hero-container .cards .card .image img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.custom-css .consolidated-hero .consolidated-hero-container .cards .card p {
  font-size: 16px;
  line-height: 21px;
  margin: 0 !important;
}
.custom-css .consolidated-hero .consolidated-hero-container .cards .card .bottom-title {
  color: #667082;
  font-weight: 500;
  margin: 20px 0 !important;
}
.custom-css .consolidated-hero .consolidated-hero-container .cards .card.checkbox-title a.cta-button {
  display: none;
}
.custom-css .consolidated-hero .consolidated-hero-container .cards .card.icons-with-titles {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.custom-css .consolidated-hero .consolidated-hero-container .cards .card.icons-with-titles .image {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: 0 20px;
}
.custom-css .consolidated-hero .consolidated-hero-container .cards .card.icons-with-titles .checkbox,
.custom-css .consolidated-hero .consolidated-hero-container .cards .card.icons-with-titles a {
  display: none;
}
.custom-css .consolidated-hero .consolidated-hero-container .cards .card.call-to-action {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 20px 20px;
}
.custom-css .consolidated-hero .consolidated-hero-container .cards .card.call-to-action .checkbox {
  display: none;
  font-weight: 500;
}
.custom-css .consolidated-hero .consolidated-hero-container .cards .card.call-to-action .image {
  height: 100%;
}
.custom-css .consolidated-hero .consolidated-hero-container .cards .card.call-to-action .image img {
  height: 100%;
  max-height: 104px;
  max-width: 117px;
}
.custom-css .consolidated-hero .consolidated-hero-container .cards .card.call-to-action .cta-button {
  margin-bottom: 0;
}
.custom-css .consolidated-hero .consolidated-hero-container .cards a {
  text-decoration: none !important;
}
@media (max-width: 960px) {
  .custom-css .consolidated-hero .consolidated-hero-container .left {
    width: 100%;
  }
}
.custom-css .consolidated-hero .consolidated-hero-container .left .content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
}
.custom-css .consolidated-hero .consolidated-hero-container .left .content h1 {
  padding-bottom: 5px;
}
.custom-css .consolidated-hero .consolidated-hero-container .left .cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 770px) {
  .custom-css .consolidated-hero .consolidated-hero-container .left .cta-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.custom-css .consolidated-hero .consolidated-hero-container .left .cta-buttons .cta-button {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1195px) {
  .custom-css .consolidated-hero .consolidated-hero-container .left .cta-buttons .cta-button {
    font-size: 16px !important;
  }
}
@media (max-width: 770px) {
  .custom-css .consolidated-hero .consolidated-hero-container .left .cta-buttons .cta-button {
    width: 100% !important;
  }
}
.custom-css .consolidated-hero .consolidated-hero-container .left .cta-buttons .cta-button .hero-btn-img {
  height: 29px;
}
.custom-css .consolidated-hero .consolidated-hero-container .left .hero-image {
  margin-top: 40px;
}
.custom-css .consolidated-hero .consolidated-hero-container .left .hero-image img {
  height: 500px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
@media (max-width: 1440px) {
  .custom-css .consolidated-hero .consolidated-hero-container .left .hero-image img {
    max-height: 500px;
  }
}
@media (max-width: 660px) {
  .custom-css .consolidated-hero .consolidated-hero-container .left .hero-image img {
    height: 240px;
  }
}
.custom-css .consolidated-hero .consolidated-hero-container .left .icon-img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 600px) {
  .custom-css .consolidated-hero .consolidated-hero-container .left .icon-img {
    display: none;
  }
}
.custom-css .consolidated-hero .consolidated-hero-container .left .icon-img.default {
  height: 80px;
  width: 80px;
}
.custom-css .consolidated-hero .consolidated-hero-container .left .icon-img.medium {
  height: 80px;
  width: 120px;
}
.custom-css .consolidated-hero .consolidated-hero-container .left .icon-img.large {
  display: block;
  height: 80px;
  max-width: 100%;
}
.custom-css .leadership-profile-drawers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 660px) {
  .custom-css .leadership-profile-drawers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.custom-css .leadership-profile-drawers .profile {
  cursor: pointer;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 60px;
  text-align: center;
  width: 25%;
  z-index: 0;
}
@media (max-width: 660px) {
  .custom-css .leadership-profile-drawers .profile {
    width: 50%;
  }
}
.custom-css .leadership-profile-drawers .profile .profile-expanded {
  display: none;
}
.custom-css .leadership-profile-drawers .profile .leader-card:hover img {
  background: #e60188;
  background: linear-gradient(91.89deg, #e60188 -13.87%, #298dda 100.42%);
  border-radius: 50%;
  margin-bottom: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 3px;
}
.custom-css .leadership-profile-drawers .profile .leader-card img {
  border-radius: 50%;
  height: 143px;
  margin-bottom: 20px;
  padding: 3px;
  width: 143px;
}
@media (max-width: 960px) {
  .custom-css .leadership-profile-drawers .profile .leader-card img {
    height: 103px;
    width: 103px;
  }
}
.custom-css .leadership-profile-drawers .profile .leader-card .leader-name {
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
}
.custom-css .leadership-profile-drawers .profile.active .leader-card img {
  background: #e60188;
  background: linear-gradient(91.89deg, #e60188 -13.87%, #298dda 100.42%);
  border-radius: 50%;
  margin-bottom: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 50%;
  padding: 3px;
}
.custom-css .leadership-profile-drawers .profile.active .profile-expanded {
  border: 1px solid #eaebed;
  border-radius: 8px;
  cursor: default;
  display: block;
  margin-top: 60px;
  max-width: 1400px;
  padding: 30px 0;
  width: 400%;
}
@media (max-width: 660px) {
  .custom-css .leadership-profile-drawers .profile.active .profile-expanded {
    width: 200%;
  }
}
.custom-css .leadership-profile-drawers .profile.active .profile-expanded .close {
  padding-bottom: 30px;
  padding-right: 30px;
}
.custom-css .leadership-profile-drawers .profile.active .profile-expanded .close img {
  cursor: pointer;
  float: right;
  width: 18px;
}
.custom-css .leadership-profile-drawers .profile.active .profile-expanded .profile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 960px) {
  .custom-css .leadership-profile-drawers .profile.active .profile-expanded .profile-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
}
@media (max-width: 660px) {
  .custom-css .leadership-profile-drawers .profile.active .profile-expanded .profile-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.custom-css .leadership-profile-drawers .profile.active .profile-expanded .profile-container .profile-left {
  width: 25%;
}
@media (max-width: 660px) {
  .custom-css .leadership-profile-drawers .profile.active .profile-expanded .profile-container .profile-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px;
    width: 100%;
  }
}
.custom-css .leadership-profile-drawers .profile.active .profile-expanded .profile-container .profile-left img {
  background: linear-gradient(91.89deg, #e60188 -13.87%, #298dda 100.42%);
  border-radius: 50%;
  height: 143px;
  margin-bottom: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 3px;
  width: 143px;
}
@media (max-width: 960px) {
  .custom-css .leadership-profile-drawers .profile.active .profile-expanded .profile-container .profile-left img {
    height: 103px;
    width: 103px;
  }
}
@media (max-width: 660px) {
  .custom-css .leadership-profile-drawers .profile.active .profile-expanded .profile-container .profile-left .title-container {
    padding-left: 30px;
    text-align: left;
  }
}
.custom-css .leadership-profile-drawers .profile.active .profile-expanded .profile-container .profile-left .title-container .leader-name {
  color: #e60188;
  font-weight: 500;
  margin-bottom: 6px;
}
@media (max-width: 660px) {
  .custom-css .leadership-profile-drawers .profile.active .profile-expanded .profile-container .profile-left .title-container .leader-name {
    margin-bottom: 0;
  }
  .custom-css .leadership-profile-drawers .profile.active .profile-expanded .profile-container .profile-left .title-container .leader-title {
    margin-bottom: 5px;
  }
}
.custom-css .leadership-profile-drawers .profile.active .profile-expanded .profile-container .profile-left .title-container .social-icon img {
  background: none;
  height: 40px;
  margin-bottom: 0;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 0;
  width: 40px;
}
@media (max-width: 660px) {
  .custom-css .leadership-profile-drawers .profile.active .profile-expanded .profile-container .profile-left .title-container .social-icon img {
    height: 27px;
    width: 27px;
  }
}
.custom-css .leadership-profile-drawers .profile.active .profile-expanded .profile-container .profile-right {
  padding-right: 60px;
  text-align: left;
  width: 75%;
}
@media (max-width: 960px) {
  .custom-css .leadership-profile-drawers .profile.active .profile-expanded .profile-container .profile-right {
    padding-left: 30px;
  }
}
@media (max-width: 660px) {
  .custom-css .leadership-profile-drawers .profile.active .profile-expanded .profile-container .profile-right {
    padding: 0 30px;
    width: 100%;
  }
}
.custom-css .leadership-profile-drawers .profile.active:nth-child(4n + 2) .profile-expanded {
  -webkit-transform: translateX(-25%);
  transform: translateX(-25%);
}
@media (max-width: 660px) {
  .custom-css .leadership-profile-drawers .profile.active:nth-child(4n + 2) .profile-expanded {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.custom-css .leadership-profile-drawers .profile.active:nth-child(4n + 3) .profile-expanded {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 660px) {
  .custom-css .leadership-profile-drawers .profile.active:nth-child(4n + 3) .profile-expanded {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.custom-css .leadership-profile-drawers .profile.active:nth-child(4n + 4) .profile-expanded {
  -webkit-transform: translateX(-75%);
  transform: translateX(-75%);
}
@media (max-width: 660px) {
  .custom-css .leadership-profile-drawers .profile.active:nth-child(4n + 4) .profile-expanded {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.custom-css .comparison-table h2 {
  text-align: center;
}
@media (max-width: 660px) {
  .custom-css .comparison-table h2 {
    text-align: left;
  }
}
.custom-css .comparison-table h5.heading-mobile {
  padding-top: 40px;
}
@media (min-width: 660px) {
  .custom-css .comparison-table h5.heading-mobile {
    display: none;
  }
}
.custom-css .comparison-table .table-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 60px 0;
}
@media (max-width: 660px) {
  .custom-css .comparison-table .table-inner {
    border: 1px solid #eaebed;
    border-radius: 4px;
    margin-bottom: 40px;
    margin-top: 0;
    overflow: hidden;
  }
}
.custom-css .comparison-table .table-inner .table-row {
  -ms-flex-pack: distribute;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  text-align: center;
  width: 100%;
}
@media (max-width: 660px) {
  .custom-css .comparison-table .table-inner .table-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }
}
.custom-css .comparison-table .table-inner .table-row:nth-child(odd) {
  background-color: #f2f3f4;
}
.custom-css .comparison-table .table-inner .table-row:nth-child(2n) {
  background-color: #fff;
}
.custom-css .comparison-table .table-inner .table-row img {
  height: 38px;
}
@media (max-width: 660px) {
  .custom-css .comparison-table .table-inner .table-row img {
    height: 24px;
  }
}
.custom-css .comparison-table .table-inner .table-row .column.center {
  border-right: 1px solid #eaebed;
}
@media (max-width: 660px) {
  .custom-css .comparison-table .table-inner .table-row .column.center {
    border-right: 1px solid #f2f3f4;
  }
}
.custom-css .comparison-table .table-inner .table-row .column.center,
.custom-css .comparison-table .table-inner .table-row .column.right {
  padding: 7px 10px 10px;
}
.custom-css .comparison-table .table-inner .table-row .column.center .check-mark:after,
.custom-css .comparison-table .table-inner .table-row .column.right .check-mark:after {
  color: #33763d;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 20px;
}
@media (max-width: 660px) {
  .custom-css .comparison-table .table-inner .table-row .column.center .check-mark:after,
  .custom-css .comparison-table .table-inner .table-row .column.right .check-mark:after {
    font-size: 16px;
  }
}
.custom-css .comparison-table .table-inner .table-row .column.center .tool-tip,
.custom-css .comparison-table .table-inner .table-row .column.right .tool-tip {
  color: #667082;
}
@media (max-width: 660px) {
  .custom-css .comparison-table .table-inner .table-row .column.center h4,
  .custom-css .comparison-table .table-inner .table-row .column.right h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .custom-css .comparison-table .table-inner .table-row .column.center .tool-tip,
  .custom-css .comparison-table .table-inner .table-row .column.right .tool-tip {
    font-size: 14px;
    line-height: 16px;
  }
}
.custom-css .comparison-table .table-inner .table-row p {
  padding: 7px 10px 10px;
}
.custom-css .comparison-table .table-inner .table-row.heading {
  height: 58px;
  text-align: left;
}
@media (max-width: 660px) {
  .custom-css .comparison-table .table-inner .table-row.heading {
    display: none;
  }
}
.custom-css .comparison-table .table-inner .table-row.heading h5 {
  border-right: 1px solid #eaebed;
  margin: 0;
  padding: 7px 10px 10px;
}
@media (max-width: 660px) {
  .custom-css .comparison-table .table-inner .table-row.heading h5 {
    width: 100%;
  }
  .custom-css .comparison-table .table-inner .table-row.heading .center,
  .custom-css .comparison-table .table-inner .table-row.heading .right {
    display: none;
  }
}
.custom-css .comparison-table .table-inner .table-row.titles {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}
@media (max-width: 660px) {
  .custom-css .comparison-table .table-inner .table-row.titles {
    height: 57px;
  }
}
@media (min-width: 660px) {
  .custom-css .comparison-table .table-inner .table-row.titles div {
    width: 35%;
  }
}
@media (max-width: 660px) {
  .custom-css .comparison-table .table-inner .table-row.titles div:first-child {
    display: none;
  }
}
.custom-css .comparison-table .table-inner .table-row.titles .column.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 660px) {
  .custom-css .comparison-table .table-inner .table-row.titles .column.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border: 0;
    justify-content: center;
  }
}
@media (max-width: 660px) {
  .custom-css .comparison-table .table-inner .table-row.titles .column.right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.custom-css .comparison-table .table-inner .table-row.titles .column.right h5 {
  text-align: center;
  width: 100%;
}
@media (max-width: 660px) {
  .custom-css .comparison-table .table-inner .table-row.titles .column.right h5 {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    text-align: left;
  }
}
.custom-css .comparison-table .table-inner .table-row .column,
.custom-css .comparison-table .table-inner .table-row h5,
.custom-css .comparison-table .table-inner .table-row p {
  width: 35%;
}
@media (max-width: 660px) {
  .custom-css .comparison-table .table-inner .table-row .column,
  .custom-css .comparison-table .table-inner .table-row h5,
  .custom-css .comparison-table .table-inner .table-row p {
    background-color: #fff;
    width: 50%;
  }
}
.custom-css .comparison-table .table-inner .table-row p {
  border-right: 1px solid #eaebed;
  margin: 0;
  text-align: left;
}
@media (max-width: 660px) {
  .custom-css .comparison-table .table-inner .table-row p {
    background-color: #f2f3f4;
    border: 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    width: 100%;
  }
}
.custom-css .comparison-table .cta-container {
  text-align: center;
}
@media (max-width: 660px) {
  .custom-css .comparison-table .cta-container a {
    display: block;
  }
}
.custom-css div.navigationcontainer {
  z-index: 999999;
}
.custom-css div.navigationcontainer.slide-up {
  -webkit-transform: translateY(-110px);
  transform: translateY(-110px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 3;
}
.custom-css div.navigationcontainer .drop-nav .submenu {
  z-index: 999999;
}
.custom-css .module_collection_menu {
  background-color: #fff;
  border-top: 1px solid #eaebed;
  margin: 1px auto 0 calc(-50vw + 50%);
  position: fixed;
  right: 0;
  width: 100vw;
  z-index: 9999;
}
.custom-css .module_collection_menu,
.custom-css .module_collection_menu.slide-up {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
}
.custom-css .module_collection_menu.slide-up {
  -webkit-transform: translateY(-96px);
  transform: translateY(-96px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media (max-width: 991px) {
  .custom-css .module_collection_menu.slide-up {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
}
.custom-css .module_collection_menu .menu-bar {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  justify-content: space-between;
  margin: auto;
  max-width: 1440px;
  padding: 0 15px;
}
@media (max-width: 770px) {
  .custom-css .module_collection_menu .menu-bar {
    padding: 0 20px;
  }
}
.custom-css .module_collection_menu .menu-bar h1 {
  font-size: 30px;
  line-height: 45px;
}
.custom-css .module_collection_menu .menu-bar div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-css .module_collection_menu .menu-bar div .cta-button {
  cursor: pointer;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.custom-css .module_collection_menu .page-top {
  color: #000;
  margin: auto;
  padding-left: 20px;
}
.custom-css .module_collection_menu .page-top:before {
  content: "\f106";
  display: block;
  font-family: FontAwesome;
  font-size: 22px;
}
.custom-css .module_collection_menu .menu-overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100vh;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  width: 100vw;
}
.custom-css .module_collection_menu.open {
  z-index: 9999999999;
}
.custom-css .module_collection_menu.open .menu-overlay {
  display: block;
}
.custom-css .module_collection_menu.open .menu-overlay .menu-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0.5px 1.5px 5px 0.5px rgba(0, 0, 0, 0.5);
  box-shadow: 0.5px 1.5px 5px 0.5px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px auto;
  padding: 50px 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 770px) {
  .custom-css .module_collection_menu.open .menu-overlay .menu-box {
    padding: 40px 20px;
  }
}
@media (max-width: 660px) and (min-height: 990) {
  .custom-css .module_collection_menu.open .menu-overlay .menu-box {
    overflow: scroll;
  }
}
@media (max-width: 360px) {
  .custom-css .module_collection_menu.open .menu-overlay .menu-box {
    width: 80%;
  }
}
.custom-css .module_collection_menu.open .menu-overlay .menu-box #close-button:after {
  color: #969ea7;
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 22px;
}
.custom-css .module_collection_menu.open .menu-overlay .menu-box #close-button:after:hover {
  color: #000;
  cursor: pointer;
}
.custom-css .module_collection_menu.open .menu-overlay .menu-box .menu {
  -ms-flex-preferred-size: 100%;
  border-top: 2px solid #eaebed;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  flex-basis: 100%;
  gap: 60px;
  padding: 30px 0 20px;
}
@media (max-width: 770px) {
  .custom-css .module_collection_menu.open .menu-overlay .menu-box .menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    gap: 10px;
  }
}
@media (max-width: 660px) {
  .custom-css .module_collection_menu.open .menu-overlay .menu-box .menu {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.custom-css .module_collection_menu.open .menu-overlay .menu-box .menu a {
  color: #000;
  display: block;
}
.custom-css .site-notice-bar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Sarabun, Helvetica, Arial, Lucida, sans-serif;
  height: 60px;
  justify-content: center;
  left: 0;
  padding: 0 3em 0 16px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
}
@media (max-width: 395px) {
  .custom-css .site-notice-bar {
    padding: 0 2em 0 16px;
  }
}
.custom-css .site-notice-bar p {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 20px !important;
  margin: 0 auto;
  margin-bottom: 0 !important;
}
.custom-css .site-notice-bar a {
  color: #e60188 !important;
  font-weight: 600;
}
.custom-css .site-notice-bar.announcement-layout {
  gap: 20px;
  height: 80px;
}
@media (max-width: 660px) {
  .custom-css .site-notice-bar.announcement-layout {
    height: 60px !important;
  }
}
.custom-css .site-notice-bar.announcement-layout .site-notice-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.custom-css .site-notice-bar.announcement-layout .site-notice-inner .logo {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 770px) {
  .custom-css .site-notice-bar.announcement-layout .site-notice-inner .logo {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .custom-css .site-notice-bar.announcement-layout .site-notice-inner .logo {
    display: none;
  }
}
.custom-css .site-notice-bar.announcement-layout .site-notice-inner .image {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1065px) {
  .custom-css .site-notice-bar.announcement-layout .site-notice-inner .image {
    display: none;
  }
}
.custom-css .site-notice-bar.announcement-layout .site-notice-inner p {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px !important;
  line-height: 17px !important;
  margin: 0;
}
@media (max-width: 770px) {
  .custom-css .site-notice-bar.announcement-layout .site-notice-inner p {
    font-size: 16px !important;
  }
}
.custom-css .site-notice-bar.announcement-layout .site-notice-inner p b {
  display: contents;
  font-weight: 700;
}
.custom-css .site-notice-bar.announcement-layout .site-notice-inner a {
  background: linear-gradient(91.89deg, #e60188 -13.87%, #298dda 100.42%);
  background: #000;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff !important;
  font-size: 14px;
  margin-left: 20px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 6px 20px 11px;
  position: relative;
  text-align: center;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media (max-width: 600px) {
  .custom-css .site-notice-bar.announcement-layout .site-notice-inner a {
    margin-left: 10px;
  }
}
@media (max-width: 395px) {
  .custom-css .site-notice-bar.announcement-layout .site-notice-inner a {
    padding: 3px 10px 7px;
  }
}
.custom-css .site-notice-bar.announcement-layout .site-notice-inner a:hover {
  background-color: #fff;
  color: #000 !important;
}
.custom-css .site-notice-bar.announcement-layout .site-notice-inner a:before {
  background-image: linear-gradient(91.89deg, #e60188 -13.87%, #298dda 100.42%);
  border-radius: 50px;
  bottom: -1px;
  content: "";
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: -1;
}
.custom-css .site-notice-bar.announcement-layout .site-notice-inner a:hover {
  text-decoration: none;
}
.custom-css .site-notice-bar.announcement-layout .site-notice-inner .site-notice-dismiss {
  top: unset;
}
@media (max-width: 770px) {
  .custom-css .site-notice-bar.announcement-layout .site-notice-inner .site-notice-dismiss {
    padding-right: 5px;
    right: 5px;
  }
}
.custom-css .site-notice-dismiss {
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  right: 15px;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.custom-css #site-notice-padding {
  display: none;
  height: 60px;
}
.custom-css #site-notice-padding.announcement-layout {
  height: 80px;
}
@media (max-width: 660px) {
  .custom-css #site-notice-padding.announcement-layout {
    height: 60px;
  }
}
.custom-css .body.notice-visible #site-notice-padding {
  display: block;
}
.custom-css .body.notice-visible .site-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-css .body.notice-visible #navigation-mobile {
  top: 150px;
}
@media (max-width: 479px) {
  .custom-css .body.notice-visible #site-notice-padding {
    height: 60px;
  }
  .custom-css .body.notice-visible #navigation-mobile {
    top: 180px;
  }
  .custom-css .body.notice-visible .site-notice {
    height: 90px;
    line-height: 1.3;
  }
}
.custom-css .hero-centered-container {
  margin-left: calc(-50vw + 50%);
  position: relative;
  width: 100vw;
}
.custom-css .hero-centered-container.impact-grey {
  background-color: #fbfbfb;
}
.custom-css .hero-centered-container .hero-centered {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 100px 20px;
  padding-top: 30px !important;
  text-align: center;
}
.custom-css .hero-centered-container .hero-centered.lrg-padding-top {
  padding-top: 150px !important;
}
@media (max-width: 770px) {
  .custom-css .hero-centered-container .hero-centered.lrg-padding-top {
    padding-top: 100px !important;
  }
}
.custom-css .hero-centered-container .hero-centered.lrg-padding-top h1 {
  padding-top: 0 !important;
}
.custom-css .hero-centered-container .hero-centered.padding-top-bottom {
  padding-bottom: 60px;
  padding-top: 60px !important;
}
.custom-css .hero-centered-container .hero-centered .hero-img {
  -o-object-fit: contain;
  object-fit: contain;
}
.custom-css .hero-centered-container .hero-centered .hero-img.default {
  height: 80px;
  width: 80px;
}
.custom-css .hero-centered-container .hero-centered .hero-img.large {
  display: block;
  height: 80px;
  width: 120px;
}
.custom-css .hero-centered-container .hero-centered .caption {
  color: #969ea7;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin: 0;
  text-transform: uppercase;
}
.custom-css .hero-centered-container .hero-centered h1 {
  margin: 0;
  max-width: 1200px;
  padding-bottom: 10px;
}
.custom-css .hero-centered-container .hero-centered .copy {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin: 0 0 40px;
  max-width: 1080px;
}
.custom-css .hero-centered-container .hero-centered .copy.large {
  font-size: 24px;
  line-height: 31px;
}
@media (max-width: 770px) {
  .custom-css .hero-centered-container .hero-centered .copy.large {
    font-size: 18px;
    line-height: 28px;
  }
}
.custom-css .hero-centered-container .hero-centered .hero-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.custom-css .hero-centered-container .hero-centered .hero-buttons .cta-link {
  color: #f5333f;
  display: block;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  padding-top: 30px;
  text-decoration: none;
}
.custom-css .hero-centered-container .hero-centered .hero-buttons .cta-link:after {
  content: "\f105";
  font-family: FontAwesome;
  padding-left: 20px;
  position: relative;
  right: 0;
}
.custom-css .hero-centered-container .hero-centered .hero-buttons .cta-button {
  margin-top: 10px;
}
@media (max-width: 1195px) {
  .custom-css .hero-centered-container .hero-centered .hero-buttons .cta-button {
    font-size: 16px !important;
    padding: 12px 24px 16px !important;
  }
}
@media (max-width: 770px) {
  .custom-css .hero-centered-container .hero-centered {
    padding: 80px 20px;
  }
  .custom-css .hero-centered-container .hero-centered .copy {
    font-size: 18px;
    line-height: 28px;
  }
  .custom-css .hero-centered-container .hero-centered .hero-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .custom-css .hero-centered-container .hero-centered .hero-buttons .cta-button {
    width: 100% !important;
  }
}
@media (max-width: 600px) {
  .custom-css .hero-centered-container .hero-centered {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 60px 20px;
    text-align: left;
  }
  .custom-css .hero-centered-container .hero-centered .hero-img {
    display: none;
  }
  .custom-css .hero-centered-container .hero-centered .copy {
    padding-right: 40px;
  }
}
.custom-css .course-overview {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 100px;
  text-align: center;
}
.custom-css .course-overview h2.module-title {
  font-weight: 400;
  margin-bottom: 0;
}
.custom-css .course-overview .columns {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
}
.custom-css .course-overview .columns h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
}
.custom-css .course-overview .columns .overview {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 40px;
  text-align: left;
}
.custom-css .course-overview .columns .overview .copy {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin-top: 20px;
  max-width: 456px;
}
.custom-css .course-overview .columns .overview .copy ul {
  -webkit-padding-start: 22px;
  padding-inline-start: 22px;
}
.custom-css .course-overview .columns .details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 380px;
  text-align: left;
}
.custom-css .course-overview .columns .details .stats {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-css .course-overview .columns .details .stats .stat-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.custom-css .course-overview .columns .details .stats .stat-row:first-of-type {
  margin-bottom: 30px;
}
.custom-css .course-overview .columns .details .stats .stat-row:last-of-type {
  border-top: 1px solid #f2f3f4;
}
.custom-css .course-overview .columns .details .stats .stat-row .stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-css .course-overview .columns .details .stats .stat-row .stat .value {
  font-size: 48px;
  line-height: 50px;
  text-align: left;
  width: 70px;
}
.custom-css .course-overview .columns .details .stats .stat-row .stat .label {
  font-size: 16px;
  line-height: 26px;
  min-width: 80px;
}
.custom-css .course-overview .columns .details .cta-button {
  display: inline-block;
  margin-top: 30px;
}
@media (max-width: 960px) {
  .custom-css .course-overview {
    padding: 100px 40px;
  }
}
@media (max-width: 770px) {
  .custom-css .course-overview {
    padding: 80px 20px;
  }
  .custom-css .course-overview .columns {
    margin-top: 100px;
  }
}
@media (max-width: 600px) {
  .custom-css .course-overview {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 60px 20px;
    text-align: left;
  }
  .custom-css .course-overview .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    margin-top: 60px;
  }
  .custom-css .course-overview .columns h6 {
    margin-top: 0;
  }
  .custom-css .course-overview .columns .overview {
    padding-right: 0;
  }
  .custom-css .course-overview .columns .details .cta-button {
    text-align: center;
    width: 100%;
  }
}
.custom-css .course-curriculum {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 100px;
}
.custom-css .course-curriculum h2.module-title {
  font-weight: 400;
  margin-bottom: 120px;
  text-align: center;
}
.custom-css .course-curriculum .lessons {
  gap: 40px;
}
.custom-css .course-curriculum .lessons,
.custom-css .course-curriculum .lessons .lesson {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-css .course-curriculum .lessons .lesson {
  border: 1px solid #f2f3f4;
  border-radius: 4px;
}
.custom-css .course-curriculum .lessons .lesson .details {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
}
.custom-css .course-curriculum .lessons .lesson .details > * {
  pointer-events: none;
}
.custom-css .course-curriculum .lessons .lesson .details .lesson-arrow {
  color: #969ea7;
  height: 15px;
  position: relative;
  width: 15px;
}
.custom-css .course-curriculum .lessons .lesson .details .lesson-arrow:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 24px;
  left: 4px;
  line-height: 15px;
  position: absolute;
  top: 0;
}
.custom-css .course-curriculum .lessons .lesson .details .number {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-css .course-curriculum .lessons .lesson .details .number div:first-of-type {
  -webkit-box-flex: 1;
  color: #e60188;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-right: 30px;
  white-space: nowrap;
}
.custom-css .course-curriculum .lessons .lesson .details .number .lesson-arrow {
  display: none;
}
.custom-css .course-curriculum .lessons .lesson .details .lesson-name {
  font-size: 18px;
  line-height: 28px;
  margin-right: 40px;
}
.custom-css .course-curriculum .lessons .lesson .details .extra {
  -webkit-box-flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
}
.custom-css .course-curriculum .lessons .lesson .details .extra .duration {
  font-size: 18px;
  line-height: 26px;
  margin-right: 30px;
}
.custom-css .course-curriculum .lessons .lesson .details .extra .spacer {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.custom-css .course-curriculum .lessons .lesson .details .extra .instructor-name {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 30px;
  white-space: nowrap;
}
.custom-css .course-curriculum .lessons .lesson .details .extra .instructor-name .name {
  font-size: 16px;
  line-height: 18px;
}
.custom-css .course-curriculum .lessons .lesson .details .extra .instructor-name .title {
  color: #969ea7;
  font-size: 14px;
  line-height: 18px;
}
.custom-css .course-curriculum .lessons .lesson .details .extra .instructor-photo {
  border-radius: 25px;
  height: 50px;
  margin-right: 40px;
  overflow: hidden;
  width: 50px;
}
.custom-css .course-curriculum .lessons .lesson .details .extra .instructor-photo img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.custom-css .course-curriculum .lessons .lesson .details .extra.instructor-disabled .duration {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.custom-css .course-curriculum .lessons .lesson .details .extra.instructor-disabled .instructor-name,
.custom-css .course-curriculum .lessons .lesson .details .extra.instructor-disabled .instructor-photo {
  display: none;
}
.custom-css .course-curriculum .lessons .lesson .details .extra.instructor-disabled .lesson-arrow {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.custom-css .course-curriculum .lessons .lesson .description {
  display: none;
  margin-bottom: 0 !important;
  padding: 0 30px 20px;
}
.custom-css .course-curriculum .lessons .lesson .description h6 {
  font-weight: 400;
  margin: 50px 0 10px;
}
.custom-css .course-curriculum .lessons .lesson .description .copy {
  font-size: 16px !important;
  font-weight: 300;
  margin-bottom: 0;
  max-width: 855px;
  padding-right: 30px;
}
.custom-css .course-curriculum .lessons .lesson .description .cta-button {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 30px;
}
.custom-css .course-curriculum .lessons .lesson.open .details {
  padding-bottom: 0;
}
.custom-css .course-curriculum .lessons .lesson.open .description {
  display: block;
}
.custom-css .course-curriculum .lessons .lesson.open .lesson-arrow {
  color: #2d3e50;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 960px) {
  .custom-css .course-curriculum {
    padding: 100px 40px;
  }
}
@media (max-width: 770px) {
  .custom-css .course-curriculum {
    padding: 80px 20px;
  }
  .custom-css .course-curriculum h2.module-title {
    margin-bottom: 80px;
  }
  .custom-css .course-curriculum .lessons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .custom-css .course-curriculum .lessons .lesson {
    max-width: 560px;
    width: 100%;
  }
  .custom-css .course-curriculum .lessons .lesson .details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .custom-css .course-curriculum .lessons .lesson .details .number {
    width: 100%;
  }
  .custom-css .course-curriculum .lessons .lesson .details .number .lesson-arrow {
    display: block;
  }
  .custom-css .course-curriculum .lessons .lesson .details .lesson-name {
    margin-right: 0;
    max-width: 440px;
  }
  .custom-css .course-curriculum .lessons .lesson .details .extra {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
  }
  .custom-css .course-curriculum .lessons .lesson .details .extra .duration {
    margin-right: 0;
  }
  .custom-css .course-curriculum .lessons .lesson .details .extra .instructor-photo {
    margin-right: 30px;
  }
  .custom-css .course-curriculum .lessons .lesson .details .extra .lesson-arrow {
    display: none;
  }
  .custom-css .course-curriculum .lessons .lesson .description h6 {
    margin: 30px 0 10px;
  }
  .custom-css .course-curriculum .lessons .lesson .description .copy {
    max-width: 470px;
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .custom-css .course-curriculum {
    padding: 60px 20px;
  }
  .custom-css .course-curriculum h2.module-title {
    margin-bottom: 60px;
    text-align: left;
  }
  .custom-css .course-curriculum .lessons .lesson .description .copy {
    max-width: 430px;
    padding-right: 20px;
  }
  .custom-css .course-curriculum .cta-button {
    text-align: center;
    width: 100%;
  }
}
.custom-css .article-container {
  padding-top: 70px;
}
.custom-css .article-container .post_sharing {
  float: none;
  width: auto;
}
.custom-css .article-container .post_sharing ul li a:focus .icon-wrapper .fa-brands {
  background: #000;
}
.custom-css .article-container .post_sharing ul li,
.custom-css .article-container .post_sharing ul li:first-of-type {
  margin-right: 10px;
}
.custom-css .article-container .post_sharing ul .icon-wrapper {
  background-color: #000;
  border: 1px solid #000;
  height: 40px;
  width: 40px;
}
.custom-css .article-container .post_sharing ul .icon-wrapper .fa-brands {
  font-size: 16px;
  line-height: 40px;
  max-height: 40px;
}
.custom-css .article-container .post_sharing ul .icon-wrapper .fa-brands:focus,
.custom-css .article-container .post_sharing ul .icon-wrapper .fa-brands:hover {
  background: #000;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.custom-css .article-container .post_sharing ul .icon-wrapper .fa-brands.twitter:before {
  content: "\f099";
}
.custom-css .article-container .post_sharing ul .icon-wrapper .fa-brands.facebook:before {
  content: "\f39e";
}
.custom-css .article-container .post_sharing ul .icon-wrapper .fa-brands.linkedin:before {
  content: "\f0e1";
}
.custom-css .article-container .post_sharing ul .icon-wrapper .fa-linkedin {
  line-height: 39px;
}
.custom-css .article-container section p {
  color: #000;
  font-size: 24px;
  font-weight: 300;
  line-height: 44px;
  margin: 0;
}
.custom-css .article-container .article-hero {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  max-width: 1140px;
  padding: 100px;
}
.custom-css .article-container .article-hero h1 {
  font-size: 48px;
  line-height: 68px;
  margin: 0;
}
.custom-css .article-container .article-hero p {
  color: #667082;
  font-size: 24px;
  font-style: italic;
  line-height: 38px;
}
.custom-css .article-container .article-hero .social-sharing {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.custom-css .article-container .article-hero .wp-post-image {
  border-radius: 8px;
  height: 450px;
  margin-top: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.custom-css .article-container .article-hero .article-read-minutes {
  display: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
.custom-css .article-container .article-hero .author {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  margin-top: 20px;
}
.custom-css .article-container .article-hero .author img {
  border-radius: 50%;
  margin-right: 30px;
  max-height: 70px;
  max-width: 70px;
  min-height: 70px;
  min-width: 70px;
}
.custom-css .article-container .article-hero .author .author-details {
  font-size: 18px;
  line-height: 27px;
}
.custom-css .article-container .article-hero .author .author-details .author-name {
  font-weight: 600;
}
.custom-css .article-container .article-hero .author .spacer {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.custom-css .article-container .article-hero .author .article-read-minutes {
  display: block;
}
@media (max-width: 960px) {
  .custom-css .article-container .article-hero {
    padding: 0 60px 100px;
  }
  .custom-css .article-container .article-hero .author img {
    max-height: 50px;
    max-width: 50px;
    min-height: 50px;
    min-width: 50px;
  }
}
@media (max-width: 660px) {
  .custom-css .article-container .article-hero {
    padding: 60px 20px;
  }
  .custom-css .article-container .article-hero h1 {
    font-size: 28px;
    line-height: 46px;
  }
  .custom-css .article-container .article-hero p {
    display: none;
  }
  .custom-css .article-container .article-hero .wp-post-image {
    height: 280px;
    margin-top: 0;
  }
  .custom-css .article-container .article-hero .social-sharing .article-read-minutes {
    display: block;
  }
  .custom-css .article-container .article-hero .author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
  }
  .custom-css .article-container .article-hero .author .article-read-minutes {
    display: none;
  }
}
@media (max-width: 480px) {
  .custom-css .article-container .article-hero .wp-post-image {
    height: 180px;
  }
}
.custom-css .article-container .article-content .content a {
  text-decoration: underline;
}
.custom-css .article-container .article-content,
.custom-css .article-container .editor-styles-wrapper {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 100px 100px;
}
.custom-css .article-container .article-content .wp-block-image a,
.custom-css .article-container .editor-styles-wrapper .wp-block-image a {
  background-color: #fff !important;
}
.custom-css .article-container .article-content .wp-block-image img,
.custom-css .article-container .editor-styles-wrapper .wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.custom-css .article-container .article-content .content > :first-child,
.custom-css .article-container .article-content .is-root-container > :first-child,
.custom-css .article-container .editor-styles-wrapper .content > :first-child,
.custom-css .article-container .editor-styles-wrapper .is-root-container > :first-child {
  margin-top: 0;
}
.custom-css .article-container .article-content .content h2,
.custom-css .article-container .article-content .is-root-container h2,
.custom-css .article-container .editor-styles-wrapper .content h2,
.custom-css .article-container .editor-styles-wrapper .is-root-container h2 {
  font-size: 36px;
  line-height: 56px;
}
.custom-css .article-container .article-content .content h3,
.custom-css .article-container .article-content .is-root-container h3,
.custom-css .article-container .editor-styles-wrapper .content h3,
.custom-css .article-container .editor-styles-wrapper .is-root-container h3 {
  font-size: 28px;
  line-height: 40px;
}
.custom-css .article-container .article-content .content h2,
.custom-css .article-container .article-content .content h3,
.custom-css .article-container .article-content .is-root-container h2,
.custom-css .article-container .article-content .is-root-container h3,
.custom-css .article-container .editor-styles-wrapper .content h2,
.custom-css .article-container .editor-styles-wrapper .content h3,
.custom-css .article-container .editor-styles-wrapper .is-root-container h2,
.custom-css .article-container .editor-styles-wrapper .is-root-container h3 {
  margin: 60px 0 30px;
}
.custom-css .article-container .article-content .content p,
.custom-css .article-container .article-content .is-root-container p,
.custom-css .article-container .editor-styles-wrapper .content p,
.custom-css .article-container .editor-styles-wrapper .is-root-container p {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  margin: 30px 0;
}
.custom-css .article-container .article-content .content ul,
.custom-css .article-container .article-content .is-root-container ul,
.custom-css .article-container .editor-styles-wrapper .content ul,
.custom-css .article-container .editor-styles-wrapper .is-root-container ul {
  color: #000;
  list-style-type: disc !important;
}
.custom-css .article-container .article-content .content ol,
.custom-css .article-container .article-content .content ul,
.custom-css .article-container .article-content .is-root-container ol,
.custom-css .article-container .article-content .is-root-container ul,
.custom-css .article-container .editor-styles-wrapper .content ol,
.custom-css .article-container .editor-styles-wrapper .content ul,
.custom-css .article-container .editor-styles-wrapper .is-root-container ol,
.custom-css .article-container .editor-styles-wrapper .is-root-container ul {
  margin: 40px 0;
}
.custom-css .article-container .article-content .content ol li,
.custom-css .article-container .article-content .content ul li,
.custom-css .article-container .article-content .is-root-container ol li,
.custom-css .article-container .article-content .is-root-container ul li,
.custom-css .article-container .editor-styles-wrapper .content ol li,
.custom-css .article-container .editor-styles-wrapper .content ul li,
.custom-css .article-container .editor-styles-wrapper .is-root-container ol li,
.custom-css .article-container .editor-styles-wrapper .is-root-container ul li {
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}
.custom-css .article-container .article-content .content ol ol,
.custom-css .article-container .article-content .content ul ol,
.custom-css .article-container .article-content .is-root-container ol ol,
.custom-css .article-container .article-content .is-root-container ul ol,
.custom-css .article-container .editor-styles-wrapper .content ol ol,
.custom-css .article-container .editor-styles-wrapper .content ul ol,
.custom-css .article-container .editor-styles-wrapper .is-root-container ol ol,
.custom-css .article-container .editor-styles-wrapper .is-root-container ul ol {
  list-style-type: lower-alpha;
}
.custom-css .article-container .article-content .content ol ol ol,
.custom-css .article-container .article-content .content ul ol ol,
.custom-css .article-container .article-content .is-root-container ol ol ol,
.custom-css .article-container .article-content .is-root-container ul ol ol,
.custom-css .article-container .editor-styles-wrapper .content ol ol ol,
.custom-css .article-container .editor-styles-wrapper .content ul ol ol,
.custom-css .article-container .editor-styles-wrapper .is-root-container ol ol ol,
.custom-css .article-container .editor-styles-wrapper .is-root-container ul ol ol {
  list-style-type: lower-roman;
}
.custom-css .article-container .article-content .content ol ol ol ol,
.custom-css .article-container .article-content .content ul ol ol ol,
.custom-css .article-container .article-content .is-root-container ol ol ol ol,
.custom-css .article-container .article-content .is-root-container ul ol ol ol,
.custom-css .article-container .editor-styles-wrapper .content ol ol ol ol,
.custom-css .article-container .editor-styles-wrapper .content ul ol ol ol,
.custom-css .article-container .editor-styles-wrapper .is-root-container ol ol ol ol,
.custom-css .article-container .editor-styles-wrapper .is-root-container ul ol ol ol {
  list-style-type: decimal;
}
.custom-css .article-container .article-content .content ol ol ol ol ol,
.custom-css .article-container .article-content .content ul ol ol ol ol,
.custom-css .article-container .article-content .is-root-container ol ol ol ol ol,
.custom-css .article-container .article-content .is-root-container ul ol ol ol ol,
.custom-css .article-container .editor-styles-wrapper .content ol ol ol ol ol,
.custom-css .article-container .editor-styles-wrapper .content ul ol ol ol ol,
.custom-css .article-container .editor-styles-wrapper .is-root-container ol ol ol ol ol,
.custom-css .article-container .editor-styles-wrapper .is-root-container ul ol ol ol ol {
  list-style-type: lower-alpha;
}
.custom-css .article-container .article-content .content ol ol ol ol ol ol,
.custom-css .article-container .article-content .content ul ol ol ol ol ol,
.custom-css .article-container .article-content .is-root-container ol ol ol ol ol ol,
.custom-css .article-container .article-content .is-root-container ul ol ol ol ol ol,
.custom-css .article-container .editor-styles-wrapper .content ol ol ol ol ol ol,
.custom-css .article-container .editor-styles-wrapper .content ul ol ol ol ol ol,
.custom-css .article-container .editor-styles-wrapper .is-root-container ol ol ol ol ol ol,
.custom-css .article-container .editor-styles-wrapper .is-root-container ul ol ol ol ol ol {
  list-style-type: lower-roman;
}
.custom-css .article-container .article-content .content a:not(.cta-link):not(.cta-button),
.custom-css .article-container .article-content .is-root-container a:not(.cta-link):not(.cta-button),
.custom-css .article-container .editor-styles-wrapper .content a:not(.cta-link):not(.cta-button),
.custom-css .article-container .editor-styles-wrapper .is-root-container a:not(.cta-link):not(.cta-button) {
  background: #f2f3f4;
  border-radius: 16px;
  color: #000;
  line-height: 10px;
  padding: 0 10px 4px;
}
.custom-css .article-container .article-content .social-sharing,
.custom-css .article-container .editor-styles-wrapper .social-sharing {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  gap: 30px;
  line-height: 36px;
  margin: 40px 0 100px;
}
.custom-css .article-container .article-content .pagination,
.custom-css .article-container .editor-styles-wrapper .pagination {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.custom-css .article-container .article-content .pagination a,
.custom-css .article-container .editor-styles-wrapper .pagination a {
  display: inline-block;
  min-width: 180px;
}
@media (max-width: 960px) {
  .custom-css .article-container .article-content,
  .custom-css .article-container .editor-styles-wrapper {
    padding: 0 60px 100px;
  }
  .custom-css .article-container .article-content .content h2,
  .custom-css .article-container .article-content .content h3,
  .custom-css .article-container .editor-styles-wrapper .content h2,
  .custom-css .article-container .editor-styles-wrapper .content h3 {
    margin: 40px 0;
  }
}
@media (max-width: 660px) {
  .custom-css .article-container .article-content,
  .custom-css .article-container .editor-styles-wrapper {
    padding: 0 20px 60px;
  }
  .custom-css .article-container .article-content .content h2,
  .custom-css .article-container .article-content .content h3,
  .custom-css .article-container .editor-styles-wrapper .content h2,
  .custom-css .article-container .editor-styles-wrapper .content h3 {
    font-size: 22px;
    line-height: 40px;
  }
  .custom-css .article-container .article-content .content h3,
  .custom-css .article-container .editor-styles-wrapper .content h3 {
    font-size: 20px;
  }
  .custom-css .article-container .article-content .content p,
  .custom-css .article-container .editor-styles-wrapper .content p {
    font-size: 18px;
    line-height: 32px;
  }
  .custom-css .article-container .article-content .content ol li,
  .custom-css .article-container .article-content .content ul li,
  .custom-css .article-container .editor-styles-wrapper .content ol li,
  .custom-css .article-container .editor-styles-wrapper .content ul li {
    font-size: 16px;
    line-height: 36px;
  }
  .custom-css .article-container .article-content .pagination,
  .custom-css .article-container .editor-styles-wrapper .pagination {
    gap: 30px;
  }
  .custom-css .article-container .article-content .pagination .left,
  .custom-css .article-container .article-content .pagination .right,
  .custom-css .article-container .editor-styles-wrapper .pagination .left,
  .custom-css .article-container .editor-styles-wrapper .pagination .right {
    width: 100%;
  }
  .custom-css .article-container .article-content .pagination .left a,
  .custom-css .article-container .article-content .pagination .right a,
  .custom-css .article-container .editor-styles-wrapper .pagination .left a,
  .custom-css .article-container .editor-styles-wrapper .pagination .right a {
    display: inline-block;
    min-width: 100%;
    text-align: center;
  }
}
@media (min-width: 960px) {
  .custom-css .article-container .article-content,
  .custom-css .article-container .editor-styles-wrapper {
    padding: 0 140px 100px;
  }
}
.custom-css .body.post-type-post.block-editor-page .article-content,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 100px 100px;
}
.custom-css .body.post-type-post.block-editor-page .article-content .wp-block-image a,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .wp-block-image a {
  background-color: #fff !important;
}
.custom-css .body.post-type-post.block-editor-page .article-content .wp-block-image img,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.custom-css .body.post-type-post.block-editor-page .article-content .content > :first-child,
.custom-css .body.post-type-post.block-editor-page .article-content .is-root-container > :first-child,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content > :first-child,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .is-root-container > :first-child {
  margin-top: 0;
}
.custom-css .body.post-type-post.block-editor-page .article-content .content h2,
.custom-css .body.post-type-post.block-editor-page .article-content .is-root-container h2,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content h2,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .is-root-container h2 {
  font-size: 36px;
  line-height: 56px;
}
.custom-css .body.post-type-post.block-editor-page .article-content .content h3,
.custom-css .body.post-type-post.block-editor-page .article-content .is-root-container h3,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content h3,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .is-root-container h3 {
  font-size: 28px;
  line-height: 40px;
}
.custom-css .body.post-type-post.block-editor-page .article-content .content h2,
.custom-css .body.post-type-post.block-editor-page .article-content .content h3,
.custom-css .body.post-type-post.block-editor-page .article-content .is-root-container h2,
.custom-css .body.post-type-post.block-editor-page .article-content .is-root-container h3,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content h2,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content h3,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .is-root-container h2,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .is-root-container h3 {
  margin: 60px 0 30px;
}
.custom-css .body.post-type-post.block-editor-page .article-content .content p,
.custom-css .body.post-type-post.block-editor-page .article-content .is-root-container p,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content p,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .is-root-container p {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  margin: 30px 0;
}
.custom-css .body.post-type-post.block-editor-page .article-content .content ul,
.custom-css .body.post-type-post.block-editor-page .article-content .is-root-container ul,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content ul,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .is-root-container ul {
  color: #000;
  list-style-type: disc !important;
}
.custom-css .body.post-type-post.block-editor-page .article-content .content ol,
.custom-css .body.post-type-post.block-editor-page .article-content .content ul,
.custom-css .body.post-type-post.block-editor-page .article-content .is-root-container ol,
.custom-css .body.post-type-post.block-editor-page .article-content .is-root-container ul,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content ol,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content ul,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .is-root-container ol,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .is-root-container ul {
  margin: 40px 0;
}
.custom-css .body.post-type-post.block-editor-page .article-content .content ol li,
.custom-css .body.post-type-post.block-editor-page .article-content .content ul li,
.custom-css .body.post-type-post.block-editor-page .article-content .is-root-container ol li,
.custom-css .body.post-type-post.block-editor-page .article-content .is-root-container ul li,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content ol li,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content ul li,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .is-root-container ol li,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .is-root-container ul li {
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}
.custom-css .body.post-type-post.block-editor-page .article-content .content ol ol,
.custom-css .body.post-type-post.block-editor-page .article-content .content ul ol,
.custom-css .body.post-type-post.block-editor-page .article-content .is-root-container ol ol,
.custom-css .body.post-type-post.block-editor-page .article-content .is-root-container ul ol,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content ol ol,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content ul ol,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .is-root-container ol ol,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .is-root-container ul ol {
  list-style-type: lower-alpha;
}
.custom-css .body.post-type-post.block-editor-page .article-content .content ol ol ol,
.custom-css .body.post-type-post.block-editor-page .article-content .content ul ol ol,
.custom-css .body.post-type-post.block-editor-page .article-content .is-root-container ol ol ol,
.custom-css .body.post-type-post.block-editor-page .article-content .is-root-container ul ol ol,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content ol ol ol,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content ul ol ol,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .is-root-container ol ol ol,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .is-root-container ul ol ol {
  list-style-type: lower-roman;
}
.custom-css .body.post-type-post.block-editor-page .article-content .content ol ol ol ol,
.custom-css .body.post-type-post.block-editor-page .article-content .content ul ol ol ol,
.custom-css .body.post-type-post.block-editor-page .article-content .is-root-container ol ol ol ol,
.custom-css .body.post-type-post.block-editor-page .article-content .is-root-container ul ol ol ol,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content ol ol ol ol,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content ul ol ol ol,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .is-root-container ol ol ol ol,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .is-root-container ul ol ol ol {
  list-style-type: decimal;
}
.custom-css .body.post-type-post.block-editor-page .article-content .content ol ol ol ol ol,
.custom-css .body.post-type-post.block-editor-page .article-content .content ul ol ol ol ol,
.custom-css .body.post-type-post.block-editor-page .article-content .is-root-container ol ol ol ol ol,
.custom-css .body.post-type-post.block-editor-page .article-content .is-root-container ul ol ol ol ol,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content ol ol ol ol ol,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content ul ol ol ol ol,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .is-root-container ol ol ol ol ol,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .is-root-container ul ol ol ol ol {
  list-style-type: lower-alpha;
}
.custom-css .body.post-type-post.block-editor-page .article-content .content ol ol ol ol ol ol,
.custom-css .body.post-type-post.block-editor-page .article-content .content ul ol ol ol ol ol,
.custom-css .body.post-type-post.block-editor-page .article-content .is-root-container ol ol ol ol ol ol,
.custom-css .body.post-type-post.block-editor-page .article-content .is-root-container ul ol ol ol ol ol,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content ol ol ol ol ol ol,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content ul ol ol ol ol ol,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .is-root-container ol ol ol ol ol ol,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .is-root-container ul ol ol ol ol ol {
  list-style-type: lower-roman;
}
.custom-css .body.post-type-post.block-editor-page .article-content .content a:not(.cta-link):not(.cta-button),
.custom-css .body.post-type-post.block-editor-page .article-content .is-root-container a:not(.cta-link):not(.cta-button),
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content a:not(.cta-link):not(.cta-button),
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .is-root-container a:not(.cta-link):not(.cta-button) {
  background: #f2f3f4;
  border-radius: 16px;
  color: #000;
  line-height: 10px;
  padding: 0 10px 4px;
}
.custom-css .body.post-type-post.block-editor-page .article-content .social-sharing,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .social-sharing {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  gap: 30px;
  line-height: 36px;
  margin: 40px 0 100px;
}
.custom-css .body.post-type-post.block-editor-page .article-content .pagination,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .pagination {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.custom-css .body.post-type-post.block-editor-page .article-content .pagination a,
.custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .pagination a {
  display: inline-block;
  min-width: 180px;
}
@media (max-width: 960px) {
  .custom-css .body.post-type-post.block-editor-page .article-content,
  .custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper {
    padding: 0 60px 100px;
  }
  .custom-css .body.post-type-post.block-editor-page .article-content .content h2,
  .custom-css .body.post-type-post.block-editor-page .article-content .content h3,
  .custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content h2,
  .custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content h3 {
    margin: 40px 0;
  }
}
@media (max-width: 660px) {
  .custom-css .body.post-type-post.block-editor-page .article-content,
  .custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper {
    padding: 0 20px 60px;
  }
  .custom-css .body.post-type-post.block-editor-page .article-content .content h2,
  .custom-css .body.post-type-post.block-editor-page .article-content .content h3,
  .custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content h2,
  .custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content h3 {
    font-size: 22px;
    line-height: 40px;
  }
  .custom-css .body.post-type-post.block-editor-page .article-content .content h3,
  .custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content h3 {
    font-size: 20px;
  }
  .custom-css .body.post-type-post.block-editor-page .article-content .content p,
  .custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content p {
    font-size: 18px;
    line-height: 32px;
  }
  .custom-css .body.post-type-post.block-editor-page .article-content .content ol li,
  .custom-css .body.post-type-post.block-editor-page .article-content .content ul li,
  .custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content ol li,
  .custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .content ul li {
    font-size: 16px;
    line-height: 36px;
  }
  .custom-css .body.post-type-post.block-editor-page .article-content .pagination,
  .custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .pagination {
    gap: 30px;
  }
  .custom-css .body.post-type-post.block-editor-page .article-content .pagination .left,
  .custom-css .body.post-type-post.block-editor-page .article-content .pagination .right,
  .custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .pagination .left,
  .custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .pagination .right {
    width: 100%;
  }
  .custom-css .body.post-type-post.block-editor-page .article-content .pagination .left a,
  .custom-css .body.post-type-post.block-editor-page .article-content .pagination .right a,
  .custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .pagination .left a,
  .custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper .pagination .right a {
    display: inline-block;
    min-width: 100%;
    text-align: center;
  }
}
@media (min-width: 960px) {
  .custom-css .body.post-type-post.block-editor-page .article-content,
  .custom-css .body.post-type-post.block-editor-page .editor-styles-wrapper {
    padding: 0 140px 100px;
  }
}
.custom-css .body.ds.ds-insights .recommended-content {
  margin: 0 auto;
  max-width: 1440px;
}
.custom-css .body.ds.ds-insights .recommended-content .posts .post .copy,
.custom-css .body.ds.ds-insights .recommended-content .posts .post .copy .cta-link,
.custom-css .body.ds.ds-insights .recommended-content h2 {
  color: #000;
}
.custom-css .body.ds.ds-insights .bulletin-banner {
  margin: 40px 0;
  padding: 0;
}
.custom-css .body.ds.ds-insights .bulletin-banner h6 {
  margin: 0 0 6px;
}
.custom-css .body.ds.ds-insights .bulletin-banner p {
  margin: 0;
}
@media (max-width: 960px) {
  .custom-css .article-container .post_sharing ul .icon-wrapper {
    height: 30px;
    width: 30px;
  }
  .custom-css .article-container .post_sharing ul .icon-wrapper .fa {
    line-height: 30px;
    max-height: 30px;
  }
  .custom-css .article-container .post_sharing ul .icon-wrapper .fa-linkedin {
    line-height: 29px;
  }
}
.custom-css .content-entry {
  background: #eaebed;
}
.custom-css .content-entry .page-content .module {
  padding: 0 20px 100px;
}
@media (max-width: 1440px) and (min-width: 961px) {
  .custom-css .content-entry .page-content .module {
    padding: 0 100px 100px;
  }
}
@media (max-width: 660px) {
  .custom-css .content-entry .page-content .module {
    padding: 0 20px 60px;
  }
}
.custom-css .single-pressreleases h6.date {
  color: #667082;
  font-weight: 600;
}
.custom-css .single-pressreleases h6.date time {
  font-weight: 400;
}
.custom-css .single-pressreleases .article-container .article-hero {
  padding-top: 17px;
}
.custom-css .single-pressreleases .article-container .article-hero h1 {
  font-size: 55px;
  font-weight: 500;
  line-height: 65px;
}
.custom-css .single-pressreleases .lineBreak {
  background-image: linear-gradient(269.98deg, #fccc38 -23.32%, #f5333f 75.34%);
  height: 1px;
  margin-top: 100px;
}
@media only screen and (max-width: 600px) {
  .custom-css .single-pressreleases div.article-container section.article-hero {
    padding-top: 0;
  }
  .custom-css .single-pressreleases div.article-container section.article-hero h1 {
    font-size: 28px;
    line-height: 46px;
  }
  .custom-css .single-pressreleases div.lineBreak {
    margin-top: 30px;
  }
}
.custom-css .events .article-hero {
  background-color: #fbfbfb;
  display: block;
  margin: 0 auto 0 calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;
}
.custom-css .events .article-hero .article-hero-innner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 40px;
  justify-content: space-between;
  margin: auto;
  max-width: 1440px;
}
.custom-css .events .article-hero .article-hero-innner .copy {
  max-width: 513px;
}
.custom-css .events .article-hero .article-hero-innner .copy h1 {
  font-size: 55px;
  font-weight: 500;
  line-height: 65px;
  margin-bottom: 10px;
}
.custom-css .events .article-hero .article-hero-innner .copy p {
  color: #667082;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
}
.custom-css .events .article-hero .article-hero-innner .copy .date {
  padding: 20px 0 17px;
}
.custom-css .events .article-hero .article-hero-innner .copy .date img,
.custom-css .events .article-hero .article-hero-innner .copy .location img {
  margin-right: 30px;
}
.custom-css .events .article-hero .article-hero-innner .copy .date p,
.custom-css .events .article-hero .article-hero-innner .copy .location p {
  color: #000;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  vertical-align: middle;
}
.custom-css .events .article-hero .article-hero-innner .copy .cta-button {
  display: inline-block;
  margin-top: 40px;
}
.custom-css .events .article-hero .article-hero-innner .feature-image img {
  height: 400px;
  margin-top: 0;
  -o-object-fit: contain;
  object-fit: contain;
  width: 522px;
}
@media (max-width: 960px) {
  .custom-css .events .article-hero .article-hero-innner .feature-image img {
    height: 316px;
    width: 412px;
  }
}
@media (max-width: 770px) {
  .custom-css .events .article-hero .article-hero-innner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom-css .events .article-hero .article-hero-innner .copy {
    max-width: 100%;
  }
  .custom-css .events .article-hero .article-hero-innner .copy .cta-button {
    display: block;
  }
  .custom-css .events .article-hero .article-hero-innner .feature-image {
    margin: 0;
    width: 100%;
  }
  .custom-css .events .article-hero .article-hero-innner .feature-image img {
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 660px) {
  .custom-css .events .article-hero {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .custom-css .events .article-hero .article-hero-innner {
    padding: 0;
  }
  .custom-css .events .article-hero .article-hero-innner .copy h1 {
    font-size: 36px;
    line-height: 50px;
  }
  .custom-css .events .article-hero .article-hero-innner .copy p {
    display: block;
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 960px) {
  .custom-css .events .article-hero {
    padding: 100px 20px;
  }
  .custom-css .events .article-hero .article-hero-innner {
    padding: 0;
  }
}
.custom-css .events .article-content {
  padding-top: 100px;
}
@media (max-width: 660px) {
  .custom-css .events .article-content {
    padding-top: 60px;
  }
}
.custom-css .events .article-content .social-sharing {
  margin: 40px 0;
}
.custom-css .events .article-content div.bulletin-banner {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .custom-css .partnership-economy-content {
    padding-top: 80px;
  }
}
.custom-css #___gatsby .im-pill-button.blue {
  background-color: #2ea3f3 !important;
  border-color: #2ea3f3 !important;
}
.custom-css .page-template-page-ad-tech-platforms .solution-overview,
.custom-css .page-template-page-marketing-leaders .solution-overview {
  background: #2ea3f2 !important;
}
.custom-css .page-template-page-marketing-leaders #call-to-action-wrapper {
  background: #f5333f !important;
}
.custom-css #___gatsby .im-fraud-technique-page section.hero-copy .category {
  color: #f5333f !important;
}
.custom-css #___gatsby .im-fraud-category-page section.categories-desktop .tab .copy .device {
  color: #f5333f !important;
}
.custom-css #___gatsby .im-fraud-category-page section.categories-desktop .tab-nav .tab-nav-item .underline {
  background: #f5333f !important;
}
.custom-css .page-template-page-pf-microsite-php .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple button.mktoButton {
  background-color: #f5333f !important;
  border: 2px solid #f5333f !important;
}
.custom-css .page-template-page-pf-microsite-php .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple button.mktoButton:hover {
  background-color: #f2f5f8 !important;
  color: #f5333f !important;
}
@font-face {
  font-family: "WistiaPlayerInterNumbersSemiBold";
  font-feature-settings: "tnum" 1;
  src: url(data:application/x-font-woff;charset=utf-8;base64,d09GMk9UVE8AAAaMAAwAAAAACgAAAAZBAAMD1wAAAAAAAAAAAAAAAAAAAAAAAAAADYpwGhQbIBwqBmAAgTIBNgIkAzAEBgWDGgcgGykJEZWkARP8KHCbm2tEznyIN98tPTUk9Ig3oiVV3pbDIzXa+f/fZgXpALFTZhBoMVFC9cp036dXvRKVmVnsxe+D+1NDQI5lG7ikZWEINIElTeBIdnxlhauQ5GQtoLHA/wN0riVdSx5xgbxF3KTbgnjVQ4B9P7YqCx7FpEZK+6ilx0AoopUh4aExJEKmkU+0ncdr4iFfKhdSFD9y91LCRaxNbVqvi0dND3rxI7ndUDR7EiwT3bhiua9krFA0oepCy2hCjwmjnjDjKjNTDz2ZuHtN8820Wfw/l8u4w4yV/f8/6uscs5rmiN00LcP4hAofyZUSyS3WinX0RGFFtnGrjj36x6dlNa57+PLTlrUisH2n9orfgd+R34XfDd0NsWDXwfwhvKHpbs3UBni37dBlPvO4KYn/PgylilcgSdw6sjsSSxsRGfIJgqhi14bKZCHcQvjUh/+3HMotTYrGLVYCxyMFjEnYC98yTAp6atAKVxaZ9eu2NMji8WTj4w/Y34elD60PPwb5bEywLqAX/amwmUo6TBCy14N/TL44jb3sE5JdUIPXXI0RBSoGt3BUObn4agKGIxxQhlyQacbstK4fS2mZoBtFNQ1bd+4zND2vQu6anl7gWFOj8MV2DVMtU44xMhpwElrrjA7zO5IqWojd/v1Vso6cqp91zC2YrGhDOy07Iqyza2q9smDIwUYek0AWbCt/8x78QmrzayQ6xtpmqfCYsLfgU9HdeP3UqutZTTNd/9Q8k08XzXzIxSdvLPda8YaeeZnkxUwql0nDKyUYdaWZjGAy7UDLHpVqBVHTxSV0wBy21El9u/491ik2J3YkdiP2LPZL41RBeeNUWtp97Bbn0Ee1g9wr9qqV/X+4R9nlPX03743dylnaXZyNp8v58yLOsFYCbUnCVQzjN+5QhlmKccO7aMkueWJggROd4qnw2x5LydUcg/NRamE3XMlkGovpRWPKWEavP74P2O1RANM/3gIIPJj7TX+lqU2geQuaBx4B/7cWAOx0ucTiEHYJU9y5DBuUMYNIHeHZz9tn+Fw2G5EBTqUlHRfRi4eB5wNlJsRsv5k4b6HyFkhIC6BO4LzPbWhW7rbCcxubeKHOc6UaBKZBMMd4j8XuRUynOCCa4EMfF9grkI1NcTaSAVtk1nrIOwFfeEBlQw4f4phb6zHzBOm0ZZ0dBcaZRVdYIo5xYiyOMEWONwQHmjKGE//VuRBgul1QrpyxmMvF4vGj0xfuuQrNt4tVTsRhEnjY9AuKa1FVLSEneQWzFd5WbO7hasX08ONUOVQgwQuVqACFXkSoIoUgK1hJEkAgbkG5CjqBS5wrRFuY2IfVwhRnLsVyZTZpatveGR4yEbYqbE6J80nM4aa+LD7Oqmr8PdSJFUQVynmgN4lerGQV1+uLdYzdOFWHPW/iK2gIQayhizQ0NMwyvBEBlrDczRfmU40CTtAHqLQGnjQG8MYkxm1MwJuTqjHwVCu9iRJ1C8ojWGHxUYowH0c5X57zpXquvlw0wzHHGMTfufxiJ1psFJTzq6nGeDvHF4LgmHHWCUViZBaInRn+cswnBi460RBPRYg9TRUQ0CZUC5LAT0qLLu50FpdTeBhjGf7/h4dg9hE0uqsBx/saOcYRDIfnOhfzGFBHyizcJK3p2edUjWrC0rn1aGjXtfVUCHMAKKhlxV8eTEIcV2jCOdKiqahv/MisrfRQVnxPJoOU62mR6pu2ZllIzo8zOZqQB7kWJXW2/c0aihata5PcIVJKfFRgHAETmEQVTCELptGMGcyigTnMJ1voUVN6uCZS9pV2hrwl7FYMvBwtUSd7L7E5qP9t7BIPRF7EcmA9ct2nIPHrxgWajtDltbXuBLuaY6qRZGa5ZlX5anfR0lYXaHUzVSFjZa8rfdhZ8rKXFZg21LVL5LFjI5TlDIbwnFGHE2dypHs6Q50N015dpOgLONEUlOqoiQgIaeCsjMq9gITDKwRMieQgKUy9UQY1BTFYZU2KpE2SkILMIjW8IdFwIKmMaK8oClJVssAEtFnz5dQ1s+w6EZoNGtPGQfzx+aoE8ikiP8GCYOWtgB+HBdWDaxACAZInVq14dZI85RRDvZGIghyONw59KV/BBEQ02P1ER8hmNGiURT2hQP8WfAY=);
}
.custom-css .collapse {
  visibility: visible;
}
