.cc-content-with-video {
  margin-block-start: 0 !important;
  margin-block-start: 0 !important;
  padding: 7rem 0 8.8125rem;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .cc-content-with-video {
    padding: 4rem 0 5.375rem;
  }
}
.cc-content-with-video > * {
  position: relative;
  z-index: 2;
}
.cc-content-with-video .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-content-with-video .wp-block-heading {
  color: var(--wp--preset--color--rollins-center);
}
.cc-content-with-video p {
  line-height: 175%;
  color: var(--wp--preset--color--gray-600);
}
.cc-content-with-video .wp-block-columns {
  gap: 3.75rem;
}
@media screen and (min-width: 768px) {
  .cc-content-with-video .wp-block-columns {
    gap: 7.5rem;
  }
}
.cc-content-with-video .wp-block-video-lightbox-for-guten-blocks-videolightbox .video-thumbnail {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  padding-left: 1.125rem;
  overflow: visible;
}
.cc-content-with-video .wp-block-video-lightbox-for-guten-blocks-videolightbox .video-thumbnail::after {
  content: "";
  position: absolute;
  width: calc(100% - 2rem);
  height: calc(100% + 3.5rem);
  top: -1.75rem;
  z-index: 1;
  background-color: var(--wp--preset--color--sky-blue);
  opacity: 0.3;
  border-radius: 4px;
  left: 0;
}
.cc-content-with-video .wp-block-video-lightbox-for-guten-blocks-videolightbox .video-thumbnail img {
  aspect-ratio: 1.12;
  object-fit: cover;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}
.cc-content-with-video.has-dark-blue-background-color {
  color: var(--wp--preset--color--gray-100);
}
.cc-content-with-video.has-dark-blue-background-color .wp-block-heading, .cc-content-with-video.has-dark-blue-background-color p {
  color: var(--wp--preset--color--gray-100);
}
.cc-content-with-video.has-dark-blue-background-color .wp-block-quote {
  background: rgba(255, 255, 255, 0.2);
}
.cc-content-with-video.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% 75%, 0 100%);
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .cc-content-with-video.is-style-top-color::after {
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 36%);
  }
}
.cc-content-with-video.is-style-top-color > .wp-block-heading {
  color: var(--wp--preset--color--gray-100);
}
.cc-content-with-video.is-style-top-color > p {
  color: var(--wp--preset--color--gray-200);
}
.cc-content-with-video.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;
}