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-text-and-image {
margin-top: 2rem;
} .block-text-and-image .text-and-image-grid {
width: 100%;
display: grid;
grid-template-columns: 1fr;
grid-gap: 1.5rem;
align-items: center;
} .block-text-and-image .text-and-image-grid .text-and-image-text .tai-subheading {
font-size: 20px;
font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
color: #E95E0B;
} .block-text-and-image .text-and-image-grid .text-and-image-text .tai-heading {
font-size: 50px;
line-height: 60px;
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;
margin-bottom: 40px;
} .block-text-and-image .text-and-image-grid .text-and-image-text .tai-body {
font-size: 20px;
line-height: 30px;
color: #ffffff;
} .block-text-and-image .text-and-image-grid .text-and-image-text .tai-cta {
margin-top: 40px;
}
@media only screen and (min-width: 1030px) { .block-text-and-image {
margin-top: 5rem;
} .block-text-and-image .text-and-image-grid {
grid-template-columns: 1fr 1fr;
padding-top: 5rem;
} .block-text-and-image .text-and-image-grid .tai-body {
margin-bottom: 80px;
}
}.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;
}
}