:root {
  --desktop-typography-spacing: 2rem;
  --font14: 0.875rem;
  --font20: 1.25rem;
  --font24: 1.5rem;
  --font46: 2.875rem;
  --font54: 3.375rem;
}

.template-content {
  --padding-default: 40px;
  --padding-small: 20px;
  --padding-medium: 60px;
  --padding-large: 80px;
  --padding-xlarge: 120px;
  --margin-default: 16px;
}

.template-content {
  font-size: 1.0625rem;
}

.customer-story {
  margin-top: 6.94444vw;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  --bg-deep-blue: #293972;
}
@media (min-width: 1985px) {
  .customer-story {
    margin-top: 158px;
  }
}
@media (max-width: 1129px) {
  .customer-story {
    margin-top: 89px;
  }
}
.customer-story .section-container {
  margin-inline: auto;
  width: var(--content-width-standard);
}
.customer-story .section-container::after {
  content: "";
  clear: both;
  display: table;
}
.customer-story .row-auto {
  display: grid;
  gap: 20px;
}
@media (min-width: 767px) {
  .customer-story .row-auto {
    gap: 32px;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
  }
}
.customer-story .bg-deep-blue {
  background-color: var(--bg-deep-blue);
}
.customer-story .overhang {
  --section-padding: 30px;
  padding-bottom: var(--section-padding);
  --overhang-bg-color: var(--bg-deep-blue);
  --overhang-desktop-amount: var(--section-padding);
  background: linear-gradient(transparent, transparent var(--overhang-desktop-amount), var(--overhang-bg-color) var(--overhang-desktop-amount), var(--overhang-bg-color));
}
@media (min-width: 1129px) {
  .customer-story .overhang {
    --section-padding: 80px;
  }
}
.customer-story.fade-in {
  opacity: 1;
}

.section-hero {
  padding-top: 100px;
  position: relative;
}
@media (max-width: 1129px) {
  .section-hero {
    padding-top: 30px;
  }
}
.section-hero .text {
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
}
@media (min-width: 1129px) {
  .section-hero .text {
    padding-bottom: 80px;
  }
}
.section-hero .text p, .section-hero .text .h1 {
  max-width: 60rem;
  margin-inline: auto;
}
.section-hero .text .h1 {
  font-size: 1.8rem;
  text-wrap: balance;
  margin-block-end: 0;
}
@media (min-width: 767px) {
  .section-hero .text .h1 {
    font-size: 2rem;
  }
}
@media (min-width: 1129px) {
  .section-hero .text .h1 {
    font-size: 3.5rem;
  }
}
.section-hero .logo-title {
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.section-hero .logo-title img, .section-hero .logo-title svg {
  height: 28px;
  vertical-align: middle;
}
.section-hero .logo-title a {
  font-family: "Chainalysis", system-ui, sans-serif;
  text-decoration: none;
}
.section-hero .logo-title a:hover {
  text-decoration: underline;
}
.section-hero--divider {
  display: inline-block;
  margin: 0 25px 0 20px;
  height: 24px;
  background: #6E6E6E;
  width: 1px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .section-hero--divider {
    margin: 0 10px 0 5px;
  }
}
.section-hero .media {
  position: relative;
}
.section-hero .media img {
  width: 100%;
  display: block;
}
.section-hero__play-button {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ff5300;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.1s ease-in-out;
}
@media (max-width: 767px) {
  .section-hero__play-button {
    transform: scale(0.7);
    top: 27%;
  }
}
.section-hero__play-button:hover {
  transform: scale(1.3);
}
@media (max-width: 767px) {
  .section-hero__play-button:hover {
    transform: scale(1);
  }
}
.section-hero__arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section-hero .key-points {
  color: #fff;
  padding-top: 60px;
  padding-bottom: 20px;
}
@media (min-width: 767px) {
  .section-hero .key-points {
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
.section-hero .key-points ul {
  display: grid;
  gap: 20px;
}
@media (min-width: 767px) {
  .section-hero .key-points ul {
    gap: 32px;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
  }
}
.section-hero .key-points li::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  margin-bottom: 10px;
  background-color: #ff5300;
}

.content-section {
  padding: 60px 0;
}
@media (min-width: 767px) {
  .content-section {
    padding: 80px 0;
  }
}
.content-section :last-child {
  margin-bottom: 0;
}
.content-section h5 {
  font-weight: bold;
}
.content-section p {
  margin-bottom: 30px;
}
.content-section li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
.content-section li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #293972;
  display: inline-block;
  margin-right: 20px;
  position: absolute;
  top: 7px;
  left: 0;
}
@media (min-width: 1985px) {
  .content-section li::before {
    top: 12px;
  }
}
.content-section .blockquote {
  color: #ff5300;
  font-size: 24px;
  font-family: "Chainalysis", system-ui, sans-serif;
}
@media (min-width: 767px) {
  .content-section .blockquote {
    grid-column: span 4;
  }
}
.content-section .blockquote::before {
  display: block;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="16" viewBox="0 0 22 16" fill="none"><path d="M0.5 15.706L3.58 0.25H9.516L8.116 15.706H0.5ZM12.82 15.706L15.9 0.25H21.836L20.436 15.706H12.82Z" fill="%23FF5300"/></svg>');
  margin-bottom: 20px;
  line-height: 0;
}
@media (min-width: 767px) {
  .content-section .blockquote::before {
    margin-bottom: 32px;
  }
}
.content-section .blockquote h6,
.content-section .blockquote label {
  color: #293972;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 21px;
  opacity: 1;
  text-transform: uppercase;
}
.content-section .blockquote a {
  border-radius: 4rem;
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #ff5300;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.25rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.content-section .blockquote a:hover {
  border-color: #293972;
  color: #fff;
}
.content-section .blockquote a:hover::before {
  left: 0;
}
.content-section .blockquote a::before {
  content: "";
  width: 100%;
  background-color: #293972;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  z-index: -1;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 767px) {
  .content-section .text {
    grid-column: span 8;
  }
}
.content-section .text h1, .content-section .text h2, .content-section .text h3, .content-section .text h4, .content-section .text h5, .content-section .text h6 {
  margin-bottom: 10px;
}
.content-section .text img {
  max-width: 100%;
  height: auto;
}

.content-section-gray {
  background-color: #f7f7f7;
}

.content-section-gray .section-container,
.content-section-white .section-container {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 20px;
}
@media (min-width: 767px) {
  .content-section-gray .section-container,
  .content-section-white .section-container {
    grid-template-columns: repeat(12, 1fr);
    gap: 32px;
    row-gap: 0;
  }
}

.content-section-white li {
  margin-bottom: 20px;
}

.content-section-featured .stories {
  display: grid;
  gap: 20px;
}
@media (min-width: 767px) {
  .content-section-featured .stories {
    gap: 32px;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    grid-column-start: 3;
    grid-column-end: 11;
  }
}
.content-section-featured .row {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 20px;
}
@media (min-width: 767px) {
  .content-section-featured .row {
    grid-template-columns: repeat(12, 1fr);
    gap: 32px;
    row-gap: 0;
  }
}
.content-section-featured .title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}
.content-section-featured .featured-story {
  flex: 1 0 40%;
  background-color: #f7f7f7;
}
@media (max-width: 767px) {
  .content-section-featured .featured-story {
    flex: 100%;
  }
}
.content-section-featured .featured-story a {
  transition: all 0.2s ease-in-out;
}
.content-section-featured .featured-story:hover .image img {
  transform: scale(1.1);
}
.content-section-featured .featured-story:hover a {
  color: #ff5300;
}
.content-section-featured .featured-story .image {
  overflow: hidden;
}
.content-section-featured .featured-story .image img {
  aspect-ratio: 1.5;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}
.content-section-featured .featured-story .text {
  padding: 8%;
  overflow: hidden;
}
.content-section-featured .featured-story .text p:first-of-type {
  margin-bottom: 10px;
}
.content-section-featured .featured-story .logo {
  margin-bottom: 1rem;
}
.content-section-featured .featured-story .logo img {
  display: block;
  width: auto;
  height: 24px;
}
.content-section-featured .featured-story .logo svg {
  width: 160px;
  height: auto;
}
@media (max-width: 767px) {
  .content-section-featured .featured-story .logo svg {
    width: 120px;
  }
}
.content-section-featured .featured-story a {
  text-decoration: none;
}
.content-section-featured .featured-link {
  font-family: "Chainalysis", system-ui, sans-serif;
  text-align: center;
  margin-top: 70px;
}
.content-section-featured .featured-link a:hover {
  border-color: #ff5300;
  color: #fff;
}
.content-section-featured .featured-link a:hover::before {
  left: 0;
}
.content-section-featured .featured-link a::before {
  content: "";
  width: 100%;
  background-color: #ff5300;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  z-index: -1;
  transition: all 0.15s ease-in-out;
}

@media (max-width: 766px) {
  .cta-module .cta-row-inner {
    padding-inline: 20px;
  }
}
.cta-module .cta-row-inner > div {
  display: grid;
  align-content: center;
}
.cta-module .cta-side-image {
  width: 200px;
}
@media (min-width: 767px) {
  .cta-module .cta-side-image {
    width: 254px;
  }
}
.cta-module .content-wrapper {
  display: grid;
  gap: 20px;
  z-index: 1;
}
@media (min-width: 767px) {
  .cta-module .content-wrapper {
    gap: 32px;
  }
}
.cta-module .rich-text > :last-child {
  margin-bottom: 0;
}
.cta-module.bg-curve-and-block {
  position: relative;
  overflow: hidden;
}
.cta-module.bg-curve-and-block > * {
  position: relative;
  z-index: 1;
}
.cta-module.bg-curve-and-block::before {
  content: "";
  width: 225px;
  height: 166px;
  background-image: url(../../static/images/decoration-half-circle.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 60px;
  left: 0;
}
.cta-module.bg-curve-and-block::after {
  content: "";
  width: 70px;
  height: 70px;
  background-color: var(--theme-light-orange);
  position: absolute;
  top: 30px;
  right: 60px;
}

.template-content .row {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 20px;
}

@media (min-width: 767px) {
  .template-content .row {
    grid-template-columns: repeat(12, 1fr);
    gap: 32px;
    row-gap: 32px;
    row-gap: 0;
  }
}
.template-content {
  --default-text-color: var(--theme-deep-blue);
}
.template-content .buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.template-content .buttons.center {
  justify-content: center;
}
.template-content button,
.template-content .btn {
  --button-bg-color: transparent;
  --border-color: var(--theme-deep-blue);
  --text-color: var(--default-text-color);
  --hover-bg-color: var(--theme-deep-blue);
  --hover-border-color: var(--theme-deep-blue);
  --hover-text-color: #fff;
  border-radius: 4rem;
  display: inline-block;
  font-family: var(--font-family-chainalysis-stack);
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.25rem;
  padding: 1rem 2rem;
  transition: all 200ms ease 0s;
  text-decoration: none;
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  color: var(--text-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.template-content button:before,
.template-content .btn:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-105%);
  transition: transform 200ms;
  will-change: transform;
  background-color: var(--hover-bg-color);
}
.template-content button:hover,
.template-content .btn:hover {
  transition: all 200ms ease 0s;
  background-color: var(--hover-bg-color);
  border-color: var(--hover-border-color);
  color: var(--hover-text-color);
}
.template-content button:hover:before,
.template-content .btn:hover:before {
  transform: translateX(0%);
}
.template-content button--deep-blue,
.template-content .btn--deep-blue {
  --button-bg-color: var(--theme-deep-blue);
  --border-color: var(--theme-deep-blue);
  --text-color: #fff;
  --hover-bg-color: #fff;
  --hover-border-color: var(--theme-deep-blue);
  --hover-text-color: var(--default-text-color);
}
.template-content button--deep-blue-no-border,
.template-content .btn--deep-blue-no-border {
  --button-bg-color: var(--theme-deep-blue);
  --border-color: var(--theme-deep-blue);
  --text-color: #fff;
  --hover-bg-color: #fff;
  --hover-border-color: #fff;
  --hover-text-color: var(--default-text-color);
}
.template-content button--white,
.template-content .btn--white {
  --button-bg-color: #fff;
  --border-color: var(--theme-deep-blue);
  --text-color: var(--default-text-color);
  --hover-bg-color: var(--theme-deep-blue);
  --hover-border-color: var(--theme-deep-blue);
  --hover-text-color: #fff;
}
.template-content button--white-no-border,
.template-content .btn--white-no-border {
  --button-bg-color: #fff;
  --border-color: #fff;
  --text-color: var(--default-text-color);
  --hover-bg-color: var(--theme-deep-blue);
  --hover-border-color: var(--theme-deep-blue);
  --hover-text-color: #fff;
}
.template-content button--technology-green,
.template-content .btn--technology-green {
  --button-bg-color: var(--theme-technology-green);
  --border-color: var(--theme-technology-green);
  --text-color: var(--default-text-color);
  --hover-bg-color: #fff;
  --hover-border-color: var(--theme-deep-blue);
  --hover-text-color: var(--default-text-color);
}
.template-content button--text-link,
.template-content .btn--text-link {
  --button-bg-color: transparent;
  --border-color: transparent;
  --text-color: var(--default-text-color);
  --hover-bg-color: transparent;
  --hover-border-color: transparent;
  --hover-text-color: var(--theme-deep-blue-50);
}
.template-content .font-size-4 {
  font-weight: bold;
}
.template-content .font-size-4 {
  font-size: 1.5rem; /* 24px */
  line-height: 1.33;
}
@media (min-width: 767px) {
  .template-content .font-size-4 {
    font-size: 2rem; /* 32px */
    line-height: 1.25;
  }
}
@media (min-width: 767px) {
  .template-content .col-10 {
    grid-column: auto/span 10;
  }
  .template-content .col-start-2 {
    grid-column-start: 2;
  }
}
.template-content .bg-orange {
  background-color: var(--theme-orange);
  color: #fff;
}
.template-content .padding-bottom {
  padding-bottom: var(--padding-default);
}
.template-content .padding-bottom-medium {
  padding-bottom: var(--padding-medium);
}
.template-content .padding-bottom-large {
  padding-bottom: var(--padding-large);
}
.template-content .padding-top {
  padding-top: var(--padding-default);
}
.template-content .padding-top-medium {
  padding-top: var(--padding-medium);
}
.template-content .padding-top-large {
  padding-top: var(--padding-large);
}
@media (min-width: 767px) {
  .template-content .desktop-padding-bottom-large {
    padding-bottom: var(--padding-large);
  }
}
@media (min-width: 767px) {
  .template-content .desktop-padding-top-large {
    padding-top: var(--padding-large);
  }
}

.mkto-button {
  border: 1px solid #fff;
}
.mkto-button--orange {
  background-color: #ff5300;
  color: #fff;
}

.mkto-form-container {
  background-color: #fff;
  margin: 0;
  padding: 1em;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  -webkit-transition: -webkit-transform 200ms;
  -webkit-transition: transform 200ms;
  transition: transform 200ms;
  -webkit-transform: translateX(130%);
  -ms-transform: translateX(130%);
  transform: translateX(130%);
  z-index: 5000;
  width: 100%;
  overflow-y: auto;
  max-width: calc(65ch + 2em);
}
@media (min-height: 767px) {
  .mkto-form-container {
    padding-top: 5em;
  }
}
@media (min-width: 767px) {
  .mkto-form-container {
    padding-left: 2em;
    padding-right: 2em;
    max-width: calc(65ch + 4em);
  }
}
.mkto-form-container--visible {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mkto-slide-close__row {
  height: 3em;
  position: relative;
}
.mkto-slide-close__icon-container {
  position: absolute;
  height: 3em;
  right: -1em;
  padding: 1em;
}
@media (min-height: 767px) {
  .mkto-slide-close__icon-container {
    top: -1em;
  }
}
.mkto-slide-close__icon-container:hover {
  cursor: pointer;
}
.mkto-slide-close__icon {
  height: 1em;
}

.mkto-slide-in-form {
  /* Override 100% width */
  /* Hide unexpected line breaks in the Marketo forms */
}
.mkto-slide-in-form .mktoAsterix {
  display: none;
}
.mkto-slide-in-form input,
.mkto-slide-in-form select,
.mkto-slide-in-form option {
  color: #293972;
  background-color: transparent;
  border: none;
  padding: 0.5rem 0;
  width: 100%;
}
.mkto-slide-in-form input:not([type=checkbox]) {
  padding-left: 0.25rem;
}
.mkto-slide-in-form input:not([type=checkbox]),
.mkto-slide-in-form select {
  border-bottom: 1px solid rgba(41, 57, 114, 0.5);
}
.mkto-slide-in-form .mktoFormCol {
  margin-bottom: 1rem;
}
.mkto-slide-in-form label {
  text-transform: unset;
}
.mkto-slide-in-form input[type=checkbox] {
  width: auto;
}
.mkto-slide-in-form br {
  display: none;
}
.mkto-slide-in-form .mktoButton {
  font-size: 1em;
  height: unset;
  line-height: 1;
  padding: 10px 20px;
  background-color: #ff5300;
  color: #fff;
}
.mkto-slide-in-form .mktoErrorMsg {
  display: block;
  margin-top: 7px;
  background-color: #ff0000;
  border-radius: 6px;
  color: #ffffff;
  max-width: 16em;
  padding: 0.4em 0.6em;
  position: absolute;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
}
.mkto-slide-in-form .mktoErrorMsg::before {
  content: "";
  border: 0.5em solid transparent;
  border-bottom-color: red;
  position: absolute;
  top: -0.75em;
}

.mkto-page-overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  opacity: 0;
  width: 0;
  height: 0;
  position: fixed;
  right: 100%;
  top: 0;
  transition: opacity 200ms;
  pointer-events: all;
}
.mkto-page-overlay--visible {
  right: 0;
  width: 200vw;
  height: 100%;
  opacity: 1;
  z-index: 4000;
}

/*# sourceMappingURL=customer-story-single.css.map */
