@font-face {
    font-display: optional;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: local("Inter Bold"), local("inter-bold"), url(../fonts/inter-bold.woff) format("woff"), url(../fonts/inter-bold.woff) format("woff")
}

@font-face {
    font-display: optional;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: local("Inter Regular"), local("inter-regular"), local("inter-regular"), url(../fonts/inter-regular.woff) format("woff2"), url(../fonts/inter-regular.woff) format("woff")
}

@font-face {
    font-display: optional;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: local("Inter Bold"), local("inter-bold"), local("inter-bold"), url(../fonts/inter-bold.woff) format("woff"), url(../fonts/inter-bold.woff) format("woff")
}

*,
*::before,
*::after {
    box-sizing: border-box
}

:focus {
    outline-color: var(--lt-color-primary);
    outline-style: dotted;
    outline-width: 1px
}

html {
    scroll-padding-top: 90px
}

body {
    background: var(--lt-color-bg-primary);
    color: var(--lt-color-text-primary);
    font-family: "Inter", sans-serif;
    margin: 0;
    min-width: 360px
}

figure,
picture {
    display: block;
    margin: 0
}

b.title.title--section {
    font-size: 24px;
}

b.title.title--medium {
    font-size: 24px;
    margin: 0px;
}

b.title.title--small {
    font-size: 24px;
}

section.main__section.main__cta.max {
    display: none;
}

img {
    border: 0;
    height: auto;
    max-width: 100%;
    transition: opacity .3s ease-out
}

a img:hover {
    opacity: .8
}

a {
    color: var(--lt-color-primary);
    text-decoration: none;
    transition: all .3s ease-out;
    transition-property: color, background-color, border
}

a:active,
a:hover {
    color: var(--lt-color-secondary)
}

.button,
.wp-block-button__link,
.wp-block-file__button {
    background: var(--lt-color-primary);
    border-radius: 10px;
    border: 0;
    color: #FFF;
    cursor: pointer;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 18px 30px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    -webkit-appearance: none;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5rem;
    transition-property: color, background-color, border;
    transition: all .3s ease-out
}


/* =========================
   MOBILE TYPO + ESPAÇAMENTO
   ========================= */
@media (max-width: 768px) {

  /* H1 do topo (já no seu padrão) */
  .title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    margin: 0 0 14px;
  }

  /* Base de texto */
  p, li {
    font-size: 16px;
    line-height: 24px;
  }

  /* Headings (H2–H6) - mobile clean */
  h2, h3, h4, h5, h6 {
    clear: both;                 /* mantém proteção contra float */
    margin: 22px 0 10px;         /* espaço antes e depois do título */
    padding-top: 0;              /* remove aquele “buraco” do padding */
    font-family: "Inter", sans-serif;
    font-weight: 800;
    letter-spacing: -0.2px;
  }

  /* Espaço do primeiro elemento após o título (p, ul, etc.) */
  h1 + *,
  h2 + *,
  h3 + *,
  h4 + *,
  h5 + *,
  h6 + * {
    margin-top: 10px;            /* reduzido e consistente */
  }

  /* Tamanhos mobile (bem legíveis) */
  h2 { font-size: 20px; line-height: 28px; }
  h3 { font-size: 18px; line-height: 26px; }
  h4 { font-size: 16px; line-height: 24px; }
  h5 { font-size: 15px; line-height: 22px; }
  h6 { font-size: 14px; line-height: 20px; opacity: .95; }

  /* Parágrafos e listas - ritmo */
  p { margin: 0 0 14px; }
  ul, ol { margin: 0 0 14px 18px; padding: 0; }
  li { margin: 0 0 8px; }

  /* Imagens dentro do conteúdo (evita overflow e mantém layout) */
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  /* Separação entre blocos (se tiver sections/cards) */
  section, .block, .content-block {
    margin-bottom: 18px;
  }
}



@media (max-width:768px) {

    .button,
    .wp-block-button__link,
    .wp-block-file__button {
        max-width: 100%
    }
}

@media (min-width:769px) {

    .button,
    .wp-block-button__link,
    .wp-block-file__button {
        max-width: 360px
    }
}

.button:not(a):not(div),
.wp-block-button__link:not(a):not(div),
.wp-block-file__button:not(a):not(div) {
    height: 60px;
    padding-bottom: 0;
    padding-top: 0
}

.button:hover,
.wp-block-button__link:hover,
.wp-block-file__button:hover {
    background: var(--lt-color-secondary);
    color: #FFF
}

.button:disabled,
.wp-block-button__link:disabled,
.wp-block-file__button:disabled {
    opacity: .33
}

.button--small {
    padding: 12.5px 30px;
    font-size: 1rem;
    line-height: 1.25rem
}

.button--small:not(a):not(div) {
    height: 45px
}

.title {
    color: var(--lt-color-secondary);
    font-size: 40px;
    line-height: 48px;
    display: block;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 700
}

.title+.title {
    margin-top: 30px
}

@media (max-width:768px) {
    .title--singular {
        font-size: 2.75rem;
        line-height: 3rem
    }

    .title {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (min-width:769px) {
    .title--singular {
        font-size: 3.5rem;
        line-height: 3.75rem
    }

    .h2 {
        font-size: 18px !important;
        line-height: 24px;
    }
}

body {
    background-color: var(--lt-color-bg-content);
    color: var(--lt-color-text-primary);
    text-align: left;
    word-wrap: break-word;
    font-size: 1.25rem;
    line-height: 2rem
}

body#tinymce[class*=lt_] {
    min-width: auto;
    padding: 5px
}

:is(li, p, table) a:not(.button):not(.wp-block-button__link):not(.wp-block-file__button):not(.wp-block-button__link):not(.wp-block-file__button):not(.ez-toc-link) {
    text-decoration: underline
}

.wp-block-buttons {
    display: flex;
    clear: both;
    column-gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    width: 100%
}

.wp-block-buttons.is-vertical {
    flex-direction: column;
    row-gap: 30px
}

.wp-block-file {
    align-content: flex-start;
    align-items: center;
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px
}

.wp-block-file a:first-child {
    margin-right: 30px
}

.wp-block-file a.wp-block-file__button {
    display: inline-block;
    margin: 0;
    width: auto
}

.attachment-full {
    display: block;
    margin: 0 auto
}

.attachment-post-thumbnail {
    margin-bottom: 30px;
    width: 100%
}

@media (max-width:768px) {

    img.alignnone,
    img.aligncenter,
    img.alignright,
    img.alignleft,
    img.alignfull,
    img.alignwide {
        display: block
    }
}

.wp-block-image {
    margin: 0;
    text-align: center
}

.wp-block-image img {
    margin: 60px auto;
    display: block
}

.wp-block-image figcaption {
    margin-top: -52.5px
}

@media (min-width:769px) {

    .alignright img,
    .alignleft img {
        margin-bottom: 0;
        margin-top: 0
    }
}

@media (min-width:769px) {

    .alignright figcaption,
    .alignleft figcaption {
        margin-top: 7.5px
    }
}

.alignfull img,
.alignwide img {
    width: 100%
}

img.emoji {
    display: inline-block;
    height: 1rem;
    width: 1rem
}

.wp-block-gallery {
    margin-bottom: 60px;
    margin-top: 45px;
    padding: 0;
    width: 100%;
    font-size: 0;
    line-height: 1
}

.wp-block-gallery.has-nested-images,
.wp-block-gallery .blocks-gallery-grid {
    display: grid;
    gap: 15px
}

@media (max-width:768px) {

    .wp-block-gallery.has-nested-images,
    .wp-block-gallery .blocks-gallery-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

.wp-block-gallery .blocks-gallery-grid {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-gallery .blocks-gallery-item,
.wp-block-gallery .wp-block-image {
    flex-shrink: 0;
    min-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.wp-block-gallery .blocks-gallery-item::before,
.wp-block-gallery .wp-block-image::before {
    display: none
}

.wp-block-gallery .blocks-gallery-item figure,
.wp-block-gallery .wp-block-image figure {
    min-width: 100%;
    position: relative;
    width: 100%
}

.wp-block-gallery .blocks-gallery-item a,
.wp-block-gallery .blocks-gallery-item img,
.wp-block-gallery .wp-block-image a,
.wp-block-gallery .wp-block-image img {
    display: block;
    margin: 0 auto;
    width: 100%
}

.wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-gallery .wp-block-image figcaption {
    background: var(--lt-color-bg-secondary);
    bottom: 0;
    color: var(--lt-color-text-primary);
    left: 0;
    margin: 0;
    padding: 7.5px;
    position: absolute;
    right: 0;
    transition: opacity .3s ease-out .3s, visibility .01s ease-out .01s
}

.wp-block-gallery .blocks-gallery-item:hover figcaption,
.wp-block-gallery .wp-block-image:hover figcaption {
    opacity: 0;
    transition: opacity .3s ease-out .3s, visibility .01s ease-out .6s;
    visibility: hidden
}

.wp-block-gallery.is-cropped .blocks-gallery-item,
.wp-block-gallery.is-cropped .wp-block-image {
    display: flex
}

.wp-block-gallery.is-cropped .blocks-gallery-item figure,
.wp-block-gallery.is-cropped .wp-block-image figure {
    display: flex
}

.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .wp-block-image a,
.wp-block-gallery.is-cropped .wp-block-image img {
    height: 100%;
    object-fit: cover
}

.wp-block-gallery.has-nested-images.columns-1,
.wp-block-gallery.columns-1 .blocks-gallery-grid {
    grid-template-columns: repeat(1, 1fr)
}

.wp-block-gallery.has-nested-images.columns-2,
.wp-block-gallery.columns-2 .blocks-gallery-grid {
    grid-template-columns: repeat(2, 1fr)
}

@media (min-width:641px) {

    .wp-block-gallery.has-nested-images.columns-3,
    .wp-block-gallery.columns-3 .blocks-gallery-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width:641px) {

    .wp-block-gallery.has-nested-images.columns-4,
    .wp-block-gallery.columns-4 .blocks-gallery-grid {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (max-width:640px) {

    .wp-block-gallery.has-nested-images.columns-5,
    .wp-block-gallery.columns-5 .blocks-gallery-grid {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (min-width:641px) {

    .wp-block-gallery.has-nested-images.columns-5,
    .wp-block-gallery.columns-5 .blocks-gallery-grid {
        grid-template-columns: repeat(5, 1fr)
    }
}

@media (max-width:640px) {

    .wp-block-gallery.has-nested-images.columns-6,
    .wp-block-gallery.columns-6 .blocks-gallery-grid {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (min-width:641px) {

    .wp-block-gallery.has-nested-images.columns-6,
    .wp-block-gallery.columns-6 .blocks-gallery-grid {
        grid-template-columns: repeat(6, 1fr)
    }
}

@media (max-width:640px) {

    .wp-block-gallery.has-nested-images.columns-7,
    .wp-block-gallery.columns-7 .blocks-gallery-grid {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (min-width:641px) {

    .wp-block-gallery.has-nested-images.columns-7,
    .wp-block-gallery.columns-7 .blocks-gallery-grid {
        grid-template-columns: repeat(7, 1fr)
    }
}

@media (max-width:640px) {

    .wp-block-gallery.has-nested-images.columns-8,
    .wp-block-gallery.columns-8 .blocks-gallery-grid {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (min-width:641px) {

    .wp-block-gallery.has-nested-images.columns-8,
    .wp-block-gallery.columns-8 .blocks-gallery-grid {
        grid-template-columns: repeat(8, 1fr)
    }
}

.wp-block-gallery.has-nested-images.columns-default,
.wp-block-gallery.columns-default .blocks-gallery-grid {
    grid-template-columns: repeat(3, 1fr)
}

.alignnone,
.aligncenter,
.alignright,
.alignleft,
.alignfull,
.alignwide {
    clear: both
}

@media (max-width:768px) {

    .alignnone,
    .aligncenter,
    .alignright,
    .alignleft,
    .alignfull,
    .alignwide {
        margin-bottom: 30px;
        margin-top: 30px
    }
}

.aligncenter,
.alignright,
.alignleft {
    margin-left: auto;
    margin-right: auto
}

@media (min-width:769px) {

    .alignright,
    .alignleft {
        clear: none;
        margin-bottom: 15px;
        margin-top: 7.5px;
        max-width: calc((var(--lt-content-max-width) / 2) - 30px)
    }

    .alignright[class*=wp-block],
    .alignleft[class*=wp-block] {
        margin-bottom: 30px;
        margin-top: 7.5px
    }
}

@media (min-width:769px) {
    .alignright {
        float: right;
        margin-left: 30px
    }
}

@media (min-width:769px) {
    .alignleft {
        float: left;
        margin-right: 30px
    }
}

.alignfull {
    width: 100%;
    max-width: 100%
}

.alignwide {
    margin: 0 0 0 50%;
    max-width: 100vw;
    min-width: 360px;
    transform: translateX(-50%);
    width: 1110px
}

.is-content-justification-center {
    justify-content: center
}

.is-content-justification-space-between {
    justify-content: space-between
}

.is-content-justification-right {
    justify-content: flex-end
}

code,
samp {
    background: var(--lt-color-bg-secondary);
    padding: 3px 5px
}

samp {
    font-family: inherit
}

pre {
    white-space: pre-wrap
}

.wp-block-code {
    border: 3px solid var(--lt-color-border);
    clear: both;
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
    overflow: auto;
    padding: 30px;
    width: 100%
}

.wp-block-code code {
    background: var(--lt-color-bg-content);
    padding: 0;
    white-space: pre
}

.wp-block-preformatted {
    margin-bottom: 30px;
    margin-top: 30px
}

.wp-block-columns {
    column-gap: 30px;
    display: flex;
    justify-content: space-between
}

@media (max-width:640px) {
    .wp-block-columns {
        flex-wrap: wrap
    }
}

@media (min-width:641px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-column {
    width: 100%
}

@media (max-width:640px) {
    .wp-block-column {
        margin-top: 30px;
        max-width: calc(50% - 15px)
    }
}

@media (min-width:641px) {
    .wp-block-column {
        margin: 30px 0
    }
}

.wp-block-column>:first-child {
    margin-top: 0
}

.wp-block-column>:last-child {
    margin-bottom: 0
}

hr.wp-block-separator {
    border: 0;
    clear: both;
    height: 5px;
    margin: 60px auto;
    max-width: var(--lt-content-max-width);
    min-height: 5px;
    width: 100%;
    max-width: var(--lt-content-max-width) !important
}

hr.wp-block-separator:not(.has-background) {
    background: var(--lt-color-bg-secondary)
}

.wp-block-cover hr.wp-block-separator {
    margin: 30px 0
}

.wp-block-spacer {
    clear: both;
    margin-bottom: 0;
    margin-top: 0
}

ol,
ul {
    list-style: none;
    margin: 30px 0;
    padding: 0
}

@media (max-width:480px) {

    ol,
    ul {
        padding-left: 30px
    }
}

@media (min-width:481px) {

    ol,
    ul {
        padding-left: 60px
    }
}

ol.has-background,
ul.has-background {
    padding: 15px 30px 30px 60px
}

ol div,
ul div {
    display: inline
}

ol {
    counter-reset: li
}

ol>li {
    counter-increment: li
}

ol>li::before {
    color: var(--lt-color-primary);
    content: counter(li);
    white-space: nowrap
}

ol>li ol {
    counter-reset: li2
}

ol>li ol li {
    counter-increment: li2
}

ol>li ol li::before {
    content: counter(li2)
}

ul>li::before {
    color: var(--lt-color-primary);
    content: "\2022"
}

ol ol,
ol ul,
ul ol,
ul ul {
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 0
}

ol li,
ul li {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
}

ol li::before,
ul li::before {
    direction: rtl;
    display: inline-block;
    margin-left: -15px;
    padding-right: 15px;
    text-align: right;
    width: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 700
}

dl {
    margin: 30px 0
}

dl :last-child {
    margin-bottom: 0
}

dt {
    font-family: "Inter", sans-serif;
    font-weight: 700
}

dd {
    margin: 15px 0 30px 30px
}

.wp-block-embed {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center
}

.wp-block-embed.wp-has-aspect-ratio.is-type-video .wp-block-embed__wrapper {
    height: 0;
    position: relative
}

.wp-block-embed.wp-has-aspect-ratio.is-type-video .wp-block-embed__wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.wp-block-embed.wp-embed-aspect-1-1.is-type-video .wp-block-embed__wrapper {
    padding-top: 100%
}

.wp-block-embed.wp-embed-aspect-2-1.is-type-video .wp-block-embed__wrapper {
    padding-top: 50%
}

.wp-block-embed.wp-embed-aspect-1-2.is-type-video .wp-block-embed__wrapper {
    padding-top: 200%
}

.wp-block-embed.wp-embed-aspect-4-3.is-type-video .wp-block-embed__wrapper {
    padding-top: 75%
}

.wp-block-embed.wp-embed-aspect-16-9.is-type-video .wp-block-embed__wrapper {
    padding-top: 56.25%
}

.wp-block-embed__wrapper {
    align-items: center;
    display: flex;
    justify-content: center
}

.wp-block-audio,
.wp-block-video {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 0;
    line-height: 1
}

audio,
video {
    max-width: 100%;
    width: 100%
}

.wp-block-media-text {
    align-items: center;
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px
}

@media (max-width:640px) {
    .wp-block-media-text {
        flex-wrap: wrap
    }
}

@media (min-width:641px) {
    .wp-block-media-text {
        flex-wrap: nowrap;
        justify-content: space-between
    }
}

.wp-block-media-text.is-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-media-text.is-vertically-aligned-bottom {
    align-items: flex-end
}

.wp-block-media-text.is-image-fill {
    align-items: stretch
}

.wp-block-media-text__media,
.wp-block-media-text__content {
    flex-shrink: 0;
    padding: 0;
    width: 100%
}

@media (min-width:641px) {

    .wp-block-media-text__media,
    .wp-block-media-text__content {
        max-width: calc(50% - 15px)
    }
}

.wp-block-media-text__media :first-child {
    display: block
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    order: 2
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    background-size: cover
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
    visibility: hidden
}

.wp-block-media-text__content>:first-child {
    margin-top: 0
}

.wp-block-media-text__content>:last-child {
    margin-bottom: 0
}

.wp-block-media-text__content p {
    font-size: 1.25rem;
    line-height: 2rem
}

>.media {
    margin: 0 auto;
    max-width: 100%
}

@media (min-width:641px) {
    >.media {
        display: table;
        min-width: 500px
    }
}

>.media {
    margin-bottom: 30px;
    margin-top: 30px
}

>.media {
    clear: both;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

>.media iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

blockquote {
    border: 0;
    border-left: 5px solid var(--lt-color-primary);
    clear: both;
    margin: 60px auto;
    padding: 0 0 0 30px
}

blockquote>:first-child {
    margin-top: 0
}

blockquote>:last-child {
    margin-bottom: 0
}

blockquote .banner {
    display: none
}

.wp-block-pullquote {
    border: 3px solid var(--lt-color-border);
    margin-bottom: 60px;
    margin-top: 60px;
    padding: 0
}

.wp-block-pullquote blockquote {
    border: 0;
    color: var(--lt-color-primary);
    margin: 0;
    padding: 30px;
    text-align: center;
    font-size: 2.25rem;
    line-height: 2.5rem
}

.wp-block-pullquote blockquote::before {
    display: none
}

.wp-block-quote__citation,
.wp-block-pullquote__citation,
cite {
    color: var(--lt-color-text-primary);
    font-style: normal;
    text-transform: none;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: "Inter", sans-serif;
    font-weight: 700
}

p+.wp-block-quote__citation,
p+.wp-block-pullquote__citation,
p+cite {
    margin-top: 30px
}

table {
    border-collapse: collapse;
    width: 100%
}

@media (max-width:768px) {
    table {
        display: block;
        overflow: auto
    }
}

.wp-block-table {
    margin-bottom: 60px;
    margin-top: 60px;
    overflow: auto
}

@media (max-width:768px) {
    .wp-block-table table {
        display: table
    }
}

th,
td {
    border: 3px solid var(--lt-color-border);
    min-width: 150px;
    padding: 7.5px
}

@media (max-width:768px) {

    th,
    td {
        font-size: 1rem;
        line-height: 1.25rem
    }
}

@media (min-width:769px) {

    th,
    td {
        font-size: 1.25rem;
        line-height: 1.5rem
    }
}

th:empty,
td:empty {
    background: transparent
}

thead {
    background: var(--lt-color-bg-secondary)
}

th {
    font-family: "Inter", sans-serif;
    font-weight: 700
}

tfoot td {
    font-size: 1rem;
    line-height: 1.25rem
}

.has-text-align-center {
    text-align: center
}

.has-text-align-right {
    text-align: right
}

figcaption {
    color: var(--lt-color-text-primary);
    display: block;
    margin: 7.5px 0 30px 0;
    text-align: center;
    font-size: .875rem;
    line-height: 1.125rem
}

.wp-block-cover {
    align-items: center;
    background-color: #000;
    background-position: 50% 50%;
    background-size: cover;
    color: #FFF;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    margin-top: 60px;
    min-height: 420px;
    overflow: hidden;
    padding: 30px;
    position: relative
}

@media (min-width:769px) {
    .wp-block-cover {
        min-width: calc(50% - 30px)
    }
}

.wp-block-cover:not(.alignright):not(.alignleft) {
    margin-bottom: 60px;
    margin-top: 60px
}

.wp-block-cover.is-position-top-left,
.wp-block-cover.is-position-top-center,
.wp-block-cover.is-position-top-right {
    align-items: flex-start
}

.wp-block-cover.is-position-top-left,
.wp-block-cover.is-position-center-left,
.wp-block-cover.is-position-bottom-left {
    justify-content: flex-start
}

.wp-block-cover.is-position-top-right,
.wp-block-cover.is-position-center-right,
.wp-block-cover.is-position-bottom-right {
    justify-content: flex-end
}

.wp-block-cover.is-position-bottom-left,
.wp-block-cover.is-position-bottom-center,
.wp-block-cover.is-position-bottom-right {
    align-items: flex-end
}

.wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover__background,
.wp-block-cover__gradient-background {
    background-color: inherit;
    z-index: 2;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.wp-block-cover__image-background {
    border: none;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    object-fit: cover;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.wp-block-cover__inner-container {
    position: relative;
    z-index: 2
}

.wp-block-cover__inner-container>:first-child {
    margin-top: 0;
    padding-top: 0
}

.wp-block-cover__inner-container>:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.wp-block-cover__inner-container p {
    font-size: 1.25rem;
    line-height: 2rem
}

.wp-block-cover:not(.has-custom-content-position) .wp-block-cover__inner-container {
    width: 100%
}

.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
    border: none;
    box-shadow: none;
    height: 100%;
    margin: 0;
    max-height: none;
    max-width: none;
    object-fit: cover;
    outline: none;
    padding: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.has-background-dim {
    opacity: 50%
}

.has-background-dim-0 {
    opacity: 0%
}

.has-background-dim-10 {
    opacity: 10%
}

.has-background-dim-20 {
    opacity: 20%
}

.has-background-dim-30 {
    opacity: 30%
}

.has-background-dim-40 {
    opacity: 40%
}

.has-background-dim-50 {
    opacity: 50%
}

.has-background-dim-60 {
    opacity: 60%
}

.has-background-dim-70 {
    opacity: 70%
}

.has-background-dim-80 {
    opacity: 80%
}

.has-background-dim-90 {
    opacity: 90%
}

.has-background-dim-100 {
    opacity: 100%
}

p {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
}

p.has-background {
    padding: 30px
}

p:empty {
    display: none
}

small {
    display: block;
    font-size: .75rem;
    line-height: 1rem
}

.has-small-font-size {
    font-size: .75rem;
    line-height: 1rem
}

.has-large-font-size {
    font-size: 1.75rem;
    line-height: 2rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin-top: 0;
    padding-top: 30px;
    font-family: "Inter", sans-serif;
    font-weight: 700
}

h1+*,
h2+*,
h3+*,
h4+*,
h5+*,
h6+* {
    margin-top: 30px
}

h3 {
    font-size: 1.5rem;
    line-height: 1.75rem
}

h4 {
    font-size: 1.25rem;
    line-height: 1.5rem
}

h5 {
    font-size: 1rem;
    line-height: 1.25rem
}

h6 {
    font-size: .875rem;
    line-height: 1.125rem
}

.wp-block-verse {
    font-style: italic;
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: "Inter", sans-serif;
    font-weight: 400
}

.alignfull {
    max-width: var(--lt-content-max-width) !important
}

@media screen and (max-width:720px) {

    .alignleft,
    .alignright {
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important
    }
}

@media screen and (min-width:730px) {
    .alignleft {
        margin-left: calc((100% - var(--lt-content-max-width))/2) !important
    }

    .alignright {
        margin-right: calc((100% - var(--lt-content-max-width))/2) !important
    }
}

.alignwide {
    transform: none;
    max-width: 100vw !important
}

.wp-block-cover {
    min-width: calc((var(--lt-content-max-width) / 2) - 30px)
}