:is(b, strong) {
  color: inherit;
}

.rs_addtools.toolsopen .rsbtn_toolpanel, .rsbtn.toolsopen .rsbtn_toolpanel {
  position: absolute !important;
}

.page-banner .page-banner-box .page-banner-title {
  flex-wrap: wrap;
}
.page-banner .page-banner-box .page-banner-title .left, .page-banner .page-banner-box .page-banner-title .right {
  margin-left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .page-banner .page-banner-box .page-banner-title {
    flex-wrap: nowrap;
    gap: 20px;
  }
  .page-banner .page-banner-box .page-banner-title .left {
    width: 50%;
    flex-grow: 1;
  }
  .page-banner .page-banner-box .page-banner-title .left .crumbs-menu {
    display: flex;
    width: 50%;
    flex-grow: 1;
  }
  .page-banner .page-banner-box .page-banner-title .left .crumbs-menu span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    flex-grow: 1;
  }
  .page-banner .page-banner-box .page-banner-title .left .crumbs-menu span i {
    padding-right: 10px;
  }
  .page-banner .page-banner-box .page-banner-title .left .crumbs-menu span i:after {
    position: static;
    left: 0;
    vertical-align: text-bottom;
  }
  .page-banner .page-banner-box .page-banner-title .right {
    width: auto;
  }
}

.page-template-gutenberg-page {
  --content-sm: 730px;
  --content-md: 920px;
  --content-lg: 1200px;
  font-family: "Open Sans";
  color: #434343;
}
.page-template-gutenberg-page .general-page {
  padding-bottom: 76px;
}
.page-template-gutenberg-page .page-banner .text {
  margin-top: 61px;
  margin-bottom: 72px;
}
.page-template-gutenberg-page main {
  padding-top: 76px;
  color: #434343;
}
.page-template-gutenberg-page main h1 {
  margin: 55px 0 20px 0;
  font-size: 36px;
  line-height: 1.27;
}
.page-template-gutenberg-page main h2 {
  margin: 55px 0 20px 0;
  font-size: 30px;
  line-height: 1.43;
}
.page-template-gutenberg-page main h3 {
  margin: 55px 0 20px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}
.page-template-gutenberg-page main h4, .page-template-gutenberg-page main h5, .page-template-gutenberg-page main h6 {
  margin: 20px 0 20px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}
.page-template-gutenberg-page main > .wp-block-heading:first-child {
  margin-top: 0;
}
.page-template-gutenberg-page main > .wp-block-heading b, .page-template-gutenberg-page main > .wp-block-heading strong {
  font-weight: inherit;
}
.page-template-gutenberg-page main p {
  margin: 0 0 20px;
}
.page-template-gutenberg-page main .wp-block-list {
  margin: 0 0 20px;
  padding-left: 40px;
}
.page-template-gutenberg-page main table tr th,
.page-template-gutenberg-page main table tr td {
  font-size: unset;
}
.page-template-gutenberg-page main .wp-block-details {
  margin-bottom: 20px;
  padding: 0 10px;
  border: 1px solid #E4EEED;
  border-radius: 5px;
  color: #26524D;
  background-color: #E4EEED;
  border-radius: 5px;
}
.page-template-gutenberg-page main .wp-block-details summary {
  padding: 5px 0;
}
.page-template-gutenberg-page main .wp-block-details:hover {
  border-color: #c7dcda;
  background-color: #c7dcda;
}
.page-template-gutenberg-page main .wp-block-details[open] {
  border-color: #E4EEED;
  background-color: transparent;
}
.page-template-gutenberg-page main .wp-block-details .wp-block-table {
  margin-bottom: 0;
}
.page-template-gutenberg-page main > .wp-block-image {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.page-template-gutenberg-page main .wp-block-table {
  border-bottom-width: 0;
}
.page-template-gutenberg-page main .wp-block-table table {
  margin-bottom: 20px;
  border-radius: 6px;
}
.page-template-gutenberg-page main .wp-block-table table thead {
  border-bottom-width: 0;
}
.page-template-gutenberg-page main .wp-block-table table thead tr {
  background: #2A655E;
}
.page-template-gutenberg-page main .wp-block-table table thead tr th, .page-template-gutenberg-page main .wp-block-table table thead tr td {
  font-weight: normal;
  color: white;
  padding: 5px;
  letter-spacing: 0;
  border: 1px solid white;
  border-bottom-width: 0;
}
.page-template-gutenberg-page main .wp-block-table table tr td {
  letter-spacing: 0;
  border: 1px solid #D5D9D9;
}
.page-template-gutenberg-page main .wp-block-table.is-style-stripes table tr td {
  background: none;
}
.page-template-gutenberg-page main .wp-block-table.is-style-stripes table tr:nth-child(odd) td {
  background: rgba(228, 238, 237, 0.5);
}
.page-template-gutenberg-page main a {
  color: #2A655E;
  text-decoration: underline;
}
.page-template-gutenberg-page main a:active, .page-template-gutenberg-page main a:hover {
  text-decoration: none;
}
.page-template-gutenberg-page main .wp-block .wp-block:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .page-template-gutenberg-page .page-banner .text {
    max-width: 720px;
  }
  .page-template-gutenberg-page main {
    padding-left: calc((1200px - var(--content-sm)) / 2);
    padding-right: calc((1200px - var(--content-sm)) / 2);
  }
  .page-template-gutenberg-page main > h1.wp-block-heading,
  .page-template-gutenberg-page main > h2.wp-block-heading,
  .page-template-gutenberg-page main > h3.wp-block-heading,
  .page-template-gutenberg-page main > .wp-block-table,
  .page-template-gutenberg-page main > .wp-block-image.is-style-wide,
  .page-template-gutenberg-page main > .wp-block-details.accordion-style {
    margin-left: calc(-1 * (var(--content-md) - var(--content-sm)) / 2);
    margin-right: calc(-1 * (var(--content-md) - var(--content-sm)) / 2);
  }
  .page-template-gutenberg-page .page-banner .inner {
    width: var(--content-lg);
    margin-left: auto;
    margin-right: auto;
  }
}

/*# sourceMappingURL=new.css.map */
