.components-container {
  container-type: inline-size;
}

.component {
  margin-block: 32px;
}

.main-section .components-container:first-of-type .component:first-of-type, .secondary-section .components-container:first-of-type .component:first-of-type {
  margin-top: 0;
}
.main-section .sticky-cta-container .cta-component:first-of-type, .secondary-section .sticky-cta-container .cta-component:first-of-type {
  margin-top: 0;
}

.component-container {
  margin-block: 32px;
}
.component-container .component {
  margin-block: 0;
}

.modal-no-border .modal-body {
  padding: 0;
}
.modal-no-border .modal-content {
  background-color: transparent;
  border: none;
}

.close-modal-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  cursor: pointer;
  fill: #FFFFFF;
}

/*# sourceMappingURL=components-general-style.css.map */
