/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.content-image-cta p {
  font-size: 12px; }

body {
  background-color: var(--wp--preset--color--background, #fffffe);
  color: var(--wp--preset--color--white, #ffffff);
  font-family: var(--wp--preset--font-family--system);
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 300;
  line-height: 22px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px; }

.container {
  width: calc(100% - 40px);
  max-width: 1340px;
  margin: 0 auto; }
  @media (min-width: 981px) {
    .container {
      width: calc(100% - 100px); } }

.section-content {
  display: block;
  padding: 0; }

:where(body .is-layout-constrained) > * {
  margin-block-start: 24px; }

@media (min-width: 768px) {
  :where(body .is-layout-constrained) > :first-child:first-child {
    margin-block-start: 0; } }

@media (max-width: 767px) {
  .wp-block-group.text-image .wp-block-columns.is-layout-flex {
    flex-direction: column-reverse; } }

.wp-block-group.home-heading-2 .wp-block-group.heading-content, .wp-block-group.home-heading .wp-block-group.heading-content {
  max-width: 645px;
  margin-left: -10px !important;
  margin-right: -10px !important;
  border-radius: var(--wp--custom--border-radius--normal);
  padding: 100px 20px 200px;
  margin-top: -55px;
  position: relative;
  z-index: 1; }

.wp-block-group.home-heading-2 > .wp-block-cover, .wp-block-group.home-heading > .wp-block-cover {
  width: 100vw !important;
  max-width: none;
  position: relative;
  left: 50%;
  right: 50%;
  margin: 0 -50vw !important;
  display: block;
  padding: 0;
  z-index: 0;
  min-height: 450px; }

.wp-block-group.home-heading-2 .wp-block-cover .wp-block-cover__image-background,
.wp-block-group.home-heading .wp-block-cover .wp-block-cover__image-background {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

.wp-block-group.home-heading-2 .wp-block-group.heading-content .search-region, .wp-block-group.home-heading .wp-block-group.heading-content .search-region {
  position: absolute;
  left: 20px;
  right: 20px;
  margin: 0;
  z-index: 1;
  top: 100%;
  transform: translateY(-50%);
  padding: 20px;
  border-radius: var(--wp--custom--border-radius--normal); }

.wp-block-group.home-heading-2 .wp-block-group.heading-content, .wp-block-group.home-heading .wp-block-group.heading-content {
  max-width: 645px;
  margin-left: -10px !important;
  margin-right: -10px !important;
  border-radius: var(--wp--custom--border-radius--normal);
  padding: 100px 20px 200px;
  margin-top: -55px;
  position: relative;
  z-index: 1; }

/*# sourceMappingURL=important.css.map */
