h1, .is-style-as-h1 {
  font-size: 6rem;
  font-weight: 400;
  line-height: 0.97;
  font-family: var(--wp--preset--font-family--russo-one);
  letter-spacing: -0.02em;
}
@media (max-width: 767.98px) {
  h1, .is-style-as-h1 {
    font-size: 3rem;
  }
}
body.block-editor-iframe__body.is-tablet-preview h1, body.block-editor-iframe__body.is-tablet-preview .is-style-as-h1 {
  font-size: 3rem;
}
body.block-editor-iframe__body.is-mobile-preview h1, body.block-editor-iframe__body.is-mobile-preview .is-style-as-h1 {
  font-size: 3rem;
}

h2, .is-style-as-h2 {
  font-family: var(--wp--preset--font-family--russo-one);
  font-size: 3.75rem;
  letter-spacing: -0.02em;
  line-height: 0.83;
  font-weight: 400;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  h2, .is-style-as-h2 {
    font-size: 2.25rem;
  }
}
body.block-editor-iframe__body.is-tablet-preview h2, body.block-editor-iframe__body.is-tablet-preview .is-style-as-h2 {
  font-size: 2.25rem;
}
body.block-editor-iframe__body.is-mobile-preview h2, body.block-editor-iframe__body.is-mobile-preview .is-style-as-h2 {
  font-size: 2.25rem;
}

*.is-style-as-h2-lg {
  font-family: var(--wp--preset--font-family--russo-one);
  font-size: 5.625rem;
  letter-spacing: -0.02em;
  line-height: 0.88;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  *.is-style-as-h2-lg {
    font-size: 2.5rem;
  }
}
body.block-editor-iframe__body.is-tablet-preview *.is-style-as-h2-lg {
  font-size: 2.5rem;
}
body.block-editor-iframe__body.is-mobile-preview *.is-style-as-h2-lg {
  font-size: 2.5rem;
}

*.is-style-as-h1-internal {
  font-family: var(--wp--preset--font-family--russo-one);
  font-size: 5.625rem;
  letter-spacing: -0.02em;
  line-height: 0.88;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  *.is-style-as-h1-internal {
    font-size: 2.75rem;
  }
}
body.block-editor-iframe__body.is-tablet-preview *.is-style-as-h1-internal {
  font-size: 2.75rem;
}
body.block-editor-iframe__body.is-mobile-preview *.is-style-as-h1-internal {
  font-size: 2.75rem;
}

.is-style-subhead {
  font-family: var(--wp--preset--font-family--ibm-plex-mono);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.875rem;
  letter-spacing: 0.2em;
  margin-top: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .is-style-subhead {
    font-size: 1.25rem;
  }
}
body.block-editor-iframe__body.is-tablet-preview .is-style-subhead {
  font-size: 1.25rem;
}
body.block-editor-iframe__body.is-mobile-preview .is-style-subhead {
  font-size: 1.25rem;
}

.is-style-grid-heading {
  font-family: var(--wp--preset--font-family--ibm-plex-mono);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 0.375rem;
}
.is-style-grid-heading:before {
  display: block;
  width: 90px;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .is-style-grid-heading {
    font-size: 1.25rem;
  }
}
body.block-editor-iframe__body.is-tablet-preview .is-style-grid-heading {
  font-size: 1.25rem;
}
body.block-editor-iframe__body.is-mobile-preview .is-style-grid-heading {
  font-size: 1.25rem;
}

@media (max-width: 767.98px) {
  html body {
    font-size: 1.25rem;
  }
}
body.block-editor-iframe__body.is-tablet-preview html body {
  font-size: 1.25rem;
}
body.block-editor-iframe__body.is-mobile-preview html body {
  font-size: 1.25rem;
}

.method-theme-button {
  font-family: var(--wp--preset--font-family--ibm-plex-mono);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0.1em;
  line-height: 1;
  gap: 1rem;
  color: var(--wp--preset--color--rrasc-red);
  text-decoration: none;
}
.method-theme-button svg {
  height: 1.1cap;
}
.method-theme-button.is-style-blue, .method-theme-button.is-style-red {
  color: #fff;
  padding: 0.75rem 1.125rem;
  gap: 2.5rem;
}
.method-theme-button.is-style-red {
  background-color: var(--wp--preset--color--rrasc-red);
}
.method-theme-button.is-style-blue {
  background-color: var(--wp--preset--color--rrasc-blue);
}

.wp-block-accordion .wp-block-accordion-heading__toggle-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: var(--wp--preset--font-family--ibm-plex-mono);
  font-weight: 500;
  font-size: 1.375rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--wp--preset--color--rrasc-red);
}
@media (max-width: 767.98px) {
  .wp-block-accordion .wp-block-accordion-heading__toggle-title {
    font-size: 1.125rem;
  }
}
body.block-editor-iframe__body.is-tablet-preview .wp-block-accordion .wp-block-accordion-heading__toggle-title {
  font-size: 1.125rem;
}
body.block-editor-iframe__body.is-mobile-preview .wp-block-accordion .wp-block-accordion-heading__toggle-title {
  font-size: 1.125rem;
}
.wp-block-accordion .wp-block-accordion-heading__toggle-icon {
  content: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.2378 8.22729L0.000204298 16.4545L0.000204101 5.35487e-05L16.2378 8.22729Z' fill='%23982837'/%3E%3C/svg%3E%0A");
  width: 17px;
  height: 17px;
}
.wp-block-accordion .wp-block-accordion-heading {
  border-bottom: 1px solid var(--wp--preset--color--rrasc-red);
  padding: 0.5rem 0;
}
.wp-block-accordion .wp-block-accordion-heading .wp-block-accordion-heading__toggle {
  padding: 0;
}
.wp-block-accordion .wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.wp-block-accordion.is-style-inverted .wp-block-accordion-heading__toggle-title {
  color: #fff;
}
.wp-block-accordion.is-style-inverted .wp-block-accordion-heading {
  border-bottom-color: #fff;
}
.wp-block-accordion.is-style-inverted .wp-block-accordion-heading__toggle-icon {
  content: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.2378 8.22729L0.000204298 16.4545L0.000204101 5.35487e-05L16.2378 8.22729Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.wp-block-details {
  margin-bottom: 0.75rem;
}
.wp-block-details summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: var(--wp--preset--font-family--ibm-plex-mono);
  font-weight: 500;
  font-size: 1.375rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--wp--preset--color--rrasc-red);
  border-bottom: 1px solid var(--wp--preset--color--rrasc-red);
  padding: 0.5rem 0;
}
@media (max-width: 767.98px) {
  .wp-block-details summary {
    font-size: 1.125rem;
  }
}
body.block-editor-iframe__body.is-tablet-preview .wp-block-details summary {
  font-size: 1.125rem;
}
body.block-editor-iframe__body.is-mobile-preview .wp-block-details summary {
  font-size: 1.125rem;
}
.wp-block-details summary::before {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.2378 8.22729L0.000204298 16.4545L0.000204101 5.35487e-05L16.2378 8.22729Z' fill='%23982837'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: 0.14s ease-in-out all;
  transition: 0.14s ease-in-out all;
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}
.wp-block-details.is-style-inverted summary {
  color: #fff;
  border-bottom-color: #fff;
}
.wp-block-details.is-style-inverted summary::before {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.2378 8.22729L0.000204298 16.4545L0.000204101 5.35487e-05L16.2378 8.22729Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.wp-block-details[open] {
  padding-bottom: 0.75rem;
}
.wp-block-details[open] summary::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.method-header-part {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.method-footer-part, .entry-content.wp-block-post-content-is-layout-constrained {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}