:root {
  --ink: #10182b;
  --muted: #5c667d;
  --line: #dfe6f2;
  --cloud: #f4f8ff;
  --white: #ffffff;
  --blue: #1d62ff;
  --cyan: #00a9c7;
  --lime: #baf24a;
  --violet: #7647ed;
  --content: 1200px;
  --shadow: 0 18px 50px rgba(28, 53, 96, 0.1);
  --section-space: clamp(44px, 4vw, 60px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--white);
}
body.body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.page-wrapper {
  overflow: clip;
}
h1,
h2,
h3,
h4,
p,
a,
button,
input,
label {
  letter-spacing: 0;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
  color: var(--ink);
  font-family: "Segoe UI", Arial, sans-serif;
}
h1 {
  font-size: clamp(46px, 5.6vw, 76px);
  line-height: 1.02;
  font-weight: 760;
}
h2 {
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.12;
  font-weight: 720;
}
h3 {
  font-size: 22px;
  line-height: 1.25;
}
p {
  color: var(--muted);
}
a {
  transition:
    color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
img {
  max-width: 100%;
}

.banner {
  background: var(--ink);
  color: var(--white);
}
.banner .top-bar {
  background: transparent;
}
.banner .div-block-35 {
  width: min(calc(100% - 40px), var(--content));
  min-height: 38px;
  margin: auto;
  padding: 8px 0;
}
.banner .flex {
  justify-content: center;
  color: #e8efff;
}
.banner .text-block-3 {
  color: #e8efff !important;
  font-size: 13px;
  line-height: 1.35;
}
.banner .flex:hover .text-block-3 {
  color: #ffffff !important;
}
.banner .code-embed-4 {
  width: 15px;
  height: 15px;
  color: var(--lime);
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(216, 225, 240, 0.9);
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(18px);
}
.navbar .container {
  width: min(calc(100% - 40px), var(--content));
  max-width: var(--content);
  min-height: 76px;
  margin: auto;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.brand img {
  width: 124px;
  max-height: 38px;
  object-fit: contain;
}
.nav-menu {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-link,
.dropdown-toggle-3 {
  min-height: 44px;
  padding: 11px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 5px;
  color: var(--ink) !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}
.dropdown-toggle-3.w-dropdown-toggle {
  padding-right: 14px;
}
.dropdown-toggle-3 .w-icon-dropdown-toggle {
  position: static;
  inset: auto;
  width: 12px;
  height: 12px;
  margin: 0;
  order: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 12px;
  font-size: 10px;
  line-height: 1;
  transform: translateY(1px);
}
.dropdown-toggle-3 .w-icon-dropdown-toggle::before {
  display: block;
  line-height: 1;
}
.nav-link:hover,
.dropdown-toggle-3:hover {
  background: #eef4ff;
  color: var(--blue) !important;
}
.nav-menu > .nav-link:last-child {
  margin-left: 7px;
  padding-inline: 20px;
  background: var(--ink);
  color: var(--white) !important;
}
.nav-menu > .nav-link:last-child:hover {
  background: var(--blue);
}
.dropdown-list-2.w--open {
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.dropdown-link {
  padding: 11px 13px;
  border-radius: 4px;
  color: var(--ink);
}
.dropdown-link:hover {
  background: var(--cloud);
  color: var(--blue);
}

.new-hero-section {
  min-height: 0;
  padding: 22px 0 0;
  background-color: #edf5ff;
  background-image:
    linear-gradient(rgba(50, 104, 235, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(50, 104, 235, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
}
.new-hero-container {
  width: min(calc(100% - 40px), 1320px);
  max-width: 1320px;
  margin: auto;
  padding: 0;
}
.hero-content {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.amplified-swiper {
  width: 100%;
  min-width: 0;
  max-width: min(1320px, calc(100vw - 40px));
  overflow: hidden;
  border-radius: 7px;
  background: var(--white);
  box-shadow: 0 24px 70px rgba(21, 59, 129, 0.13);
}
.amplified-slide {
  min-height: 540px;
  padding: clamp(42px, 5vw, 68px);
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  align-items: center;
  gap: clamp(36px, 5vw, 68px);
}
.amplified-slide-copy {
  position: relative;
  z-index: 2;
  max-width: 600px;
}
.amplified-slide h1,
.amplified-slide h2 {
  margin: 14px 0 20px;
}
.amplified-slide h1 {
  font-size: clamp(46px, 5.6vw, 76px);
  line-height: 1.02;
}
.amplified-slide h2 {
  font-size: clamp(40px, 4.6vw, 62px);
}
.amplified-slide .paragraph-hero {
  max-width: 560px;
  margin: 0;
  color: #58657e;
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.5;
  text-align: left;
}
.eyebrow {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
}
.text-span {
  color: var(--blue);
}
.hero-content-cta-wrapper {
  margin-top: 26px;
}
.btn-default,
.submit-button,
.w-button {
  min-height: 48px;
  padding: 12px 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  background: var(--ink);
  color: var(--white) !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 5px 5px 0 var(--lime);
}
.btn-default:hover,
.submit-button:hover,
.w-button:hover {
  transform: translate(-2px, -2px);
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: 7px 7px 0 var(--lime);
}
.btn-default.white,
.btn-default.outline-blue {
  background: var(--white);
  border-color: var(--line);
  color: var(--ink) !important;
  box-shadow: none;
}
.btn-default.white:hover,
.btn-default.outline-blue:hover {
  border-color: var(--blue);
  color: var(--blue) !important;
}
.btn-default img {
  width: 17px;
  height: 17px;
}
.amplified-slide-visual {
  position: relative;
  height: 390px;
  overflow: hidden;
  border-radius: 6px;
  background: #dfeaff;
}
.amplified-slide-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  pointer-events: none;
}
.amplified-slide-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.amplified-live-visual {
  background: #111a32;
}
.orbital-grid {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(
      circle at 50% 46%,
      rgba(186, 242, 74, 0.95) 0 4px,
      transparent 5px
    ),
    repeating-radial-gradient(
      circle at 50% 46%,
      transparent 0 44px,
      rgba(95, 137, 255, 0.25) 45px 46px
    ),
    linear-gradient(rgba(85, 127, 228, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85, 127, 228, 0.14) 1px, transparent 1px);
  background-size:
    auto,
    auto,
    34px 34px,
    34px 34px;
}
.orbital-grid::before,
.orbital-grid::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 24px var(--cyan);
}
.orbital-grid::before {
  top: 23%;
  left: 23%;
}
.orbital-grid::after {
  right: 18%;
  bottom: 25%;
  background: var(--lime);
  box-shadow: 0 0 24px var(--lime);
}
.signal-card {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  padding: 19px 21px;
  display: grid;
  gap: 3px;
  border-left: 3px solid var(--lime);
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}
.signal-card span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.signal-card strong {
  font-size: 22px;
}
.signal-card small {
  color: var(--muted);
}
.amplified-swiper-controls {
  position: absolute;
  z-index: 5;
  left: clamp(44px, 6vw, 82px);
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.amplified-prev,
.amplified-next {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  font-size: 18px;
  cursor: pointer;
}
.amplified-prev:hover,
.amplified-next:hover {
  background: var(--ink);
  color: var(--white);
}
.amplified-swiper .swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  align-items: center;
  gap: 5px;
}
.amplified-swiper .swiper-pagination-bullet {
  width: 23px;
  height: 3px;
  margin: 0 !important;
  border-radius: 0;
  background: #aab6ca;
  opacity: 0.65;
}
.amplified-swiper .swiper-pagination-bullet-active {
  background: var(--blue);
  opacity: 1;
}
.partners-wrapper {
  margin: 16px 0 0;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 28px;
  border-radius: 5px;
  background: #0d1528;
}
.partners-label {
  color: #c9d5e9;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  white-space: nowrap;
}
.partners-wrapper .home-header_logos-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(9, minmax(76px, 1fr));
  align-items: center;
  gap: 20px;
}
.partners-wrapper .marquee-image {
  width: 100%;
  height: 48px;
  max-height: 48px;
  padding: 6px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

section {
  position: relative;
  padding: var(--section-space) 0;
}
.new-heading-wrapper,
.product-image-wrapper,
.solutions-grid,
._3cols-grid,
.grid-02,
.grid-4,
.featured-news-wrapper,
.new-faq-wrapper,
.new-footer-section .footer-top,
.new-footer-section .new-default-container,
.new-footer-section .footer-links-grid,
.new-footer-section .footer-links-grid-col,
.new-footer-section .footer-cert-row {
  opacity: 1 !important;
  transform: none !important;
}
.default-container,
.new-default-container {
  width: min(calc(100% - 40px), var(--content));
  max-width: var(--content);
  margin-inline: auto;
  padding: 0;
  opacity: 1;
}
.default-container.top-bottom-padding {
  padding: 0;
}
.new-heading-wrapper {
  max-width: 800px;
  margin: 0 0 36px;
  align-items: flex-start;
  gap: 13px;
  text-align: left;
  opacity: 1;
}
.new-heading-wrapper h2 {
  margin: 0;
}
.new-heading-wrapper .p-subheader {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}
.header-cta-button-wrapper,
.btn-wrp {
  margin-top: 20px;
  gap: 13px;
}
section:not(.new-hero-section):not(.cta-section):not(.new-footer-section)
  .new-heading-wrapper::before {
  content: "SRG / INFRASTRUCTURE";
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}
._3cols-grid,
.grid-4,
.grid-02 {
  display: grid;
  gap: 18px;
  opacity: 1;
}
._3cols-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-4,
.grid-02 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
._3cols-grid.top--64 {
  margin-top: 0;
}
.default-card,
.div-block-23.padding {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  box-shadow: none;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}
.default-card:hover,
.div-block-23.padding:hover {
  transform: translateY(-5px);
  border-color: #a8bce8;
  box-shadow: var(--shadow);
}
.default-card:empty {
  display: none;
}
.default-card:not(.no-padding) {
  padding: 28px;
}
.default-card:not(.no-padding) > img {
  width: 54px;
  height: 54px;
  margin-bottom: 30px;
  object-fit: contain;
}
.default-card h2 {
  margin-bottom: 13px;
  font-size: 25px;
}
.default-card h3 {
  margin-bottom: 10px;
}
.default-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}
.default-card.no-padding > img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.default-card-content {
  min-height: 170px;
  padding: 27px;
}
.steps-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.steps-card .steps-copy {
  min-height: 240px;
  padding: 29px;
}
.steps-card > img {
  width: 100%;
  height: 220px;
  margin-top: auto;
  object-fit: cover;
}
.partner-card {
  height: 100%;
  padding: 31px;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: start;
  gap: 23px;
}
.partner-card > img {
  width: 54px;
  height: 54px;
}
.partner-card-content {
  display: block;
}

.bg-cloud,
.bg-clogs {
  background: var(--cloud);
}
.bg-clogs.white {
  background: var(--white);
}
#tokenfactory {
  overflow: hidden;
}
#tokenfactory::after {
  content: "TF";
  position: absolute;
  right: -25px;
  bottom: -90px;
  color: rgba(29, 98, 255, 0.035);
  font-size: 340px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}
.label-block {
  padding: 7px 10px;
  border: 1px solid #bed0f7;
  border-radius: 3px;
  background: #eef4ff;
  color: var(--blue);
}
.solutions-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: clamp(36px, 5vw, 64px);
  opacity: 1;
}
.div-block-29 > img,
.div-block-29 > div img {
  border-radius: 5px;
  box-shadow: var(--shadow);
}
.solution-grid-cols {
  gap: 30px;
}
.solution-grid-row {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: start;
  gap: 18px;
}
.solution-grid-row > img {
  width: 48px;
  height: 48px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
}
.solution-grid-row h3 {
  margin: 0 0 7px;
}
.div-block-23.padding {
  padding: 0;
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  gap: 0;
}
.div-block-23.padding > img {
  width: 190px;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  border-radius: 0;
}
.div-block-22 {
  padding: 27px;
}

.faq-section:empty {
  display: none;
}
.faq-section .new-heading-wrapper {
  margin-bottom: 38px;
}
.new-faq-wrapper {
  opacity: 1;
}
.accordion-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 12px 20px;
}
.accordion-item {
  margin: 0;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--white);
}
.accordion-toggle-2 {
  padding: 21px 23px;
}
.accordion-title-wrapper-2 {
  gap: 12px;
}
.accordion-chevron {
  width: 15px;
  height: 15px;
}
.h3-faq {
  margin: 0;
  font-size: 17px;
  line-height: 1.4;
}
.accordion-dropdown-2 {
  position: static;
  background: transparent;
}
.accordion-content {
  padding: 0 23px 22px 50px;
}
.accordion-content p {
  margin: 0;
  font-size: 15px;
}

.cta-section {
  padding: clamp(60px, 6vw, 82px) 0;
  overflow: hidden;
  background: var(--ink);
}
.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(122, 153, 226, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(122, 153, 226, 0.11) 1px, transparent 1px);
  background-size: 38px 38px;
}
.cta-section .new-heading-wrapper {
  position: relative;
  max-width: 900px;
  margin: auto;
  align-items: center;
  text-align: center;
}
.cta-section h2,
.cta-section .heading2-cta.light {
  color: var(--white);
}
.cta-section .heading2-cta {
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
}
.cta-section .heading2-cta.light {
  max-width: 760px;
  margin: 9px auto 0;
  color: #c6d0e4;
  font-size: 21px;
  font-weight: 400;
}

.new-footer-section {
  padding: 0;
  background: #0d1528;
  color: #ffffff;
}
.footer-top {
  width: min(calc(100% - 40px), var(--content));
  margin: auto;
  padding: 58px 0 42px;
}
.footer-top > .new-default-container {
  width: 100%;
}
.footer-top .new-default-container.less-padding {
  padding: 0;
}
.footer-top > .new-default-container > a {
  display: inline-block;
  margin-bottom: 38px;
  padding: 10px 12px;
  background: #ffffff;
  border-radius: 5px;
}
.footer-top > .new-default-container > a img {
  width: 130px;
}
.footer-links-grid {
  display: grid;
  grid-template-columns: 0.95fr 0.95fr 1.25fr 1.2fr;
  gap: 26px 38px;
  align-items: start;
  margin-top: 0;
}
.footer-links-grid-col {
  gap: 12px;
}
.footer-links-grid-col.expand {
  grid-column: 3 / 5;
  align-self: end;
  align-items: flex-end;
}
.footer-links-grid #w-node-_8b0677a4-e732-110c-ca91-cdd5219bf85f-219bf831 {
  grid-area: auto !important;
  grid-column: 3 / 5 !important;
}
.footer-links-grid-link {
  color: #ffffff;
  font-weight: 800;
}
.footer-links-grid-link-sub {
  color: #aebbd2;
  font-size: 16px;
  line-height: 1.65;
  white-space: normal;
}
.footer-links-grid-link-sub:hover {
  color: var(--lime);
}
.footer-cert-row {
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.04);
}
.footer-cert-row + .footer-cert-row {
  margin-top: 8px;
}
.footer-cert-row img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.footer-cert-row p {
  margin: 0;
  color: #dbe5f5;
}
.footer-link-social.right {
  justify-content: flex-end;
  gap: 10px;
}
.footer-link-block-social {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
}
.footer-link-block-social:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.32);
}
.footer-link-block-social img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.footer-bottom-new {
  width: min(calc(100% - 40px), var(--content));
  max-width: var(--content);
  margin: auto;
  padding: 20px 0 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #91a0ba;
}
.footer-bottom-new .footer-links-grid-link-sub {
  font-size: 14px;
}

.pop-up {
  backdrop-filter: blur(12px);
}
.pop-up-inner-block {
  border-radius: 7px;
  background: var(--white);
}
.field,
input,
textarea,
select {
  border: 1px solid #ced8e8;
  border-radius: 4px;
  background: var(--white);
  color: var(--ink);
}
.field:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 2px solid rgba(29, 98, 255, 0.18);
  border-color: var(--blue);
}

@media (max-width: 1200px) {
  .partners-wrapper .home-header_logos-wrapper {
    grid-template-columns: repeat(5, minmax(88px, 1fr));
    gap: 16px 20px;
  }
}

@media (max-width: 991px) {
  .navbar .container {
    min-height: 68px;
  }
  .menu-button {
    display: flex !important;
    border-radius: 4px;
    background: var(--cloud);
    color: var(--ink);
    align-items: center;
    justify-content: center;
  }
  .nav-menu {
    text-align: left;
    padding: 12px;
    border-top: 1px solid var(--line);
    background: var(--white);
  }
  .nav-menu > .w-dropdown,
  .nav-menu > .nav-link {
    width: 100%;
  }
  .nav-menu > .nav-link {
    display: flex;
    justify-content: flex-start;
    padding-left: 14px;
    padding-right: 14px;
    text-align: left;
  }
  .nav-menu > .nav-link:last-child {
    justify-content: center;
    text-align: center;
  }
  .nav-menu .dropdown-toggle-3 {
    justify-content: flex-start;
  }
  .nav-menu .dropdown-toggle-3 .w-icon-dropdown-toggle {
    margin-left: auto;
  }
  .nav-menu > .nav-link:last-child {
    margin: 5px 0 0;
  }
  .nav-menu > .nav-link:not(:last-child) {
    justify-content: flex-start;
  }
  .amplified-slide {
    min-height: 560px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
    gap: 28px;
  }
  ._3cols-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .partners-wrapper {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .footer-links-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .footer-links-grid > .footer-links-grid-col:nth-child(4) {
    grid-column: span 2;
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
  }
  .footer-links-grid > .footer-links-grid-col:nth-child(4) .footer-cert-row {
    flex: 1 1 0;
    margin-top: 0;
  }
  .footer-links-grid-col.expand {
    grid-column: 3;
    align-self: end;
    align-items: flex-end;
  }
  .footer-links-grid #w-node-_8b0677a4-e732-110c-ca91-cdd5219bf85f-219bf831 {
    grid-column: 3 !important;
  }
}

@media (max-width: 767px) {
  .banner .text-block-3 {
    font-size: 11px;
    text-align: center;
  }
  .new-hero-container,
  .navbar .container,
  .default-container,
  .new-default-container,
  .footer-top,
  .footer-bottom-new {
    width: min(calc(100% - 28px), var(--content));
  }
  .new-hero-section {
    padding-top: 14px;
    background-size: 30px 30px;
  }
  .amplified-slide {
    min-height: 0;
    padding: 34px 24px 76px;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 28px;
  }
  .amplified-slide h1 {
    font-size: clamp(40px, 10vw, 52px);
  }
  .amplified-slide h2 {
    font-size: clamp(36px, 9vw, 46px);
  }
  .amplified-slide-visual {
    height: 260px;
  }
  .amplified-swiper-controls {
    left: 24px;
    bottom: 22px;
  }
  .partners-wrapper {
    padding: 18px;
  }
  .partners-wrapper .home-header_logos-wrapper {
    grid-template-columns: repeat(3, minmax(70px, 1fr));
    gap: 12px 18px;
  }
  .partners-wrapper .marquee-image {
    height: 44px;
  }
  section {
    padding: 44px 0;
  }
  .new-heading-wrapper {
    margin-bottom: 28px;
  }
  .new-heading-wrapper .p-subheader {
    font-size: 17px;
  }
  ._3cols-grid,
  .grid-4,
  .grid-02,
  .solutions-grid,
  .accordion-wrapper {
    grid-template-columns: 1fr;
  }
  .default-card:not(.no-padding) {
    padding: 27px;
  }
  .default-card:not(.no-padding) > img {
    margin-bottom: 28px;
  }
  .div-block-23.padding {
    grid-template-columns: 125px 1fr;
  }
  .div-block-23.padding > img {
    width: 125px;
    min-height: 210px;
  }
  .div-block-22 {
    padding: 21px;
  }
  .partner-card {
    grid-template-columns: 46px 1fr;
    padding: 25px;
  }
  .footer-links-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-links-grid > .footer-links-grid-col:nth-child(4) {
    grid-column: 1 / -1;
    flex-direction: column;
  }
  .footer-links-grid-col.expand,
  .footer-links-grid #w-node-_8b0677a4-e732-110c-ca91-cdd5219bf85f-219bf831 {
    grid-column: 1 / -1 !important;
    align-items: flex-end;
  }
  .footer-bottom-new {
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .amplified-slide {
    padding: 30px 24px 72px;
  }
  .amplified-slide-visual {
    height: 230px;
  }
  .signal-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 14px 16px;
  }
  .signal-card strong {
    font-size: 18px;
  }
  .header-cta-button-wrapper,
  .btn-wrp {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .btn-default {
    width: 100%;
  }
  .div-block-23.padding {
    grid-template-columns: 1fr;
  }
  .div-block-23.padding > img {
    width: 100%;
    height: 185px;
    min-height: 0;
  }
  .footer-links-grid {
    grid-template-columns: 1fr;
  }
  .footer-links-grid > .footer-links-grid-col:nth-child(4) {
    grid-column: 1 / -1;
  }
  .footer-top {
    padding: 46px 0 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
