html,
body {
  overflow-x: hidden;
}
html.-toggle,
body.-toggle {
  overflow: hidden;
}

body {
  background: #f5f5f7;
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  body.-toggle {
    overflow: hidden;
  }
}

.white-bg {
  background: #fff;
}

.border-bottom-line {
  border-bottom: 1px solid #dedede;
}

.pt-20 {
  padding-top: 20px;
}

.pt-42 {
  padding-top: 42px;
}

.pb-42 {
  padding-bottom: 42px;
}

.mb-42 {
  margin-bottom: 42px;
}

.font-18 {
  font-size: 18px;
}

.breadcrumbs-block {
  font-size: 13px;
  color: #737373;
  margin-bottom: 20px;
}
.breadcrumbs-block a {
  color: #1C1A35;
}
.breadcrumbs-block a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.small-author-block {
  font-size: 14px;
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 12px;
  align-items: center;
  line-height: 1.2;
  font-size: 14px;
}
.small-author-block img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: center;
     object-fit: center;
  border: 1px solid #e6e6e6;
}
.small-author-block .small-author-block__name {
  color: #000;
  margin-bottom: 5px;
}
.small-author-block .small-author-block__name a {
  color: #0070e4;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.small-author-block .small-author-block__name a:hover {
  text-decoration: none;
}
.small-author-block .small-author-block__date {
  color: #737373;
}
.small-author-block .small-author-block__date span {
  font-weight: bold;
}

.lp-heading--row {
  display: flex;
  gap: 56px;
  align-items: center;
}

.lp-heading__heading h1 {
  font-size: 46px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .lp-heading__heading h1 {
    font-size: 32px;
    margin-bottom: 12px;
  }
}

.lp-heading__text {
  font-size: 16px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .lp-heading__text {
    font-size: 14px;
  }
}
.lp-heading__text p:not(:last-child) {
  margin-bottom: 20px;
}

.lp-heading__img {
  flex: 1 0 auto;
  max-width: 400px;
  width: 100%;
  display: flex;
  place-content: center;
  place-items: center;
}
.lp-heading__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.lp-heading__data {
  display: flex;
  gap: 64px;
  align-items: center;
}
@media (max-width: 768px) {
  .lp-heading__data {
    display: block;
  }
}

.lp-heading__view {
  background: url("../../images/read-icon.svg") no-repeat left center;
  background-size: 16px;
  padding-left: 20px;
  min-height: 18px;
  font-size: 13px;
  color: #737373;
}
@media (max-width: 768px) {
  .lp-heading__view {
    margin-top: 16px;
  }
}

.g-title-rating {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: center;
  padding: 14px 0;
}
.g-title-rating .g-title-rating--label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}
.g-title-rating .g-title-rating--label span {
  font-size: 24px;
  font-weight: bold;
}
.g-title-rating .main-stars-block {
  gap: 0;
}
.g-title-rating .main-stars-block i {
  width: 8px;
  height: 8px;
}
.g-title-rating.green {
  border-color: #4daa57;
}
.g-title-rating.orange {
  border-color: rgba(245, 116, 24, 0.8901960784);
}
.g-title-rating.yellow {
  border-color: #eed707;
}
.g-title-rating.grey {
  border-color: #d2cccc;
}
.g-title-rating.grey .g-title-rating--label {
  color: #d2cccc;
}
.g-title-rating.-big {
  width: 100px;
  height: 100px;
}
@media (max-width: 768px) {
  .g-title-rating.-big {
    width: 82px;
    height: 82px;
  }
}
.g-title-rating.-big .g-title-rating--label {
  font-size: 17px;
}
@media (max-width: 768px) {
  .g-title-rating.-big .g-title-rating--label {
    font-size: 14px;
  }
}
.g-title-rating.-big .g-title-rating--label span {
  font-size: 32px;
}
@media (max-width: 768px) {
  .g-title-rating.-big .g-title-rating--label span {
    font-size: 26px;
  }
}
.g-title-rating.-big .main-stars-block i {
  width: 12px;
  height: 12px;
}
@media (max-width: 768px) {
  .g-title-rating.-big .main-stars-block i {
    width: 10px;
    height: 10px;
  }
}

.review-title {
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-gap: 24px;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .review-title {
    grid-gap: 16px;
    margin-bottom: 20px;
  }
}
.review-title .review-title--title {
  font-size: 42px;
  font-weight: bold;
  color: #1C1A35;
}
@media (max-width: 768px) {
  .review-title .review-title--title {
    font-size: 26px;
  }
}

.g-rev-page-comment-form form input[type=text],
.g-rev-page-comment-form form input[type=email],
.g-rev-page-comment-form form input[type=password],
.g-rev-page-comment-form form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Poppins", sans-serif;
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 32px;
  padding: 12px 16px;
  color: #333;
}
.g-rev-page-comment-form form input[type=text]:focus,
.g-rev-page-comment-form form input[type=email]:focus,
.g-rev-page-comment-form form input[type=password]:focus,
.g-rev-page-comment-form form textarea:focus {
  outline: none;
  color: #000;
}
.g-rev-page-comment-form form textarea {
  height: 188px;
}
.g-rev-page-comment-form form ::-webkit-input-placeholder {
  font-size: 16px;
  color: #373737;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.g-rev-page-comment-form form ::-moz-placeholder {
  font-size: 16px;
  color: #373737;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.g-rev-page-comment-form form :-ms-input-placeholder {
  font-size: 16px;
  color: #373737;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.g-rev-page-comment-form form :-moz-placeholder {
  font-size: 16px;
  color: #373737;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.g-rev-page-comment-form form :focus::-webkit-input-placeholder {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.g-rev-page-comment-form form :focus::-moz-placeholder {
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.g-rev-page-comment-form form :focus:-ms-input-placeholder {
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.g-rev-page-comment-form form :focus:-moz-placeholder {
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.g-rev-page-comment-form form textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #373737;
  text-indent: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.g-rev-page-comment-form form textarea::-moz-placeholder {
  font-size: 16px;
  color: #373737;
  text-indent: 0;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.g-rev-page-comment-form form textarea:-moz-placeholder {
  font-size: 16px;
  color: #373737;
  text-indent: 0;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.g-rev-page-comment-form form textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #373737;
  text-indent: 0;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.g-rev-page-comment-form form textarea:focus::-webkit-input-placeholder {
  text-indent: 50px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.g-rev-page-comment-form form textarea:focus::-moz-placeholder {
  text-indent: 50px;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.g-rev-page-comment-form form textarea:focus:-moz-placeholder {
  text-indent: 50px;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.g-rev-page-comment-form form textarea:focus:-ms-input-placeholder {
  text-indent: 50px;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.g-rev-page-comment-form form button {
  border-radius: 50px;
  display: inline-block;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 14px 32px;
}
.g-rev-page-comment-form form button:hover {
  opacity: 0.86;
}
.g-rev-page-comment-form form .g-rev-page-comment-form--input-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .g-rev-page-comment-form form .g-rev-page-comment-form--input-group {
    grid-template-columns: 1fr;
  }
}
.g-rev-page-comment-form form input[type=text],
.g-rev-page-comment-form form textarea {
  width: 100%;
  height: 54px;
  padding: 14px 20px;
  border-radius: 3px;
  border: 1px solid #dedede;
}
.g-rev-page-comment-form form input[type=text]:focus,
.g-rev-page-comment-form form textarea:focus {
  border-color: #0070e4;
}
.g-rev-page-comment-form form textarea {
  height: 188px;
  resize: none;
}
.g-rev-page-comment-form form input[type=range] {
  flex: 1;
  margin: 0;
  padding: 0;
  min-height: 20px;
  background: transparent;
  font: inherit;
}
.g-rev-page-comment-form form input[type=range], .g-rev-page-comment-form form input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.g-rev-page-comment-form form input[type=range]::-webkit-slider-runnable-track {
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 8px;
  background: rgb(53, 53, 53);
  border-radius: 10px;
}
.g-rev-page-comment-form form input[type=range]::-moz-range-track {
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 8px;
  background: rgb(53, 53, 53);
  border-radius: 10px;
}
.g-rev-page-comment-form form input[type=range]::-ms-track {
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 8px;
  background: rgb(53, 53, 53);
  border-radius: 10px;
}
.g-rev-page-comment-form form input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  border: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0070e4;
  border: 5px solid #f3f3f3;
  position: relative;
  margin-top: -6px;
}
.g-rev-page-comment-form form input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  border: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0070e4;
  border: 5px solid #f3f3f3;
  position: relative;
  margin-top: -6px;
}
.g-rev-page-comment-form form input[type=range]::-ms-thumb {
  margin-top: 0;
  box-sizing: border-box;
  border: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0070e4;
  border: 5px solid #f3f3f3;
  position: relative;
}
.g-rev-page-comment-form form input[type=range]::-ms-tooltip {
  display: none;
}

.g-rev-page-comments-list {
  margin-bottom: 32px;
}
.g-rev-page-comments-list .g-rev-page-comments-list__comment--wrapp.-child-comment {
  margin-left: 42px;
}
.g-rev-page-comments-list .g-rev-page-comments-list__comment--wrapp.-child-comment .g-rev-page-comments-list__comment {
  position: relative;
  overflow: unset;
  padding-bottom: 2px;
}
.g-rev-page-comments-list .g-rev-page-comments-list__comment {
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dedede;
}
.g-rev-page-comments-list .g-rev-page-comments-list__comment:not(:last-child) {
  margin-bottom: 24px;
}
.g-rev-page-comments-list .g-rev-page-comments-list__comment .g-rev-comment--top-area {
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-gap: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .g-rev-page-comments-list .g-rev-page-comments-list__comment .g-rev-comment--top-area {
    padding: 16px;
    grid-gap: 16px;
  }
}
.g-rev-page-comments-list .g-rev-page-comments-list__comment .g-rev-comment--top-area .g-rev-comment--user {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .g-rev-page-comments-list .g-rev-page-comments-list__comment .g-rev-comment--top-area .g-rev-comment--user {
    font-size: 14px;
  }
}
.g-rev-page-comments-list .g-rev-page-comments-list__comment .g-rev-comment--top-area .g-rev-comment--date-reply {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 768px) {
  .g-rev-page-comments-list .g-rev-page-comments-list__comment .g-rev-comment--top-area .g-rev-comment--date-reply {
    font-size: 12px;
  }
}
.g-rev-page-comments-list .g-rev-page-comments-list__comment .g-rev-comment--top-area .g-rev-comment--date-reply .g-rev-comment--reply {
  background: transparent;
  padding: 0;
  margin: 0;
  margin-top: -5px;
  border: none;
}
.g-rev-page-comments-list .g-rev-page-comments-list__comment .g-rev-comment--top-area .g-rev-comment--date-reply .g-rev-comment--reply span {
  font-weight: 500;
  padding-right: 20px;
  background: url("../../images/reply-icon.svg") no-repeat right center;
  background-size: 12px;
  position: relative;
  top: 2px;
  color: #0070e4;
}
@media (max-width: 768px) {
  .g-rev-page-comments-list .g-rev-page-comments-list__comment .g-rev-comment--top-area .g-rev-comment--date-reply .g-rev-comment--reply span {
    background-size: 10px;
    padding-right: 17px;
  }
}
.g-rev-page-comments-list .g-rev-page-comments-list__comment .g-rev-comment--top-area .g-rev-comment--date-reply .g-rev-comment--reply:hover {
  opacity: 0.62;
}
.g-rev-page-comments-list .g-rev-page-comments-list__comment .g-rev-comment__comment {
  margin: 5px;
  background: #f7f7f7;
  border-radius: 3px;
  padding: 20px;
  font-size: 14px;
}
.g-rev-page-comments-list .g-rev-page-comments-list__comment.-toggle {
  background: #eef4f9;
}

.g-rev-page-comment-form {
  position: relative;
}
.g-rev-page-comment-form.-ajax-form {
  margin-top: 32px;
  margin-bottom: 42px;
}
.g-rev-page-comment-form .g-rev-page-comment-form--title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .g-rev-page-comment-form .g-rev-page-comment-form--title {
    font-size: 26px;
  }
}
.g-rev-page-comment-form .g-rev-page-comment-form--desc {
  font-size: 14px;
}
.g-rev-page-comment-form .cancel-reply-form {
  font-size: 14px;
  font-weight: 500;
  color: #0070e4;
  padding: 0 0 0 28px;
  margin: 0;
  background: url("../../images/form-cancel-icon.svg") no-repeat left center;
  background-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
}
@media (max-width: 768px) {
  .g-rev-page-comment-form .cancel-reply-form {
    position: relative;
    margin-top: 20px;
  }
}
.g-rev-page-comment-form form {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 340px;
  grid-column-gap: 30px;
}
@media (max-width: 768px) {
  .g-rev-page-comment-form form {
    grid-template-columns: 1fr;
  }
}
.g-rev-page-comment-form form input,
.g-rev-page-comment-form form textarea {
  background: #F2FAFF !important;
  border: 1px solid #DFE8F0 !important;
  border-radius: 16px !important;
}
.g-rev-page-comment-form form .g-rev-page-comment-form--btn {
  height: 56px;
  background: linear-gradient(92.56deg, #0095F9 5.2%, #1241CD 100%);
  border: none;
  padding: 12px 32px;
  border-radius: 32px;
  transition: all 0.25s ease-in;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .g-rev-page-comment-form form .g-rev-page-comment-form--btn {
    width: 100%;
  }
}
.g-rev-page-comment-form form .g-rev-page-comment-form--btn:hover {
  box-shadow: 0px 0px 28px rgba(2, 7, 41, 0.143);
}
.g-rev-page-comment-form form .comment-rating-options {
  width: 100%;
  background: #1C1A35;
  border-radius: 12px;
  padding: 50px 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .g-rev-page-comment-form form .comment-rating-options {
    margin-top: 30px;
  }
}
.g-rev-page-comment-form form .comment-rating-options .comment-rating-options--title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}
.g-rev-page-comment-form form .comment-rating-options .comment-rating-options--desc {
  font-size: 14px;
  color: #fff;
  margin-bottom: 18px;
}
.g-rev-page-comment-form form .comment-rating-options .comment-rating-options--val {
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  margin-bottom: 14px;
}
.g-rev-page-comment-form form .comment-rating-options .comment-rating-range {
  width: 100%;
}

input.-error-input,
textarea.-error-input {
  border: 1px solid #0070e4 !important;
}

.comment-form-errrors {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 24px;
}
.comment-form-errrors ul {
  margin: 0;
  padding: 0;
  margin-left: -30px;
  padding-left: 30px;
}
.comment-form-errrors li {
  font-size: 14px;
  color: #FA192E;
}
.comment-form-errrors li:not(:last-child) {
  margin-bottom: 5px;
}

.g-comment-thank-block {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  flex-wrap: wrap;
  place-items: center;
  place-content: center;
  display: none;
}
@media (max-width: 768px) {
  .g-comment-thank-block {
    background: #fff;
  }
}
.g-comment-thank-block.-toggle {
  display: flex;
}
.g-comment-thank-block .g-comment-thank-block--content {
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(12, 42, 149, 0.15);
  border-radius: 3px;
  max-width: 520px;
  width: 100%;
  padding: 100px 24px;
  display: flex;
  flex-wrap: wrap;
  place-items: center;
  place-content: center;
  gap: 20px;
  text-align: center;
}
.g-comment-thank-block .g-comment-thank-block--content .h2 {
  font-size: 42px;
  font-weight: 700;
  width: 100%;
}
.g-comment-thank-block .g-comment-thank-block--content p {
  font-size: 16px;
  font-weight: 500;
}
.g-comment-thank-block .g-comment-thank-block--content .thanks-btn {
  margin-top: 16px;
  width: 240px;
  height: 62px;
  box-shadow: 0px 0px 20px rgba(2, 7, 41, 0.1);
  border: none;
  padding: 13px 0;
  border-radius: 42px;
  transition: all 0.25s ease-in;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #0070e4;
}
.g-comment-thank-block .g-comment-thank-block--content .thanks-btn:hover {
  box-shadow: 0px 0px 28px rgba(2, 7, 41, 0.143);
}

.g-comment-moder-text {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #4daa57;
}

.main-stars-block {
  display: flex;
  gap: 1px;
  margin-top: 4px;
}
.main-stars-block i {
  width: 12px;
  height: 12px;
  display: block;
}
.main-stars-block.green i {
  background: url("../../images/star-color-green.svg") no-repeat center;
  background-size: contain;
}
.main-stars-block.green i.icon-half {
  background: url("../../images/star-half-green.svg") no-repeat center;
  background-size: contain;
}
.main-stars-block.green i.icon-empty {
  background: url("../../images/star-empty-green.svg") no-repeat center;
  background-size: contain;
}
.main-stars-block.orange i {
  background: url("../../images/star-color-orange.svg") no-repeat center;
  background-size: contain;
}
.main-stars-block.orange i.icon-half {
  background: url("../../images/star-half-orange.svg") no-repeat center;
  background-size: contain;
}
.main-stars-block.orange i.icon-empty {
  background: url("../../images/star-empty-orange.svg") no-repeat center;
  background-size: contain;
}
.main-stars-block.yellow i {
  background: url("../../images/star-color.svg") no-repeat center;
  background-size: contain;
}
.main-stars-block.yellow i.icon-half {
  background: url("../../images/star-half.svg") no-repeat center;
  background-size: contain;
}
.main-stars-block.yellow i.icon-empty {
  background: url("../../images/star-empty.svg") no-repeat center;
  background-size: contain;
}
.main-stars-block.grey i {
  background: url("../../images/star-color-grey.svg") no-repeat center;
  background-size: contain;
}

.hero-block {
  background: linear-gradient(216deg, #145AD4, #0A2F6E);
  padding: 32px 0;
  margin-bottom: 46px;
}
@media (max-width: 768px) {
  .hero-block {
    padding: 24px 20px;
    margin-bottom: 32px;
  }
  .hero-block .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.hero-block .hero-block__img {
  display: flex;
  place-content: center;
  place-items: center;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .hero-block .hero-block__img {
    display: none;
  }
}
.hero-block .hero-block__img img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.hero-block .hero-block__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 76px;
}
@media (max-width: 768px) {
  .hero-block .hero-block__content {
    display: block;
  }
}
.hero-block .hero-block__content .hero-block__title {
  margin-bottom: 12px;
}
.hero-block .hero-block__content .hero-block__title h1 {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .hero-block .hero-block__content .hero-block__title h1 {
    font-size: 30px;
  }
}
.hero-block .hero-block__content .hero-block__text {
  color: #fff;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .hero-block .hero-block__content .hero-block__text {
    font-size: 14px;
  }
}
.hero-block .hero-block__content .hero-block__text a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.hero-block .hero-block__content .hero-block__text a:hover {
  text-decoration: none;
}
.hero-block .hero-block__content .hero-block__more {
  margin-bottom: 16px;
}
.hero-block .hero-block__content .hero-block__more a,
.hero-block .hero-block__content .hero-block__more span {
  color: #0070e4;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 32px;
  background: url("../../images/arrow-blue.svg") no-repeat right center;
  background-size: 20px;
  min-height: 20px;
  transition: all 0.25s ease;
}
.hero-block .hero-block__content .hero-block__more a:hover,
.hero-block .hero-block__content .hero-block__more span:hover {
  opacity: 0.76;
  padding-right: 42px;
}
.hero-block .hero-block__date {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-top: 3px;
}
.hero-block .hero-block__date span {
  font-weight: 600;
}
.hero-block .author-small a {
  color: #fff;
}

.author-small {
  display: inline-grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 16px;
  align-items: center;
}
.author-small img {
  width: 44px;
  height: 44px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
}
.author-small a {
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.author-small a:hover {
  text-decoration: none;
}

.hero-block__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
@media (max-width: 768px) {
  .hero-block__items {
    grid-gap: 14px;
    margin-top: 24px;
  }
}
.hero-block__items.mob-show {
  display: none;
}
@media (max-width: 768px) {
  .hero-block__items.mob-show {
    display: grid;
  }
}
.hero-block__items .hero-block__items__item {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
}
.hero-block__items .hero-block__items__item:hover {
  opacity: 0.76;
}
.hero-block__items .hero-block__items__item img {
  width: 146px;
  height: 146px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #dedede;
  padding: 12px;
}
@media (max-width: 768px) {
  .hero-block__items .hero-block__items__item img {
    width: 64px;
    height: 64px;
  }
}
.hero-block__items .hero-block__items__item .hero-block__items__title {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .hero-block__items .hero-block__items__item .hero-block__items__title {
    font-size: 14px;
    line-height: 1.2;
  }
}

.hero-block__bottom-items {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
@media (max-width: 768px) {
  .hero-block__bottom-items {
    display: block;
  }
}
.hero-block__bottom-items .hero-block__bottom-items__item {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 16px;
  align-items: center;
  padding: 10px 12px;
  background: #0070e4;
  border-radius: 42px;
}
.hero-block__bottom-items .hero-block__bottom-items__item:hover {
  opacity: 0.86;
}
@media (max-width: 768px) {
  .hero-block__bottom-items .hero-block__bottom-items__item {
    grid-gap: 12px;
    line-height: 1.2;
    align-items: center;
  }
  .hero-block__bottom-items .hero-block__bottom-items__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .hero-block__bottom-items .hero-block__bottom-items__item > section {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
  }
}
.hero-block__bottom-items .hero-block__bottom-items__item .hero-block__bottom-items__icon {
  position: relative;
  height: 64px;
}
@media (max-width: 768px) {
  .hero-block__bottom-items .hero-block__bottom-items__item .hero-block__bottom-items__icon {
    height: 64px;
  }
}
.hero-block__bottom-items .hero-block__bottom-items__item .hero-block__bottom-items__icon i {
  width: 64px;
  height: 64px;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .hero-block__bottom-items .hero-block__bottom-items__item .hero-block__bottom-items__icon i {
    width: 40px;
    height: 40px;
  }
}
.hero-block__bottom-items .hero-block__bottom-items__item .hero-block__bottom-items__title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .hero-block__bottom-items .hero-block__bottom-items__item .hero-block__bottom-items__title {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.hero-block__bottom-items .hero-block__bottom-items__item .hero-block__bottom-items__link span {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.25s ease;
  color: #cce4fc;
}
@media (max-width: 768px) {
  .hero-block__bottom-items .hero-block__bottom-items__item .hero-block__bottom-items__link span {
    font-size: 14px;
  }
}

.cards-list-block .cards-list-block__item {
  background: #fff;
}

.wp-block-media-text {
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
  box-sizing: border-box;
  margin-bottom: 32px;
}
.wp-block-media-text.has-media-on-the-right {
  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 {
  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 {
  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 {
  align-self: end;
}

.wp-block-media-text > .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  margin: 0;
}

.wp-block-media-text > .wp-block-media-text__content {
  direction: ltr;
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
  padding: 0 8% 0 8%;
  word-break: break-word;
}

.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
}

.wp-block-media-text__media a {
  display: inline-block;
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}

.wp-block-media-text.is-image-fill > .wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  background-size: cover;
}

.wp-block-media-text.is-image-fill > .wp-block-media-text__media > a {
  display: block;
  height: 100%;
}

.wp-block-media-text.is-image-fill > .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;
}

/*
* Here we here not able to use a mobile first CSS approach.
* Custom widths are set using inline styles, and on mobile,
* we need 100% width, so we use important to overwrite the inline style.
* If the style were set on mobile first, on desktop styles,
* we would have no way of setting the style again to the inline style.
*/
@media (max-width: 768px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
    grid-gap: 20px;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
    padding: 0;
  }
}
.wp-block-cover-image,
.wp-block-cover {
  min-height: 430px;
  padding: 1em;
  position: relative;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  overflow: clip;
  box-sizing: border-box;
  /*rtl:raw: direction: ltr; */
  margin-bottom: 32px;
  /**
  * Set a default background color for has-background-dim _unless_ it includes another
  * background-color class (e.g. has-green-background-color). The presence of another
  * background-color class implies that another style will provide the background color
  * for the overlay.
  *
  * See:
  *   - Issue with background color specificity: https://github.com/WordPress/gutenberg/issues/26545
  *   - Issue with alternative fix: https://github.com/WordPress/gutenberg/issues/26545
  */
}
.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]),
.wp-block-cover .has-background-dim:not([class*=-background-color]) {
  background-color: #000;
}
.wp-block-cover-image .has-background-dim.has-background-gradient,
.wp-block-cover .has-background-dim.has-background-gradient {
  background-color: transparent;
}
.wp-block-cover-image.has-background-dim::before,
.wp-block-cover.has-background-dim::before {
  content: "";
  background-color: inherit;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 666;
  opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before,
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.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:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__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-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.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:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__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-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.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:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__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-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.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:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__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-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.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:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__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-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.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:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__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-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.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:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__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-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.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:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__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-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.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:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__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-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.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:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
  opacity: 1;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0 {
  opacity: 0;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10 {
  opacity: 0.1;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20 {
  opacity: 0.2;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30 {
  opacity: 0.3;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40 {
  opacity: 0.4;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50 {
  opacity: 0.5;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60 {
  opacity: 0.6;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70 {
  opacity: 0.7;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80 {
  opacity: 0.8;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90 {
  opacity: 0.9;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100 {
  opacity: 1;
}
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 384px;
  width: 100%;
}
.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-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  z-index: 777;
  color: inherit;
  /*rtl:raw: direction: rtl; */
}
.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;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container {
  margin: 0;
  width: auto;
}
.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none;
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
@supports (-webkit-touch-callout: inherit) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}

.wp-block-cover__video-background {
  z-index: z-index(".wp-block-cover__video-background");
}

.wp-block-cover__image-background {
  z-index: z-index(".wp-block-cover__image-background");
}

section.wp-block-cover-image h2,
.wp-block-cover-image-text,
.wp-block-cover-text {
  color: #fff;
}
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:hover,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:active,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:hover,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:active,
.wp-block-cover-text a,
.wp-block-cover-text a:hover,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:active {
  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;
}

section.wp-block-cover-image.has-left-content > h2,
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text {
  margin-left: 0;
  text-align: left;
}

section.wp-block-cover-image.has-right-content > h2,
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text {
  margin-right: 0;
  text-align: right;
}

section.wp-block-cover-image > h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 768px;
  padding: 0.44em;
  text-align: center;
}

:where(.wp-block-cover:not(.has-text-color)),
:where(.wp-block-cover-image:not(.has-text-color)) {
  color: #fff;
}

:where(.wp-block-cover.is-light:not(.has-text-color)),
:where(.wp-block-cover-image.is-light:not(.has-text-color)) {
  color: #000;
}

:root :where(.wp-block-cover p:not(.has-text-color)),
:root :where(.wp-block-cover h1:not(.has-text-color)),
:root :where(.wp-block-cover h2:not(.has-text-color)),
:root :where(.wp-block-cover h3:not(.has-text-color)),
:root :where(.wp-block-cover h4:not(.has-text-color)),
:root :where(.wp-block-cover h5:not(.has-text-color)),
:root :where(.wp-block-cover h6:not(.has-text-color)) {
  color: inherit;
}
