p {
-ms-word-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
-webkit-hyphenate-before: 2;
-webkit-hyphenate-after: 3;
hyphenate-lines: 3;
-webkit-font-feature-settings: "liga", "dlig";
-moz-font-feature-settings: "liga=1, dlig=1";
-ms-font-feature-settings: "liga", "dlig";
-o-font-feature-settings: "liga", "dlig";
font-feature-settings: "liga", "dlig";
}    .block-half-width-content {
margin-top: 2rem;
display: grid;
grid-template-columns: 1fr;
grid-gap: 1.5rem;
padding: 0 1rem;
} .block-half-width-content .text-block {
font-size: 20px;
} .block-half-width-content .quote-block {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto;
} .block-half-width-content .quote-block .quote-icon-open {
width: 40px;
justify-self: flex-start;
align-self: center;
} .block-half-width-content .quote-block .quote-text {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
font-family: "Literata", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
font-weight: 500;
color: #23473E;
font-size: 36px;
line-height: 45px;
max-width: 100%;
justify-self: center;
align-self: center;
} .block-half-width-content .quote-block .quote-icon-close {
width: 40px;
justify-self: flex-end;
align-self: center;
} .block-half-width-content .undefined {
grid-column: 1/-1;
background: #1d1d1d;
width: 100%;
height: 300px;
color: #ffffff;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
} .block-half-width-content .undefined h3 {
color: #ffffff;
}
@media only screen and (min-width: 1030px) { .block-half-width-content {
margin-top: 5rem;
grid-template-columns: 1fr 1fr;
padding: 0 6rem;
}
}.block-gallery {
padding-top: 2rem;
} .block-gallery .gallery-image-trio {
margin-top: 1.5rem;
width: 100%;
display: grid;
grid-template-columns: 1fr;
grid-gap: 1.5rem;
} .block-gallery .gallery-image-pair {
margin-top: 1.5rem;
width: 100%;
display: grid;
grid-template-columns: 1fr;
grid-gap: 1.5rem;
} .block-gallery .gallery-image-left-video-right {
margin-top: 1.5rem;
width: 100%;
display: grid;
grid-template-columns: 1fr;
grid-gap: 1.5rem;
} .block-gallery .gallery-image-left-video-right .embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
} .block-gallery .gallery-image-left-video-right .embed-container iframe, .block-gallery .gallery-image-left-video-right .embed-container object, .block-gallery .gallery-image-left-video-right .embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .block-gallery .gallery-video-left-image-right {
margin-top: 1.5rem;
width: 100%;
display: grid;
grid-template-columns: 1fr;
grid-gap: 1.5rem;
} .block-gallery .gallery-video-left-image-right .embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
} .block-gallery .gallery-video-left-image-right .embed-container iframe, .block-gallery .gallery-video-left-image-right .embed-container object, .block-gallery .gallery-video-left-image-right .embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .block-gallery .undefined {
background: #1d1d1d;
width: 100%;
height: 300px;
color: #ffffff;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
} .block-gallery .undefined h3 {
color: #ffffff;
}
@media only screen and (min-width: 1029px) { .block-gallery {
padding-top: 5rem;
} .block-gallery .gallery-image-trio {
grid-template-columns: 1fr 1fr 1fr;
} .block-gallery .gallery-image-trio.alignment-left {
padding-right: 6rem;
} .block-gallery .gallery-image-trio.alignment-right {
padding-left: 6rem;
} .block-gallery .gallery-image-pair {
grid-template-columns: 1fr 1fr;
padding-left: 6rem;
} .block-gallery .gallery-image-left-video-right {
grid-template-columns: 1fr 1fr;
padding-left: 6rem;
} .block-gallery .gallery-image-left-image-right {
grid-template-columns: 1fr 1fr;
padding-left: 6rem;
}
}