.elementor-8516 .elementor-element.elementor-element-f331c88{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8516 .elementor-element.elementor-element-4fbc195.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-8516 .elementor-element.elementor-element-9fb37c8.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for shortcode, class: .elementor-element-4fbc195 */.wera_template_featured_image_container {
    display: grid;
    align-content: end;
    position: relative;
    height: calc(100vh - 6rem);
}

.wera_template_featured_image_container img {
    height: 100%;
    position: absolute;
}

.wera_template_featured_image_container h4 {
    padding: 2rem 2rem 1em 2rem;
    color: var(--e-global-color-primary);
}

.wera_template_featured_image_container h1 {
    padding: 0 2rem 2rem 2rem;
}

.wera_template_featured_image_container h1,
.wera_template_featured_image_container h4 {
    max-width: calc(640px + 4rem);
    margin-left: -2rem;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-top: 0;
    margin-bottom: 0;
}

.wera_template_featured_image_container span {
    color: var(--e-global-color-primary);
}

.wera_template_featured_image_container figcaption,
.wera_template_ingress,
.wera_template_content {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.wera_template_featured_image_container figcaption {
    position: relative;
    margin-bottom: 8rem;
}

.wera_template_ingress  {
    position: relative;
    z-index: 1;
}

.wera_template_ingress p {
    position: relative;
    max-width: 640px;
    padding-top: 2rem;
    font-size: 1.5rem;
    font-weight: 300;
}

.wera_template_ingress p:after {
    content: "";
    height: 0.0625rem;
    width: 100%;
    max-width: 640px;
    background: var(--e-global-color-primary);
    position: absolute;
    left: 0rem;
    bottom: -2rem;
}

.wera_content_block.quote blockquote {
    margin: 0;
    font-style: italic;
    color: var(--e-global-color-primary);
}

    .wera_content_block.quote blockquote.size-smaller {
        font-size: 1.75rem;
    }
    
    .wera_content_block.quote blockquote.size-normal {
        font-size: 2.5rem;
    }

    .wera_content_block.quote blockquote.size-larger {
        font-size: 3.25rem;
    }

.wera_content_block.quote > div {
    display: grid;
    justify-content: start;
    align-items: center;
    grid-auto-flow: column;
    grid-column-gap: 2rem;
    margin-top: 2rem;
}

.wera_content_block.quote > div img {
    width: 6rem;
    height: 6rem;
}

.wera_content_block.quote > div > div p:first-of-type {
    font-size: 1.5rem;
}

.wera_content_block.quote > div > div p:last-of-type {
    color: var(--e-global-color-primary);
    margin: 0;
}

.wera_template_content {
    position: relative;
    margin-top: 8rem;
    z-index: 1;
}

.wera_content_block {
    transform: translateY(8rem);
    opacity: 0;
    transition: transform .5s ease, opacity .5s ease;
}

.wera_content_block.show {
    transform: translateY(0);
    opacity: 1;
}

.wera_content_block h2,
.wera_content_block h3,
.wera_content_block p {
    max-width: 640px;
}

.wera_content_block h3 {
    margin-bottom: 1rem;
}

.wera_content_block p {
    font-size: 1.25rem;
    opacity: .75;
}

.wera_content_block + .wera_content_block {
    margin-top: 6rem;
}

.wera_content_block.button a {
    display: inline-block;
    line-height: 1rem;
    padding: 1.5rem;
    box-shadow: 0 0 0 0.0625rem var(--e-global-color-primary);
    position: relative;
    transition: color .3s ease;
}

.wera_content_block a:hover {
    color: var(--e-global-color-secondary);
}

.wera_content_block.button a:before {
    content: "";
    height: 100%;
    width: 0;
    background: var(--e-global-color-primary);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width .3s ease;
}

.wera_content_block.button a:hover:before {
    width: 100%;
}

.wera_content_block.gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
}

.wera_content_block.gallery img {
    height: 100%;
    margin: 0;
}

.wera_content_block.video {
    padding-top: 56.25%;
    position: relative;
}

.wera_content_block.video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.wera_content_block.vw {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.wera_content_block.video.vw {
    padding-top: 56.25vw;
}

.wera_content_block .columns {
    display: grid;
    grid-gap: 2rem;
}

.wera_content_block .columns:not(.fw) p {
    max-width: none;
}

/* three items */
.wera_content_block.gallery img:first-child:nth-last-child(3) {
    grid-column: -1 / 1;
}

@media only screen and (max-width: 1024px) {
    .wera_template_featured_image_container h1,
    .wera_template_featured_image_container h4 {
        margin: 0 2rem;
    }
    
    .wera_template_ingress {
        padding: 0 4rem;
    }
    
    .wera_template_content {
        margin-top: 6rem;
    }
    
    .wera_content_block + .wera_content_block {
        margin-top: 4rem;
    }
    
    .wera_content_block.vw {
        margin-left: auto;
        margin-right: auto;
    }
    
    .wera_content_block:not(.video, .image, .gallery) {
        margin-left: 2rem;
        margin-right: 2rem;
    }
    
    .wera_content_block .columns {
        grid-template-columns: auto !important;
    }
    
    .wera_content_block .columns:not(.fw) p {
        max-width: 33.75rem;
    }

    .wera_content_block.quote blockquote.size-smaller {
        font-size: 1.5rem;
    }
    
    .wera_content_block.quote blockquote.size-normal {
        font-size: 2rem;
    }

    .wera_content_block.quote blockquote.size-larger {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 768px) {
    .wera_template_featured_image_container h1,
    .wera_template_featured_image_container h4 {
        margin: 0 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .wera_template_ingress {
        padding: 0 2rem;
    }
    
    .wera_template_ingress p {
        font-size: 1.25rem;
    }
    
    
    .wera_content_block:not(.video, .image, .gallery) {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    
    .wera_content_block.gallery {
        grid-template-columns: 1fr !important;
    }
    
    .wera_content_block.gallery img:first-child:nth-last-child(3) {
        grid-column: auto;
    }
    
    .wera_content_block.quote > div {
        grid-column-gap: 1rem;
        margin-top: 1rem;
    }

    .wera_content_block.quote > div img {
        width: 4rem;
        height: 4rem;
    }
    
    .wera_content_block.quote > div > div p:first-of-type {
        font-size: 1.25rem;
    }

    .wera_content_block.quote blockquote.size-smaller {
        font-size: 1.25rem;
    }
    
    .wera_content_block.quote blockquote.size-normal {
        font-size: 1.5rem;
    }

    .wera_content_block.quote blockquote.size-larger {
        font-size: 1.75rem;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-9fb37c8 *//*Featured*/

#wera-content > figure {
    display: grid;
    align-content: end;
    position: relative;
    height: calc(100svh - 6rem);
}

#wera-content > figure img {
    height: 100%;
    position: absolute;
}

#wera-content > figure figcaption,
#wera-content .wera-content {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

#wera-content > figure figcaption {
    position: relative;
    margin-bottom: 8rem;
    transition: padding .3s ease;
}

#wera-content > figure h1,
#wera-content > figure p {
    max-width: calc(768px + 4rem);
    margin-left: -2rem;
    background: #fff;
    margin-top: 0;
}

#wera-content > figure h1 {
    padding: 2rem;
    border-radius: 1rem;
}

#wera-content > figure p {
    padding: 2rem 2rem 1rem 2rem;
    border-radius: 1rem 1rem 0 0;
}

#wera-content > figure p + h1 {
    padding: 0 2rem 2rem 2rem;
    border-radius: 0 0 1rem 1rem;
}

#wera-content > figure span {
    color: var(--e-global-color-primary);
}


/*Excerpt*/

#wera-content .excerpt p {
    max-width: 768px;
    padding: 2rem 0;
    font-size: 1.5rem;
    border-bottom: 1px solid var(--e-global-color-primary);
}


/*Main*/

#wera-content > div {
    display: grid;
    grid-gap: 8rem;
}

#wera-content .wera-content {
    display: grid;
    grid-gap: 4rem;
}

#wera-content .wera-content img,
#wera-content .wera-content iframe,
#wera-content .wera-content video {
    border-radius: 1rem;
}


/*Text*/

#wera-content .wera-content h2 {
    max-width: 768px;
}

#wera-content .wera-content .paragraph {
    width: 100%;
    max-width: 768px;
    font-size: 1.25rem;
}


/*Image*/

#wera-content img {
    width: 100%;
    margin: 0;
}

#wera-content .image figure,
#wera-content .text-image figure {
    position: relative;
}

#wera-content .image figcaption,
#wera-content .text-image figcaption {
    position: absolute;
    bottom: 0;
    padding: 1rem;
    background: #00000080;
    color: #fff;
    border-radius: 0 0 1rem 1rem;
    width: 100%;
    font-size: 1rem;
}


/*Text and image*/

#wera-content .text-image .columns {
    display: grid;
    grid-gap: 4rem;
}

#wera-content .text-image img {
    height: 100%;
}


/*Gallery*/

#wera-content .gallery .gallery-images {
    position: relative;
    min-width: 0 !important;
}

#wera-content .gallery .gallery-images img {
    position: absolute;
}


/*Video*/

#wera-content iframe {
    height: auto;
    aspect-ratio: 16/9;
    background: #000;
}


/*Button*/

#wera-content .button a {
    width: fit-content;
    line-height: 1.2;
    padding: 1.25rem 2rem;
    box-shadow: 0 0 0 1px var(--e-global-color-primary) inset;
    position: relative;
    font-size: 1.25rem;
    border-radius: 2rem;
    overflow: hidden;
}

#wera-content .button a:before {
    content: "";
    height: 100%;
    width: 0;
    background: var(--e-global-color-primary);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width .3s ease;
}

#wera-content .button a:hover:before {
    width: 100%;
}


/*Quote*/

#wera-content .quote figure {
    width: fit-content;
    position: relative;
}

#wera-content .quote figure:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 0 1px var(--e-global-color-primary) inset;
    border-radius: 1rem;
}

#wera-content .quote blockquote {
    margin: 0;
    font-style: italic;
    margin: 2rem;
    max-width: 768px;
}

    #wera-content .quote .size-smaller blockquote {
        font-size: 1.5rem;
    }
    
    #wera-content .quote .size-normal blockquote {
        font-size: 1.75rem;
    }

    #wera-content .quote .size-larger blockquote {
        font-size: 2rem;
    }

#wera-content .quote figcaption {
    display: grid;
    justify-content: start;
    grid-row-gap: .5rem;
}

#wera-content .quote figcaption img {
    width: 6rem;
    height: 6rem;
    border-radius: 0 1rem;
    margin-right: 1rem;
    grid-row: 1 /span 2;
}

#wera-content .quote figcaption p {
    margin: 0;
    line-height: 1;
    font-size: 1rem;
}

#wera-content .quote figcaption p:first-of-type {
    grid-column: 2;
    align-self: end;
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--e-global-color-primary);
}

#wera-content .quote figcaption p:last-of-type {
    grid-column: 2;
}

#wera-content > div > * {
    transform: translateY(8rem);
    opacity: 0;
    transition: transform .5s ease, opacity .5s ease;
}

#wera-content > div > *.show {
    transform: translateY(0);
    opacity: 1;
}

@media only screen and (max-width: 1280px) {
    #wera-content > figure figcaption {
        padding: 0 2rem;
    }
    
    #wera-content > figure h1,
    #wera-content > figure p {
        margin: 0;
        max-width: 768px;
    }
    
    #wera-content .wera-content {
        padding: 0 2rem;
    }
}

@media only screen and (max-width: 1024px) {
    #wera-content > figure figcaption {
        padding: 0 1.5rem;
    }
    
    #wera-content > figure h1 {
        padding: 1.5rem;
    }
    
    #wera-content > figure p {
        padding: 1.5rem 1.5rem 1rem 1.5rem;
    }
    
    #wera-content > figure p + h1 {
        padding: 0 1.5rem 1.5rem 1.5rem;
    }
    
    #wera-content > div {
        grid-gap: 6rem;
    }
    
    #wera-content .wera-content {
        padding: 0 1.5rem;
        grid-gap: 3rem;
    }
}

@media only screen and (max-width: 768px) {
    #wera-content > figure figcaption {
        padding: 0 1rem;
    }
    
    #wera-content > figure h1 {
        padding: 1rem;
    }
    
    #wera-content > figure p {
        padding: 1rem;
    }
    
    #wera-content > figure p + h1 {
        padding: 0 1rem 1rem 1rem;
    }
    
    #wera-content > div {
        grid-gap: 4rem;
    }
    
    #wera-content .wera-content {
        grid-gap: 2rem;
        padding: 0 1rem;
    }
    
    #wera-content .excerpt p {
        font-size: 1.25rem;
    }
    
    #wera-content .text-image .columns {
        grid-gap: 2rem;
        grid-template-columns: auto !important;
    }
    
    #wera-content .wera-content .paragraph {
        font-size: 1rem;
    }
    
    #wera-content .button a {
        line-height: 1.25;
        padding: .875rem 1.5rem;
        font-size: 1rem;
        border-radius: 1.5rem;
    }
    
    #wera-content > div > * {
        transform: translateY(4rem);
    }
    
    #wera-content .quote .size-smaller blockquote {
        font-size: 1.25rem;
    }
    
    #wera-content .quote .size-normal blockquote {
        font-size: 1.5rem;
    }

    #wera-content .quote .size-larger blockquote {
        font-size: 1.75rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-36798ee */.elementor-8516 .elementor-element.elementor-element-36798ee {
    display: none;
}/* End custom CSS */