@import url("https://use.typekit.net/ihr1crt.css");
.is-style-rounded .drm-picturecontent--direction-sm-column .drm-picturecontent__picture {
  border-top-right-radius: 500px !important;
  border-top-left-radius: 500px !important;
  border-bottom-right-radius: 500px !important;
  border-bottom-left-radius: 500px !important;
}
.is-style-rounded .drm-picturecontent--direction-sm-column-reverse .drm-picturecontent__picture {
  border-top-right-radius: 500px !important;
  border-top-left-radius: 500px !important;
  border-bottom-right-radius: 500px !important;
  border-bottom-left-radius: 500px !important;
}
.is-style-rounded .drm-picturecontent--direction-sm-row .drm-picturecontent__picture {
  border-top-right-radius: 500px !important;
  border-top-left-radius: 500px !important;
  border-bottom-right-radius: 500px !important;
  border-bottom-left-radius: 500px !important;
}
.is-style-rounded .drm-picturecontent--direction-sm-row-reverse .drm-picturecontent__picture {
  border-top-left-radius: 500px !important;
  border-top-right-radius: 500px !important;
  border-bottom-left-radius: 500px !important;
  border-bottom-right-radius: 500px !important;
}
@media (min-width: 768px) {
  .is-style-rounded .drm-picturecontent--direction-md-column .drm-picturecontent__picture {
    border-top-right-radius: 500px !important;
    border-top-left-radius: 500px !important;
    border-bottom-right-radius: 500px !important;
    border-bottom-left-radius: 500px !important;
  }
  .is-style-rounded .drm-picturecontent--direction-md-column-reverse .drm-picturecontent__picture {
    border-top-right-radius: 500px !important;
    border-top-left-radius: 500px !important;
    border-bottom-right-radius: 500px !important;
    border-bottom-left-radius: 500px !important;
  }
  .is-style-rounded .drm-picturecontent--direction-md-row .drm-picturecontent__picture {
    border-top-right-radius: 500px !important;
    border-top-left-radius: 500px !important;
    border-bottom-right-radius: 500px !important;
    border-bottom-left-radius: 500px !important;
  }
  .is-style-rounded .drm-picturecontent--direction-md-row-reverse .drm-picturecontent__picture {
    border-top-left-radius: 500px !important;
    border-top-right-radius: 500px !important;
    border-bottom-left-radius: 500px !important;
    border-bottom-right-radius: 500px !important;
  }
}
@media (min-width: 992px) {
  .is-style-rounded .drm-picturecontent--direction-lg-column .drm-picturecontent__picture {
    border-top-right-radius: 500px !important;
    border-top-left-radius: 500px !important;
    border-bottom-right-radius: 500px !important;
    border-bottom-left-radius: 500px !important;
  }
  .is-style-rounded .drm-picturecontent--direction-lg-column-reverse .drm-picturecontent__picture {
    border-top-right-radius: 500px !important;
    border-top-left-radius: 500px !important;
    border-bottom-right-radius: 500px !important;
    border-bottom-left-radius: 500px !important;
  }
  .is-style-rounded .drm-picturecontent--direction-lg-row .drm-picturecontent__picture {
    border-top-right-radius: 500px !important;
    border-top-left-radius: 500px !important;
    border-bottom-right-radius: 500px !important;
    border-bottom-left-radius: 500px !important;
  }
  .is-style-rounded .drm-picturecontent--direction-lg-row-reverse .drm-picturecontent__picture {
    border-top-left-radius: 500px !important;
    border-top-right-radius: 500px !important;
    border-bottom-left-radius: 500px !important;
    border-bottom-right-radius: 500px !important;
  }
}
@media (min-width: 1200px) {
  .is-style-rounded .drm-picturecontent--direction-xl-column .drm-picturecontent__picture {
    border-top-right-radius: 500px !important;
    border-top-left-radius: 500px !important;
    border-bottom-right-radius: 500px !important;
    border-bottom-left-radius: 500px !important;
  }
  .is-style-rounded .drm-picturecontent--direction-xl-column-reverse .drm-picturecontent__picture {
    border-top-right-radius: 500px !important;
    border-top-left-radius: 500px !important;
    border-bottom-right-radius: 500px !important;
    border-bottom-left-radius: 500px !important;
  }
  .is-style-rounded .drm-picturecontent--direction-xl-row .drm-picturecontent__picture {
    border-top-right-radius: 500px !important;
    border-top-left-radius: 500px !important;
    border-bottom-right-radius: 500px !important;
    border-bottom-left-radius: 500px !important;
  }
  .is-style-rounded .drm-picturecontent--direction-xl-row-reverse .drm-picturecontent__picture {
    border-top-left-radius: 500px !important;
    border-top-right-radius: 500px !important;
    border-bottom-left-radius: 500px !important;
    border-bottom-right-radius: 500px !important;
  }
}

/*.is-style-rounded.alignfull {
	@mixin direction(){
		&-row{
			.drm-picturecontent__picture{
			border-top-left-radius: 0 !important;
			border-bottom-left-radius: 0 !important;
			//border-radius: 400px !important;
		}
		&-reverse{
			.drm-picturecontent__picture{
				border-top-left-radius: 400px !important;
				border-top-right-radius: 0 !important;
				border-bottom-left-radius: 400px !important;
				border-bottom-right-radius: 0 !important;
				//border-radius: 400px !important;
				}
			}
		}
	}
}*/
:root {
  --drm-picturecontent--round-1: 500px;
  --drm-picturecontent--round-2: 5px;
}

.is-style-rounded .drm-picturecontent__picture, .is-style-rounded .drm-picturecontent__image {
  border-radius: var(--drm-picturecontent--round-1);
}
.is-style-rounded .drm-picturecontent--direction-sm-column {
  border-top-left-radius: var(--drm-picturecontent--round-1) !important;
  border-top-right-radius: var(--drm-picturecontent--round-1) !important;
  border-bottom-right-radius: var(--drm-picturecontent--round-2) !important;
  border-bottom-left-radius: var(--drm-picturecontent--round-2) !important;
}
.is-style-rounded .drm-picturecontent--direction-sm-column-reverse {
  border-top-left-radius: var(--drm-picturecontent--round-2) !important;
  border-top-right-radius: var(--drm-picturecontent--round-2) !important;
  border-bottom-right-radius: var(--drm-picturecontent--round-1) !important;
  border-bottom-left-radius: var(--drm-picturecontent--round-1) !important;
}
.is-style-rounded .drm-picturecontent--direction-sm-row {
  border-top-left-radius: var(--drm-picturecontent--round-1) !important;
  border-top-right-radius: var(--drm-picturecontent--round-2) !important;
  border-bottom-right-radius: var(--drm-picturecontent--round-2) !important;
  border-bottom-left-radius: var(--drm-picturecontent--round-1) !important;
}
.is-style-rounded .drm-picturecontent--direction-sm-row-reverse {
  border-top-left-radius: var(--drm-picturecontent--round-2) !important;
  border-top-right-radius: var(--drm-picturecontent--round-1) !important;
  border-bottom-right-radius: var(--drm-picturecontent--round-1) !important;
  border-bottom-left-radius: var(--drm-picturecontent--round-2) !important;
}
@media (min-width: 768px) {
  .is-style-rounded .drm-picturecontent--direction-md-column {
    border-top-left-radius: var(--drm-picturecontent--round-1) !important;
    border-top-right-radius: var(--drm-picturecontent--round-1) !important;
    border-bottom-right-radius: var(--drm-picturecontent--round-2) !important;
    border-bottom-left-radius: var(--drm-picturecontent--round-2) !important;
  }
  .is-style-rounded .drm-picturecontent--direction-md-column-reverse {
    border-top-left-radius: var(--drm-picturecontent--round-2) !important;
    border-top-right-radius: var(--drm-picturecontent--round-2) !important;
    border-bottom-right-radius: var(--drm-picturecontent--round-1) !important;
    border-bottom-left-radius: var(--drm-picturecontent--round-1) !important;
  }
  .is-style-rounded .drm-picturecontent--direction-md-row {
    border-top-left-radius: var(--drm-picturecontent--round-1) !important;
    border-top-right-radius: var(--drm-picturecontent--round-2) !important;
    border-bottom-right-radius: var(--drm-picturecontent--round-2) !important;
    border-bottom-left-radius: var(--drm-picturecontent--round-1) !important;
  }
  .is-style-rounded .drm-picturecontent--direction-md-row-reverse {
    border-top-left-radius: var(--drm-picturecontent--round-2) !important;
    border-top-right-radius: var(--drm-picturecontent--round-1) !important;
    border-bottom-right-radius: var(--drm-picturecontent--round-1) !important;
    border-bottom-left-radius: var(--drm-picturecontent--round-2) !important;
  }
}
@media (min-width: 992px) {
  .is-style-rounded .drm-picturecontent--direction-lg-column {
    border-top-left-radius: var(--drm-picturecontent--round-1) !important;
    border-top-right-radius: var(--drm-picturecontent--round-1) !important;
    border-bottom-right-radius: var(--drm-picturecontent--round-2) !important;
    border-bottom-left-radius: var(--drm-picturecontent--round-2) !important;
  }
  .is-style-rounded .drm-picturecontent--direction-lg-column-reverse {
    border-top-left-radius: var(--drm-picturecontent--round-2) !important;
    border-top-right-radius: var(--drm-picturecontent--round-2) !important;
    border-bottom-right-radius: var(--drm-picturecontent--round-1) !important;
    border-bottom-left-radius: var(--drm-picturecontent--round-1) !important;
  }
  .is-style-rounded .drm-picturecontent--direction-lg-row {
    border-top-left-radius: var(--drm-picturecontent--round-1) !important;
    border-top-right-radius: var(--drm-picturecontent--round-2) !important;
    border-bottom-right-radius: var(--drm-picturecontent--round-2) !important;
    border-bottom-left-radius: var(--drm-picturecontent--round-1) !important;
  }
  .is-style-rounded .drm-picturecontent--direction-lg-row-reverse {
    border-top-left-radius: var(--drm-picturecontent--round-2) !important;
    border-top-right-radius: var(--drm-picturecontent--round-1) !important;
    border-bottom-right-radius: var(--drm-picturecontent--round-1) !important;
    border-bottom-left-radius: var(--drm-picturecontent--round-2) !important;
  }
}
@media (min-width: 1200px) {
  .is-style-rounded .drm-picturecontent--direction-xl-column {
    border-top-left-radius: var(--drm-picturecontent--round-1) !important;
    border-top-right-radius: var(--drm-picturecontent--round-1) !important;
    border-bottom-right-radius: var(--drm-picturecontent--round-2) !important;
    border-bottom-left-radius: var(--drm-picturecontent--round-2) !important;
  }
  .is-style-rounded .drm-picturecontent--direction-xl-column-reverse {
    border-top-left-radius: var(--drm-picturecontent--round-2) !important;
    border-top-right-radius: var(--drm-picturecontent--round-2) !important;
    border-bottom-right-radius: var(--drm-picturecontent--round-1) !important;
    border-bottom-left-radius: var(--drm-picturecontent--round-1) !important;
  }
  .is-style-rounded .drm-picturecontent--direction-xl-row {
    border-top-left-radius: var(--drm-picturecontent--round-1) !important;
    border-top-right-radius: var(--drm-picturecontent--round-2) !important;
    border-bottom-right-radius: var(--drm-picturecontent--round-2) !important;
    border-bottom-left-radius: var(--drm-picturecontent--round-1) !important;
  }
  .is-style-rounded .drm-picturecontent--direction-xl-row-reverse {
    border-top-left-radius: var(--drm-picturecontent--round-2) !important;
    border-top-right-radius: var(--drm-picturecontent--round-1) !important;
    border-bottom-right-radius: var(--drm-picturecontent--round-1) !important;
    border-bottom-left-radius: var(--drm-picturecontent--round-2) !important;
  }
}

.wp-block-drm-picturecontent.is-style-rounded {
  border-radius: var(--drm-picturecontent--round-2);
  overflow: hidden;
}
.wp-block-drm-picturecontent.is-style-rounded .drm-picturecontent {
  overflow: visible;
}

p.is-style-sub-heading {
  font-family: "fieldwork", sans-serif !important;
  font-size: 22px !important;
  font-style: italic !important;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  p.is-style-sub-heading {
    font-size: 26px !important;
  }
}