@media (min-width:992px) {
    html.w-mod-js:not(.w-mod-ix) [data-w-id="3ee88d82-7b41-3f92-6618-b0c723f06b0d"] {
      -webkit-transform: translate3d(50px, 50px, 0) scale3d(1.1, 1.1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
      -moz-transform: translate3d(50px, 50px, 0) scale3d(1.1, 1.1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
      -ms-transform: translate3d(50px, 50px, 0) scale3d(1.1, 1.1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
      transform: translate3d(50px, 50px, 0) scale3d(1.1, 1.1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="af1784c4-bc83-feda-abd7-149ec5fed05a"] {
      -webkit-transform: translate3d(35px, 75px, 0) scale3d(1.1, 1.1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
      -moz-transform: translate3d(35px, 75px, 0) scale3d(1.1, 1.1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
      -ms-transform: translate3d(35px, 75px, 0) scale3d(1.1, 1.1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
      transform: translate3d(35px, 75px, 0) scale3d(1.1, 1.1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="7cfcc25d-234f-392c-fc2e-0afebafa8377"] {
      -webkit-transform: translate3d(-40px, -65px, 0) scale3d(1.1, 1.1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
      -moz-transform: translate3d(-40px, -65px, 0) scale3d(1.1, 1.1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
      -ms-transform: translate3d(-40px, -65px, 0) scale3d(1.1, 1.1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
      transform: translate3d(-40px, -65px, 0) scale3d(1.1, 1.1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="da1d1cda-c69f-aba5-b83c-7b468156988c"] {
      -webkit-transform: translate3d(-25px, -85px, 0) scale3d(1.1, 1.1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
      -moz-transform: translate3d(-25px, -85px, 0) scale3d(1.1, 1.1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
      -ms-transform: translate3d(-25px, -85px, 0) scale3d(1.1, 1.1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
      transform: translate3d(-25px, -85px, 0) scale3d(1.1, 1.1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }
  }

  .anti-flicker,
  .anti-flicker * {
    visibility: hidden !important;
    opacity: 0 !important;
  }
  [data-wf-hidden-variation],
  [data-wf-hidden-variation] * {
    display: none !important;
  }

  body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
  }

  /* Text Selection Color */
  ::selection {
    background: var(--selection--background-color);
    color: var(--selection--color);
  }

  ::-moz-selection {
    background: var(--selection--background-color);
    color: var(--selection--color);
  }

  /* Reset apple form styles */
  input,
  textarea,
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background-image: none;
  }

  /* Cookies Footer Link */
  #ot-sdk-btn.ot-sdk-show-settings.privacy-choice-link {
    border: 0;
    padding: 0;
    color: var(--colors--licorice--200);
    letter-spacing: 0;
    justify-content: flex-start;
    align-items: center;
    font-size: .875rem;
    line-height: 1.66667em;
    text-decoration: none;
    transition: color .2s;
    display: flex;
    position: relative;
  }

  #ot-sdk-btn.ot-sdk-show-settings.privacy-choice-link {
    position: absolute;
    inset: 0;
    color: transparent;
    background-color: transparent;
    display: block;
    width: 100%;
  }

  #ot-sdk-btn.ot-sdk-show-settings.privacy-choice-link:hover {
    color: transparent;
    background-color: transparent;
  }

  #ot-sdk-btn.ot-sdk-show-settings.privacy-choice-link:after {
    content: url('<?php echo base_url('UserAssets/'); ?>images/opt-out-30x14.svg');
    right: -34px;
    position: absolute;
    top: 3px;
    visibility: visible;
  }
  .auto-accordion_item.w--current .auto-accordion_text-dark {
    color: var(--colors-all--primary);
  }

  .home-news__item-link:hover .home-news__item-icon {
    opacity: 1;
    transform: translateX(0);
  }


  /* Opacity 0 to prevent flash on load */
  .u-fade-in-offset-1,
  .usdc-hero-wrapper {
    opacity: 1;
  }

  /* Accordion Custom Styles */
  .accordion_item-content,
  .accordion-small_content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.2s ease-out, opacity 0.2s ease-out;
  }

  .accordion_item-content.open,
  .accordion-small_content.open {
    opacity: 1;
  }

  .accordion_item.active .accordion_item-icon {
    transform: rotate(180deg);
  }

  .accordion-small_header:hover .accordion-small_border,
  .accordion-small_item.active .accordion-small_border {
    width: 100%
  }

  /* Swiper */

  .swiper-pagination-bullet-active {
    color: var(--colors--jelly--400);
  }

  .swiper-pagination-bullet-active .link-underline {
    max-width: 100%;
  }

  @media (min-width: 768px) {
    .usdc-benefits-swiper .swiper-slide {
      width: 100% !important;
    }

    .usdc-benefits-swiper .swiper-wrapper {
      transform: none !important;
    }
  }

  :root {
    /* Reset Font Weight variable values */
    --type-weight--100: 100;
    --type-weight--200: 200;
    --type-weight--300: 300;
    --type-weight--400: 400;
    --type-weight--500: 500;
    --type-weight--600: 600;
    --type-weight--700: 700;
    --type-weight--800: 800;
    --type-weight--900: 900;
  }

  /* Remove top margin on rich text first child */
  .w-richtext>:first-child {
    margin-top: 0;
  }

  /* Remove bottom margin of rich text last child */
  .w-richtext>:last-child,
  .w-richtext ol li:last-child,
  .w-richtext ul li:last-child {
    margin-bottom: 0;
  }

  /* Text Links animation */
  @media (hover: hover) {

    .text-link-parent:hover .link-underline,
    .nav-inline-callout:hover .link-underline,
    .text-link:hover .link-underline {
      max-width: 100%;
    }

    .text-link-parent:hover .icon-24x24.cc-right-text-link-icon,
    .nav-inline-callout:hover .icon-20x20.cc-right-text-link-icon,
    .text-link:hover .icon-24x24.cc-right-text-link-icon {
      transform: translate(0px);
    }

    .text-link-no-hover:hover .icon-24x24.cc-right-text-link-icon {
      transform: translate(0px);
    }
  }

  .text-link-no-hover .text-link_right-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-link-no-hover .icon-24x24.cc-right-text-link-icon {
    transform: translate(0px);
  }

  .blog-card.cc-icon-hover:hover .text-link .icon-24x24.cc-right-text-link-icon {
    transform: translate(0px);
  }

  .blog-card.cc-icon-hover:hover .text-link .link-underline {
    max-width: 100%;
  }

  /* Gumdrop Frosting Background */
  .u-bg-gumdrop-frosting {
    background: linear-gradient(54.38deg, rgba(255, 255, 255, 0) 21.28%, rgba(255, 255, 255, 0.8) 76.45%), linear-gradient(74.58deg, #B5E1FF -30.03%, #F1EBFF 50.55%);
    transform: matrix(1, 0, 0, -1, 0, 0);
  }

  /* Hubspot Form Designer Only Class */
  html.wf-design-mode .hubspot-form {
    background: url(<?php echo base_url('UserAssets/'); ?><?php echo base_url('UserAssets/'); ?>images/65e72768d3562db0109f1502_hs-form-bg.webp);
    background-size: 56px;
  }

  /* Hubspot Forms */

  .submitted-message {
    font-size: 18px;
    line-height: 1.4em;
    color: var(--colors-all--primary);
  }

  .white-bg-inputs .hs-input {
    background-color: var(--colors-all--white);
  }

  .hs-form-field>label {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: -0.03125rem;
  }

  .no-labels-form .hs-form-field>label,
  .footer-subscribe-wrapper .hs-form-field>label {
    white-space: nowrap;
    border: 0 solid rgba(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .hs-form .hs-form-field>label p,
  .hs-form .hs-form-field>label span {
    display: inline;
  }

  .hs-form-radio label,
  .hs-form-checkbox label {
    margin-bottom: 16px;
  }

  .dark-bg-form-wrapper .hs-button {
    color: var(--colors-all--white);
    background-color: var(--colors--jelly--400);
  }

  .dark-bg-form-wrapper .hs-button:hover {
    background-color: var(--colors--jelly--300);
  }

  .dark-bg-form-wrapper .hs-button:pressed {
    background-color: var(--colors--jelly--500);
  }

  .dark-bg-form-wrapper .submitted-message {
    color: var(--colors-all--white);
  }

  .hs-form-booleancheckbox input,
  .hs-form-checkbox input {
    width: 24px;
    height: 24px;
    padding: 0;
    background-color: var(--colors--licorice--25);
    flex-shrink: 0;
    border-radius: 4px;
  }

  .hs-form-booleancheckbox input:checked,
  .hs-form-checkbox input:checked {
    background-color: var(--colors--jelly--400);
    background-image: url(<?php echo base_url('UserAssets/'); ?><?php echo base_url('UserAssets/'); ?>images/66be159b6f15661b9ce00c28__base-checkbox-radio.svg);
  }

  .hs-form-booleancheckbox label.hs-form-booleancheckbox-display,
  .hs-form-checkbox label.hs-form-checkbox-display {
    display: flex;
    column-gap: 8px;
  }

  .hs-form-booleancheckbox span,
  .hs-form-checkbox span {
    cursor: pointer;
    font-weight: 400;
  }

  .hs-form-radio input {
    width: 24px;
    height: 24px;
    padding: 0;
    background-color: var(--colors--licorice--25);
    flex-shrink: 0;
    border-radius: 100px;
  }

  .hs-form-radio input:checked {
    background-color: var(--colors--jelly--400);
    background-image: url(<?php echo base_url('UserAssets/'); ?><?php echo base_url('UserAssets/'); ?>images/66be159b6f15661b9ce00c28__base-checkbox-radio.svg);
  }

  .hs-form-radio label.hs-form-radio-display {
    display: flex;
    column-gap: 8px;
  }

  .hs-form-radio span {
    cursor: pointer;
    font-weight: 400;
  }

  .hubspot-form select {
    background-image: url(<?php echo base_url('UserAssets/'); ?><?php echo base_url('UserAssets/'); ?>images/66c3a2fda5038c9e9f9318b9_Chevron%20Down.svg);
    background-repeat: no-repeat;
    background-position: 98% 50%;
  }

  .hubspot-form legend {
    margin-bottom: 8px;
  }

  .hubspot-form form {
    width: 100% !important;
  }

  .hubspot-form label span {
    display: inline;
  }

  .hs_country .top-selected {
    color: var(--colors-all--black);
  }

  .dark-bg-form-wrapper .submitted-message p span {
    color: #fff !important;
  }

  .dark-bg-form-wrapper input {
    color: #000000;
  }

  .inputs-list {
    list-style-type: none;
    padding-left: 0;
  }

  @media screen and (max-width: 767px) {
    .policy-form .hs-button {
      background: var(--colors--jelly--400);
      width: auto;
    }

    .contact-sales-form .hs-button {
      width: auto;
    }
  }

  .blog-post_subscribe .hs-input {
    background-color: #fff;
  }

  .blog-post_subscribe .hs-richtext {
    font-size: 9.26px;
    line-height: 17px;
    margin-bottom: 24px;
  }

  .blog-post_subscribe .hs-form-field {
    margin-bottom: 10px;
  }

  .blog-post_subscribe label:not(.hs-error-msgs label) {
    display: none;
  }

  .submitted-message h2 span {
    font-family: var(--type-body--font) !important;
    font-size: var(--type-h6--font-size-lg) !important;
    font-weight: 700;
    letter-spacing: var(--type-h6--letter-spacing);
  }

  .submitted-message h2 span span {
    color: var(--colors-all--primary) !important;
  }

  .submitted-message h3 {
    margin-bottom: 0.5rem;
  }

  .submitted-message h3 span,
  .submitted-message p span,
  .submitted-message li span {
    font-family: var(--type-body--font) !important;
    font-size: var(--type-paragraph-body--font-size-lg) !important;
    letter-spacing: var(--type-paragraph-body--letter-spacing);
  }

  /* Resources Subscribe Form */
  .resource-form .hs-form-field>label {
    display: none;
  }

  .resource-form .hs-input {
    padding-right: 130px;
    height: 48px;
    padding: 10.25px 12px;
    font-size: 18px;
    background: #fff;
    border: 1px solid var(--colors--licorice--700);
  }

  .resource-form .hs-button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--colors--jelly--400);
    padding: 12.25px 16px;
    width: auto;
    height: 48px;
  }

  .resource-form .hs-form-field {
    margin-bottom: 10px;
  }

  .resource-form .hs-richtext p {
    margin-bottom: 0;
    font-size: 10.42px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    color: var(--colors--licorice--400);
    letter-spacing: 0;
  }

  @media screen and (max-width: 767px) {
    .resource-form .hs-input {
      font-size: 16px;
    }
  }

  /* Footer Subscribe Form */
  .footer-subscribe-wrapper .hs-form-field>label {
    white-space: nowrap;
    border: 0 solid rgba(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .footer-subscribe-wrapper .hs-input {
    padding-right: 130px;
    height: 40px;
    padding: 10.25px 12px;
    font-size: 16px;
  }

  .footer-subscribe-wrapper .hs-richtext {
    margin-bottom: var(--type-caption-disclosure--bottom-margin);
    font-family: var(--type-caption-disclosure--font);
    font-size: var(--type-caption-disclosure--font-size-lg);
    line-height: var(--type-caption-disclosure--line-height);
    letter-spacing: var(--type-caption-disclosure--letter-spacing);
    font-weight: var(--type-caption-disclosure--font-weight);
    color: var(--colors--licorice--200);
  }

  .footer-subscribe-wrapper .hs-button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--colors--jelly--400);
    padding: 12.25px 16px;
    width: auto;
    height: 40px;
  }

  .footer-subscribe-wrapper a {
    color: var(--colors--jelly--300);
    text-decoration: underline;
  }

  /* Case Studies Card Component */
  .study-card:hover .study-card_cta-border {
    max-width: 100%;
  }

  .study-card[data-theme="light"] {
    color: var(--colors-all--primary);
  }

  .study-card[data-theme="light"] .study-card_cta-border {
    background: var(--colors-all--primary) !important;
  }

  .study-card[data-theme="light"] .study-card_overlay {
    background-image: radial-gradient(circle at 0 100%, #fff, rgba(255, 255, 255, 0));
  }

  /* Features Card */
  .solutions-features .sc-features_desc {
    font-size: 1.125rem;
  }

  .cb-stories_item.cc-two .text-story_logo,
  .cb-stories_item.cc-three .text-story_logo {
    max-height: 20px;
  }

  .cb-stories_item.cc-four .text-story_logo {
    max-height: 25px;
  }

  .cb-stories_item.cc-lemon .text-story_logo {
    max-height: 21px;
  }

  .cb-stories_item.cc-nu .text-story_logo {
    max-height: 25px;
  }

  .cb-stories_item.cc-yellow-card .text-story_logo {
    max-height: 20px;
  }

  .gp-cards-item h3 {
    margin-top: 2rem;
  }

  /* Resource Card */
  .resource-card:hover .resource-card_cta {
    background: var(--colors-all--primary);
    color: #fff;
  }

  .text-link.cc-icon:hover .text-link_border {
    width: 100%;
  }

  /* Text Card */
  .scp-text-card .text-card p {
    max-width: 330px;
  }

  /* Text Card */
  .card-dark:hover .link-underline {
    max-width: 100%;
  }

  .icon-cta-list.cc-pw .paragraph-body {
    color: var(--colors--licorice--500);
    max-width: 357px;
  }

  /* Nav */
  @media (hover: hover) {

    .nav_dropdown-link:hover .nav_dropdown-link-arrow {
      transform: translateX(4px);
    }

    .nav_dropdown-link:hover .nav_dropdown-link-icon-img-hover {
      opacity: 1;
    }

    .nav-sublink:hover .nav-sublink_icon {
      transform: translateX(4px);
    }

    .nav_list:has(li:hover) li:not(:hover) .nav_dropdown-toggle,
    .nav_list:has(li:hover) li:not(:hover) .nav_dropdown-menu-link {
      opacity: 0.6;
    }

  }

  @media screen and (max-width: 991px) {
    .w-nav-overlay {
      position: fixed;
      top: 0;
      overflow: hidden;
      height: 100vh !important;
      padding-top: 64px;
    }

    .nav_dropdown-toggle.w--open {
      margin-top: 0;
    }

    .w-nav[data-animation=over-right] [data-nav-menu-open] {
      top: 64px;
    }
  }

  [small-desktop-item=false] {
    display: block;
  }

  [small-desktop-item=true] {
    display: none;
  }

  @media (max-width: 1200px) and (min-width: 992px) {

    [small-desktop-item=false] {
      display: none;
    }

    [small-desktop-item=true] {
      display: block;
    }
  }

  /* Marquees */
  .marquee_wrapper:hover .marquee_list-wrapper {
    animation-play-state: paused;
  }

  @media (prefers-reduced-motion) {
    .marquee_wrapper .marquee_list-wrapper {
      display: none;
      animation: none;
    }

    .marquee_wrapper>.marquee_list-wrapper:first-child {
      width: 98vw;
      display: flex;
      flex-wrap: wrap;
      padding: 0px 16px;
      flex-direction: row;
      justify-content: center;
      gap: 24px;
    }

    .marquee_wrapper .home-marquee_image {
      margin-right: 0px;
    }
  }

  @keyframes marquee {
    from {
      transform: translateX(0%);
    }

    to {
      transform: translateX(-100%);
    }
  }

  @keyframes marquee-reverse {
    from {
      transform: translateX(0%);
    }

    to {
      transform: translateX(100%);
    }
  }

  /* Swiper */
  .swiper-button-disabled {
    opacity: .3;
  }

  /* Hide Scrollbar */
  .u-no-scrollbar {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }

  /* Skeleton Placeholder */
  .u-skeleton-placeholder {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  @keyframes pulse {

    0%,
    100% {
      opacity: 1;
    }

    50% {
      opacity: .5;
    }
  }

  /* Prevent u-link-cover from obstructing clicks in the Designer only */
  html.wf-design-mode .u-link-cover {
    pointer-events: none;
  }

  /* Custom Code Block Styles */
  code.language-javascript {
    white-space: break-spaces !important;
  }

  pre.code-block {
    background: transparent !important;
    padding: 0 !important;
    color: var(--colors--licorice--75) !important;
    font-size: 12px;
    line-height: 21px;
    word-wrap: break-word;
  }

  code [style="color:#d4d0ab"] {
    color: #FFA876 !important;
  }

  code [style="color:#dcc6e0"] {
    color: #69B3E7 !important;
  }

  code [style="color:#00e0e0"],
  code [style="color:#f5ab35"] {
    color: #E1DFE8 !important;
  }

  code [style="color:#abe338"] {
    color: #62E2A4 !important;
  }

  /* JSON Styles */
  code.language-json [style="color:#abe338"] {
    color: #FFA876 !important;
  }

  code.language-json [style="color:#f5ab35"] {
    color: #5FBFFF !important;
  }

  code.language-json .hljs-attr {
    color: #83DEFB !important;
  }

  .code-container.cc-cctp-works [style="color:#d4d0ab"] {
    color: #62E2A4 !important;
  }

  .code-container.cc-cctp-works [style="color:#abe338"] {
    color: #FFA876 !important;
  }

  /* Custom Scrollbar for Code Block */
  .code-container::-webkit-scrollbar {
    width: 14px;
    padding-right: 10px;
  }

  .code-container::-webkit-scrollbar-track {
    background: transparent;
  }

  .code-container::-webkit-scrollbar-thumb {
    background-color: #434763;
    border-radius: 10px;
  }

  /* Hubspot Form Styles */

  /* Stories Bento Box */
  .stories_grid .cc-stories:nth-child(1),
  .stories_grid .cc-stories:nth-child(4) {
    grid-column: span 2;
  }


  /* Misc Custom Styles */
  .card-dark .text-link {
    transition: all ease .3s;
  }

  .card-dark:hover .text-link {
    grid-column-gap: 16px;
  }

  .da-tabs_item .text-link {
    pointer-events: none;
  }

  .da-tabs_item.active .text-link {
    pointer-events: all;
  }

  .mint-stable-card .sc-features_card {
    min-height: auto;
  }

  .stories-card_links .wistia_click_to_play {
    width: 100% !important;
  }

  .research-card_link a {
    font-size: 1.125rem;
  }

  .study-card:hover .study-card_cta-icon {
    transform: scale(1.3);
  }

  .impact-tabs_item.w--current .impact-tabs_border {
    transform: translateX(0%) !important;
  }

  .cv-founders_item {
    overflow: visible !Important;
  }

  @keyframes bulletFill {
    from {
      min-width: 0%;
    }

    to {
      min-width: 100%;
    }
  }

  .pagination-bullet-active:before {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50px;
    background: linear-gradient(90deg, #67D6F9 2.04%, #7EF0B3 100%), #8656EF;
    animation: bulletFill 5s linear forwards;
  }

  .resources-featured_dots .pagination-bullet {
    background: #C7C5D1;
  }

  .resources-featured_dots .pagination-bullet-active:before {
    background: #8656EF !important;
  }

  .blog-latest_item:last-child {
    border-bottom-color: transparent;
  }

  .blog-post_content code {
    display: block;
    background-color: #2d2d2d;
    color: #f8f8f2;
    padding: 10px;
    border-radius: 5px;
    font-family: "Fira Code", "Consolas", "Courier New", monospace;
    font-size: 14px;
    line-height: 1.5;
    white-space: pre;
    overflow-x: auto;
  }

  /* Executive Insights Richtext */

  .insights-rich-text h2:first-child {
    margin-top: 0;
  }

  .insights-card .h4 {
    transition: color ease .2s
  }

  .insights-card:hover .h4 {
    color: var(--colors--jelly--400)
  }

  /* TOC Custom Styles */
  .toc-list_item.w--current .toc-list_item-border {
    opacity: 1
  }

  .toc-list_item.w--current {
    color: var(--colors--licorice--700)
  }

  @media screen and (max-width: 991px) {
    .toc-list_item.w--current {
      color: var(--colors--jelly--300)
    }
  }

  .sc-chains_usdc-richtext li {
    display: none;
  }

  .sc-chains_usdc-richtext li:first-child,
  .sc-chains_usdc-richtext li:nth-child(2),
  .sc-chains_usdc-richtext li:nth-child(3) {
    display: list-item;
  }

  .u-card-hover:hover .link-underline,
  .u-card-hover:hover .link-underline {
    max-width: 100%;
  }

  .u-card-hover:hover .icon-24x24.cc-right-text-link-icon,
  .u-card-hover:hover .icon-24x24.cc-right-text-link-icon {
    transform: translate(0px);
  }

  @media screen and (max-width: 767px) {

    .eea-charts .balances-value,
    .eea-charts .day-change-values {
      font-size: 28px !important;
    }

    .eea-charts-block p {
      margin-bottom: 0;
      font-size: 10px !important;
    }
  }


  @keyframes placeHolderShimmer {
    0% {
      background-position: -468px 0
    }

    100% {
      background-position: 468px 0
    }
  }

  @media screen and (max-width: 992px) {
    .topics-tabs_menu-item.w--current .cc-topics-icon {
      display: block;
    }
  }

  .blog-rich-text li ul,
  .blog-rich-text li ol {
    margin-top: .75rem;
    margin-bottom: 0;
  }

  .legal-nav_item.active .legal-nav_content {
    display: flex;
  }

  .legal-nav_item.active .legal-nav_icon,
  .legal-dropdown_toggle.w--open .legal-dropdown_icon {
    transform: rotate(180deg);
  }

  /* Basic table styles */
  .policy-table tbody {
    width: 100%;
    border-collapse: collapse;
    display: flex;
    flex-direction: column;
    grid-row-gap: 30px;
  }

  .policy-table tr {
    width: 100%;
    display: flex;
    flex-direction: row;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .policy-table th,
  .policy-table td {
    width: 33.33%;
  }

  .policy-table.two-col th,
  .policy-table.two-col td {
    width: 50%;
  }

  .policy-table.four-col th,
  .policy-table.four-col td {
    width: 25%;
  }

  .policy-table th:first-child p,
  .policy-table td:first-child p {
    font-weight: 900;
  }

  .policy-table.no-header th p,
  .policy-table.no-header td p {
    font-weight: normal
  }

  .blog-rich-text a {
    line-break: auto;
  }

  .policy-table-2 p {
    margin-bottom: 0;
  }

  .policy-table-2.responsive {
    min-width: 800px;
  }

  .policy-table-wrapper {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }

  .policy-table-2 td {
    padding: 1.25rem 1rem;
  }

  /* Responsive styles */
  @media (max-width: 768px) {
    .policy-table tbody {
      grid-row-gap: 10px;
    }

    .policy-table thead {
      display: none;
      /* Hide header on small screens */
    }

    .policy-table tr {
      flex-direction: column;
      grid-column-gap: 0px;
      grid-row-gap: 0px;
    }

    .policy-table td,
    .policy-table td {
      width: 100% !important;
    }
  }

  :not(.w-code-block) code {
    display: inline;
    background: #fafafa;
    padding: 2px 8px;
    word-wrap: break-word;
    color: #e83e8c;
    font-size: 87.5%;
    font-weight: 800;
  }

  .blog-rich-text .w-code-block {
    padding: 2.5rem 2rem !important;
    border-radius: .5rem;
    margin: 1.5rem 0;
    background: #1c132c !important;
    max-height: 350px;
    overflow: auto;
    font-size: 14px;
  }

  .blog-rich-text pre.w-code-block code {
    all: revert;
  }

  .tuts-video-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .tuts-video-inner:hover .tuts-video_play {
    opacity: 1;
  }

  .tuts-video-overlay .wistia_click_to_play {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
  }


  .opportunities_card-item:hover .link-underline,
  .policy-event:hover .link-underline {
    max-width: 100%;
  }

  .opportunities_card-item:hover .text-link .icon-24x24.cc-right-text-link-icon,
  .policy-event:hover .text-link .icon-24x24.cc-right-text-link-icon {
    transform: translate(0px);
  }

  /* Fix for sticky navs when HS alert banner is present */
  body.hs-web-interactives-top-banner-open .pw-sticky-nav-wrapper,
  body.hs-web-interactives-top-banner-open .scp-sticky-nav-wrapper,
  body.hs-web-interactives-top-banner-open .dev-hub-nav,
  body.hs-web-interactives-top-banner-open .resources-search,
  body.hs-web-interactives-top-banner-open .policy-nav_wrapper,
  body.hs-web-interactives-top-banner-open .product-sticky-nav_wrapper,
  body.hs-web-interactives-top-banner-open .developer-sticky-nav-wrapper {
    top: 115px;
  }

  sup {
    font-weight: 400 !important;
  }

  /* Pullquote component styling */
  .pullquote__quote {
    position: relative;
  }

  .pullquote__quote::before {
    content: '“';
    position: absolute;
    left: -0.5em;
  }

  @media (max-width: 767px) {
    .pullquote__quote::before {
      content: '“';
      position: relative;
      left: 0;
    }
  }

  /* Product card */
  .product-card__heading sup {
    font-size: 11px;
    top: -0.75em;
  }

  @media (min-width: 768px) {
    .product-card__heading sup {
      top: -1.2em;
    }
  }
  
  .get-usdc-animation-embed:after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 4px 4px var(--colors-all--white);
    display: block;
  }

  .text-link.jelly {
    color: var(--colors--jelly--400);
  }

  /* Text Links animation */
  @media (hover: hover) {
    .resource-card-w-icon:hover .link-underline {
      max-width: 100%;
    }

    .resource-card-w-icon:hover .icon-24x24.cc-right-text-link-icon {
      transform: translate(0px);
    }
  }

  /* Temp override for animation */
  .usdc-hero_header {
    transform: none !important;
  }

  .section-usdc-hero p.subhead-1 {
    display: block !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .usdc-hero-img_wrapper {
    opacity: 1 !important;
  }

  sup {
    font-weight: 400 !important;
  }

   /* On tablet and small desktop, nav goes to new line */
                /* @media (min-width: 992px) {
	.nav-menu {
  	position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 48px;
    background-color: rgba(255,255,255,0.8);
  }
}

@media (min-width: 1080px) {
	.navbar {
  	height: 64px;
  }
	.nav-menu {
  	position: static;
    height: 100%;
    background-color: transparent;
  }
} */


.sign-trigger {
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
  }

  .link-underline {
    width: 0;
    height: 2px;
    background: #007bff;
    transition: .3s;
  }

  .sign-trigger:hover .link-underline {
    width: 100%;
  }

  .custom-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .6);
    justify-content: center;
    align-items: center;
    overflow: scroll;
  }

  .custom-modal-content {
    background: #fff;
    width: 90%;
    max-width: 420px;
    padding: 30px;
    border-radius: 12px;
    position: relative;
    animation: popup .3s ease-in-out;
  }

  @keyframes popup {
    from {
      transform: scale(.7);
      opacity: 0;
    }

    to {
      transform: scale(1);
      opacity: 1;
    }
  }

  .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
    font-weight: 700;
  }

  .login-heading {
    margin-bottom: 5px;
    font-size: 26px;
  }

  .sub-text {
    margin-bottom: 20px;
    font-size: 15px;
    color: #666;
  }

  .form-group {
    margin-bottom: 15px;
  }

  .form-group input {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 16px;
  }

  .form-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
  }

  .remember {
    font-size: 15px;
  }

  .remember input {
    margin-right: 6px;
  }

  .forgot-link {
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
  }

  .forgot-link:hover {
    text-decoration: underline;
  }

  .login-btn {
    width: 100%;
    padding: 12px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 10px;
  }

  .login-btn:hover {
    background: #005fc7;
  }

  .register-section {
    margin-top: 20px;
    text-align: center;
  }

  .register-btn {
    margin-top: 8px;
    width: 100%;
    padding: 12px;
    background: #28a745;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    cursor: pointer;
  }

  .register-btn:hover {
    background: #208b39;
  }
  .password-group {position:relative;}
.toggle-password {
position:absolute;
right:10px;
top:70%;
transform:translateY(-50%);
cursor:pointer;
color:#007bff;
font-size:14px;
user-select:none;
}
.toggle-password:hover {text-decoration:underline;}
.forgot-link {display:block;margin:5px 0 15px 0;}



.breadcrumbs.dark {
    color: var(--colors-all--white);
  }

  .breadcrumbs.dark a {
    color: var(--colors--jelly--300);
  }

  @keyframes VOLUME_SMALL_WAVE_FLASH {
    0% {
      opacity: 0;
    }

    33% {
      opacity: 1;
    }

    66% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes VOLUME_LARGE_WAVE_FLASH {
    0% {
      opacity: 0;
    }

    33% {
      opacity: 1;
    }

    66% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  .volume__small-wave {
    animation: VOLUME_SMALL_WAVE_FLASH 2s infinite;
    opacity: 0;
  }

  .volume__large-wave {
    animation: VOLUME_LARGE_WAVE_FLASH 2s infinite .3s;
    opacity: 0;
  }


  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset {
    font-size: 14px;
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper div.w-css-reset {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper span.w-css-reset {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper ul.w-css-reset {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper li.w-css-reset {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper label.w-css-reset {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper fieldset.w-css-reset {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper button.w-css-reset {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper img.w-css-reset {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper a.w-css-reset {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper svg.w-css-reset {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper p.w-css-reset {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper a.w-css-reset {
    border: 0;
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper h1.w-css-reset {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 2em;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper h2.w-css-reset {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5em;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper h3.w-css-reset {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 1.17em;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper p.w-css-reset {
    margin: 1.4em 0;
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper a.w-css-reset {
    display: inline;
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper span.w-css-reset {
    display: inline;
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper svg.w-css-reset {
    display: inline;
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper ul.w-css-reset {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased;
    list-style-type: none
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper ol.w-css-reset {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased;
    list-style-type: none
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper li.w-css-reset {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased;
    list-style-type: none
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper ul:before.w-css-reset {
    display: none
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper ol:before.w-css-reset {
    display: none
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper li:before.w-css-reset {
    display: none
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper ul:after.w-css-reset {
    display: none
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper ol:after.w-css-reset {
    display: none
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper li:after.w-css-reset {
    display: none
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper label.w-css-reset {
    background-attachment: scroll;
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: none;
    outline: none
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper button.w-css-reset {
    background-attachment: scroll;
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 0;
    border-radius: 0;
    outline: none;
    position: static
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper img.w-css-reset {
    border: 0;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
    outline: none;
    position: static
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset button::-moz-focus-inner {
    border: 0;
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree {
    font-size: 14px;
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree div {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree span {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree ul {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree li {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree label {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree fieldset {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree button {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree img {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree a {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree svg {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree p {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree a {
    border: 0;
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree h1 {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 2em;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree h2 {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5em;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree h3 {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 1.17em;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree p {
    margin: 1.4em 0;
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree a {
    display: inline;
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree span {
    display: inline;
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree svg {
    display: inline;
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree ul {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased;
    list-style-type: none
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree ol {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased;
    list-style-type: none
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree li {
    box-sizing: inherit;
    box-shadow: none;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    letter-spacing: 0;
    line-height: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: static;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    transition: none;
    word-wrap: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased;
    list-style-type: none
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree ul:before {
    display: none
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree ol:before {
    display: none
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree li:before {
    display: none
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree ul:after {
    display: none
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree ol:after {
    display: none
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree li:after {
    display: none
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree label {
    background-attachment: scroll;
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: none;
    outline: none
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree button {
    background-attachment: scroll;
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 0;
    border-radius: 0;
    outline: none;
    position: static
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree img {
    border: 0;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
    outline: none;
    position: static
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree button::-moz-focus-inner {
    border: 0;
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-max-width-none-important {
    max-width: none !important
  }

  #wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-button-important {
    border-radius: 0 !important;
    color: #fff !important;
  }


  #wistia_grid_29_wrapper {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-family: Arial, sans-serif;
    font-size: 14px;
    height: 100%;
    position: relative;
    text-align: left;
    width: 100%;
  }

  #wistia_grid_29_wrapper * {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  #wistia_grid_29_above {
    position: relative;
  }

  #wistia_grid_29_main {
    display: block;
    height: 100%;
    position: relative;
  }

  #wistia_grid_29_behind {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  #wistia_grid_29_center {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  #wistia_grid_29_front {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  #wistia_grid_29_top_inside {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  #wistia_grid_29_top {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  #wistia_grid_29_bottom_inside {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  #wistia_grid_29_bottom {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  #wistia_grid_29_left_inside {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  #wistia_grid_29_left {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }

  #wistia_grid_29_right_inside {
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
  }

  #wistia_grid_29_right {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
  }

  #wistia_grid_29_below {
    position: relative;
  }


  .card-color-bg.w-variant-c97ff3f6-ad12-5a13-9093-b3f4301f3995 .link-underline {
    background-color: white;
  }


  .card-color-bg.w-variant-c97ff3f6-ad12-5a13-9093-b3f4301f3995 .link-underline {
    background-color: white;
  }


.main_header_2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_header_2 p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    background: linear-gradient(45deg, #8656ef, #ab91f3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 6px rgb(0 0 0 / 41%);
}
@media (max-width:768px) {
  .main_header_2{
    flex-wrap: wrap;
  }
}