/* Force top navigation to show */
body.home .header {
  opacity: 1;
  visibility: inherit;
}

/* All the content of the page except for the navigation should be max-width 1280px */
div:not(.top-bar) > .grid-container,
section:not(.dropdown-pane) > .grid-container {
  max-width: 1280px;
}

.announcement {
  display: none;
}

@media (max-width: 767.98px) {
  .desktop-only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}
.py-12 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}
.pt-12 {
  padding-top: 12rem !important;
}
@media (max-width: 1023.98px) {
  .py-12 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-12 {
    padding-top: 6rem !important;
  }
}
section {
  position: relative;
  z-index: 2;
}
.background-color {
  padding: 0;
}
.button.hollow.white:hover {
  background-color: #fff !important;
  border: 2px solid #1a1a1a;
  color: #1a1a1a;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

body.home .header {
  transition: 0.3s transform, 0.3s background-color;
}

.header.light-header {
  position: absolute;
  top: 0;
}
.header.light-header.scrolling {
  top: 0;
}

/* Fullpage */
#fullpage {
  position: relative;
  padding: 0;
  background: #1a1a1a;
  z-index: 2;
}
/*
  @media (min-width: 1024px) {
    #fullpage {
      margin-top: 100vh;
    }
  }
  */
/*.section-fullpage {
  position: absolute !important;
  min-height: unset !important;
  }

  .fp-scrollable {
  scrollbar-color: #1a1a1a #d7d7d7;
  scrollbar-width: thin;
  }
  .fp-scrollable::-webkit-scrollbar {
  width: 10px;
  }

  .fp-scrollable::-webkit-scrollbar-track {
  background-color: #d7d7d7;
  }

  .fp-scrollable::-webkit-scrollbar-thumb {
  background-color: #1a1a1a;
  }*/
/* END Fullpage */

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #1a1a1a;
  /*overflow: hidden;*/
  z-index: 1;
}
/*
  @media (min-width: 1024px) {
    .hero {
      position: fixed;
    }
  }
  */
@media (max-width: 767.98px) {
  .hero {
    padding-top: 8rem;
  }
}
.hero h1,
.hero p {
  position: relative;
  margin: 0 auto;
  color: white;
  text-align: center;
  z-index: 2;
}
.hero h1 {
  max-width: 780px;
  margin-top: clamp(10rem, 8vw, 4rem);
  margin-bottom: clamp(2rem, 8vw, 4rem);
  font-size: clamp(3.5rem, 8vw, 120px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -4px;
}
@media (min-width: 1440px) {
  .hero h1 {
    font-size: clamp(3.5rem, 10vh, 144px);
  }
}
@media (max-width: 939.98px) {
  .hero h1 {
    margin-top: 3rem;
    letter-spacing: -2px;
  }
}
@media (max-width: 389.98px) {
  .hero h1 {
    font-size: clamp(2.5rem, 8vw, 120px);
  }
}
/*.hero h1 span {
    display: block;
  }*/
.hero p {
  max-width: 820px;
  font-size: clamp(1rem, 3vw, 32px);
  margin-bottom: clamp(2rem, 8vw, 4rem);
  font-weight: 700;
  line-height: 1.15;
  /*color: #828282;*/
  letter-spacing: -1px;
}
@media (min-width: 1440px) {
  .hero p {
    font-size: clamp(1.4rem, 4vh, 42px);
  }
}
@media (min-width: 390px) and (max-width: 939.98px) {
  .hero p {
    font-size: clamp(1.4rem, 3vw, 30px);
  }
}
/* Forrester hero overrides */
/*.hero h1 {
    display: flex;
    flex-direction: column;
    font-size: clamp(2.5rem,5vw,79px);
  }
  @media (max-width: 767.98px) {
    .hero h1 {
      margin-top: 6rem;
    }
  }
  .hero h1 span {
    display: inline-block;
  }
  .hero h1 img {
    max-height: 30vw;
    margin-top: 3rem;
    filter: drop-shadow(0 0 40px white);
  }
  .hero h1 a {
    position: absolute;
    top: calc(100% + 5vh);
    left: 50%;
    letter-spacing: 0.5px !important;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  @media (min-width: 1024px) {
    .h1-wrapper {
      max-width: 1200px;
      display: flex;
      margin: auto;
      margin-top: 20vh;
    }
    .hero h1 span.span-wrapper {
      margin-right: 4rem;
      margin-right: 300px;
    }
    .hero h1 {
      max-width: unset;
      margin: 0;
      display: flex;
      font-size: clamp(3.5rem, 10vh, 79px);
      letter-spacing: -0.06em;
      line-height: 1;
      text-align: left;
    }
    .hero h1 img {
      position: absolute;
      height: 100%;
      max-height: unset;
      margin-top: 0;
      right: 0;
    }
  }*/
.hero-carousel.swiper-container {
  height: unset !important;
  max-width: 1200px;
}
.hero .bottom-banner {
  position: relative;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 1440px;
  margin-top: 8rem;
  padding: 0 1.75rem;
  display: flex;
  justify-content: space-around;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 767.98px) {
  .hero .bottom-banner {
    position: relative;
    margin-top: 0;
    padding: 0;
    flex-direction: column;
    filter: none;
  }
}
.hero .bottom-banner .col {
  min-height: 192px;
  max-width: 360px;
  margin-bottom: 0;
  padding-left: 23px;
  padding-right: 23px;
  border-left: 1px solid #d9d9d9;
}
@media (max-width: 767.98px) {
  .hero .bottom-banner .col {
    min-height: unset;
    margin-bottom: 2rem;
  }
}
.hero .bottom-banner p {
  padding: 0;
  color: white;
  font-size: clamp(1rem, 3vw, 22px);
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.25;
  text-align: left;
}
.hero .bottom-banner a {
  padding: 0;
  color: white;
  font-size: clamp(1rem, 3vw, 22px);
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  transition: 0.3s color;
}
.hero .bottom-banner a:hover {
  color: #00c3ff;
}
/* END Forrester hero overrides */

.hero .generativeai-banner {
  position: relative;
  width: fit-content;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
.generativeai-banner img {
  height: 135px;
  width: auto;
  display: block;
}
@media (max-width: 767.98px) {
  .generativeai-banner img {
    height: 200px;
  }
}
.generativeai-banner .banner-aws img {
  height: unset;
  width: 100%;
  max-width: 960px;
}
@media (max-width: 767.98px) {
  .generativeai-banner .banner-aws img {
    height: unset;
  }
}

.hero .forrester-banner {
  position: relative;
  height: 68px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  background: #1a1a1a;
  border-radius: 0.75rem;
  filter: drop-shadow(0 0 16px #3ea6e9);
  z-index: 2;
}
@media (max-width: 939.98px) {
  .hero .forrester-banner {
    height: auto;
    width: min-content;
    min-width: 220px;
    padding: 0 1rem;
    flex-direction: column;
    border-radius: 0.25rem;
    box-shadow: 0 0 20px 2px #3ea6e9;
    filter: none;
  }
}
.hero .forrester-banner img {
  width: 100px;
  aspect-ratio: 1/1;
  border: 1px solid white;
}
@media (max-width: 939.98px) {
  .hero .forrester-banner img {
    width: 60px;
    margin-top: -30px;
    filter: drop-shadow(0 0 16px #3ea6e9);
  }
}
.hero .forrester-banner p {
  padding: 0 2rem;
  color: white;
  font-size: clamp(1rem, 3vw, 16px);
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.25;
}
@media (max-width: 939.98px) {
  .hero .forrester-banner p {
    max-width: 340px;
    padding: 0.5rem 0 0;
    font-size: 14px;
  }
}
.hero .forrester-banner a {
  padding: 0.5rem;
  color: #3ea6e9;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: 0.3s color;
}
@media (min-width: 940px) {
  .hero .forrester-banner a {
    padding: 0.5rem 0 0.5rem 1.5rem;
    border-left: 2px solid white;
  }
}
.hero .forrester-banner a:hover {
  color: white;
}
.hero .forrester-banner a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.hero canvas {
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  top: 30%;
  left: 0;
  overflow: hidden;
}
/* END Hero */

/* Cube */
.pt-1 {
  padding-top: 10px;
}

section#c3ai-software--section {
  position: relative;
  padding: clamp(4rem, 10vw, 8rem) 0;
  background-color: #2a2a2a;
  color: white;
  overflow-x: hidden;
}
section#c3ai-software--section h2 {
  margin-bottom: 1.5rem;
  font-size: clamp(1.75rem, 8vw, 3rem);
  font-weight: 700;
  text-align: center;
}
section#c3ai-software--section h3 {
  margin-bottom: 1.5rem;
  font-size: clamp(1.25rem, 8vw, 2rem);
  font-weight: 700;
}
section#c3ai-software--section p.large {
  max-width: 1060px;
  margin-bottom: 1.5rem;
  font-size: clamp(1rem, 5vw, 2rem);
  font-weight: 400;
  line-height: 1.45;
}
section#c3ai-software--section p {
  max-width: 570px;
  font-size: clamp(1rem, 5vw, 1.125rem);
  font-weight: 400;
  line-height: 1.45;
}
section#c3ai-software--section li {
  font-size: clamp(1rem, 5vw, 1.125rem);
}
section#c3ai-software--section .buttons {
  max-width: 1150px;
  margin: auto;
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  section#c3ai-software--section .buttons {
    margin: 0 -0.25rem;
    padding: 0;
    display: none;
  }
}
section#c3ai-software--section .buttons button {
  width: 100%;
  margin: 1rem 0.75rem;
  display: flex;
  flex-direction: column;
  color: #919191;
  font-size: clamp(0.75rem, 2vw, 1.25rem);
  font-weight: 700;
  letter-spacing: -1px;
  text-align: left;
  transition: color 0.3s;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  section#c3ai-software--section .buttons button {
    margin: 1rem 0.25rem;
  }
}
section#c3ai-software--section .buttons button:before {
  content: "";
  height: 2px;
  width: 100%;
  margin-bottom: 1rem;
  background-color: #919191;
  transition: background-color 0.3s;
}
section#c3ai-software--section .buttons button.current,
section#c3ai-software--section .buttons button:hover {
  color: white;
}
section#c3ai-software--section .buttons button.current:before,
section#c3ai-software--section .buttons button:hover:before {
  background-color: white;
}
section#c3ai-software--section .cube--container {
  position: relative;
  height: 500px;
}
@media (max-width: 767.98px) {
  section#c3ai-software--section .cube--container {
    height: 400px;
  }
}
section#c3ai-software--section .perspective {
  position: absolute;
  height: 16rem;
  width: 16rem;
  top: 50%;
  left: 40%;
  margin: -8em;
  transform: rotateX(55deg) rotateZ(45deg) translate(-50%, -50%);
  transform-style: preserve-3d;
}
@media (max-width: 767.98px) {
  section#c3ai-software--section .perspective {
    transform: rotateX(55deg) rotateZ(45deg) translate(-25%, -25%)
      scale3d(0.7, 0.7, 0.7);
  }
}
section#c3ai-software--section .cube,
section#c3ai-software--section .cube:after,
section#c3ai-software--section .cube:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
section#c3ai-software--section .cube {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.7),
    transparent
  );
  transform: translateZ(100%);
  transform-style: preserve-3d;
  transition: 0.25s;
}
section#c3ai-software--section .cube:after {
  background-color: rgba(255, 255, 255, 0.2);
  background-image: linear-gradient(45deg, rgba(55, 55, 55, 0.7), transparent);
  transform: rotateX(-90deg) translateY(100%);
  transform-origin: 100% 100%;
}
section#c3ai-software--section .cube:before {
  background-color: rgba(200, 200, 200, 0.3);
  background-image: linear-gradient(245deg, rgba(55, 55, 55, 0.9), transparent);
  transform: rotateY(90deg) translateX(100%);
  transform-origin: 100% 0;
}
section#c3ai-software--section .cube--section,
section#c3ai-software--section .cube--section-top,
section#c3ai-software--section .cube--section-left,
section#c3ai-software--section .cube--section-right {
  position: absolute;
  height: 100%;
  width: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  color: black;
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-size: 1rem;
  font-weight: 600;
  transform: scale(0.8);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
section#c3ai-software--section .cube--section {
  background-color: white;
  /*background-position: 50%;
    background-repeat: no-repeat;
    background-size: 40%;
    box-shadow: inset 1rem 1rem 3rem 1rem rgba(179, 179, 179, 0), inset 1rem 1rem 5rem 2rem rgba(128, 128, 128, 0), inset 1rem 1rem 5rem 10rem rgba(26, 26, 26, 0);*/
  transform-style: preserve-3d;
  transition: box-shadow 0.4s, background-size 0.2s;
  cursor: pointer;
  pointer-events: all;
}
section#c3ai-software--section .cube--section.disabled {
  cursor: default;
}
section#c3ai-software--section .cube--section-top {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  box-shadow: none; /*inset 1rem 1rem 3rem 1rem rgba(179, 179, 179, 0), inset 1rem 1rem 5rem 2rem rgba(128, 128, 128, 0), inset 1rem 1rem 5rem 10rem rgba(26, 26, 26, 0);*/
  transform-style: preserve-3d;
  transform: scale(1);
  transition: box-shadow 0.4s, background-size 0.2s, opacity 0.2s;
  opacity: 1;
  pointer-events: all;
}
section#c3ai-software--section .cube--section:not(.current):not(:nth-child(1)) {
  box-shadow: inset 1rem 1rem 3rem 1rem #b3b3b3, inset 1rem 1rem 5rem 2rem gray,
    inset 1rem 1rem 5rem 10rem #1a1a1a;
}
section#c3ai-software--section
  .cube--section:nth-child(1).current
  + .cube--section {
  box-shadow: inset 1rem 1rem 3rem 1rem rgba(179, 179, 179, 0),
    inset 1rem 1rem 5rem 2rem rgba(128, 128, 128, 0),
    inset 1rem 1rem 5rem 10rem rgba(26, 26, 26, 0);
}
section#c3ai-software--section .cube--section:not(.current) .cube--section-top {
  opacity: 0.3;
}
section#c3ai-software--section .cube--section-left,
section#c3ai-software--section .cube--section-right {
  background-position: 50%;
  background-size: 80%;
  background-repeat: no-repeat;
  transition: color 0.4s;
}
section#c3ai-software--section .cube--section:not(.current) .cube--section-left,
section#c3ai-software--section
  .cube--section:not(.current)
  .cube--section-right {
  color: rgba(0, 0, 0, 0.3);
}
section#c3ai-software--section .cube--section-left {
  height: 13%;
  margin-top: 87%;
  background-color: #f2f2f2;
  font-size: 1.4rem;
  transform: rotateX(-90deg) translateY(100%);
  transform-origin: 100% 100%;
}
section#c3ai-software--section .cube--section.disabled .cube--section-left {
  background-color: #6a6b6e;
  color: rgba(209, 211, 212, 0.5);
}
section#c3ai-software--section .cube--section-right {
  height: 13%;
  margin-top: 113%;
  background-color: #ababab;
  transform: rotateY(90deg) rotateZ(-90deg) translateX(100%);
  transform-origin: 100% 0;
}
section#c3ai-software--section .cube--section.disabled .cube--section-right {
  background-color: #525355;
  color: rgba(197, 197, 197, 0.5);
}
section#c3ai-software--section .cube--section:nth-child(1) {
  transform: scale(0.8) translateZ(-1rem);
}
section#c3ai-software--section .cube--section:nth-child(2) {
  transform: scale(0.8) translateZ(-4rem);
}
section#c3ai-software--section .cube--section:nth-child(3) {
  transform: scale(0.8) translateZ(-7rem);
}
section#c3ai-software--section .cube--section:nth-child(4) {
  transform: scale(0.8) translateZ(-10rem);
}
section#c3ai-software--section .cube--section:nth-child(5) {
  transform: scale(0.8) translateZ(-13rem);
}
section#c3ai-software--section .cube--content--slide {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  section#c3ai-software--section .cube--content--slide {
    margin-top: 30px;
    display: none;
  }
}
section#c3ai-software--section .cube--content--slide.current {
  display: flex;
}
section#c3ai-software--section .cube--content .logos {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
section#c3ai-software--section .cube--content .logos li {
  height: 35px;
  margin-right: 1rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
}
section#c3ai-software--section .cube--content .logos li img.partner-logo {
  height: 100%;
  width: 100%;
  max-width: unset;
}
section#c3ai-software--section .cube--content .cube--slide-link {
  color: white;
  font-size: 1rem;
  font-weight: 600;
}
section#c3ai-software--section
  .cube--content
  .cube--slide-link:hover
  .right-arrow {
  -webkit-animation-name: arrow-right;
  animation-name: arrow-right;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes arrow-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(8px);
  }
}
@keyframes arrow-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(8px);
  }
}
section#c3ai-software--section .cube--content .cube--slide-link .right-arrow {
  height: 12px;
  width: 20px;
  margin-left: 1rem;
  transition: 0.3s all;
}
/* END Cube */

@media (min-width: 1024px) {
  .section-c3aistudio .cell.large-3 {
    margin: 1rem 0;
    width: 25%;
  }
}

.section-c3aistudio h2 {
  font-size: clamp(1.75rem, 8vw, 3rem);
  font-weight: 700;
}
.section-c3aistudio p.large {
  max-width: 650px;
  margin: 0 auto 60px;
  color: #828282;
  font-size: clamp(1rem, 3vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.25;
}
.section-c3aistudio .wrapper {
  position: relative;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  background: #2a2a2a;
  border-left: 2px solid grey;
  text-align: left;
  transition: 0.3s all;
}
.section-c3aistudio .wrapper:hover {
  background: #1a1a1a;
  color: white;
  cursor: default;
}
.section-c3aistudio .wrapper h3 {
  font-size: clamp(20px, 2vw, 24px);
}
.section-c3aistudio .wrapper p {
  margin: 0;
  color: #919191;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.35;
}
a.stretched-link:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: default;
}

#transform.section-c3aicustomers p.large {
  max-width: 850px;
}
#transform .large-12 .c3-video--thumb {
  height: 500px;
  max-width: unset;
  flex: none;
}
#transform .large-12 .photo-box {
  height: 100%;
}
#transform .large-4 .c3-video--thumb {
  height: 200px;
  flex: none;
}
#transform .large-4 .photo-box {
  height: 200px;
}
#transform .c3-video--thumb:before {
  background-color: rgba(0, 0, 0, 0.76);
  content: "";
  position: absolute;
  height: 78px;
  width: 78px;
  right: 50%;
  bottom: 50%;
  transform: translateY(50%) translateX(50%);
  z-index: 90;
}
#transform.defense-forum .c3-video--thumb:before {
  background-color: rgba(120, 120, 120, 0.76);
}
#transform .c3-video--thumb:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 11px 0 11px 19px;
  border-color: transparent transparent transparent #ffffff;
  width: 0;
  height: 0;
  right: 50%;
  bottom: 50%;
  transform: translateY(50%) translateX(50%);
  z-index: 91;
}

.section-c3aicustomers .cell {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.section-c3aicustomers .image {
  aspect-ratio: 2/1;
  object-fit: cover;
  filter: saturate(0.3);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.section-c3aicustomers .cell:hover .image {
  filter: saturate(1);
  transform: scale(1.05);
}
.section-c3aicustomers h2 {
  font-size: clamp(1.75rem, 8vw, 3rem);
  font-weight: 700;
}
.section-c3aicustomers p {
  margin: 0;
}
.section-c3aicustomers p.large {
  max-width: 1000px;
  margin: 0 auto 60px;
  color: #828282;
  font-size: clamp(1rem, 3vw, 24px);
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.25;
}
.section-c3aicustomers.defense-forum p.large {
  color: #ffffff;
  font-size: clamp(1rem, 3vw, 30px);
}
@media (min-width: 1440px) {
  .section-c3aicustomers.defense-forum .align-left-desktop-only {
    text-align: left;
  }
  .section-c3aicustomers.defense-forum .align-right-desktop-only {
    text-align: right;
  }
}
.section-c3aicustomers .wrapper {
  position: relative;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  background: #2a2a2a;
  text-align: left;
}
.section-c3aicustomers .wrapper .logo {
  height: 100%;
  max-height: 40px;
  max-width: 80px;
  aspect-ratio: 5/1;
  object-fit: contain;
  object-position: left;
  margin-bottom: 1.5rem;
  filter: saturate(0);
  transition: all 0.3s ease-in-out;
}
.section-c3aicustomers .cell:hover .logo {
  filter: saturate(1);
}
.section-c3aicustomers .wrapper h3 {
  max-width: 300px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 30px;
}
.links {
  display: flex;
  flex: 1;
  align-items: flex-end;
  column-count: 2;
}
.section-c3aicustomers .wrapper .links a {
  display: block;
  color: #828282;
  font-size: 14px;
  font-weight: 700;
  text-decoration-line: none;
  transition: 0.3s color;
}
.section-c3aicustomers .wrapper .links a:hover {
  color: white;
}
.section-c3aicustomers .wrapper .links a:first-child {
  margin-right: 2rem;
}
.section-c3aicustomers .wrapper a {
  font-size: clamp(14px, 2vw, 16px);
}
.section-c3aicustomers .card-mini {
  aspect-ratio: 1/1;
  background-color: #2a2a2a;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
}

.timeline-responsive.timeline-v2 {
  background: #1a1a1a !important;
}
.timeline-responsive.timeline-v2 .timeline-responsive-entry > p {
  background: #1a1a1a !important;
}

.section-timeline,
.section-contactus,
.footer {
  background-color: transparent !important;
}

.whitefont p a {
  color: #999999;
  font-size: 13px;
}

.whitefont h3 a {
  color: #ffffff;
}

.whitefont p a:hover,
.whitefont h3 a:hover {
  text-decoration: underline;
}

.section-timeline .section-title,
.section-nextstep h2 {
  margin-bottom: 80px;
  font-size: clamp(1.75rem, 8vw, 3rem);
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .section-nextstep h2 {
    text-align: center;
  }
}
a.section-nextstep--link {
  width: 100%;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  border: 2px solid white;
  color: white;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
a.section-nextstep--link:hover {
  text-decoration: none !important;
}
a.section-nextstep--link img.right-arrow {
  height: 12px;
  width: 20px;
  margin-left: 1rem;
  transition: 0.3s all;
}
a.section-nextstep--link:hover img.right-arrow {
  -webkit-animation-name: arrow-right;
  animation-name: arrow-right;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.section-nextstep p:last-child {
  color: #919191;
  font-size: 16px;
  line-height: 1.45;
}
.section-nextstep p:last-child a {
  color: inherit;
  text-decoration: underline;
}

/* Sitemap Section */

#sitemap h3 {
  font-size: 18px;
  color: white;
}
#sitemap p {
  font-size: 13px;
  color: white;
}
#sitemap a {
  display: block;
  line-height: 1;
}
#sitemap br {
  content: "";
  margin: 12px;
  display: block;
}
#sitemap .columns-container {
  padding-bottom: 0px;
}
section#enterprise-ai h2.section-title {
  max-width: 100%;
  text-align: center;
  border-bottom: 1px #fff solid;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
section#enterprise-ai h3 {
  position: relative;
  width: fit-content;
  margin-top: 75px;
}
section#enterprise-ai h3::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url("/wp-content/themes/c3-ai-theme/assets/images/long-arrow-right-light.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(150%, -50%);
}
section#enterprise-ai h3 a {
  color: #fff;
}
section#enterprise-ai p {
  max-width: 425px;
}
section#enterprise-ai a.button {
  display: inline;
}
section#enterprise-ai a.button img {
  max-height: 23px;
  display: inline;
  padding-left: 10px;
}
