@charset "UTF-8";

:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87
}

#start-resizable-editor-section {
    display: none
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border: none;
    -webkit-border-radius: 1.55em;
    -moz-border-radius: 1.55em;
    border-radius: 1.55em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover {
    color: #fff
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important
}

.is-style-outline>.wp-block-button__link,
.wp-block-button__link.is-style-outline {
    border: 2px solid
}

.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: #32373c
}

.is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent
}

.wp-block-buttons .wp-block-button {
    display: inline-block;
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-buttons .wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.alignright .wp-block-button {
    margin-right: 0;
    margin-left: .5em
}

.wp-block-buttons.alignright .wp-block-button:first-child {
    margin-left: 0
}

.wp-block-buttons.alignleft .wp-block-button {
    margin-left: 0;
    margin-right: .5em
}

.wp-block-buttons.alignleft .wp-block-button:last-child {
    margin-right: 0
}

.wp-block-button.aligncenter,
.wp-block-buttons.aligncenter {
    text-align: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: .25em;
    border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #ddd
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-code code {
    white-space: pre-wrap;
    overflow-wrap: break-word
}

.wp-block-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.75em;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wp-block-columns.has-background {
    padding: 1.25em 2.375em
}

.wp-block-columns.are-vertically-aligned-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.wp-block-column {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (max-width:768px) {
    .wp-block-image {
        text-align: center
    }
}

@media (max-width:768px) {
    .wp-block-column {
        -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important
    }
}

.wp-block-column.is-vertically-aligned-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated {
    background-repeat: repeat;
    -webkit-background-size: auto auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover-image.has-background-dim::before,
.wp-block-cover.has-background-dim::before {
    content: "";
    background-color: inherit
}

.wp-block-cover .wp-block-cover__gradient-background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim:not(.has-background-gradient)::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 290px;
    width: 100%
}

.wp-block-cover-image::after,
.wp-block-cover::after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .wp-block-cover-image::after,
    .wp-block-cover::after {
        content: none
    }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff
}

.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
    color: #fff
}

.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 580px;
    padding: .44em;
    text-align: center
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
    max-width: 360px;
    width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed.wp-embed-aspect-16-9>.wp-block-embed__wrapper {
    position: relative;
    height: auto
}

.wp-block-embed.wp-embed-aspect-16-9>.wp-block-embed__wrapper::before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.wp-block-embed.wp-embed-aspect-16-9>.wp-block-embed__wrapper .rll-youtube-player {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important
}

.wp-block-embed.wp-embed-aspect-16-9>.wp-block-embed__wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper::before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
    padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    color: #fff;
    font-size: .8em;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.blocks-gallery-grid,
.wp-block-gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: -webkit-calc(50% - 1em);
    width: -moz-calc(50% - 1em);
    width: calc(50% - 1em)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(even),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(even),
.wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.wp-block-gallery .blocks-gallery-item:nth-of-type(even) {
    margin-right: 0
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure,
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img,
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    color: #fff;
    text-align: center;
    font-size: .8em;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .7)), color-stop(70%, rgba(0, 0, 0, .3)), to(transparent));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .3) 70%, transparent);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .3) 70%, transparent);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .3) 70%, transparent);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .7)), color-stop(70%, rgba(0, 0, 0, .3)), to(transparent));
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .7)), color-stop(70%, rgba(0, 0, 0, .3)), to(transparent));
    background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .3) 70%, transparent);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 290px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wp-block-group {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 1.25em 2.375em
}

.wp-block-image {
    margin-bottom: 1em;
    line-height: 1
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright {
    display: table
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin-left: 0;
    margin-right: 1em;
    margin-top: .5em;
    margin-bottom: .5em
}

.wp-block-image .alignright {
    float: right;
    margin-right: 0;
    margin-left: 1em;
    margin-top: .5em;
    margin-bottom: .5em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.is-style-rounded img {
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    border-radius: 9999px
}

.is-style-circle-mask img {
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
}

.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

.block-editor-image-alignment-control__row .components-base-control__field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
    margin-bottom: 0
}

ol.has-background,
ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    -ms-grid-row-align: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start
}

.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
    -ms-grid-row-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    -ms-grid-row-align: end;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    align-self: end
}

.wp-block-media-text__content .wp-block-buttons {
    padding-top: .65rem
}

.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8% 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1
        /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
        /*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns: 100% !important;
        grid-template-columns: 100% !important
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link:not(.has-text-color) {
    color: #1e1e1e
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
    background-color: #fff
}

.items-justified-left>ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.items-justified-center>ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.items-justified-right>ul {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.wp-block-navigation-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0
}

.wp-block-navigation-link .wp-block-navigation__container:empty {
    display: none
}

.wp-block-navigation__container {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.is-vertical .wp-block-navigation__container {
    display: block
}

.has-child>.wp-block-navigation-link__content {
    padding-right: .5em
}

.has-child .wp-block-navigation__container {
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: inherit;
    color: inherit;
    position: absolute;
    left: 0;
    top: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    transition: opacity .1s linear;
    visibility: hidden
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon {
    padding-right: .5em
}

.has-child:hover {
    cursor: pointer
}

.has-child:hover>.wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.has-child:focus-within {
    cursor: pointer
}

.has-child:focus-within>.wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wp-block-navigation-link__content {
    color: inherit;
    text-decoration: none;
    padding: .5em 1em
}

.wp-block-navigation-link__content+.wp-block-navigation-link__content {
    padding-top: 0
}

.has-text-color .wp-block-navigation-link__content {
    color: inherit
}

.wp-block-navigation-link__label {
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation-link__submenu-icon {
    height: inherit;
    padding: .375em 1em .375em 0
}

.wp-block-navigation-link__submenu-icon svg {
    fill: currentColor
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus)::first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-background {
    padding: 1.25em 2.375em
}

p.has-text-color a {
    color: inherit
}

.wp-block-post-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    margin-bottom: .7em;
    font-size: .7em
}

.wp-block-post-author__content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0%
}

.wp-block-post-author__name {
    font-weight: 700;
    margin: 0
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 290px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 1.25em
}

.wp-block-pullquote p {
    font-size: 1.75em;
    line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: 0 0
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin-bottom: 1em;
    padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 1.125em;
    text-align: right
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-search .wp-block-search__inside-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494
}

.wp-block-search .wp-block-search__button {
    margin-left: .625em;
    word-break: normal
}

.wp-block-search .wp-block-search__button svg {
    min-width: 1.5em;
    min-height: 1.5em
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 4px;
    border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 0 0 0 .25em
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
    outline: 0
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: .125em .5em
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-ct-separator {
    height: 1px !important;
    border: none !important;
    display: block
}

.wp-block-separator.is-style-dots {
    background: 0 0 !important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots::before {
    content: "···";
    color: currentColor;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

.wp-block-custom-logo .aligncenter {
    display: table
}

.wp-block-social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.wp-social-link {
    display: block;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    margin: 0 8px 8px 0;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: -o-transform .1s ease;
    -moz-transition: transform .1s ease, -moz-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease, -moz-transform .1s ease, -o-transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
    .wp-social-link {
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s
    }
}

.wp-social-link a {
    padding: 6px;
    display: block;
    line-height: 0;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: -o-transform .1s ease;
    -moz-transition: transform .1s ease, -moz-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease, -moz-transform .1s ease, -o-transform .1s ease
}

.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link svg {
    color: currentColor;
    fill: currentColor
}

.wp-social-link:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.wp-block-social-links.aligncenter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: 0 0;
    padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 28px;
    height: 28px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: 16px;
    padding-right: 16px
}

.wp-block-spacer {
    clear: both
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    width: 100%
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-text-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.wp-block-text-columns.aligncenter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: 33.3333333333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: -webkit-calc(100% / 4);
    width: -moz-calc(100% / 4);
    width: 25%
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    max-width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-post-featured-image a {
    display: inline-block
}

:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .has-white-background-color {
    background-color: #fff
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-black-background-color {
    background-color: #000
}

:root .has-pale-pink-color {
    color: #f78da7
}

:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .has-white-color {
    color: #fff
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-black-color {
    color: #000
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: -webkit-linear-gradient(315deg, #0693e3 0, #9b51e0 100%);
    background: -moz-linear-gradient(315deg, #0693e3 0, #9b51e0 100%);
    background: -o-linear-gradient(315deg, #0693e3 0, #9b51e0 100%);
    background: linear-gradient(135deg, #0693e3 0, #9b51e0 100%)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: -webkit-linear-gradient(315deg, #00d084 0, #0693e3 100%);
    background: -moz-linear-gradient(315deg, #00d084 0, #0693e3 100%);
    background: -o-linear-gradient(315deg, #00d084 0, #0693e3 100%);
    background: linear-gradient(135deg, #00d084 0, #0693e3 100%)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: -webkit-linear-gradient(315deg, #7adcb4 0, #00d082 100%);
    background: -moz-linear-gradient(315deg, #7adcb4 0, #00d082 100%);
    background: -o-linear-gradient(315deg, #7adcb4 0, #00d082 100%);
    background: linear-gradient(135deg, #7adcb4 0, #00d082 100%)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: -webkit-linear-gradient(315deg, #fcb900 0, #ff6900 100%);
    background: -moz-linear-gradient(315deg, #fcb900 0, #ff6900 100%);
    background: -o-linear-gradient(315deg, #fcb900 0, #ff6900 100%);
    background: linear-gradient(135deg, #fcb900 0, #ff6900 100%)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: -webkit-linear-gradient(315deg, #ff6900 0, #cf2e2e 100%);
    background: -moz-linear-gradient(315deg, #ff6900 0, #cf2e2e 100%);
    background: -o-linear-gradient(315deg, #ff6900 0, #cf2e2e 100%);
    background: linear-gradient(135deg, #ff6900 0, #cf2e2e 100%)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: -webkit-linear-gradient(315deg, #eee 0, #a9b8c3 100%);
    background: -moz-linear-gradient(315deg, #eee 0, #a9b8c3 100%);
    background: -o-linear-gradient(315deg, #eee 0, #a9b8c3 100%);
    background: linear-gradient(135deg, #eee 0, #a9b8c3 100%)
}

:root .has-cool-to-warm-spectrum-gradient-background {
    background: -webkit-linear-gradient(315deg, #4aeadc 0, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
    background: -moz-linear-gradient(315deg, #4aeadc 0, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
    background: -o-linear-gradient(315deg, #4aeadc 0, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
    background: -webkit-linear-gradient(315deg, #4aeadc 0, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
    background: -moz-linear-gradient(315deg, #4aeadc 0, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
    background: -o-linear-gradient(315deg, #4aeadc 0, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
    background: -webkit-linear-gradient(315deg, #4aeadc 0, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
    background: -moz-linear-gradient(315deg, #4aeadc 0, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
    background: -o-linear-gradient(315deg, #4aeadc 0, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
    background: linear-gradient(135deg, #4aeadc 0, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%)
}

:root .has-blush-light-purple-gradient-background {
    background: -webkit-linear-gradient(315deg, #ffceec 0, #9896f0 100%);
    background: -moz-linear-gradient(315deg, #ffceec 0, #9896f0 100%);
    background: -o-linear-gradient(315deg, #ffceec 0, #9896f0 100%);
    background: linear-gradient(135deg, #ffceec 0, #9896f0 100%)
}

:root .has-blush-bordeaux-gradient-background {
    background: -webkit-linear-gradient(315deg, #fecda5 0, #fe2d2d 50%, #6b003e 100%);
    background: -moz-linear-gradient(315deg, #fecda5 0, #fe2d2d 50%, #6b003e 100%);
    background: -o-linear-gradient(315deg, #fecda5 0, #fe2d2d 50%, #6b003e 100%);
    background: linear-gradient(135deg, #fecda5 0, #fe2d2d 50%, #6b003e 100%)
}

:root .has-purple-crush-gradient-background {
    background: -webkit-linear-gradient(315deg, #34e2e4 0, #4721fb 50%, #ab1dfe 100%);
    background: -moz-linear-gradient(315deg, #34e2e4 0, #4721fb 50%, #ab1dfe 100%);
    background: -o-linear-gradient(315deg, #34e2e4 0, #4721fb 50%, #ab1dfe 100%);
    background: linear-gradient(135deg, #34e2e4 0, #4721fb 50%, #ab1dfe 100%)
}

:root .has-luminous-dusk-gradient-background {
    background: -webkit-linear-gradient(315deg, #ffcb70 0, #c751c0 50%, #4158d0 100%);
    background: -moz-linear-gradient(315deg, #ffcb70 0, #c751c0 50%, #4158d0 100%);
    background: -o-linear-gradient(315deg, #ffcb70 0, #c751c0 50%, #4158d0 100%);
    background: linear-gradient(135deg, #ffcb70 0, #c751c0 50%, #4158d0 100%)
}

:root .has-hazy-dawn-gradient-background {
    background: -webkit-linear-gradient(315deg, #faaca8 0, #dad0ec 100%);
    background: -moz-linear-gradient(315deg, #faaca8 0, #dad0ec 100%);
    background: -o-linear-gradient(315deg, #faaca8 0, #dad0ec 100%);
    background: linear-gradient(135deg, #faaca8 0, #dad0ec 100%)
}

:root .has-pale-ocean-gradient-background {
    background: -webkit-linear-gradient(315deg, #fff5cb 0, #b6e3d4 50%, #33a7b5 100%);
    background: -moz-linear-gradient(315deg, #fff5cb 0, #b6e3d4 50%, #33a7b5 100%);
    background: -o-linear-gradient(315deg, #fff5cb 0, #b6e3d4 50%, #33a7b5 100%);
    background: linear-gradient(135deg, #fff5cb 0, #b6e3d4 50%, #33a7b5 100%)
}

:root .has-electric-grass-gradient-background {
    background: -webkit-linear-gradient(315deg, #caf880 0, #71ce7e 100%);
    background: -moz-linear-gradient(315deg, #caf880 0, #71ce7e 100%);
    background: -o-linear-gradient(315deg, #caf880 0, #71ce7e 100%);
    background: linear-gradient(135deg, #caf880 0, #71ce7e 100%)
}

:root .has-subdued-olive-gradient-background {
    background: -webkit-linear-gradient(315deg, #fafae1 0, #67a671 100%);
    background: -moz-linear-gradient(315deg, #fafae1 0, #67a671 100%);
    background: -o-linear-gradient(315deg, #fafae1 0, #67a671 100%);
    background: linear-gradient(135deg, #fafae1 0, #67a671 100%)
}

:root .has-atomic-cream-gradient-background {
    background: -webkit-linear-gradient(315deg, #fdd79a 0, #004a59 100%);
    background: -moz-linear-gradient(315deg, #fdd79a 0, #004a59 100%);
    background: -o-linear-gradient(315deg, #fdd79a 0, #004a59 100%);
    background: linear-gradient(135deg, #fdd79a 0, #004a59 100%)
}

:root .has-nightshade-gradient-background {
    background: -webkit-linear-gradient(315deg, #330968 0, #31cdcf 100%);
    background: -moz-linear-gradient(315deg, #330968 0, #31cdcf 100%);
    background: -o-linear-gradient(315deg, #330968 0, #31cdcf 100%);
    background: linear-gradient(135deg, #330968 0, #31cdcf 100%)
}

:root .has-midnight-gradient-background {
    background: -webkit-linear-gradient(315deg, #020381 0, #2874fc 100%);
    background: -moz-linear-gradient(315deg, #020381 0, #2874fc 100%);
    background: -o-linear-gradient(315deg, #020381 0, #2874fc 100%);
    background: linear-gradient(135deg, #020381 0, #2874fc 100%)
}

:root .has-link-color a {
    color: #00e;
    color: var(--wp--style--color--link, #00e)
}

.has-small-font-size {
    font-size: .8125em
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 1em
}

.has-medium-font-size {
    font-size: 1.25em
}

.has-large-font-size {
    font-size: 2.25em
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 2.625em
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.ct-spacer {
    height: 55px
}

.iconwith-text-3-col-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: -15px
}

.iconwith-text-3-col-layout>div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 !important
}

.iconwith-text-3-col-layout>div .icon-with-text--box-icon img {
    max-height: 40px
}

@media screen and (min-width:520px) {
    .iconwith-text-3-col-layout>div {
        max-width: 50%
    }
}

@media screen and (min-width:782px) {
    .iconwith-text-3-col-layout>div {
        max-width: 33.3%
    }
}

.iconwith-text-4-col-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: -15px
}

.iconwith-text-4-col-layout>div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 !important
}

.iconwith-text-4-col-layout>div .icon-with-text--box-icon img {
    width: auto;
    max-height: 40px
}

@media screen and (min-width:520px) {
    .iconwith-text-4-col-layout>div {
        max-width: 50%
    }
}

@media screen and (min-width:782px) {
    .iconwith-text-4-col-layout>div {
        max-width: 33.3%
    }
}

@media screen and (min-width:1025px) {
    .iconwith-text-4-col-layout>div {
        max-width: 25%
    }
}

.center-aligned-gallery {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.center-aligned-gallery .wp-block-image {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    text-align: center
}

@media screen and (max-width:768px) {
    .wp-block-columns {
        -webkit-flex-flow: wrap !important;
        -ms-flex-flow: wrap !important;
        flex-flow: wrap !important
    }

    .is-not-stacked-on-mobile .wp-block-column {
        -webkit-flex-basis: 47% !important;
        -ms-flex-preferred-size: 47% !important;
        flex-basis: 47% !important
    }
}

@media (min-width:769px) and (max-width:1100px) {
    .wp-block-columns:has(.wp-container-5) {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .wp-block-columns:has(.wp-container-5)>* {
        max-width: 33% !important;
        -webkit-flex-basis: -webkit-calc(33% - 2em) !important;
        -ms-flex-preferred-size: calc(33% - 2em) !important;
        flex-basis: -moz-calc(33% - 2em) !important;
        flex-basis: calc(33% - 2em) !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.ctm-related-posts>ul.wp-block-post-template {
    list-style: none;
    margin: 0;
    padding: 0
}

.ctm-related-posts>ul.wp-block-post-template figure.wp-block-post-featured-image img {
    -o-object-position: right center;
    object-position: right center
}

.wp-block-columns.equal-height-columns>.wp-block-column {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.wp-block-columns.equal-height-columns>.wp-block-column>.wp-block-md-multipurpose-gutenberg-block {
    height: 100%
}

a {
    color: #006aac
}

a:active,
a:focus,
a:hover {
    color: #4cafdb
}

body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 30px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.1
}

a,
button {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: normal
}

.site-main p {
    margin-bottom: 1.5rem
}

.site-main p:last-child {
    margin-bottom: 0
}

p a {
    color: #006aac
}

p a:active,
p a:focus,
p a:hover {
    color: #4cafdb
}

ul {
    padding-left: 20px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin-bottom: 1.5rem;
    line-height: 1.1
}

h2 {
    font-size: 22px
}

h3,
h4 {
    font-size: 19px
}

h5,
h6 {
    font-size: 15px
}

.has-huge-font-size {
    font-size: 42px;
    margin: 0 0 20px
}

.has-cs-section-title-font-size {
    font-size: 36px
}

.has-large-section-title-font-size {
    font-size: 42px;
    margin: 0 0 20px
}

.has-main-section-title-font-size {
    margin-top: 0;
    font-size: 32px
}

.has-featured-title-font-size {
    font-size: 30px;
    margin: 0 0 25px;
    line-height: 40px
}

.has-box-title-font-size {
    font-size: 24px;
    margin: 20px 0 10px
}

.has-section-title-font-size {
    font-size: 22px
}

.has-large-paragraph-font-size {
    font-size: 18px
}

.has-cs-heading-100-font-size {
    font-size: 40px
}

.ct-block-container ul {
    padding-left: 20px
}

.ct-block-container h1,
.ct-block-container h2,
.ct-block-container h3,
.ct-block-container h4,
.ct-block-container h5,
.ct-block-container h6 {
    font-weight: 400;
    margin-bottom: 1.5rem;
    line-height: 1.1
}

.ct-block-container h2 {
    font-size: 22px
}

.ct-block-container h3,
.ct-block-container h4 {
    font-size: 19px
}

.ct-block-container h5,
.ct-block-container h6 {
    font-size: 15px
}

.ct-block-container .has-huge-font-size {
    font-size: 42px;
    margin: 0 0 20px
}

.ct-block-container .has-cs-section-title-font-size {
    font-size: 36px
}

.ct-block-container .has-large-section-title-font-size {
    font-size: 42px;
    margin: 0 0 20px
}

.ct-block-container .has-main-section-title-font-size {
    margin-top: 0;
    font-size: 32px
}

.ct-block-container .has-featured-title-font-size {
    font-size: 30px;
    margin: 0 0 25px;
    line-height: 40px
}

.ct-block-container .has-box-title-font-size {
    font-size: 24px;
    margin: 20px 0 10px
}

.ct-block-container .has-section-title-font-size {
    font-size: 22px
}

.ct-block-container .has-large-paragraph-font-size {
    font-size: 18px
}

.ct-block-container .has-cs-heading-100-font-size {
    font-size: 40px
}

.has-font-bold {
    font-weight: 700
}

.has-primary-light-green-color {
    color: #a8c930
}

.has-primary-light-blue-color {
    color: #4cafdb
}

.unordered-icon--list {
    list-style-type: none;
    line-height: 2
}

.unordered-icon--list li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative
}

.unordered-icon--list li:before {
    content: "✔";
    display: inline-block;
    font-size: 15px;
    color: #a8c930;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width:781px) {
    .has-tablet-text-center {
        text-align: center
    }
}

@media (max-width:767px) {
    .has-mobile-text-center {
        text-align: center
    }
}

.has-large-paragraph-font-size {
    font-size: 16px
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%
}

@media (max-width:767px) {
    html {
        font-size: 50%
    }
}

body {
    overflow-x: hidden
}

body {
    margin: 0;
    background-color: #fafeff;
    color: #000
}

main {
    display: block
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration-thickness: 1px;
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    -moz-text-decoration-style: dotted;
    text-decoration-style: dotted
}

b,
strong {
    font-weight: 700
}

code,
kbd,
samp {
    font-family: "Open Sans", sans-serif;
    font-size: 15px
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    max-width: 100%
}

input,
optgroup,
select,
textarea {
    font-family: "Open Sans", sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
    padding: 0;
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

button {
    cursor: pointer
}

body>#page {
    overflow: hidden
}

body.single-post>#page {
    overflow: visible
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row-no-margin {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.col-auto {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.col-1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6.3333333333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 6.3333333333%;
    flex: 0 0 6.3333333333%;
    max-width: 6.3333333333%;
    margin: 0 1% 2%
}

.col-2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.6666666667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 14.6666666667%;
    flex: 0 0 14.6666666667%;
    max-width: 14.6666666667%;
    margin: 0 1% 2%
}

.col-3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 23%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
    margin: 0 1% 2%
}

.col-4 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31.3333333333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 31.3333333333%;
    flex: 0 0 31.3333333333%;
    max-width: 31.3333333333%;
    margin: 0 1% 2%
}

.col-5 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 39.6666666667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 39.6666666667%;
    flex: 0 0 39.6666666667%;
    max-width: 39.6666666667%;
    margin: 0 1% 2%
}

.col-6 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    margin: 0 1% 2%
}

.col-7 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 56.3333333333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 56.3333333333%;
    flex: 0 0 56.3333333333%;
    max-width: 56.3333333333%;
    margin: 0 1% 2%
}

.col-8 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 64.6666666667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 64.6666666667%;
    flex: 0 0 64.6666666667%;
    max-width: 64.6666666667%;
    margin: 0 1% 2%
}

.col-9 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 73%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    max-width: 73%;
    margin: 0 1% 2%
}

.col-10 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 81.3333333333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 81.3333333333%;
    flex: 0 0 81.3333333333%;
    max-width: 81.3333333333%;
    margin: 0 1% 2%
}

.col-11 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 89.6666666667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 89.6666666667%;
    flex: 0 0 89.6666666667%;
    max-width: 89.6666666667%;
    margin: 0 1% 2%
}

.col-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 98%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 98%;
    flex: 0 0 98%;
    max-width: 98%;
    margin: 0 1% 2%
}

.col-no-gutter-1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-no-gutter-2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-no-gutter-3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-no-gutter-4 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-no-gutter-5 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-no-gutter-6 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-no-gutter-7 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-no-gutter-8 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-no-gutter-9 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-no-gutter-10 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-no-gutter-11 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-no-gutter-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media all and (max-width:768px) {
    .col-md-1 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 6.3333333333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 6.3333333333%;
        flex: 0 0 6.3333333333%;
        max-width: 6.3333333333%;
        margin: 0 1% 2%
    }

    .col-md-2 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14.6666666667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 14.6666666667%;
        flex: 0 0 14.6666666667%;
        max-width: 14.6666666667%;
        margin: 0 1% 2%
    }

    .col-md-3 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 23%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
        max-width: 23%;
        margin: 0 1% 2%
    }

    .col-md-4 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 31.3333333333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 31.3333333333%;
        flex: 0 0 31.3333333333%;
        max-width: 31.3333333333%;
        margin: 0 1% 2%
    }

    .col-md-5 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 39.6666666667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 39.6666666667%;
        flex: 0 0 39.6666666667%;
        max-width: 39.6666666667%;
        margin: 0 1% 2%
    }

    .col-md-6 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
        margin: 0 1% 2%
    }

    .col-md-7 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 56.3333333333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 56.3333333333%;
        flex: 0 0 56.3333333333%;
        max-width: 56.3333333333%;
        margin: 0 1% 2%
    }

    .col-md-8 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 64.6666666667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 64.6666666667%;
        flex: 0 0 64.6666666667%;
        max-width: 64.6666666667%;
        margin: 0 1% 2%
    }

    .col-md-9 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 73%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 73%;
        flex: 0 0 73%;
        max-width: 73%;
        margin: 0 1% 2%
    }

    .col-md-10 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 81.3333333333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 81.3333333333%;
        flex: 0 0 81.3333333333%;
        max-width: 81.3333333333%;
        margin: 0 1% 2%
    }

    .col-md-11 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 89.6666666667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 89.6666666667%;
        flex: 0 0 89.6666666667%;
        max-width: 89.6666666667%;
        margin: 0 1% 2%
    }

    .col-md-12 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 98%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 98%;
        flex: 0 0 98%;
        max-width: 98%;
        margin: 0 1% 2%
    }

    .col-no-gutter-md-1 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-no-gutter-md-2 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-no-gutter-md-3 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-no-gutter-md-4 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-no-gutter-md-5 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-no-gutter-md-6 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-no-gutter-md-7 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-no-gutter-md-8 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-no-gutter-md-9 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-no-gutter-md-10 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-no-gutter-md-11 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-no-gutter-md-12 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media all and (max-width:550px) {
    .col-sd-1 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 6.3333333333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 6.3333333333%;
        flex: 0 0 6.3333333333%;
        max-width: 6.3333333333%;
        margin: 0 1% 2%
    }

    .col-sd-2 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14.6666666667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 14.6666666667%;
        flex: 0 0 14.6666666667%;
        max-width: 14.6666666667%;
        margin: 0 1% 2%
    }

    .col-sd-3 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 23%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
        max-width: 23%;
        margin: 0 1% 2%
    }

    .col-sd-4 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 31.3333333333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 31.3333333333%;
        flex: 0 0 31.3333333333%;
        max-width: 31.3333333333%;
        margin: 0 1% 2%
    }

    .col-sd-5 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 39.6666666667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 39.6666666667%;
        flex: 0 0 39.6666666667%;
        max-width: 39.6666666667%;
        margin: 0 1% 2%
    }

    .col-sd-6 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
        margin: 0 1% 2%
    }

    .col-sd-7 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 56.3333333333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 56.3333333333%;
        flex: 0 0 56.3333333333%;
        max-width: 56.3333333333%;
        margin: 0 1% 2%
    }

    .col-sd-8 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 64.6666666667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 64.6666666667%;
        flex: 0 0 64.6666666667%;
        max-width: 64.6666666667%;
        margin: 0 1% 2%
    }

    .col-sd-9 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 73%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 73%;
        flex: 0 0 73%;
        max-width: 73%;
        margin: 0 1% 2%
    }

    .col-sd-10 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 81.3333333333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 81.3333333333%;
        flex: 0 0 81.3333333333%;
        max-width: 81.3333333333%;
        margin: 0 1% 2%
    }

    .col-sd-11 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 89.6666666667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 89.6666666667%;
        flex: 0 0 89.6666666667%;
        max-width: 89.6666666667%;
        margin: 0 1% 2%
    }

    .col-sd-12 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 98%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 98%;
        flex: 0 0 98%;
        max-width: 98%;
        margin: 0 1% 2%
    }

    .col-no-gutter-sd-1 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-no-gutter-sd-2 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-no-gutter-sd-3 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-no-gutter-sd-4 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-no-gutter-sd-5 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-no-gutter-sd-6 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-no-gutter-sd-7 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-no-gutter-sd-8 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-no-gutter-sd-9 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-no-gutter-sd-10 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-no-gutter-sd-11 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-no-gutter-sd-12 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.row-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    flex-direction: row-reverse
}

.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 15px
}

.wp-block-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.wp-block-buttons.is-content-justification-center {
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

img.alignleft {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px
}

img.alignright {
    float: right;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px
}

.logos-email-responsive {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    gap: 20px !important
}

.logos-email-responsive>* {
    min-width: 210px;
    margin: 0 !important
}

.ct-block-container .aligncenter,
.ct-block-container .is-block-center,
.ct-block-container>:not(.alignfull):not(.is-block-full):not(.is-block-wide):not(.alignwide):not(.has-fixed) {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.ct-block-container .alignwide,
.ct-block-container .is-block-wide {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ct-block-container .has-fixed {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.ct-block-container .wp-block-md-multipurpose-gutenberg-block {
    padding-top: 25px;
    padding-bottom: 25px
}

@media (min-width:768px) {
    .ct-block-container .wp-block-md-multipurpose-gutenberg-block {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.ct-block-container .wp-block-md-multipurpose-gutenberg-block .wp-block-md-multipurpose-gutenberg-block {
    padding-top: 0;
    padding-bottom: 0
}

.ct-stats-block {
    padding-bottom: 30px !important
}

@media all and (max-width:1099px) {
    .ct-stats-block {
        padding: 0 !important
    }

    .ct-stats-block .is-vertically-aligned-center {
        margin-bottom: 35px !important
    }

    .ct-stats-block .has-custom-column-spacing {
        padding-bottom: 15px !important
    }
}

.alignfull,
.breakout,
.is-block-full {
    left: 50%;
    right: 50%;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    margin-right: -50vw
}

.rich-snippet-hidden {
    display: none
}

.breadcrumbs a {
    color: #006aac;
    padding-right: 5px
}

.breadcrumbs .breadcrumb_last {
    padding-left: 5px
}

.breadcrumbs a,
.breadcrumbs span {
    font-size: 13px
}

.mb0 {
    margin-bottom: 0 !important
}

.whiteText {
    color: #fff
}

.block-library-spacer__resize-container {
    background: #f3f4f5
}

.has-background-attachment {
    background-attachment: fixed
}

.has-background-size {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.has-background-opacity {
    position: relative
}

.has-background-opacity:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: inherit
}

.has-background-opacity * {
    position: relative
}

.has-background-opacity-0:before {
    opacity: .1
}

.has-background-opacity-10:before {
    opacity: .1
}

.has-background-opacity-20:before {
    opacity: .2
}

.has-background-opacity-30:before {
    opacity: .3
}

.has-background-opacity-40:before {
    opacity: .4
}

.has-background-opacity-50:before {
    opacity: .5
}

.has-background-opacity-60:before {
    opacity: .6
}

.has-background-opacity-70:before {
    opacity: .7
}

.has-background-opacity-80:before {
    opacity: .8
}

.has-background-opacity-90:before {
    opacity: .9
}

.has-background-opacity-100:before {
    opacity: 1
}

.is-block-center {
    margin: 0 auto
}

.is-block-right {
    margin-left: auto
}

.is-block-left {
    margin-right: auto
}

.has-fixed {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    clear: both
}

.has-fluid {
    width: 100%;
    clear: both;
    margin: 0 auto
}

.has-semi {
    width: 85%;
    margin: 0 auto
}

.is-image-banner .wp-block-column figure {
    margin: 0
}

.is-image-banner .wp-block-columns .wp-block-column figure img {
    display: block
}

.is-image-banner .wp-block-columns.has-2-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.is-image-banner .wp-block-column:first-child {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    align-self: end
}

.is-image-banner .wp-block-columns .wp-block-column {
    margin-bottom: 0
}

.is-image-banner {
    overflow: hidden
}

figure.alignleft {
    text-align: left
}

figure.aligncenter {
    text-align: center
}

figure.alignright {
    text-align: right
}

@media (max-width:980px) {
    .hidden980 {
        display: none
    }

    .has-custom-width {
        width: 100% !important
    }

    .has-2-columns,
    .wp-block-columns.has-3-columns,
    .wp-block-columns.has-4-columns {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .has-2-columns .wp-block-column,
    .wp-block-columns.has-3-columns .wp-block-column {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0
    }

    .wp-block-columns.has-4-columns .wp-block-column {
        -webkit-flex-basis: 47.25%;
        -ms-flex-preferred-size: 47.25%;
        flex-basis: 47.25%;
        margin: 0 5.5% 1em 0
    }

    .wp-block-columns.has-4-columns .wp-block-column:nth-child(even) {
        margin: 0 0 1em 0
    }
}

@media (max-width:479px) {
    .wp-block-columns.has-4-columns .wp-block-column {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

img {
    height: auto;
    max-width: 100%
}

img[src*=".svg"]:not([width]) {
    width: 100%
}

.width-100 {
    width: 100%
}

.wp-block-quote {
    color: #fff;
    padding: 20px 80px;
    position: relative;
    background: #006aac
}

.wp-block-quote:before {
    top: 20px;
    left: 30px;
    width: 40px;
    height: 40px;
    content: " ";
    position: absolute;
    background-position: center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z'%3E%3C/path%3E%3C/svg%3E")
}

.wp-block-quote:after {
    width: 40px;
    right: 30px;
    bottom: 20px;
    height: 40px;
    content: " ";
    position: absolute;
    background-position: center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z'%3E%3C/path%3E%3C/svg%3E")
}

.skip-link {
    left: -99990px;
    top: 25px;
    z-index: 999999999;
    text-decoration: underline
}

.skip-link:focus {
    display: inline-block;
    left: 6px;
    top: 7px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
    padding: 15px 23px 14px;
    z-index: 100000;
    right: auto
}

.text-primary {
    color: #006aac
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #006aac;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.wp-block-columns,
.wp-block-image {
    margin-bottom: 0
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em
}

.fa-secondary {
    opacity: .4
}

.font-bold {
    font-weight: 700
}

.has-light-gray-color {
    color: #f2f6f8 !important
}

.has-white-color {
    color: #fff !important
}

.has-black-color {
    color: #000 !important
}

.has-theme-black-color {
    color: #252525 !important
}

.has-primary-blue-color {
    color: #006aac !important
}

.has-primary-light-blue-color {
    color: #4cafdb !important
}

.has-primary-green-color {
    color: #b7da35 !important
}

.has-primary-light-green-color {
    color: #a8c930 !important
}

.has-white-background-color {
    background-color: #fff
}

.has-black-background-color {
    background-color: #000
}

.has-theme-black-background-color {
    background-color: #252525
}

.has-primary-blue-background-color {
    background-color: #006aac
}

.has-primary-light-blue-background-color {
    background-color: #4cafdb
}

.has-primary-green-background-color {
    background-color: #b7da35
}

.has-primary-light-green-background-color {
    background-color: #a8c930
}

.has-light-gray-background-color {
    background-color: #f2f6f8
}

.has-padding-zero,
.wp-block-cover,
.wp-block-cover-image {
    padding: 0 !important
}

.has-padding-50 {
    padding: 20px
}

.has-mrb-30 {
    margin-bottom: 30px
}

.has-pdb-30 {
    padding-bottom: 30px
}

.has-line-height-zero {
    line-height: 0
}

.has-image-height-45 img {
    height: 45px
}

.has-display-block-tab-none {
    display: none
}

.has-primary-blue-color a {
    color: currentColor
}

.has-primary-blue-color a:focus,
.has-primary-blue-color a:hover {
    opacity: .7
}

.grid-box-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 182px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0 !important
}

.grid-box-item .wp-block-image {
    max-width: 160px
}

.bg-section-blue-end-of-page {
    color: #fff;
    margin-top: 30px;
    background: #006aac
}

.bg-section-blue-end-of-page .calltoaction {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bg-section-blue-end-of-page .calltoaction a,
.bg-section-blue-end-of-page .calltoaction p {
    font-size: 30px
}

.bg-section-blue-end-of-page .calltoaction a {
    color: #005e99;
    margin: 0 10px;
    min-width: 153px;
    font-weight: 700;
    padding: 10px 20px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.has-theme-black-color.has-text-color a:not(.wp-block-button__link) {
    color: #006aac
}

.has-embed-height-413 iframe {
    height: 413px
}

.wp-block-embed iframe {
    width: 100%
}

.has-shape-before {
    position: relative
}

.has-shape-before::before {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 60px solid #fff;
    content: "";
    position: absolute;
    top: -62px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:1099px) {
    .has-shape-before {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-top: 55px
    }

    .has-shape-before::before {
        top: 0
    }
}

.has-white-color.has-text-color a {
    color: #fff
}

.has-white-color.has-text-color a:focus,
.has-white-color.has-text-color a:hover {
    color: #a8c930
}

@media (max-width:1099px) {
    .has-custom-column-spacing {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 55px
    }
}

.has-bold-primary-color strong {
    color: #006aac
}

.has-padding-30 {
    padding: 30px
}

.has-border-radius-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.has-arrow {
    position: relative
}

.has-arrow:after {
    position: absolute;
    bottom: -40px;
    right: auto;
    content: "";
    background-image: var(--wpr-bg-62ab5909-9f52-46f7-9d0d-8bead32e0927);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ct-btn {
    display: inline-block;
    min-width: 150px;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-style: normal;
    background-color: #fff;
    color: #252525
}

.ct-btn:active,
.ct-btn:focus,
.ct-btn:hover {
    background-color: #252525;
    color: #fff
}

.ct-btn--primary {
    background-color: #006aac;
    color: #fff
}

.ct-btn--primary:active,
.ct-btn--primary:focus,
.ct-btn--primary:hover {
    background-color: #a8c930;
    color: #252525
}

.ct-btn--secondary {
    background-color: #a8c930
}

.ct-btn--secondary:active,
.ct-btn--secondary:focus,
.ct-btn--secondary:hover {
    background-color: #869a3b
}

.ct-btn--black {
    background-color: #252525;
    color: #fff
}

.ct-btn--black:active,
.ct-btn--black:focus,
.ct-btn--black:hover {
    background-color: #fff;
    color: #252525
}

.ct-btn--white-primary {
    background-color: #fff;
    color: #006aac
}

.ct-btn--white-primary:active,
.ct-btn--white-primary:focus,
.ct-btn--white-primary:hover {
    background-color: #a8c930;
    color: #252525
}

.wp-block-button__link {
    display: inline-block;
    min-width: 150px;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 30px;
    overflow: hidden;
    text-transform: uppercase;
    font-style: normal;
    position: relative;
    z-index: 1
}

.wp-block-button__link:after {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    pointer-events: none;
    background: rgba(0, 0, 0, .2);
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.wp-block-button__link:active:after,
.wp-block-button__link:focus:after,
.wp-block-button__link:hover:after {
    opacity: 1
}

@-webkit-keyframes blink {
    50% {
        border-color: transparent
    }
}

@-moz-keyframes blink {
    50% {
        border-color: transparent
    }
}

@-o-keyframes blink {
    50% {
        border-color: transparent
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

@media (min-width:782px) {
    .has-desktop-display-none {
        display: none
    }

    .has-arrow:after {
        bottom: auto;
        top: 20px;
        right: -65px;
        left: auto;
        content: "";
        background-image: var(--wpr-bg-975fc566-f9d3-45eb-aa7f-fbaeb3e50243);
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 70px;
        height: 70px
    }
}

@media (max-width:781px) {
    .wp-block-column.has-arrow {
        -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        margin-bottom: 60px;
        margin-left: 0 !important
    }

    .wp-block-column.has-tab-full-width {
        -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        margin-left: 0
    }

    .has-small-font {
        font-size: 4rem !important
    }

    .has-tablet-margin-top-30 {
        margin-top: 30px
    }

    .has-mobile-display-none {
        display: none
    }

    .mobile-margin-left-zero {
        margin-left: 0 !important
    }
}

@media (max-width:599px) {
    .has-column-half {
        -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
        padding: 0 15px
    }

    .has-mobile-margin-top-30 {
        margin-top: 30px
    }

    .has-mobile-spacing {
        height: 40px !important
    }

    .has-mobile-order-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .has-mobile-image-160 img {
        max-width: 160px
    }

    .custom-media--box .wp-block-media-text__media,
    .custom-media--box.custom-media--box-reverse .wp-block-media-text__media {
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0
    }

    .wp-block-media-text.alignwide.is-stacked-on-mobile.is-vertically-aligned-center.is-image-fill.custom-media--box.has-background {
        margin: 0 15px
    }
}

.custom-media--box {
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.custom-media--box .wp-block-media-text__content {
    padding-top: 30px;
    padding-bottom: 30px
}

.custom-media--box .wp-block-media-text__content h3 a,
.custom-media--box .wp-block-media-text__content h4 a,
.custom-media--box .wp-block-media-text__content h5 a,
.custom-media--box .wp-block-media-text__content h6 a {
    color: #006aac
}

.custom-media--box .wp-block-media-text__content h3 a:focus,
.custom-media--box .wp-block-media-text__content h3 a:hover,
.custom-media--box .wp-block-media-text__content h4 a:focus,
.custom-media--box .wp-block-media-text__content h4 a:hover,
.custom-media--box .wp-block-media-text__content h5 a:focus,
.custom-media--box .wp-block-media-text__content h5 a:hover,
.custom-media--box .wp-block-media-text__content h6 a:focus,
.custom-media--box .wp-block-media-text__content h6 a:hover {
    color: #4cafdb
}

.ct-profile-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ct-profile-info a svg {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.ct-profile-info a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase
}

.ct-profile-info a:first-child {
    margin-right: 40px
}

.ct-profile-info a:focus,
.ct-profile-info a:hover {
    color: #46b8ff !important
}

.schema-faq.wp-block-yoast-faq-block.custom__faq,
.schema-faq.wp-block-yoast-faq-block.custom__faq__block .schema-faq-section {
    padding: 30px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    border-left-width: 10px;
    border-left-color: #006aac;
    position: relative;
    margin-bottom: 30px
}

.schema-faq.wp-block-yoast-faq-block.custom__faq .schema-faq-question,
.schema-faq.wp-block-yoast-faq-block.custom__faq__block .schema-faq-section .schema-faq-question {
    font-size: 18px;
    color: #006aac;
    margin: 0 0 10px;
    cursor: pointer;
    padding-right: 25px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.schema-faq.wp-block-yoast-faq-block.custom__faq .schema-faq-question:focus,
.schema-faq.wp-block-yoast-faq-block.custom__faq .schema-faq-question:hover,
.schema-faq.wp-block-yoast-faq-block.custom__faq__block .schema-faq-section .schema-faq-question:focus,
.schema-faq.wp-block-yoast-faq-block.custom__faq__block .schema-faq-section .schema-faq-question:hover {
    color: #4cafdb
}

.schema-faq.wp-block-yoast-faq-block.custom__faq .schema-faq-answer,
.schema-faq.wp-block-yoast-faq-block.custom__faq__block .schema-faq-section .schema-faq-answer {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 2px solid #006aac;
    color: #252525;
    line-height: 2;
    display: none
}

.schema-faq.wp-block-yoast-faq-block.custom__faq.active .schema-faq-answer,
.schema-faq.wp-block-yoast-faq-block.custom__faq__block .schema-faq-section.active .schema-faq-answer {
    display: block
}

.schema-faq.wp-block-yoast-faq-block.custom__faq.active:after,
.schema-faq.wp-block-yoast-faq-block.custom__faq__block .schema-faq-section.active:after {
    content: "-";
    line-height: 12px;
    font-size: 30px
}

.schema-faq.wp-block-yoast-faq-block.custom__faq:after,
.schema-faq.wp-block-yoast-faq-block.custom__faq__block .schema-faq-section:after {
    position: absolute;
    top: 36px;
    right: 20px;
    width: 20px;
    height: 20px;
    content: "+";
    border: 1px solid #006aac;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #006aac;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    text-align: center
}

.schema-faq.wp-block-yoast-faq-block.custom__faq__block .schema-faq-section {
    display: inline-block;
    width: 48%;
    margin: 10px 5px;
    vertical-align: top
}

@media (max-width:768px) {
    .schema-faq.wp-block-yoast-faq-block.custom__faq__block .schema-faq-section {
        width: 100%;
        margin: 5px 0
    }
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    color: #fff;
    text-decoration: none
}

.pagination li {
    display: inline
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    background-color: #6fb7e9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: .75rem
}

.pagination li a:hover,
.pagination li.active a {
    background-color: #3c8dc5
}

.owl-wrapper-outer {
    overflow: hidden
}

.ctembed-video {
    padding-top: 56.5%;
    position: relative
}

.ctembed-video .rll-youtube-player {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important
}

.ctembed-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important
}

@media screen and (max-width:992px) {
    .responsive-spacer {
        height: 70px !important
    }
}

@media screen and (max-width:767px) {
    .responsive-spacer {
        height: 45px !important
    }
}

.post-password-form {
    max-width: 600px;
    margin: 75px auto
}

.post-password-form label {
    display: block
}

.post-password-form label input {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
    border: solid 2px #f2f6f8;
    width: 100%
}

.post-password-form input[type=submit] {
    display: inline-block;
    padding: 14px 40px;
    border: solid 1px #a8c930;
    background: #a8c930;
    line-height: 1;
    color: #000;
    font-weight: 700;
    margin-top: 15px;
    text-align: center
}

.ct-check-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.ct-check-list>li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    padding-left: 30px;
    position: relative
}

.ct-check-list>li::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: var(--wpr-bg-be557353-c161-47e9-9364-012a395cf8aa);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.ct-check-list--inline>li {
    display: inline-block;
    margin: 0 10px
}

.main-post--content .entry-content pre {
    margin-bottom: 30px
}

pre {
    width: 100%;
    padding: 0;
    overflow: auto;
    overflow-y: hidden;
    font-size: 12px;
    line-height: 20px;
    background: #efefef;
    border: 1px solid #777
}

pre code {
    padding: 10px;
    color: #333;
    display: block
}

.responsive-iframe-container {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    height: 0;
    width: 100%
}

.responsive-iframe-container iframe {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:767px) {
    .responsive-iframe-container {
        padding-top: 100vh
    }
}

:root :where(.is-layout-constrained)>*,
:root :where(.is-layout-flow)>* {
    -webkit-margin-before: 0;
    margin-block-start: 0
}

#wpadminbar {
    position: fixed !important
}

.ct-super-header {
    background: #072635;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-weight: 700;
    line-height: 1
}

.header-bottom--border {
    position: relative
}

.desktop-header,
.mobile-header {
    line-height: 1.2
}

.top_banner--wrapper {
    background-color: #006aac;
    padding: 10px 0
}

.top_banner--wrapper [data-flex] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.top_banner--wrapper [data-flex] .icon--box:last-child {
    margin-left: 30px
}

.top_banner--wrapper .icon--box p {
    color: #fff
}

.top_banner--wrapper .icon--box p a {
    color: #fff
}

.top_banner--wrapper .icon--box p a:active,
.top_banner--wrapper .icon--box p a:focus,
.top_banner--wrapper .icon--box p a:hover {
    opacity: .8
}

.top_banner--wrapper .icon--box svg {
    fill: #fff;
    color: #fff
}

.top_banner--wrapper .icon--box a {
    color: #fff
}

.top_banner--wrapper .icon--box a:active,
.top_banner--wrapper .icon--box a:focus,
.top_banner--wrapper .icon--box a:hover {
    opacity: .8
}

.top_banner--wrapper .icon--box a svg {
    fill: #fff
}

.mobile-header {
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2000;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.mobile-header.is-sticky {
    position: fixed
}

.mobile-header .top_banner--wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 10px 5px
}

.mobile-header .top_banner--wrapper .icon--box a {
    font-size: 13px
}

.mobile-header__mainbar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 12px 15px;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-header--contact-info {
    position: relative
}

.mobile-header--contact-info-checkbox {
    display: none
}

.mobile-header--contact-info-button {
    width: 42px;
    height: 42px;
    background-color: #4eafdc;
    border: 3px solid #006aac;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 45px;
    display: inline-block;
    text-align: center
}

.mobile-header--contact-info-button svg {
    width: 20px;
    height: 20px
}

.mobile-header--contact-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    top: -100%;
    left: 0;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.mobile-header--contact-info-list li:first-child {
    margin-right: 10px
}

.mobile-header--contact-info-list li a {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #85d3f7;
    border: 3px solid #3caadc;
    padding: 10px;
    line-height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff
}

.mobile-header--contact-info-checkbox:checked~.mobile-header--contact-info-list {
    top: 50px;
    opacity: 1
}

.mobile-header--logo a {
    display: inline-block;
    width: 170px
}

.mobile-header--logo a img,
.mobile-header--logo a svg {
    width: 170px;
    height: auto
}

.mobile-header--logo a svg #Layer_2 {
    display: none
}

.mobile-header--navigation {
    position: relative
}

.mobile-header--navigation-checkbox {
    display: none
}

.mobile-header--navigation-label {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 44px;
    background-color: #006aac;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2000;
    position: relative;
    color: #fff;
    padding: 0 15px;
    font-weight: 700;
    text-transform: uppercase
}

.mobile-header--navigation-label span {
    position: relative;
    margin-right: 10px
}

.mobile-header--navigation-label span,
.mobile-header--navigation-label span::after,
.mobile-header--navigation-label span::before {
    width: 25px;
    height: 3px;
    background-color: #fff;
    display: inline-block
}

.mobile-header--navigation-label span::after,
.mobile-header--navigation-label span::before {
    position: absolute;
    content: "";
    left: 0;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.mobile-header--navigation-label span::before {
    top: -7px
}

.mobile-header--navigation-label span::after {
    top: 7px
}

.mobile-header--navigation-logo {
    position: fixed;
    top: -100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    z-index: 2000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.mobile-header--navigation-logo a {
    display: inline-block;
    width: 170px
}

.mobile-header--navigation-logo a img,
.mobile-header--navigation-logo a svg {
    filter: none !important;
    -webkit-filter: none !important;
}

.mobile-header--navigation-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 0;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    z-index: 1500;
    background-color: white;
    
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.mobile-header--navigation-nav #mobile-mega-menu {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.mobile-header--navigation-nav #mobile-mega-menu .menu-item a {
    display: block;
    font-size: 18px;
    text-transform: capitalize;
    color: #4285F4;
    
    font-weight: 700;
    padding: 0 30px 30px 0;
    letter-spacing: .75px
}

.mobile-header--navigation-checkbox:checked~.mobile-header--navigation-label span {
    background-color: transparent
}

.mobile-header--navigation-checkbox:checked~.mobile-header--navigation-label span::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    background-color: #fff
}

.mobile-header--navigation-checkbox:checked~.mobile-header--navigation-label span::after {
    top: 0;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background-color: #fff
}

.mobile-header--navigation-checkbox:checked~.mobile-header--navigation-logo {
    opacity: 1;
    top: 20px
}

.mobile-header--navigation-checkbox:checked~.mobile-header--navigation-nav {
    width: 100%;
    left: 0;
    opacity: 1
}

.ct-langswitcher {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 9999
}

.ct-langswitcher__trigger {
    line-height: 1;
    display: block !important;
    color: #fff;
    margin: 0 !important;
    cursor: default
}

.ct-langswitcher__trigger svg {
    width: 16px !important;
    height: auto !important;
    display: inline-block;
    line-height: 1;
    vertical-align: -2px
}

.ct-langswitcher__trigger svg path {
    fill: #fff
}

.ct-langswitcher__dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 10px;
    display: none
}

.ct-langswitcher__dropdown-item {
    border-bottom: solid 1px #e9e9e9
}

.ct-langswitcher__dropdown-item-lbl {
    display: block !important;
    padding: 5px 10px;
    line-height: 1;
    color: #006aac !important;
    background-color: #fff;
    margin: 0 !important
}

.ct-langswitcher__dropdown-item-lbl:hover {
    opacity: .8
}

.ct-langswitcher__dropdown-item:last-child {
    border-bottom: none
}

.ct-langswitcher__dropdown-item--active .ct-langswitcher__dropdown-item-lbl {
    background-color: #006aac;
    color: #fff !important;
    cursor: default
}

.ct-langswitcher:hover .ct-langswitcher__dropdown {
    display: block
}

.footer-top {
    background-color: #171717;
    padding: 90px 0
}

@media (max-width:767px) {
    .footer-top .col-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0
    }
}

.footer-top--section-heading {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 0 0 40px;
    line-height: 1
}

.footer-top--stat-lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.footer-top--stat-lists li {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    text-align: center;
    margin-bottom: 30px
}

.footer-top--stat-lists li h4 {
    font-size: 32px;
    font-weight: 400;
    color: #fff
}

.footer-top--stat-lists li span {
    font-size: 14px;
    text-transform: uppercase;
    color: #4cafdb;
    font-weight: 700;
    letter-spacing: .75px
}

.footer-top--recent-posts {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.footer-top--recent-posts li {
    margin-bottom: 25px
}

.footer-top--recent-posts li a {
    display: block
}

.footer-top--recent-posts li a h4 {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin: 0
}

.footer-top--recent-posts li a span {
    font-size: 14px;
    text-transform: uppercase;
    color: #4cafdb;
    font-weight: 700;
    letter-spacing: .5px;
    display: block;
    margin-bottom: 5px
}

.footer-top--recent-posts li a:active,
.footer-top--recent-posts li a:focus,
.footer-top--recent-posts li a:hover {
    opacity: .8
}

.footer-top--quote {
    text-align: center
}

.footer-top--quote h3 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #fff
}

.footer-top--quote span,
.footer-top--quote strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #838383
}

.site-footer {
    background-color: #212121;
    padding: 90px 15px
}

@media (max-width:551px) {
    .site-footer {
        text-align: center
    }
}

@media (max-width:999px) {

    .site-footer .col-3,
    .site-footer .col-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
        margin-bottom: 30px
    }
}

@media (max-width:551px) {

    .site-footer .col-3,
    .site-footer .col-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px
    }
}

.site-footer--logo a {
    display: block
}

@media (max-width:999px) {
    .site-footer--logo a {
        max-width: 270px;
        margin: 0 auto
    }
}

.site-footer--heading {
    font-size: 20px;
    font-weight: 600;
    text-transform: inherit;
    margin: 0 0 15px;
    color: #fff
}

.site-footer--social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style-type: none
}

.site-footer--social-links li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.site-footer--social-links li a {
    display: inline-block;
    color: #fff
}

.site-footer--social-links li a svg {
    width: 22px;
    height: 22px
}

.site-footer--social-links li a:active,
.site-footer--social-links li a:focus,
.site-footer--social-links li a:hover {
    color: #006aac
}

.site-footer--inline-btn {
    text-transform: uppercase;
    color: #a8c930;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    border-bottom: 1px solid currentColor;
    margin-top: 16px
}

.site-footer--inline-btn:active,
.site-footer--inline-btn:focus,
.site-footer--inline-btn:hover {
    color: #006aac
}

.site-footer address {
    font-style: normal;
    line-height: 2;
    color: #ababab;
    font-size: 15px
}

.site-footer--contaci-info {
    color: #ababab;
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 15px
}

.site-footer--contaci-info a {
    color: #ababab;
    font-weight: 600;
    font-size: 15px;
    word-break: break-all;
    line-height: 40px
}

.site-footer--contaci-info a:active,
.site-footer--contaci-info a:focus,
.site-footer--contaci-info a:hover {
    opacity: .8
}

.site-footer--navigation {
    padding: 40px 15px;
    border-top: 1px solid #3f3b3b
}

.site-footer--navigation .menu {
    list-style-type: none
}

.site-footer--navigation .menu .menu-item a {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px;
    display: inline-block
}

.site-footer--navigation .menu .menu-item a:active,
.site-footer--navigation .menu .menu-item a:focus,
.site-footer--navigation .menu .menu-item a:hover {
    opacity: .8
}

.site-footer--navigation .menu .sub-menu {
    list-style-type: none;
    margin-bottom: 25px
}

.site-footer--navigation .menu .sub-menu li a {
    font-size: 14px;
    color: #ababab;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 40px
}

.site-footer--navigation .menu .sub-menu li a:active,
.site-footer--navigation .menu .sub-menu li a:focus,
.site-footer--navigation .menu .sub-menu li a:hover {
    color: #fff
}

.site-footer--credits {
    text-align: center;
    padding: 35px 0 0;
    border-top: 1px solid #3f3b3b
}

.site-footer--credits .footer-copyright {
    font-size: 14px;
    font-weight: 400;
    color: #ababab
}

.site-footer--credits .footer-copyright a {
    font-size: 14px;
    font-weight: 600;
    color: #ababab
}

.site-footer--credits .footer-copyright a:active,
.site-footer--credits .footer-copyright a:focus,
.site-footer--credits .footer-copyright a:hover {
    color: #fff
}

.site-footer--credits .footer-copyright span {
    display: inline-block;
    padding: 0 5px
}

.scrolltop {
    border: 5px solid #006aac;
    display: block;
    position: fixed;
    bottom: 60px;
    right: 10px;
    font-size: 0;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    z-index: 200;
    font-size: 36px
}

.scrolltop svg {
    top: 50%;
    left: 50%;
    z-index: 101;
    color: #4eafdc;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.chat_trigger_btn {
    width: 1px;
    height: 1px;
    background: 0 0;
    border: none;
    outline: 0;
    overflow: hidden;
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    right: 0;
    bottom: 0
}

.facetwp-expand {
    display: none
}

body .facetwp-checkbox {
    background-position: 0 9px !important;
    background-image: var(--wpr-bg-115cfd19-d3ee-4bb4-93b4-e87741f0817c)
}

body .facetwp-checkbox.checked {
    background-image: var(--wpr-bg-5424d41f-e5b6-49ea-b8ef-fa4670b2c52d)
}

body .facetwp-radio {
    background-position: 0 9px !important;
    background-image: var(--wpr-bg-2eb27404-5cc3-40ea-b4e7-8e5abb78d71a)
}

body .facetwp-radio.checked {
    background-image: var(--wpr-bg-d29980c4-629b-4c85-a26a-642ec59f8c84)
}

.gform_legacy_markup_wrapper {
    margin-bottom: 0 !important
}

.gform_legacy_markup_wrapper .gform_footer {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.gform_legacy_markup_wrapper .gform_footer .gform_ajax_spinner {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    max-height: 30px;
    width: auto;
    margin-left: 10px
}

@media only screen and (min-width:768px) {
    .gform_legacy_markup_wrapper .gform_footer {
        padding-top: 10px !important
    }
}

.gform_legacy_markup_wrapper .gform_footer .gform_button.button {
    margin-bottom: 0 !important
}

.btn,
.gform_footer input[type=submit] {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 30px;
    width: auto;
    min-width: 153px;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    background: #a8c930;
    border: 1px solid #a8c930;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    cursor: pointer
}

.btn:active,
.btn:focus,
.btn:hover,
.gform_footer input[type=submit]:active,
.gform_footer input[type=submit]:focus,
.gform_footer input[type=submit]:hover {
    color: #000;
    text-decoration: none;
    background-color: #869a3b;
    border: 1px solid #869a3b
}

.gform_body .gform_fields .gfield {
    padding-right: 0 !important;
    padding-top: 0
}

.gform_body .gform_fields .gfield .intl-tel-input input {
    padding-left: 65px !important
}

.gform_body .gform_fields .gfield .intl-tel-input .flag-dropdown {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width:768px) {
    .gform_body .gform_fields .gfield {
        padding-top: 10px
    }
}

.gform_body .gfield_label {
    display: none
}

.gform_body .ginput_container {
    line-height: 1;
    margin-top: 0 !important
}

.gform_body .ginput_container_radio .gchoice {
    margin-bottom: 10px
}

.gform_body .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]),
.gform_body .ginput_container select {
    width: 100%;
    padding: 0 25px !important;
    height: 50px;
    border: 1px solid #d9dcde;
    font-size: 15px !important;
    margin-top: 0 !important
}

.gform_body .ginput_container textarea {
    font-size: 15px !important;
    width: 100%;
    padding: 15px 25px !important;
    border: 1px solid #d9dcde;
    height: 160px
}

.gform_body .ginput_container .iti select,
.gform_body .ginput_container .iti>input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    padding-left: 90px !important
}

.gform_body .ginput_container.ginput_container_consent {
    position: relative
}

.gform_body .ginput_container.ginput_container_consent input[type=checkbox] {
    margin: 0 !important;
    position: absolute;
    left: 0;
    top: 50%;
    width: 17px;
    height: 17px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.gform_body .ginput_container.ginput_container_consent .gfield_consent_label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    display: block;
    line-height: 1.15
}

.gform_footer {
    padding-top: 10px !important
}

.gform_footer .gform_ajax_spinner {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    max-height: 30px;
    width: auto;
    margin-left: 10px
}

.gform_footer .gform_button {
    display: inline-block;
    min-width: 150px;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-style: normal;
    border: none !important;
    color: #252525;
    background-color: #a8c930
}

.gform_footer .gform_button:active,
.gform_footer .gform_button:focus,
.gform_footer .gform_button:hover {
    background-color: #869a3b
}

.compact-form-style .gform_wrapper .gform_body .gfield {
    margin-top: 5px !important
}

.compact-form-style .gform_wrapper .gform_body textarea {
    height: 60px !important
}

#gform_6 input[type=checkbox],
#gform_6 input[type=radio] {
    width: auto;
    height: auto
}

.iti__country-name {
    color: #000 !important
}

.gfield .iti.iti--allow-dropdown input {
    border: 1px solid #d9dcde !important
}

.gfield .iti.iti--allow-dropdown input.error {
    border-color: #eb0808 !important
}

.gform_page_footer .button {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 12px 30px;
    text-transform: uppercase;
    font-style: normal;
    border: none !important;
    color: #252525 !important;
    cursor: pointer
}

.gform_page_footer .button.gform_previous_button {
    background-color: #f2f6f8 !important
}

.gform_page_footer .button.gform_previous_button:active,
.gform_page_footer .button.gform_previous_button:focus,
.gform_page_footer .button.gform_previous_button:hover {
    background-color: #cdcdcd !important
}

.gform_page_footer .button.gform_button,
.gform_page_footer .button.gform_next_button {
    background-color: #a8c930
}

.gform_page_footer .button.gform_button:active,
.gform_page_footer .button.gform_button:focus,
.gform_page_footer .button.gform_button:hover,
.gform_page_footer .button.gform_next_button:active,
.gform_page_footer .button.gform_next_button:focus,
.gform_page_footer .button.gform_next_button:hover {
    background-color: #869a3b
}

.gform_page_footer .gform_ajax_spinner {
    display: inline-block !important;
    line-height: 1;
    vertical-align: middle;
    max-height: 30px;
    width: 30px !important;
    margin-left: 10px
}

form.audit-stepform .gf_page_steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px !important;
    position: relative;
    border: none !important
}

form.audit-stepform .gf_page_steps .gf_step {
    padding: 10px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-bottom: solid 1px #e9e9e9
}

form.audit-stepform .gf_page_steps .gf_step:last-child {
    border-bottom: none
}

form.audit-stepform .gf_page_steps .gf_step_number {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background-color: #fff;
    border: solid 2px #006aac;
    width: 28px;
    height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    color: #fff;
    position: relative
}

form.audit-stepform .gf_page_steps .gf_step_label {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 5px
}

form.audit-stepform .gf_page_steps .gf_step_active .gf_step_number {
    background: 0 0
}

form.audit-stepform .gf_page_steps .gf_step_active .gf_step_number::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 4px;
    top: 4px;
    background-color: #a8c930;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

form.audit-stepform .gf_page_steps .gf_step_completed .gf_step_number {
    background-color: #006aac
}

form.audit-stepform .gf_page_steps .gf_step_completed .gf_step_number::before {
    display: none
}

form.audit-stepform .gform_body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
    background-color: #f7f8f9;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

form.audit-stepform .gform_body .gform_page_footer {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: right
}

form.audit-stepform .gform_body .gform_fields .gfield {
    padding-top: 0
}

form.audit-stepform .gform_body .gform_fields .gfield_label {
    line-height: 1.2;
    display: block;
    margin-bottom: 4px
}

form.audit-stepform .gform_body .gform_fields .gfield_description {
    padding-bottom: 0
}

form.audit-stepform .gform_body .gform_fields .gfield_description strong {
    color: #006aac
}

form.audit-stepform .gform_body .gform_fields .ginput_container {
    margin-top: 20px !important
}

form.audit-stepform .gform_body .gform_fields .ginput_container .gchoice {
    margin-bottom: 10px
}

form.audit-stepform .gform_body .gform_fields .ginput_container .gchoice input {
    display: none
}

form.audit-stepform .gform_body .gform_fields .ginput_container .gchoice label {
    padding-left: 30px;
    min-height: 20px;
    display: block;
    position: relative;
    max-width: none;
    line-height: 20px
}

form.audit-stepform .gform_body .gform_fields .ginput_container .gchoice label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #d6e9f5
}

form.audit-stepform .gform_body .gform_fields .ginput_container .gchoice:last-child {
    margin-bottom: 0
}

form.audit-stepform .gform_body .gform_fields .ginput_container .gfield_radio .gchoice input:checked+label::after {
    content: "";
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #006aac;
    width: 14px;
    height: 14px;
    left: 3px;
    top: 3px;
    position: absolute
}

form.audit-stepform .gform_body .gform_fields .ginput_container .gfield_radio .gchoice label::before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

form.audit-stepform .gform_body .gform_fields .ginput_container .gfield_checkbox .gchoice input:checked+label::after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background-image: url(../../../../../../../../../../../../../../themes/ct/assets/images/check-icon.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 1px;
    top: 1px;
    z-index: 2
}

.audit-stepform .gform_confirmation_message {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 20px;
    background-color: #f7f8f9;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.audit-stepform__scorelist {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.audit-stepform__scorelist li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    text-align: center
}

.audit-stepform__scorelist li h2 {
    font-weight: 700;
    color: #006aac;
    margin: 0;
    line-height: 1.1;
    font-size: 4rem
}

.audit-stepform__scorelist li p {
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 700
}

.audit-stepform__note {
    margin: 25px 0;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2
}

.audit-stepform__actions {
    text-align: center
}

@media (min-width:782px) {
    .wp-block-navigation-link__submenu-icon svg {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .wp-block-columns {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .has-child .wp-block-navigation__container {
        left: 1.5em
    }

    .has-child .wp-block-navigation__container .wp-block-navigation__container {
        left: 100%;
        top: -1px
    }

    .has-child .wp-block-navigation__container .wp-block-navigation__container::before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: .5em;
        background: 0 0
    }

    .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    .ct-spacer {
        height: 75px
    }
}

@media (max-width:768px) {
    .wp-block-image {
        text-align: center
    }
}

@media (min-width:769px) {
    .wp-block-column {
        -webkit-flex-basis: 0%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .wp-block-column[style*=flex-basis] {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

@media (min-width:600px) {

    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: -webkit-calc(33.33333% - .66667em);
        width: -moz-calc(33.33333% - .66667em);
        width: calc(33.33333% - .66667em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: -webkit-calc(25% - .75em);
        width: -moz-calc(25% - .75em);
        width: calc(25% - .75em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: -webkit-calc(20% - .8em);
        width: -moz-calc(20% - .8em);
        width: calc(20% - .8em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: -webkit-calc(16.66667% - .83333em);
        width: -moz-calc(16.66667% - .83333em);
        width: calc(16.66667% - .83333em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: -webkit-calc(14.28571% - .85714em);
        width: -moz-calc(14.28571% - .85714em);
        width: calc(14.28571% - .85714em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: -webkit-calc(12.5% - .875em);
        width: -moz-calc(12.5% - .875em);
        width: calc(12.5% - .875em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-2 li {
        width: -webkit-calc((100% / 2) - 1.25em + (1.25em / 2));
        width: -moz-calc((100% / 2) - 1.25em + (1.25em / 2));
        width: -webkit-calc(50% - 1.25em + .625em);
        width: -moz-calc(50% - 1.25em + .625em);
        width: calc(50% - 1.25em + .625em)
    }

    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-3 li {
        width: -webkit-calc((100% / 3) - 1.25em + (1.25em / 3));
        width: -moz-calc((100% / 3) - 1.25em + (1.25em / 3));
        width: -webkit-calc(33.3333333333% - 1.25em + .4166666667em);
        width: -moz-calc(33.3333333333% - 1.25em + .4166666667em);
        width: calc(33.3333333333% - 1.25em + .4166666667em)
    }

    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-4 li {
        width: -webkit-calc((100% / 4) - 1.25em + (1.25em / 4));
        width: -moz-calc((100% / 4) - 1.25em + (1.25em / 4));
        width: -webkit-calc(25% - 1.25em + .3125em);
        width: -moz-calc(25% - 1.25em + .3125em);
        width: calc(25% - 1.25em + .3125em)
    }

    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-5 li {
        width: -webkit-calc((100% / 5) - 1.25em + (1.25em / 5));
        width: -moz-calc((100% / 5) - 1.25em + (1.25em / 5));
        width: -webkit-calc(20% - 1.25em + .25em);
        width: -moz-calc(20% - 1.25em + .25em);
        width: calc(20% - 1.25em + .25em)
    }

    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-6 li {
        width: -webkit-calc((100% / 6) - 1.25em + (1.25em / 6));
        width: -moz-calc((100% / 6) - 1.25em + (1.25em / 6));
        width: -webkit-calc(16.6666666667% - 1.25em + .2083333333em);
        width: -moz-calc(16.6666666667% - 1.25em + .2083333333em);
        width: calc(16.6666666667% - 1.25em + .2083333333em)
    }

    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0
    }

    .wp-block-rss.columns-2 li {
        width: -webkit-calc((100% / 2) - 1em);
        width: -moz-calc((100% / 2) - 1em);
        width: -webkit-calc(50% - 1em);
        width: -moz-calc(50% - 1em);
        width: calc(50% - 1em)
    }

    .wp-block-rss.columns-3 li {
        width: -webkit-calc((100% / 3) - 1em);
        width: -moz-calc((100% / 3) - 1em);
        width: -webkit-calc(33.3333333333% - 1em);
        width: -moz-calc(33.3333333333% - 1em);
        width: calc(33.3333333333% - 1em)
    }

    .wp-block-rss.columns-4 li {
        width: -webkit-calc((100% / 4) - 1em);
        width: -moz-calc((100% / 4) - 1em);
        width: -webkit-calc(25% - 1em);
        width: -moz-calc(25% - 1em);
        width: calc(25% - 1em)
    }

    .wp-block-rss.columns-5 li {
        width: -webkit-calc((100% / 5) - 1em);
        width: -moz-calc((100% / 5) - 1em);
        width: -webkit-calc(20% - 1em);
        width: -moz-calc(20% - 1em);
        width: calc(20% - 1em)
    }

    .wp-block-rss.columns-6 li {
        width: -webkit-calc((100% / 6) - 1em);
        width: -moz-calc((100% / 6) - 1em);
        width: -webkit-calc(16.6666666667% - 1em);
        width: -moz-calc(16.6666666667% - 1em);
        width: calc(16.6666666667% - 1em)
    }
}

@media screen and (min-width:1170px) {
    .ct-spacer {
        height: 95px
    }
}

@media screen and (min-width:768px) {
    .ct-block-container .has-cs-section-title-font-size {
        font-size: 50px
    }

    .ct-block-container .has-cs-heading-100-font-size {
        font-size: 60px
    }
}

@media screen and (min-width:1240px) {
    .ct-block-container .has-cs-section-title-font-size {
        font-size: 60px
    }

    .ct-block-container .has-cs-heading-100-font-size {
        font-size: 90px
    }

    .ct-block-container .has-large-paragraph-font-size {
        font-size: 18px
    }
}

@media (min-width:768px) {
    .has-padding-lr-25 {
        padding-left: 25px;
        padding-right: 25px
    }

    .wp-block-buttons.alignright {
        text-align: right
    }

    .has-flex-auto {
        -webkit-flex-basis: auto !important;
        -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
        width: auto !important
    }

    .has-padding-50 {
        padding: 50px
    }
}

@media (min-width:782px) {
    .has-desktop-display-none {
        display: none
    }

    .custom-media--box .wp-block-media-text__media {
        -webkit-border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px
    }

    .custom-media--box-reverse .wp-block-media-text__media {
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0
    }
}

@media (min-width:1025px) {
    .custom-media--box {
        height: 500px
    }

    .custom-media--box.has-height-300 {
        height: 300px
    }

    .has-display-block-tab-none {
        display: block
    }
}

.desktop-header {
    display: none;
    width: 100%
}

@media (min-width:1000px) {
    .desktop-header {
        display: block !important
    }
}

.desktop-header--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -1%;
    position: relative
}

.desktop-header--logo {
    padding-left: 15px
}

.desktop-header--logo a {
    display: inline-block;
    width: 240px
}

@media only screen and (min-width:1000px) and (max-width:1150px) {
    .desktop-header--logo a {
        width: 150px
    }
}

.desktop-header--logo a img,
.desktop-header--logo a svg {
    width: 100%;
    height: auto
}

@media only screen and (min-width:1000px) and (max-width:1150px) {

    .desktop-header--logo a img,
    .desktop-header--logo a svg {
        width: 150px
    }
}

.desktop-header--logo a svg g {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.desktop-header--logo a svg #Layer_2 {
    opacity: 0;
    display: block !important
}

.desktop-header--logo a:active svg #Layer_1,
.desktop-header--logo a:focus svg #Layer_1,
.desktop-header--logo a:hover svg #Layer_1 {
    opacity: 0
}

.desktop-header--logo a:active svg #Layer_2,
.desktop-header--logo a:focus svg #Layer_2,
.desktop-header--logo a:hover svg #Layer_2 {
    opacity: 1
}

.desktop-header--navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.desktop-header--navigation .desktop-util-menu {
    margin-left: 30px;
    padding-left: 30px;
    border-left: solid 1px #2a2a2a;
    padding-top: 4px;
    padding-bottom: 4px
}

@media only screen and (min-width:1000px) and (max-width:1190px) {
    .desktop-header--navigation .desktop-util-menu {
        margin-left: 2px;
        padding-left: 5px
    }
}

.desktop-header--navigation .desktop-util-menu__list {
    list-style: none;
    line-height: 1
}

.desktop-header--navigation .desktop-util-menu__item {
    display: inline-block
}

.desktop-header--navigation .desktop-util-menu__link {
    letter-spacing: .2px
}

.desktop-header--navigation .main__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.desktop-header--navigation .main__menu .main__menu--list {
    padding: 0 10px
}

.desktop-header--navigation .main__menu .main__menu--list>i {
    font-size: 14px;
    max-width: 8px;
    display: inline-block
}

.desktop-header--navigation .main__menu .main__menu--list .main__menu--link {
    display: inline-block;
    padding: 45px 0;
    background-color: transparent;
    font-size: 14px;
    text-transform: uppercase;
    color: #252525;
    font-weight: 700;
    letter-spacing: .75px
}

.desktop-header--navigation .main__menu .main__menu--list.toggle,
.desktop-header--navigation .main__menu .main__menu--list:focus,
.desktop-header--navigation .main__menu .main__menu--list:hover {
    background-color: #4cafdb
}

.desktop-header--navigation .main__menu .main__menu--list.toggle .main__menu--link,
.desktop-header--navigation .main__menu .main__menu--list:focus .main__menu--link,
.desktop-header--navigation .main__menu .main__menu--list:hover .main__menu--link {
    color: #fff
}

.desktop-header--navigation .main__menu .main__menu--list.toggle .main__menu--link i,
.desktop-header--navigation .main__menu .main__menu--list:focus .main__menu--link i,
.desktop-header--navigation .main__menu .main__menu--list:hover .main__menu--link i {
    color: #fff
}

.desktop-header--navigation .main__menu .main__menu--list.toggle>.desktop__mega--menu-wrapper,
.desktop-header--navigation .main__menu .main__menu--list:focus>.desktop__mega--menu-wrapper,
.desktop-header--navigation .main__menu .main__menu--list:hover>.desktop__mega--menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper {
    position: absolute;
    top: 106px;
    background-color: #fff;
    border-top: 5px solid #4cafdb;
    border-left: 1px solid #4cafdb;
    border-right: 1px solid #4cafdb;
    border-bottom: 1px solid #4cafdb;
    max-width: 1200px;
    width: 100%;
    left: 0;
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 30px;
    z-index: 100
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-col {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 15px
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-heading {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #143d57;
    padding-bottom: 15px;
    background-color: transparent;
    margin: 10px 0;
    padding: 15px 20px;
    display: block;
    position: relative
}

@media (min-width:1024px) and (max-width:1160px) {
    .desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-heading {
        font-size: 17px;
        padding: 15px
    }
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-heading:active,
.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-heading:focus,
.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-heading:hover {
    background-color: #006aac;
    color: #fff
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-heading:active span,
.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-heading:active span::before,
.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-heading:focus span,
.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-heading:focus span::before,
.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-heading:hover span,
.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-heading:hover span::before {
    background-color: #006aac
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-heading span {
    display: block;
    position: relative
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-heading span::before {
    position: absolute;
    bottom: -15px;
    left: 0;
    content: "";
    background-color: #e7eaec;
    height: 1px;
    width: 100%
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-heading svg {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    display: inline-block
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-heading svg .st0 {
    fill: currentColor
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-subMenu-list {
    display: block
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-subMenu-link {
    display: block;
    font-size: 15px;
    padding: 10px 20px;
    font-weight: 400;
    background-color: transparent;
    color: #006aac
}

@media (min-width:1024px) and (max-width:1160px) {
    .desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-subMenu-link {
        font-size: 14px
    }
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-subMenu-link svg {
    width: 14px;
    height: 14px;
    margin-left: 5px;
    display: inline-block;
    position: relative;
    top: 3px
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-subMenu-link:active,
.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-subMenu-link:focus,
.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-subMenu-link:hover {
    background-color: #006aac;
    color: #fff
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-box-content {
    margin: 20px;
    display: block
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-box-content span {
    font-size: 14px;
    font-weight: 400;
    color: #006aac;
    padding: 5px 14px;
    display: block;
    line-height: 1.6
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-box-content span:active,
.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-box-content span:focus,
.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-box-content span:hover {
    background-color: #006aac;
    color: #fff
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-review-box {
    padding: 20px 30px;
    margin: 40px 25px 0;
    border: 1px solid #006aac;
    text-align: center;
    display: block
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-review-box .rating {
    margin: 0;
    color: #006aac;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-review-box .rating span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 5px
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-review-box .rating svg {
    width: 14px;
    height: 14px
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-review-box .rating svg .cls-1 {
    fill: #006aac
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-review-box .rating svg .cls-2 {
    fill: #cfcfcf
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-review-box:focus,
.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-review-box:hover {
    background-color: #006aac
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-review-box:focus .rating,
.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-review-box:hover .rating {
    color: #fff
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-review-box:focus .rating svg .cls-1,
.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-review-box:hover .rating svg .cls-1 {
    fill: #fff
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-review-box:focus h4,
.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-review-box:hover h4 {
    color: #fff
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-review-box:focus .logo.google,
.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-review-box:hover .logo.google {
    background-image: var(--wpr-bg-bc53515f-97cb-4c40-927d-89911649018e)
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-review-box:focus .logo.facebook,
.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-review-box:hover .logo.facebook {
    background-image: var(--wpr-bg-0ddc935f-f73b-4e4c-9644-b9d2335d343a)
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-review-box:focus .logo.clutch,
.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-review-box:hover .logo.clutch {
    background-image: var(--wpr-bg-dbbb506d-8459-44b6-8b34-4c2d816d0737)
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-review-box .logo {
    display: block;
    height: 50px;
    background-repeat: no-repeat
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-review-box .logo.google {
    background-image: var(--wpr-bg-e96426ad-cfc9-424a-8192-64262e3b5b8a)
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-review-box .logo.facebook {
    background-image: var(--wpr-bg-b8fbe976-787d-4870-a9ba-2adef8cb61fc)
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-review-box .logo.clutch {
    background-image: var(--wpr-bg-a5a33223-3212-4821-ba66-8235aa1fcb68)
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper .desktop__mega--menu-review-box h4 {
    margin: 15px 0;
    color: #006aac;
    font-weight: 600
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper.contact-mega-menu .desktop__mega--menu-col:first-child {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    padding-left: 25px
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper.contact-mega-menu h3 {
    margin: 20px 0 10px;
    color: #252525;
    font-size: 22px;
    font-weight: 700
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper.contact-mega-menu p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper.contact-mega-menu p a {
    font-weight: 700;
    color: #006aac
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper.contact-mega-menu p a:active,
.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper.contact-mega-menu p a:focus,
.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper.contact-mega-menu p a:hover {
    color: #4cafdb
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper.contact-mega-menu p span {
    padding-right: 15px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    font-weight: 400;
    line-height: 1.6
}

@media (min-width:1024px) and (max-width:1160px) {
    .desktop-header--navigation .main__menu .desktop__mega--menu-wrapper.contact-mega-menu p img {
        max-width: 450px
    }
}

.desktop-header--navigation .main__menu .desktop__mega--menu-wrapper-col-3 .desktop__mega--menu-col {
    -webkit-flex-basis: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%
}

.desktop-header.header-bottom--border .desktop-header--navigation .main__menu .desktop__mega--menu-wrapper {
    top: 102px
}

.desktop-header.is-sticky {
    position: fixed;
    top: 0;
    background-color: #fff;
    border-bottom: 1px solid #4eafdc;
    z-index: 2000
}

.desktop-header.is-sticky .desktop-header--logo a {
    width: 170px
}

.desktop-header.is-sticky .desktop-header--navigation .main__menu .main__menu--list .main__menu--link {
    padding: 29px 0
}

.desktop-header.is-sticky.header-bottom--border:after {
    content: none
}

.desktop-header.is-sticky .desktop-header--navigation .main__menu .desktop__mega--menu-wrapper {
    top: 74px
}

@media (min-width:1000px) {
    .mobile-header {
        display: none !important
    }
}

@media (min-width:768px) {
    .footer-top--section-heading {
        font-size: 35px
    }
}

@media screen and (min-width:768px) {
    form.audit-stepform .gf_page_steps {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto
    }

    form.audit-stepform .gf_page_steps:after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: #e9e9e9;
        position: absolute;
        left: 0;
        top: 62%
    }

    form.audit-stepform .gf_page_steps .gf_step {
        padding: 0 15px;
        border: none
    }

    .audit-stepform .gform_confirmation_message {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding: 40px
    }

    .audit-stepform__scorelist li {
        max-width: 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 15px 20px
    }
}

.icon--box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.icon--box svg {
    width: 20px;
    height: 14px
}

.icon--box a,
.icon--box p {
    font-size: 14px;
    font-weight: 700;
    text-align: left
}

.icon--box a.text-uppercase,
.icon--box p.text-uppercase {
    text-transform: uppercase
}

.icon--box a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.icon--box span {
    display: inline-block;
    font-size: 14px;
    margin-left: 5px
}

.icon--box p a {
    text-decoration: underline;
    display: inline-block
}