.RelatedPage {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: #f4f4f4;
}

.RelatedPage.PageBlock .RelatedPage__Row {
  padding-bottom: 0;
}

.RelatedPage.PageBlock .RelatedPage__Anchor {
  text-decoration: none;
}

.RelatedPage__Row {
  padding-bottom: 40px;
}

@media (max-width: 991.98px) {
  .RelatedPage__Row {
    padding-bottom: 70px;
  }
}

.RelatedPage--align-right .RelatedPage__Row {
  flex-direction: row-reverse;
}

@media (max-width: 991.98px) {
  .RelatedPage--align-right .RelatedPage__Row {
    padding-bottom: 70px;
  }
}

.RelatedPage__Image {
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 300px;
}

@media (max-width: 991.98px) {
  .RelatedPage__Image {
    height: 377px;
  }
}

.RelatedPage--align-left .RelatedPage__Image {
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 186px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 186px) 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 104px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 104px) 100%, 0% 100%);
}

@media (max-width: 991.98px) {
  .RelatedPage--align-left .RelatedPage__Image {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 130px) 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 130px) 100%, 0% 100%);
  }
}

.RelatedPage--align-right .RelatedPage__Image {
  -webkit-clip-path: polygon(0% 0%, 189px 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 189px 100%, 100% 100%, 100% 0%);
  -webkit-clip-path: polygon(0% 0%, 103px 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 103px 100%, 100% 100%, 100% 0%);
}

@media (max-width: 991.98px) {
  .RelatedPage--align-right .RelatedPage__Image {
    -webkit-clip-path: polygon(0% 0%, 130px 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 130px 100%, 100% 100%, 100% 0%);
  }
}

.RelatedPage__Triangle {
  background-image: url(/images/shape_triangle.svg?2ab5a2b4ab2cfc4cb70232990971f7d6);
  background-size: contain;
  background-repeat: no-repeat;
  height: 183px;
  width: 90px;
  position: absolute;
  top: 20%;
}

@media (max-width: 991.98px) {
  .RelatedPage__Triangle {
    top: initial;
  }
}

.RelatedPage--align-left .RelatedPage__Triangle {
  right: 0;
  bottom: -29px;
  right: 20px;
  transform: scale(0.7);
}

@media (max-width: 991.98px) {
  .RelatedPage--align-left .RelatedPage__Triangle {
    bottom: -10px;
    right: 32px;
    transform: scale(0.9);
  }
}

.RelatedPage--align-right .RelatedPage__Triangle {
  left: 0;
  transform: rotateY(180deg);
  top: initial;
  left: 18px;
  bottom: -27px;
  transform: rotateY(180deg) scale(0.7);
}

@media (max-width: 991.98px) {
  .RelatedPage--align-right .RelatedPage__Triangle {
    left: 32px;
    bottom: -9px;
    transform: rotateY(180deg) scale(0.9);
  }
}

.RelatedPage__Title {
  color: #2e2e2e;
  font-family: "Open Sans Bold";
  font-size: 28px;
  letter-spacing: 0;
  line-height: 38px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 137px;
  font-size: 28px;
  padding: 25px;
  margin: 0;
}

@media (max-width: 991.98px) {
  .RelatedPage__Title {
    margin-top: 60px;
    font-size: 36px;
  }
}

.RelatedPage__Description {
  color: #4e4e4e;
  font-family: "Open Sans";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  margin: auto;
  margin-bottom: 36px;
  max-width: 520px;
  font-size: 17px;
  line-height: 27px;
  padding: 0 25px;
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .RelatedPage__Description {
    margin-top: 40px;
    font-size: 22px;
    line-height: 32px;
  }
}

.RelatedPage__Anchor:hover {
  text-decoration: none;
}

.RelatedPage__Button {
  border: 2px solid #94c24a;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0);
  color: #4e4e4e;
  font-family: "Open Sans Bold";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  display: block;
  margin: auto;
  padding: 13px 17px;
  text-transform: uppercase;
  transition: 0.1s;
  font-size: 17px;
  padding: 8px 20px;
  border-radius: 7px;
}

.RelatedPage__Button:hover {
  background: #94c24a;
  color: white;
}

@media (max-width: 991.98px) {
  .RelatedPage__Button {
    font-size: 24px;
    padding: 20px;
  }
}

