.cc-link-cards-section {
  margin-block-start: 0 !important;
  padding: 7.1875rem 0;
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .cc-link-cards-section {
    padding: 5.25rem 0;
  }
}
.cc-link-cards-section > * {
  z-index: 3;
  position: relative;
}
.cc-link-cards-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 467px;
  height: 1233px;
  border-radius: 233px;
  background: linear-gradient(180deg, rgba(48, 136, 186, 0.12) 0%, rgba(31, 57, 106, 0.12) 100%);
  filter: blur(150px);
  rotate: 55deg;
  z-index: 2;
}
.cc-link-cards-section .is-style-eyebrow {
  color: var(--wp--preset--color--sky-blue);
  width: fit-content;
  font-family: var(--wp--preset--font-family--inter);
  font-weight: 600;
  line-height: 114%;
  padding: 0.325em 0.875em;
  background-color: var(--wp--preset--color--sky-blue-60);
  border: 1px solid var(--wp--preset--color--sky-blue-40);
  border-radius: 4px;
}
.cc-link-cards-section > .wp-block-heading {
  max-width: 48.125rem;
  text-wrap: balance;
  color: var(--wp--preset--color--rollins-center);
}
.cc-link-cards-section > p {
  max-width: 40rem;
  text-wrap: pretty;
  line-height: 175%;
  color: var(--wp--preset--color--gray-600);
}
.cc-link-cards-section.is-style-top-color::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 100%;
  background: var(--wp--preset--color--dark-blue);
  clip-path: polygon(0 0, 100% 0, 100% 45%, 0 60%);
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .cc-link-cards-section.is-style-top-color::after {
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 36%);
  }
}
.cc-link-cards-section.is-style-top-color > .wp-block-heading {
  color: var(--wp--preset--color--gray-100);
}
.cc-link-cards-section.is-style-top-color > p {
  color: var(--wp--preset--color--gray-200);
}
.cc-link-cards-section.is-style-top-color .is-style-eyebrow {
  color: rgba(255, 255, 255, 0.8);
  width: fit-content;
  font-family: var(--wp--preset--font-family--inter);
  font-weight: 600;
  line-height: 114%;
  padding: 0.325em 0.875em;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid currentColor;
  border-radius: 4px;
}
.cc-link-cards-section.is-style-top-white::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 100%;
  background: var(--wp--preset--color--dark-blue);
  clip-path: polygon(0 50%, 100% 35%, 100% 100%, 0% 100%);
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .cc-link-cards-section.is-style-top-white::after {
    clip-path: polygon(0 36%, 100% 30%, 100% 100%, 0% 100%);
  }
}