
/***wordpress native rtl replacement***/

.wp-block-button {
  color: #fff;
  margin-bottom: 1.5em;
}

.wp-block-button__link {
  background-color: #32373c;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: break-word;
}

.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover {
  color: inherit;
}

.is-style-outline {
  color: #32373c;
}

.is-style-outline .wp-block-button__link {
  background: transparent;
  border: 2px solid;
}

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

@supports ((position:-webkit-sticky) or (position:sticky)) {
  .wp-block-cover-image:after,  .wp-block-cover:after {
    content: none;
  }
}

.wp-block-embed {
  margin-bottom: 1em;
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
  .wp-block-gallery .blocks-gallery-image figure,  .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
  .wp-block-gallery .blocks-gallery-image img,  .wp-block-gallery .blocks-gallery-item img {
    width: auto;
  }
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
  .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;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.wp-block-image {
  max-width: 100%;
  margin-bottom: 1em;
  margin-right: 0;
  margin-left: 0;
}

.wp-block-image img {
  max-width: 100%;
}

.wp-block-media-text {
  display: grid;
  grid-template-rows: auto;
  align-items: center;
  grid-template-areas: "media-text-media media-text-content";
  grid-template-columns: 50% auto;
}

.wp-block-media-text .wp-block-media-text__media {
  grid-area: media-text-media;
  margin: 0;
}

.wp-block-media-text .wp-block-media-text__content {
  word-break: break-word;
  grid-area: media-text-content;
  padding: 0 8%;
}

p.has-background {
  padding: 20px 30px;
}

p.has-text-color a {
  color: inherit;
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
  .wp-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.has-normal-font-size {
  font-size: 16px;
}