: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: 0.5em;
    margin-bottom: 1em;
}
.wp-block-audio audio {
    width: 100%;
    min-width: 300px;
}
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 12px 24px;
    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,
.wp-block-button__link:visited {
    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 {
    border-radius: 0;
}
.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
    border-radius: 0 !important;
}
.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
    color: #32373c;
    background-color: transparent;
    border: 2px solid;
}
.wp-block-buttons .wp-block-button {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
}
.wp-block-buttons .wp-block-button:last-child {
    margin-right: 0;
}
.wp-block-buttons.alignright .wp-block-button {
    margin-right: 0;
    margin-left: 8px;
}
.wp-block-buttons.alignright .wp-block-button:first-child {
    margin-left: 0;
}
.wp-block-buttons.alignleft .wp-block-button {
    margin-left: 0;
    margin-right: 8px;
}
.wp-block-buttons.alignleft .wp-block-button:last-child {
    margin-right: 0;
}
.wp-block-button.aligncenter,
.wp-block-buttons.aligncenter,
.wp-block-calendar {
    text-align: center;
}
.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 4px;
    border: 1px solid #ddd;
}
.wp-block-calendar tfoot td {
    border: none;
}
.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
    font-family: sans-serif;
}
.wp-block-calendar table th {
    font-weight: 400;
    background: #ddd;
}
.wp-block-calendar a {
    text-decoration: underline;
}
.wp-block-calendar tfoot a {
    color: #007cba;
    color: var(--wp-admin-theme-color);
}
.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-columns {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap;
}
@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap;
    }
}
.wp-block-columns.has-background {
    padding: 20px 38px;
}
.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}
@media (max-width: 599px) {
    .wp-block-column {
        flex-basis: 100% !important;
    }
}
@media (min-width: 600px) and (max-width: 781px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px) !important;
        flex-grow: 0;
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 32px;
    }
}
@media (min-width: 782px) {
    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }
    .wp-block-column[style*='flex-basis'] {
        flex-grow: 0;
    }
    .wp-block-column:not(:first-child) {
        margin-left: 32px;
    }
}
.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
    align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end;
}
.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
    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;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
}
.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.has-background-dim,
.wp-block-cover.has-background-dim {
    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;
}
.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 {
    opacity: 0.5;
}
.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:not(
        .has-background-gradient
    ):before {
    opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10
    .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10
    .wp-block-cover__gradient-background {
    opacity: 0.1;
}
.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:not(
        .has-background-gradient
    ):before {
    opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20
    .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20
    .wp-block-cover__gradient-background {
    opacity: 0.2;
}
.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:not(
        .has-background-gradient
    ):before {
    opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30
    .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30
    .wp-block-cover__gradient-background {
    opacity: 0.3;
}
.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:not(
        .has-background-gradient
    ):before {
    opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40
    .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40
    .wp-block-cover__gradient-background {
    opacity: 0.4;
}
.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:not(
        .has-background-gradient
    ):before {
    opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50
    .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50
    .wp-block-cover__gradient-background {
    opacity: 0.5;
}
.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:not(
        .has-background-gradient
    ):before {
    opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60
    .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60
    .wp-block-cover__gradient-background {
    opacity: 0.6;
}
.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:not(
        .has-background-gradient
    ):before {
    opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70
    .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70
    .wp-block-cover__gradient-background {
    opacity: 0.7;
}
.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:not(
        .has-background-gradient
    ):before {
    opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80
    .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80
    .wp-block-cover__gradient-background {
    opacity: 0.8;
}
.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:not(
        .has-background-gradient
    ):before {
    opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90
    .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90
    .wp-block-cover__gradient-background {
    opacity: 0.9;
}
.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:not(
        .has-background-gradient
    ):before {
    opacity: 1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100
    .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100
    .wp-block-cover__gradient-background {
    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: flex;
}
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    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 {
    align-items: flex-start;
    justify-content: flex-start;
}
.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center;
}
.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end;
}
.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start;
}
.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center;
}
.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end;
}
.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
}
.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center;
}
.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
    align-items: flex-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%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    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 {
    justify-content: flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content {
    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: 14px;
    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 figcaption {
    margin-top: 0.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-6 .wp-block-embed__wrapper:before {
    padding-top: 66.66%;
}
.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;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: 0.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,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: 0.85;
    text-decoration: none;
}
.wp-block-file * + .wp-block-file__button {
    margin-left: 0.75em;
}
.blocks-gallery-grid,
.wp-block-gallery {
    display: flex;
    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 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.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: flex;
        align-items: flex-end;
        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: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.3) 70%,
        transparent
    );
}
.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.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%;
        flex: 1;
        object-fit: cover;
    }
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc(50% - 16px);
}
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
}
.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;
}
@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: calc(33.33333% - 10.66667px);
        margin-right: 16px;
    }
    .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: calc(25% - 12px);
        margin-right: 16px;
    }
    .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: calc(20% - 12.8px);
        margin-right: 16px;
    }
    .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: calc(16.66667% - 13.33333px);
        margin-right: 16px;
    }
    .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: calc(14.28571% - 13.71429px);
        margin-right: 16px;
    }
    .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: calc(12.5% - 14px);
        margin-right: 16px;
    }
    .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;
    }
}
.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 {
    justify-content: center;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 20px 38px;
}
.wp-block-image {
    margin-bottom: 1em;
}
.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,
.wp-block-image.is-resized {
    display: table;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
    display: table-caption;
    caption-side: bottom;
}
.wp-block-image .alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.wp-block-image .alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.wp-block-image figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.is-style-circle-mask img,
.is-style-rounded img {
    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('');
        mask-image: url('');
        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;
        border-radius: 0;
    }
}
.wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    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: 52px;
}
.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: 14px;
    line-height: 1.8;
    margin: 5px 0 20px;
}
.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px;
}
.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: flex;
    flex-wrap: wrap;
    padding: 0;
}
.wp-block-latest-posts.is-grid li {
    margin: 0 20px 20px 0;
    width: 100%;
}
@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 20px);
    }
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 20px);
    }
    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 20px);
    }
    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 20px);
    }
    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 20px);
    }
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px;
}
.wp-block-latest-posts__post-excerpt {
    margin-top: 8px;
    margin-bottom: 16px;
}
.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;
}
.edit-post-visual-editor .wp-block-latest-posts.is-grid li {
    margin-bottom: 20px;
}
.wp-block-media-text {
    direction: ltr;
    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;
    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;
    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;
    align-self: end;
}
.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    padding: 0 8%;
    word-break: break-word;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
}
.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;
    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,
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right
        .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2;
    }
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right
        .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
    }
}
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color),
.wp-block-navigation.is-style-light
    .wp-block-navigation-link:not(.has-text-color) {
    color: #1e1e1e;
}
.wp-block-navigation.is-style-light:not(.has-background)
    .wp-block-navigation__container,
.wp-block-navigation:not(.has-background) .wp-block-navigation__container {
    background-color: #fff;
}
.wp-block-navigation.is-style-dark
    .wp-block-navigation-link:not(.has-text-color) {
    color: #fff;
}
.wp-block-navigation.is-style-dark:not(.has-background)
    .wp-block-navigation__container {
    background-color: #1e1e1e;
}
.items-justified-left > ul {
    justify-content: flex-start;
}
.items-justified-center > ul {
    justify-content: center;
}
.items-justified-right > ul {
    justify-content: flex-end;
}
.wp-block-navigation-link {
    display: flex;
    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: flex;
    flex-wrap: wrap;
}
.is-vertical .wp-block-navigation__container {
    display: block;
}
.has-child .wp-block-navigation__container {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: inherit;
    color: inherit;
    position: absolute;
    left: 0;
    top: 100%;
    width: fit-content;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.1s linear;
    visibility: hidden;
}
.has-child
    .wp-block-navigation__container
    > .wp-block-navigation-link
    > .wp-block-navigation-link__content {
    flex-grow: 1;
}
.has-child
    .wp-block-navigation__container
    > .wp-block-navigation-link
    > .wp-block-navigation-link__submenu-icon {
    padding-right: 8px;
}
@media (min-width: 782px) {
    .has-child .wp-block-navigation__container {
        left: 24px;
    }
    .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: 8px;
        background: 0 0;
    }
    .has-child
        .wp-block-navigation__container
        .wp-block-navigation-link__submenu-icon
        svg {
        transform: rotate(0);
    }
}
.has-child:hover {
    cursor: pointer;
}
.has-child:hover > .wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column;
}
.has-child:focus-within {
    cursor: pointer;
}
.has-child:focus-within > .wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column;
}
.wp-block-navigation-link__content {
    text-decoration: none;
    padding: 8px 16px;
}
.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 {
    font-family: sans-serif;
    word-break: normal;
    overflow-wrap: break-word;
}
.wp-block-navigation-link__submenu-icon {
    height: inherit;
    padding: 6px 16px;
}
.wp-block-navigation-link__submenu-icon svg {
    fill: currentColor;
}
@media (min-width: 782px) {
    .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(90deg);
    }
}
.is-small-text {
    font-size: 14px;
}
.is-regular-text {
    font-size: 16px;
}
.is-large-text {
    font-size: 36px;
}
.is-larger-text {
    font-size: 48px;
}
.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: 0.68;
    font-weight: 100;
    margin: 0.05em 0.1em 0 0;
    text-transform: uppercase;
    font-style: normal;
}
p.has-background {
    padding: 20px 38px;
}
p.has-text-color a {
    color: inherit;
}
.wp-block-post-author {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
}
.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.5em;
}
.wp-block-post-author__avatar {
    margin-right: 16px;
}
.wp-block-post-author__bio {
    margin-bottom: 8px;
    font-size: 0.7em;
}
.wp-block-post-author__content {
    flex-grow: 1;
    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: 20px;
}
.wp-block-pullquote p {
    font-size: 28px;
    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: 32px;
}
.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: 0 0 16px;
    padding: 0 1em;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 24px;
    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: 18px;
    text-align: right;
}
.wp-block-rss.alignleft {
    margin-right: 2em;
}
.wp-block-rss.alignright {
    margin-left: 2em;
}
.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
.wp-block-rss.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%;
}
@media (min-width: 600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 16px);
    }
    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px);
    }
    .wp-block-rss.columns-4 li {
        width: calc(25% - 16px);
    }
    .wp-block-rss.columns-5 li {
        width: calc(20% - 16px);
    }
    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px);
    }
}
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    color: #6c7781;
    font-size: 13px;
}
.wp-block-search {
    display: flex;
    flex-wrap: wrap;
}
.wp-block-search .wp-block-search__label {
    width: 100%;
}
.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    max-width: 360px;
}
.wp-block-search .wp-block-search__button {
    margin-left: 10px;
}
.wp-block-separator.is-style-wide {
    border-bottom-width: 1px;
}
.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: '\00b7 \00b7 \00b7';
    color: currentColor;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: sans-serif;
}
.wp-block-social-links {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 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;
    box-shadow: none;
}
.wp-social-link {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin-right: 8px;
    transition: transform 0.1s ease;
}
@media (prefers-reduced-motion: reduce) {
    .wp-social-link {
        transition-duration: 0s;
    }
}
.wp-social-link a {
    padding: 6px;
    display: block;
    line-height: 0;
    transition: transform 0.1s ease;
}
.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
    color: currentColor;
    fill: currentColor;
}
.wp-social-link:hover {
    transform: scale(1.1);
}
.wp-block-social-links.aligncenter {
    justify-content: center;
    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: 0.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,
.wp-block-text-columns.aligncenter {
    display: flex;
}
.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    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: 50%;
}
.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%;
}
.wp-block-text-columns.columns-4 .wp-block-column {
    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] {
        object-fit: cover;
    }
}
.wp-block-video.aligncenter {
    text-align: center;
}
.wp-block-video figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
:root .editor-styles-wrapper .has-pale-pink-background-color,
:root .has-pale-pink-background-color {
    background-color: #f78da7;
}
:root .editor-styles-wrapper .has-vivid-red-background-color,
:root .has-vivid-red-background-color {
    background-color: #cf2e2e;
}
:root .editor-styles-wrapper .has-luminous-vivid-orange-background-color,
:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900;
}
:root .editor-styles-wrapper .has-luminous-vivid-amber-background-color,
:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900;
}
:root .editor-styles-wrapper .has-light-green-cyan-background-color,
:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5;
}
:root .editor-styles-wrapper .has-vivid-green-cyan-background-color,
:root .has-vivid-green-cyan-background-color {
    background-color: #00d084;
}
:root .editor-styles-wrapper .has-pale-cyan-blue-background-color,
:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc;
}
:root .editor-styles-wrapper .has-vivid-cyan-blue-background-color,
:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3;
}
:root .editor-styles-wrapper .has-vivid-purple-background-color,
:root .has-vivid-purple-background-color {
    background-color: #9b51e0;
}
:root .editor-styles-wrapper .has-white-background-color,
:root .has-white-background-color {
    background-color: #fff;
}
:root .editor-styles-wrapper .has-very-light-gray-background-color,
:root .has-very-light-gray-background-color {
    background-color: #eee;
}
:root .editor-styles-wrapper .has-cyan-bluish-gray-background-color,
:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3;
}
:root .editor-styles-wrapper .has-very-dark-gray-background-color,
:root .has-very-dark-gray-background-color {
    background-color: #313131;
}
:root .editor-styles-wrapper .has-black-background-color,
:root .has-black-background-color {
    background-color: #000;
}
:root .editor-styles-wrapper .has-pale-pink-color,
:root .has-pale-pink-color {
    color: #f78da7;
}
:root .editor-styles-wrapper .has-vivid-red-color,
:root .has-vivid-red-color {
    color: #cf2e2e;
}
:root .editor-styles-wrapper .has-luminous-vivid-orange-color,
:root .has-luminous-vivid-orange-color {
    color: #ff6900;
}
:root .editor-styles-wrapper .has-luminous-vivid-amber-color,
:root .has-luminous-vivid-amber-color {
    color: #fcb900;
}
:root .editor-styles-wrapper .has-light-green-cyan-color,
:root .has-light-green-cyan-color {
    color: #7bdcb5;
}
:root .editor-styles-wrapper .has-vivid-green-cyan-color,
:root .has-vivid-green-cyan-color {
    color: #00d084;
}
:root .editor-styles-wrapper .has-pale-cyan-blue-color,
:root .has-pale-cyan-blue-color {
    color: #8ed1fc;
}
:root .editor-styles-wrapper .has-vivid-cyan-blue-color,
:root .has-vivid-cyan-blue-color {
    color: #0693e3;
}
:root .editor-styles-wrapper .has-vivid-purple-color,
:root .has-vivid-purple-color {
    color: #9b51e0;
}
:root .editor-styles-wrapper .has-white-color,
:root .has-white-color {
    color: #fff;
}
:root .editor-styles-wrapper .has-very-light-gray-color,
:root .has-very-light-gray-color {
    color: #eee;
}
:root .editor-styles-wrapper .has-cyan-bluish-gray-color,
:root .has-cyan-bluish-gray-color {
    color: #abb8c3;
}
:root .editor-styles-wrapper .has-very-dark-gray-color,
:root .has-very-dark-gray-color {
    color: #313131;
}
:root .editor-styles-wrapper .has-black-color,
:root .has-black-color {
    color: #000;
}
:root
    .editor-styles-wrapper
    .has-vivid-cyan-blue-to-vivid-purple-gradient-background,
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0);
}
:root
    .editor-styles-wrapper
    .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background,
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3);
}
:root
    .editor-styles-wrapper
    .has-light-green-cyan-to-vivid-green-cyan-gradient-background,
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082);
}
:root
    .editor-styles-wrapper
    .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background,
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900);
}
:root
    .editor-styles-wrapper
    .has-luminous-vivid-orange-to-vivid-red-gradient-background,
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e);
}
:root
    .editor-styles-wrapper
    .has-very-light-gray-to-cyan-bluish-gray-gradient-background,
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3);
}
:root .editor-styles-wrapper .has-cool-to-warm-spectrum-gradient-background,
:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(
        135deg,
        #4aeadc,
        #9778d1 20%,
        #cf2aba 40%,
        #ee2c82 60%,
        #fb6962 80%,
        #fef84c
    );
}
:root .editor-styles-wrapper .has-blush-light-purple-gradient-background,
:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0);
}
:root .editor-styles-wrapper .has-blush-bordeaux-gradient-background,
:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e);
}
:root .editor-styles-wrapper .has-purple-crush-gradient-background,
:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .editor-styles-wrapper .has-luminous-dusk-gradient-background,
:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0);
}
:root .editor-styles-wrapper .has-hazy-dawn-gradient-background,
:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .editor-styles-wrapper .has-pale-ocean-gradient-background,
:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5);
}
:root .editor-styles-wrapper .has-electric-grass-gradient-background,
:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e);
}
:root .editor-styles-wrapper .has-subdued-olive-gradient-background,
:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .editor-styles-wrapper .has-atomic-cream-gradient-background,
:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .editor-styles-wrapper .has-nightshade-gradient-background,
:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .editor-styles-wrapper .has-midnight-gradient-background,
:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc);
}
:root .editor-styles-wrapper .has-link-color a,
:root .has-link-color a {
    color: #00e;
    color: var(--wp--style--color--link, #00e);
}
.editor-styles-wrapper .has-small-font-size,
.has-small-font-size {
    font-size: 13px;
}
.editor-styles-wrapper .has-normal-font-size,
.editor-styles-wrapper .has-regular-font-size,
.has-normal-font-size,
.has-regular-font-size {
    font-size: 16px;
}
.editor-styles-wrapper .has-medium-font-size,
.has-medium-font-size {
    font-size: 20px;
}
.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
    font-size: 36px;
}
.editor-styles-wrapper .has-huge-font-size,
.editor-styles-wrapper .has-larger-font-size,
.has-huge-font-size,
.has-larger-font-size {
    font-size: 42px;
}
.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;
}
.blog-aside #sidebar .widget.widget_nav_menu li a:hover,
.blog-footer .menu-footer-container li a:hover,
.blog-header ul.menu li a:hover,
.blog-header ul.menu li ul.sub-menu li a:hover,
.single a,
.widget a:hover {
    color: #e7018b;
}
.blog-footer nav a:hover svg,
.blog-header .container form button:hover svg {
    fill: #e7018b;
}
.page-numbers.current,
.single article .entry-tags a:hover {
    background: #e7018b;
}
.page-numbers.current {
    border: 1px solid #81014e;
}
.single a:hover {
    color: #81014e;
}
figcaption {
    background-color: #cbcbcb;
    font-size: 13px;
    padding: 2px 10px;
}
*,
:after,
:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body,
html {
    max-width: 100%;
    overflow-x: hidden;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
small {
    font-size: 75%;
}
b,
strong {
    font-weight: 700;
}
cite,
dfn,
em,
i {
    font-style: italic;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
a:active,
a:hover {
    outline: 0;
}
ul {
    margin: none;
}
ul li {
    list-style: none;
}
nav li {
    display: block;
    float: left;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    font-weight: 700;
    vertical-align: bottom;
}
td {
    font-weight: 400;
    vertical-align: top;
}
input,
select {
    vertical-align: middle;
}
input[type='radio'] {
    vertical-align: text-bottom;
}
input[type='checkbox'] {
    vertical-align: bottom;
}
.clickable,
button,
input[type='button'],
input[type='submit'],
label {
    cursor: pointer;
}
caption,
td,
th {
    text-align: left;
    font-weight: 400;
}
.message {
    margin: 10px 0;
    padding: 12px;
    border-style: solid;
    border-width: 1px;
}
.message.info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.message.success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.message.warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5;
}
.message.error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}
.message .i {
    margin: 10px 22px;
    font-size: 2em;
    vertical-align: middle;
}
.message p {
    margin: auto;
    text-align: center;
}
.message p a {
    text-decoration: underline;
}
a,
body,
input {
    font-family: sans-serif;
    font-size: 18px;
    color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    text-rendering: optimizeLegibility;
    display: block;
    margin-bottom: 10px;
}
p {
    line-height: 160%;
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 120%;
    font-weight: 700;
    color: #333;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10px;
}
b,
strong {
    font-weight: 700;
}
blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
    color: #888 !important;
}
a {
    text-decoration: none;
}
iframe {
    max-width: 100%;
    border: 0;
}
article ol,
article ul {
    padding-inline-start: 40px;
}
article ol li,
article ul li {
    margin-bottom: 10px;
}
article ul li {
    list-style-type: disc;
}
.d-flex {
    display: flex;
}
.d-flex-aling-justify-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.d-flex-align-center {
    display: flex;
    align-items: center;
}
.d-flex-justyfi-center {
    display: flex;
    justify-content: center;
}
.d-flex-column {
    display: flex;
    flex-direction: column;
}
.d-flex-column-align-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.d-flex-column-justyfi-center {
    display: flex;
    justify-content: center;
}
.d-flex-column-align-justyfi-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.txt-justify {
    text-align: justify;
}
.txt-center {
    text-align: center;
}
.txt-right {
    text-align: right;
}
.txt-left {
    text-align: left;
}
.txt-strong {
    font-weight: 700;
}
.txt-italic {
    font-style: italic;
}
.alignright,
.fr {
    float: right !important;
}
.alignleft,
.fl {
    float: left !important;
}
img.alignleft,
img.alignright {
    padding: 2px;
}
.alignright {
    margin: 20px 0 20px 20px;
}
.alignleft {
    margin: 20px 20px 20px 0;
}
.block {
    display: block;
}
.hide,
.seo {
    display: none;
}
.d-hide {
    display: none;
}
@media (max-width: 599px) {
    .d-hide {
        display: block;
    }
}
.m-hide {
    display: block;
}
@media (max-width: 599px) {
    .m-hide {
        display: none;
    }
}
.visible {
    visibility: visible;
}
.hidden {
    visibility: hidden;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after,
.clearfix:before {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.red,
.vermelho {
    color: red;
}
.wp-caption {
    position: relative;
    width: auto !important;
}
.wp-caption .wp-caption-text {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: -10px;
    padding: 10px;
    width: 100%;
}
.editable ul {
    list-style: square;
    margin-left: 30px;
}
.wp-block-image figcaption {
    background: #eee;
    display: block;
    font-weight: 400;
    padding: 0.67em;
    font-size: 13px;
    text-align: left;
    margin: 0 0 5px;
}
img.img-fluid {
    max-width: 100%;
    margin-bottom: 10px;
}
.has-medium-font-size {
    font-size: 22px;
}
.has-large-font-size {
    font-size: 32px;
}
.has-huge-font-size {
    font-size: 40px;
}
.wp-block-button {
    margin: 30px 0;
}
.wp-block-image.round img {
    border-radius: 50%;
    border: 2px solid #000;
}
.container {
    clear: both;
    margin: auto;
    max-width: 980px;
    width: 88%;
}
.container:after {
    content: '';
    display: table;
    clear: both;
}
footer a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.btn-comprar,
.wp-block-button a {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    color: #f2f2f2;
    border: 1px solid #436e1d;
    border-radius: 15px;
    box-shadow: 0 4px 0 0 #436e1d;
    margin: 0 auto 2px;
    display: inline-block;
    padding: 30px 34px 20px;
    background: #74be33;
    background: -webkit-linear-gradient(top, #74be33, #68aa2e);
    background: linear-gradient(to bottom, #74be33, #68aa2e);
}
.btn-comprar span,
.wp-block-button a span {
    display: block;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}
.btn-comprar:hover,
.wp-block-button a:hover {
    color: #fff;
    background: #436e1d;
    background: -webkit-linear-gradient(top, #436e1d, #74be33);
    background: linear-gradient(to bottom, #436e1d, #74be33);
    box-shadow: 0 2px 0 0 #436e1d;
    margin: 2px auto 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
.wp-block-button.blue a {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    color: #f2f2f2;
    border: 1px solid #005673;
    border-radius: 15px;
    box-shadow: 0 4px 0 0 #005673;
    margin: 0 auto 2px;
    display: inline-block;
    padding: 30px 34px 20px;
    background: #00a3d9;
    background: -webkit-linear-gradient(top, #00a3d9, #0090c0);
    background: linear-gradient(to bottom, #00a3d9, #0090c0);
}
.wp-block-button.blue a span {
    display: block;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}
.wp-block-button.blue a:hover {
    color: #fff;
    background: #005673;
    background: -webkit-linear-gradient(top, #005673, #00a3d9);
    background: linear-gradient(to bottom, #005673, #00a3d9);
    box-shadow: 0 2px 0 0 #005673;
    margin: 2px auto 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
.page-template-page-safe article {
    max-width: 600px;
    padding-top: 50px;
}
.page-template-page-safe article .wp-block-button a {
    padding: 20px 34px;
    line-height: 100%;
}
.video {
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
}
.video iframe,
.video img {
    border-radius: 10px;
    border: 1px solid #fff;
    background-color: #000;
    width: 100%;
}
.video .play-button {
    outline: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
    z-index: 63;
    border: none;
    order: none;
    background-color: transparent;
    padding: 0;
    color: inherit;
    text-align: inherit;
    font-size: 100%;
    font-family: inherit;
    cursor: default;
    line-height: inherit;
}
.video:hover .play-button path.ytp-large-play-button-bg {
    fill: red;
    fill-opacity: 1;
}
.video:after,
.video:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px 20px rgba(0, 0, 0, 0.5);
    top: 40px;
    left: 10px;
    bottom: 50px;
    width: 15%;
    z-index: -1;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
.video:after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
}
.btn-whatapp {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #25d366;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.4) 0 8px 6px -6px;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 1002;
}
.btn-whatapp a {
    display: block;
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.btn-whatapp a svg {
    width: 30px;
    height: 30px;
    margin: 10px auto;
}
@media (max-width: 599px) {
    .btn-whatapp {
        display: none;
    }
}
.fullwidth.session_title {
    padding: 10px 0;
    margin: 40px 0;
    text-align: center;
    background: #000;
}
.fullwidth.session_title h2 {
    width: 720px;
    margin: 20px auto;
    max-width: 90%;
    color: #fff;
}
form .checkradio-style {
    display: inline-block;
    border-radius: 100%;
    width: 20px;
    height: 20px;
}
form .checkradio-style input {
    visibility: hidden;
}
form .checkradio-disable {
    background: #00f;
}
form .checkradio-enable {
    background: pink;
}
form .chosen-container a,
form input[type='date'],
form input[type='datetime-local'],
form input[type='email'],
form input[type='month'],
form input[type='number'],
form input[type='password'],
form input[type='range'],
form input[type='search'],
form input[type='tel'],
form input[type='text'],
form input[type='time'],
form input[type='url'],
form input[type='week'],
form select,
form textarea {
    width: 100%;
    background: #fff;
    margin: 0 0 20px;
    color: #666;
    border: solid 1px #999;
    font-size: 14px;
    font-family: sans-serif;
    resize: none;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 1px 4px #ddd inset;
    border-radius: 3px;
}
form .chosen-container a:focus,
form input[type='date']:focus,
form input[type='datetime-local']:focus,
form input[type='email']:focus,
form input[type='month']:focus,
form input[type='number']:focus,
form input[type='password']:focus,
form input[type='range']:focus,
form input[type='search']:focus,
form input[type='tel']:focus,
form input[type='text']:focus,
form input[type='time']:focus,
form input[type='url']:focus,
form input[type='week']:focus,
form select:focus,
form textarea:focus {
    background: rgba(255, 255, 255, 0.9);
}
form textarea {
    height: 162px;
    padding: 10px;
}
.form-error {
    background: #f2dede;
    border: 1px solid #eed3d7;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #b94a48;
    font-size: 11px;
    padding: 5px 10px;
    margin-top: -64px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.form-error p {
    margin: 0 !important;
}
.form-error em {
    width: 0;
    height: 0;
    display: block;
    border: 10px solid transparent;
    border-top-color: #eed3d7;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
}
.invalid {
    border-color: #eed3d7 !important;
    box-shadow: 0 0 5px #eed3d7 !important;
}
.page-template-default {
    font-family: sans-serif;
    margin: 0;
}
.page-template-default article {
    max-width: 690px;
}
.page-template-default article .adv {
    text-align: center;
    color: #bbb;
    padding: 20px 0 0;
}
.page-template-default article .header {
    padding: 0 0 8px;
    max-width: 690px;
    margin: 0 auto;
}
.page-template-default article .header h2 {
    font-size: 17px;
    font-weight: 400;
    margin-top: 5px;
}
.page-template-default article h1 {
    color: #333;
    font-size: 2.3em;
    letter-spacing: -0.06em;
    margin-bottom: 0;
}
@media (max-width: 599px) {
    .page-template-default article h1 {
        font-size: 27px;
    }
}
.page-template-default article iframe {
    border: 0;
    margin-bottom: 20px;
}
.page-template-default article .the-content:after {
    content: '';
    display: table;
    clear: both;
}
.page-template-default article .the-content a,
.page-template-default article .the-content h2,
.page-template-default article .the-content h3 {
    font-family: sans-serif;
}
.page-template-default article .the-content h2 {
    font-size: 30px;
}
.page-template-default article .the-content h3 {
    font-size: 20px;
}
.page-template-default article .the-content li,
.page-template-default article .the-content p {
    color: #333;
    font-size: 20px;
    line-height: 160%;
    font-family: sans-serif;
}
.page-template-default article .the-content p {
    margin-bottom: 10px;
}
.page-template-default article .the-content li {
    margin-bottom: 15px;
}
.page-template-default article .the-content strong a {
    color: red;
}
.page-template-default article .box-atualizacao,
.page-template-default article .box-experiente {
    margin: 20px 0 30px;
    text-decoration: none;
    font-family: sans-serif;
}
.page-template-default article .box-atualizacao h3,
.page-template-default article .box-experiente h3 {
    font-family: sans-serif;
}
.page-template-default article .box-atualizacao p,
.page-template-default article .box-experiente p {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 140%;
}
.page-template-default article .box-atualizacao {
    border: 1px dotted #000;
    background: #effff7;
    padding: 10px 15px;
    line-height: unset;
    font-size: 13px;
}
.page-template-default article .box-experiente {
    background: #ddd;
    padding: 10px;
    text-align: center;
    margin: 20px 0 40px;
    color: #333;
}
.page-template-default article a.url-pagina-vendas {
    text-decoration: none;
}
.page-template-default footer {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    background: #333;
    padding: 10px 0;
    min-height: 40px;
    padding: 10px;
}
.page-template-default footer p {
    display: block;
    color: #eee;
    text-align: center;
    max-width: 690px;
    margin: 0 auto 10px;
    font-size: 12px;
}
.page-template-default footer a {
    text-decoration: underline;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
}
.page-template-default .box-btn-bottom-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.stars {
    cursor: pointer;
    display: flex;
    margin: 10px 0 15px;
}
.stars span {
    color: #999;
    margin: 5px 0 0 10px;
    font-size: 14px;
}
.stars:hover .star polygon {
    fill: #ffd055 !important;
}
.stars .star {
    max-width: 23px;
    max-height: 20px;
}
.stars .star polygon {
    fill: #d8d8d8;
}
.stars .star:hover ~ .star polygon {
    fill: #d8d8d8 !important;
}
.stars[data-stars] .star polygon {
    fill: #ffd055;
}
.stars[data-stars='1'] .star:nth-child(1) ~ .star polygon {
    fill: #d8d8d8;
}
.stars[data-stars='2'] .star:nth-child(2) ~ .star polygon {
    fill: #d8d8d8;
}
.stars[data-stars='3'] .star:nth-child(3) ~ .star polygon {
    fill: #d8d8d8;
}
.stars[data-stars='4'] .star:nth-child(4) ~ .star polygon {
    fill: #d8d8d8;
}
.stars[data-stars='5'] .star:nth-child(5) ~ .star polygon {
    fill: #d8d8d8;
}
.heartbeat {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}
@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
.page-template-default header.menu {
    background: #000;
    padding: 5px 0;
}
.page-template-default header.menu .logo {
    background-image: url('');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 26px;
    width: 92px;
    margin: auto;
}
.page-template-default header.menu button {
    width: 60px;
    height: 60px;
    background-color: transparent;
    background-image: url('');
    background-repeat: no-repeat;
    background-size: 60px auto;
    background-position: bottom;
    border: none;
    display: block;
    float: left;
}
.page-template-default header.menu button:after {
    content: 'MENU';
    position: absolute;
    color: #fff;
    margin: -7px 35px;
    font-weight: 700;
    display: none;
}
@media (min-width: 900px) {
    .page-template-default header.menu button:after {
        display: initial;
    }
}
.page-template-default header.menu .search {
    float: right;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 10px;
    background: 0 0;
    transition: width 0.5s;
}
@media (min-width: 1085px) {
    .page-template-default header.menu .search {
        display: none;
    }
}
.page-template-default header.menu .icon-search:before {
    content: '';
    position: absolute;
    width: 16px;
    border: 3px solid #fff;
    transition: 0.5s;
    height: 16px;
    border-radius: 50%;
}
.page-template-default header.menu .icon-search:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 12px;
    width: 16px;
    height: 8px;
    border-left: 3px solid #fff;
    border-radius: 0;
    transform: rotate(-45deg);
    transition: 0.5s;
}
.page-template-default header.article {
    margin: 55px 0;
    position: relative;
}
.page-template-default header.article h1 {
    font-family: sans-serif;
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 8px;
}
.page-template-default header.article h2 {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.714em;
    font-weight: 400;
    color: #4a4a4a;
    margin: 0;
}
.page-template-default header.article h4 {
    display: inline-block;
    font-size: 0.8em;
    background: #00bfad;
    padding: 6px 16px 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}
.page-template-default header.article .date {
    color: #818181;
    font-size: 10px;
}
.page-template-default header.article .the-content em,
.page-template-default header.article .the-content li,
.page-template-default header.article .the-content p {
    font-family: sans-serif;
}
.btn-download {
    padding: 15px;
    font-size: 14px;
    background: #ec8b11;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: left;
}
.botton-laranja {
    font-size: 2rem;
}
.banner {
    background-color: #27e2f5;
    padding: 15px;
    width: 106%;
    margin-left: -3%;
    margin-bottom: 10px;
}
.dark-red {
    color: #c00;
    font-weight: bolder;
}
.banner p {
    text-align: center;
    font-size: 21px;
    color: #000 !important;
}
.no-margin {
    margin: 0 !important;
}
.banner a {
    font-size: 22px;
    font-weight: bolder;
    color: #071732 !important;
}
@media (min-width: 599px) {
    .last-p-header {
        margin: 0 !important;
    }
}
@media (max-width: 599px) {
    .banner a {
        font-size: 20px;
    }
    .last-p-header {
        margin-bottom: 20px !important;
    }
}
.dark-underline {
    font-weight: 700;
    text-decoration: underline;
}
.heartbeat {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}
@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@media (min-width: 1024px) {
    .img-menor {
        display: block;
        width: 55%;
        margin-left: auto;
        margin-right: auto;
    }
    .img-menor65 {
        display: block;
        width: 65%;
        margin-left: auto;
        margin-right: auto;
    }
    .img-menor2 {
        display: block;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .img-menor80 {
        display: block;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 1023px) {
    .img-menor {
        display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .img-menor65 {
        display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .img-menor2 {
        display: block;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .img-menor80 {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 500px) {
    .img-retrato {
        display: block;
        width: 25%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 499px) {
    .img-retrato {
        display: block;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}
figure {
    margin-bottom: 20px !important;
}
@media (min-width: 700px) {
    .button-compre-hoje {
        max-width: 410px !important;
    }
}
.img-banner-block {
    margin: 0 !important;
    padding: 20px;
}
@media (max-width: 700px) {
    .img-banner-block {
        padding: 0;
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
}
@media (min-width: 699px) {
    .link-img-texto-direito {
        margin-right: 20px;
        float: left;
    }
}
@media (max-width: 699px) {
    .img-texto-direito {
        display: block;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
figcaption {
    background-color: #f1f1f1;
    font-size: 13px;
    padding: 2px 10px;
    margin-bottom: 1.4rem;
    margin-top: -20px;
}
.door__container {
    display: flex;
    justify-content: space-evenly;
}
.door_box {
    perspective: 500px;
    position: relative;
}
.door,
.door_box {
    width: 165px;
    height: 346px;
    box-shadow: inset -1px -1px 0 1px #191919, inset 1px 1px 0 1px #191919;
}
.door,
.hi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.door {
    background-image: url('door1.png');
    background-repeat: no-repeat;
    transform: rotateY(0);
    display: inline-block;
    transition: all 0.75s ease;
    transform-origin: 0 0;
    cursor: pointer;
    background-size: contain;
}
#door__2 {
    background-image: url('door2.png');
}
#door__3 {
    background-image: url('door3.png');
}
.door:hover {
    transform: rotateY(-30deg);
}
.door.open {
    transform: rotateY(-85deg);
}
.door__head {
    font-size: 18px;
    margin: 18px 0;
    text-align: center;
}
.door__sales {
    position: relative;
    font-size: 45px !important;
    font-weight: 700 !important;
    color: red !important;
    border-radius: 30px !important;
    padding: 30px 5px !important;
    box-shadow: 0 1px 2px 2px #7f7878;
    margin: 0 !important;
}
.door__title {
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px !important;
    margin-bottom: 25px;
    background-color: #3a4752;
    padding: 10px 0 !important;
    border-radius: 0.5em;
}
@media (max-width: 1040px) {
    .door,
    .door_box {
        width: 95px;
        height: 200px;
    }
    .door__sales {
        font-size: 23px !important;
    }
    #form-block {
        margin-bottom: 30px !important;
    }
}
@media (max-width: 840px) {
    .door__sales {
        font-size: 20px !important;
        font-weight: 700 !important;
        color: red !important;
        border-radius: 30px !important;
        padding: 30px 5px;
    }
    .door {
        background-size: contain;
    }
    #door__2 {
        background-size: contain;
    }
    #door__3 {
        background-size: contain;
    }
}
@media (max-width: 360px) {
    .door_box + .door_box {
        margin-left: 15px;
    }
    .door__sales {
        font-size: 19px !important;
        font-weight: 700 !important;
        color: red !important;
        border-radius: 30px !important;
        padding: 30px 5px;
    }
}
body :not(i) {
    font-family: sans-serif !important;
}
ol li,
p,
ul li {
    font-size: 22px !important;
    line-height: 26px !important;
}
@media (max-width: 768px) {
    .card__item__sale .card__item__sale-100,
    .card__item__sale .card__item__sale-30,
    .card__item__sale .card__item__sale-50 {
        font-size: 22px !important;
    }
}
@media (max-width: 426px) {
    .card__item__sale .card__item__sale-100,
    .card__item__sale .card__item__sale-30,
    .card__item__sale .card__item__sale-50 {
        font-size: 15px !important;
    }
}
@media (max-width: 371px) {
    .card__item__sale .card__item__sale-100,
    .card__item__sale .card__item__sale-30,
    .card__item__sale .card__item__sale-50 {
        font-size: 11px !important;
    }
}
.prodImg {
    width: 83%;
}
.wheel-img {
    position: relative;
    user-select: none;
}
.wheel-img__numbers {
    position: absolute;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    user-select: none;
}
.wheel-img__number {
    color: #000;
    font-weight: 700;
    font-family: sans-serif;
    position: absolute;
    font-size: 3.5em;
    line-height: 1;
}
.wheel-img__number::before {
    content: '%';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    font-size: 0.7em;
}
.wheel-img__number:nth-child(1) {
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wheel-img__number:nth-child(2) {
    top: 25%;
    left: 75%;
    transform: translate(-50%, -50%) rotateZ(45deg);
}
.wheel-img__number:nth-child(3) {
    top: 50%;
    left: 85%;
    transform: translate(-50%, -50%) rotateZ(90deg);
}
.wheel-img__number:nth-child(4) {
    top: 75%;
    left: 75%;
    transform: translate(-50%, -50%) rotateZ(135deg);
}
.wheel-img__number:nth-child(5) {
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(180deg);
}
.wheel-img__number:nth-child(6) {
    top: 75%;
    left: 25%;
    transform: translate(-50%, -50%) rotateZ(225deg);
}
.wheel-img__number:nth-child(7) {
    top: 50%;
    left: 15%;
    transform: translate(-50%, -50%) rotateZ(270deg);
}
.wheel-img__number:nth-child(8) {
    top: 25%;
    left: 25%;
    transform: translate(-50%, -50%) rotateZ(315deg);
}
@media only screen and (max-width: 576px) {
    .wheel-img__number {
        font-size: 1.95em;
    }
    .wheel-img__number::before {
        top: 100%;
    }
}
@keyframes super-rotation {
    70% {
        transform: rotate(1640deg);
    }
    100% {
        transform: rotate(1620deg);
    }
}
.super-rotation {
    -webkit-animation-name: super-rotation;
    animation-name: super-rotation;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.wheel-cursor {
    user-select: none;
}
.submit-roulette:hover {
    background: #b00;
    transition: background 0.3s;
}
.additional-form-fields {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
}
.submit-roulette:active {
    transform: translateY(2px);
    box-shadow: none;
}
.submit-roulette,
input[value='Получить бесплатно'] {
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 15px 0;
    outline: 0;
    border: none;
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 3px #242120;
    background: red;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s;
}
input[value='Получить бесплатно']:hover {
    background: #b00 !important;
    transition: background 0.3s;
}
input[value='Получить бесплатно']:active {
    transform: translateY(2px);
    box-shadow: none !important;
}
.input-roulette::placeholder {
    font-size: 0.9em;
}
.input-roulette {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
    width: auto !important;
    display: block;
    margin: 10px auto;
}
input[placeholder='Ваш телефон'],
input[placeholder='Ваше имя'] {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
}
.ruletka-p {
    text-indent: 0;
    color: #000;
    text-align: center !important;
    margin: 15px;
    line-height: 25px;
    font-weight: 700;
}
.ruletka-p h2 {
    font-size: 25px;
    margin-bottom: 15px;
}
.ruletka-a {
    color: #1697ce;
}
.spin-wrapper {
    -webkit-box-shadow: 0 0 10px;
    box-shadow: 0 0 10px;
    border: 3px solid red;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
}
.spin-wrapper .ruletka-p {
    margin-bottom: 15px;
}
.danger-text {
    color: red;
    font-weight: 700;
    white-space: nowrap;
}
.wheel {
    width: 380px;
    height: 380px;
    margin: 0 auto;
    position: relative;
}
.wheel img {
    max-width: 100%;
    max-height: 100%;
}
.wheel-img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s;
}
.wheel-cursor {
    position: absolute;
    width: 35% !important;
    height: 35%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cursor-text {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 45% !important;
    height: 45%;
    font: 16px sans-serif !important;
    line-height: 61px !important;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    background-color: #ccc;
    border: 1px solid #ccc;
    top: 49%;
    left: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset,
        rgba(0, 0, 0, 0.4) 0 0 5px;
    box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset,
        rgba(0, 0, 0, 0.4) 0 0 5px;
    background: #fff;
    background: -webkit-gradient(
        radial,
        center center,
        0,
        center center,
        100%,
        color-stop(0, #fff),
        color-stop(100%, #eaeaea)
    );
    background: -webkit-radial-gradient(
        center,
        ellipse cover,
        #fff 0,
        #eaeaea 100%
    );
    background: -o-radial-gradient(center, ellipse cover, #fff 0, #eaeaea 100%);
    background: -webkit-radial-gradient(center, ellipse, #fff 0, #eaeaea 100%);
    background: -o-radial-gradient(center, ellipse, #fff 0, #eaeaea 100%);
    background: radial-gradient(ellipse at center, #fff 0, #eaeaea 100%);
}
.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: 700;
}
.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
}
.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}
.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url('cross.svg');
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    cursor: pointer;
}
.pop-up-heading {
    font-size: 40px;
    margin-bottom: 20px;
}
.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important;
}
.pop-up-button {
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    color: #fff !important;
    border: medium;
    cursor: pointer;
    outline: medium;
}
.cursor-text:active {
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
}
.pop-up-layer {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
    z-index: 99 !important;
}
.pop-up-layer-show {
    display: block;
}
.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}
.pop-up-window::before {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #71c341;
    border-radius: 50%;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}
.pop-up-window::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor #fff #fff;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}
.text_small {
    font-size: 0.5em !important;
    font-weight: 400 !important;
}
#order {
    display: none;
}
@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px);
    }
    30% {
        transform: translateY(100px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes pop-up-appear-before {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes pop-up-appear-after {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.pop-up-button:hover {
    color: #fff !important;
    text-decoration: none !important;
}
@media all and (max-width: 520px) {
    .wheel {
        width: 260px !important;
        height: 260px !important;
    }
    .cursor-text {
        line-height: 45px !important;
        font-size: 12px !important;
    }
    .close-popup {
        right: 0 !important;
    }
}
@media screen and (max-width: 520px) and (max-width: 345px) {
    .wheel {
        width: 250px !important;
        height: 250px !important;
    }
    .cursor-text {
        line-height: 40px !important;
        font-size: 11px !important;
    }
}
@media (max-width: 500px) {
    .door,
    .door_box {
        width: 85px;
        height: 180px;
    }
}
@media (orientation: landscape) {
    .pop-up-window {
        top: 15%;
    }
}
@media (orientation: landscape) {
    .pop-up-window {
        top: 25% !important;
    }
}
.page-template-default footer {
    background: #00008b;
}
a {
    color: #00008b;
}
.header {
    border-bottom: 1px solid #00008b;
}
.center-image-div {
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 450px) {
    .center-image-div {
        width: 100%;
    }
}
@media (min-width: 451px) and (max-width: 670px) {
    .center-image-div {
        width: 80%;
    }
}
@media (min-width: 671px) {
    .img-carosel {
        width: 90%;
    }
}
@media (max-width: 670px) {
    .img-carosel {
        width: 100%;
    }
}
.api-form1 * {
    padding: 0;
    margin: 0;
    font-family: sans-serif !important;
}
.api-form1 .submit:hover {
    background: #2e7d32;
}
.api-form1 .form-header {
    text-align: center !important;
}
.api-form1 .submit,
.blg,
.cb-but,
.cb-con .submit,
.cta-btn1 a {
    outline: 0 !important;
    max-width: 100% !important;
    font-style: normal !important;
    box-sizing: border-box !important;
    line-height: 1.5 !important;
    position: static !important;
    height: auto !important;
    box-shadow: none !important;
    text-align: center !important;
    clear: both !important;
    font-weight: 700 !important;
    border: 0;
    background: #388e3c;
    color: #fff !important;
    font-size: 22px !important;
    text-decoration: none !important;
    padding: 15px 35px !important;
    border-radius: 35px !important;
    width: 100% !important;
    display: block;
    cursor: pointer !important;
    margin: 15px 0 0 !important;
    text-transform: none !important;
}
.api-form1 .text1 a:hover {
    text-decoration: underline !important;
    color: #a52626 !important;
}
.api-form1 .text1 a {
    box-shadow: none !important;
    font-weight: 700 !important;
    color: #ca2d2d !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline !important;
}
.api-form1 :after,
.api-form1 :before {
    content: none;
}
.api-form1 label,
.cb-con label {
    font-style: normal;
    font-size: 12px !important;
    font-weight: 700 !important;
    cursor: text !important;
    text-align: left !important;
    display: block !important;
    color: #222 !important;
    margin: 0 0 2.5px 20px !important;
    padding: 0 !important;
}
.api-form1 .country-flag {
    width: 25px !important;
    position: relative !important;
    top: 2px !important;
}
.api-form1 p.delivery {
    background: linear-gradient(
        to right,
        transparent 0,
        #ddd 50%,
        transparent 100%
    ) !important;
    margin: 15px 0 0 !important;
    padding: 5px !important;
    text-align: center !important;
    font-size: 16px !important;
    color: #555 !important;
}
.api-form1 .footnote1 {
    line-height: 15px !important;
    text-indent: 0 !important;
    font-size: 10px !important;
    margin: 10px 0 0 !important;
    text-align: center !important;
    padding: 0 !important;
    color: #888 !important;
    border-bottom: none !important;
}
.api-form1 .text {
    border: none !important;
    text-align: center !important;
    color: #222 !important;
    padding: 0 !important;
    font-size: 18px !important;
    width: 100% !important;
    float: none !important;
    line-height: 25px !important;
    font-weight: 700 !important;
    margin: 10px 0 !important;
}
.api-form1 form {
    padding: 0 !important;
    background: 0 0 !important;
    margin: 15px auto 0 !important;
    border: none;
}
.api-form1 .form-body .text .offer-name,
.api-form1 .form-body .text .offer-price {
    font: 700 18px/1.7 sans-serif !important;
    color: #ca2d2d !important;
}
.api-form1 {
    background: #fff !important;
    box-sizing: border-box !important;
    max-width: 465px !important;
    position: relative !important;
    margin: 0 auto !important;
    text-align: center !important;
    border: 2.5px dashed #ddd !important;
    border-radius: 2.5px !important;
    padding: 30px !important;
    clear: both !important;
}
.api-form1 .deadline1 {
    font: 700 15px/1.7 sans-serif !important;
    color: #222 !important;
    text-align: center !important;
    margin: 0 !important;
}
.time_remains {
    font: 700 1.1em/1.5 sans-serif !important;
    color: red !important;
}
.api-form1 .country,
.api-form1 .country:invalid,
.api-form1 .name,
.api-form1 .name:invalid,
.api-form1 .phone,
.api-form1 .phone:invalid {
    font-style: normal;
    transition: 0.25s !important;
    line-height: 20px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    background: 0 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    background: #f2f2f2 !important;
    outline: 0 !important;
    box-sizing: border-box !important;
    border: 2.5px solid #ddd !important;
    border-radius: 35px !important;
    margin: 0 0 15px !important;
}
.api-form1 .country:focus,
.api-form1 .phone:focus,
.api-form1.name:focus {
    border: 2.5px solid #aaa !important;
}
.api-form1 .cta-form {
    margin: 0 !important;
}
.api-form1 {
    padding: 15px !important;
}
.api-form1 .submit {
    font-size: 16px !important;
    padding: 15px 5px !important;
}
.form-header1 .form-header1 {
    text-align: center !important;
}
.api-form1 .cta-form1 {
    margin: 0 !important;
}
.cb-con1 .cta-form1 {
    text-align: center !important;
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
}
.cb-con1 .cta-form1 {
    margin-top: 15px !important;
    display: block;
}
.product-image1 {
    position: relative !important;
    margin: 0 auto !important;
    background: #fff !important;
    text-align: center !important;
    max-width: 300px;
}
.product-image1 img {
    margin: 0 auto 0 auto !important;
    border: none !important;
    padding: 0 !important;
    width: 90% !important;
    z-index: 0 !important;
    position: static !important;
}
.cb-con1 .product-image1 {
    max-width: 300px;
}
.product-banner-text1 {
    font-size: 12px !important;
}
.product-banner1 {
    width: 117px !important;
    height: 117px !important;
}
.product-banner1 {
    opacity: 0.9 !important;
    display: table !important;
    width: 117px !important;
    height: 117px !important;
    line-height: 25px !important;
    color: #fff !important;
    font-size: 18px !important;
    text-align: center !important;
    background: url('') no-repeat center !important;
    background-size: 100% !important;
    position: absolute !important;
    top: -8px !important;
    right: 0 !important;
    text-decoration: none !important;
}
.product-banner-text1 {
    text-align: center !important;
    margin: 0 !important;
    font-weight: 700 !important;
    color: #f2f2f2 !important;
    display: table-cell !important;
    font-size: 20px !important;
    vertical-align: middle !important;
    position: relative;
}
.product-banner-text1:after {
    position: relative;
    top: -5px;
    left: -2.5px;
}
.product-banner-text1 {
    font-size: 16px !important;
}
.api-form1 .form-body1 .text1 .offer-name1,
.api-form1 .form-body1 .text1 .offer-price1 {
    color: #ca2d2d !important;
    font-weight: 700 !important;
}
#text1 {
    margin-top: 40px;
    vertical-align: top;
    display: inline-block;
    width: 75%;
    margin-right: 0;
    text-align: center;
}
.offer-name1 {
    color: #ffeb3b !important;
}
.api-form1 .country:invalid,
.api-form1 .name1,
.api-form1 .name1:focus,
.api-form1 .name1:invalid,
.api-form1 .phone:invalid,
.cb-con1 .country,
.cb-con1 .country:invalid,
.cb-con1 .name1,
.cb-con1 .name1:invalid,
.cta-btn1,
.cta-btn1 * {
    text-align: center !important;
    max-width: 445px;
    margin: 15px auto;
}
.api-form1 .text1 {
    border: none !important;
    text-align: center !important;
    color: #222 !important;
    padding: 0 !important;
    font-size: 18px !important;
    width: 100% !important;
    float: none !important;
    line-height: 25px !important;
    font-weight: 700 !important;
    margin: 10px 0 !important;
}
@media (max-width: 768px) {
    .container {
        box-sizing: border-box;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .api-form1 .deadline1 {
        font-size: 16px !important;
    }
    .api-form1 .text {
        font-size: 15px !important;
    }
    .api-form1 .country,
    .api-form1 .country:invalid,
    .api-form1 .name,
    .api-form1 .name:invalid,
    .api-form1 .phone,
    .api-form1 .phone:invalid {
        padding: 10px !important;
        margin: 0 0 10px !important;
    }
    .api-form1 .submit,
    .blg,
    .cb-but,
    .cb-con .submit,
    .cta-btn1 a {
        margin: 10px 0 0 !important;
        font-size: 18px !important;
        padding: 10px 25px !important;
    }
    .api-form1 .footnote1 {
        font-size: 8px !important;
    }
    .close-popup {
        right: 0 !important;
    }
    .pop-up-heading {
        font-size: 25px !important;
    }
    .pop-up-text {
        font-size: 13px !important;
    }
    .main {
        width: 100%;
    }
    .main-btn {
        font-size: 16px !important;
    }
}
.order_block {
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-family: sans-serif !important;
    padding-bottom: 2em !important;
    box-shadow: none !important;
    width: 100% !important;
    border: none !important;
    max-width: 100% !important;
    line-height: 1.7 !important;
}
.api-form1 .form_control_vik_group {
    margin: 0 0 15px 0 !important;
}
.form_control_vik_group input.form_control_vik.name,
.form_control_vik_group input.form_control_vik.phone {
    margin: 0 !important;
    text-align: left !important;
}
input.form_control_vik:focus::placeholder {
    color: transparent;
}
input.form_control_vik.error {
    border-color: #c92f54 !important;
    color: #c92f54 !important;
}
input.form_control_vik.good {
    border-color: #388e3c !important;
    color: #388e3c !important;
}
.api-form1 .error_note {
    text-align: center;
    margin: 4px 0 0 0 !important;
    font-size: 13px;
    line-height: 16px;
    color: #c92f54;
}
input.form_control_vik.error:focus {
    border-color: #c92f54 !important;
}
input.form_control_vik.good:focus {
    border-color: #0d7f56 !important;
}
.vk-comment-text {
    padding-top: 20px;
}
.vk-comment-name {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding-top: 20px;
}
@media (max-width: 450px) {
    .vk-comment-name {
        display: inline;
    }
}
.ring-loading {
    animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    padding: 15px !important;
    border: 7px dashed #000;
    border-radius: 100%;
    display: none;
    margin: 10px auto !important;
}
@keyframes loadingD {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#section_comments {
    font-size: 14px;
}
#section_comments a {
    color: #365899;
}
#section_comments a:hover {
    text-decoration: underline;
}
a.a-grey {
    color: #90949c !important;
}
.comments-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #d3d6db;
    margin-top: 20px;
    margin-bottom: 15px;
}
.comments-title {
    font-size: 14px;
    font-weight: 900;
}
.comments-menu {
    float: right;
    margin-top: -15px;
}
.tocomment {
    padding-left: 57px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.tocomment .photo_perfil-box {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
}
.tocomment-text {
    height: 40px;
    border: 1px solid #d3d6db;
    color: #90949c;
    font-size: 14px;
    padding: 15px 15px;
    user-select: none;
    cursor: text;
    position: relative;
}
.tocomment-icon {
    --n: 15px;
    width: var(--n);
    height: var(--n);
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 0.5;
}
.tocomment-icon:hover {
    opacity: 0.4;
}
.comment-box {
    padding-left: 57px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.comment-box .photo_perfil-box {
    width: 48px;
    height: 48px;
    overflow: hidden;
    position: absolute;
    left: 0;
}
.photo_perfil {
    width: 100%;
}
.name-comment {
    font-weight: 700;
}
.mesage-comment {
    font-size: 14px;
    line-height: 1.358;
    padding: 3px 0;
}
.interact-comment {
    font-size: 12px;
    padding-top: 3px;
}
.icon-like {
    --n: 14px;
    width: var(--n);
    height: var(--n);
    display: inline-block;
    background-image: url('');
    background-size: cover;
    margin-bottom: -2px;
}
.subcomments-box {
    margin: 10px 0;
    padding-left: 8px;
    border-left: 1px dotted #d3d6db;
}
.subcomment {
    padding-left: 42px;
    position: relative;
}
.subcomment .photo_perfil-box {
    width: 36px;
    height: 36px;
    overflow: hidden;
    position: absolute;
    left: 0;
}
.subcomment:not(:last-child) {
    padding-bottom: 15px;
}
.linksaida {
    color: #365899;
    font-size: 18px !important;
}
