.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
             supported by Chrome and Opera */
}

.break-word {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}

.hyphens {
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.force-unlimited-full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  max-width: 100vw;
}

.force-full-width {
  width: 100vw;
  margin-left: calc(50% - 960px);
  max-width: 1920px;
}
@media screen and (max-width: 1920px) {
  .force-full-width {
    margin-left: calc(50% - 50vw);
  }
}

.has-max-width {
  max-width: var(--maxWidth);
  margin: 0 auto;
}

.has-content-max-width {
  max-width: var(--contentMaxWidth);
  margin: 0 auto;
}

.text-and-image-container {
  overflow: clip;
  overflow-clip-margin: 30px;
}
.text-and-image-container.rtl .text {
  padding: 25px 146px 20px var(--sidePadding);
}
@media screen and (max-width: 1023px) {
  .text-and-image-container.rtl .text {
    padding: calc(var(--sidePadding) + 5px);
  }
}
.text-and-image-container.rtl .image-wrapper.contain, .text-and-image-container.rtl .image-wrapper.cover {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.text-and-image-container.rtl .image-wrapper .image {
  border-radius: 8px 0 0 8px;
}
@media screen and (max-width: 1023px) {
  .text-and-image-container.rtl .image-wrapper .image {
    border-radius: 0;
  }
}
.text-and-image-container.rtl .has-image-title {
  right: 16px;
  bottom: 16px;
}
@media screen and (max-width: 375px) {
  .text-and-image-container.rtl .has-image-title {
    left: 16px;
  }
}
.text-and-image-container.ltr .text {
  padding: 25px var(--sidePadding) 20px 146px;
}
@media screen and (max-width: 1023px) {
  .text-and-image-container.ltr .text {
    padding: calc(var(--sidePadding) + 5px);
  }
}
.text-and-image-container.ltr .image-wrapper.contain, .text-and-image-container.ltr .image-wrapper.cover {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.text-and-image-container.ltr .has-image-title {
  left: 16px;
  bottom: 16px;
}
@media screen and (max-width: 375px) {
  .text-and-image-container.ltr .has-image-title {
    right: 16px;
  }
}
.text-and-image-container.ltr:not(.has-highlighted-text) .text .content.more-content-available:after, .text-and-image-container.rtl:not(.has-highlighted-text) .text .content.more-content-available:after {
  --textAndImageBackgroundColor: var(--white);
}
@media screen and (max-width: 1520px) {
  .text-and-image-container.ltr:not(.has-highlighted-text) .text, .text-and-image-container.rtl:not(.has-highlighted-text) .text {
    padding: calc(var(--sidePadding) + 5px);
  }
}
.text-and-image-container.ltr .image-wrapper .image-outer, .text-and-image-container.rtl .image-wrapper .image-outer {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .text-and-image-container.ltr, .text-and-image-container.rtl {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.text-and-image-container.has-highlighted-text .text {
  -webkit-transform: translateX(var(--sidePadding));
  -moz-transform: translateX(var(--sidePadding));
  -ms-transform: translateX(var(--sidePadding));
  transform: translateX(var(--sidePadding));
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
  border-radius: 8px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  padding: 50px 55px 50px 55px;
}
.text-and-image-container.has-highlighted-text .text > * {
  max-width: 806px;
}
@media screen and (max-width: 1023px) {
  .text-and-image-container.has-highlighted-text .text {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
    border-radius: 0;
    box-shadow: unset;
    margin-top: -1.6rem;
    padding: calc(var(--sidePadding) + 5px);
  }
}
@media screen and (max-width: 500px) {
  .text-and-image-container.has-highlighted-text .text:has(table) {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .text-and-image-container.has-highlighted-text.rtl .has-image-title {
    bottom: 32px;
  }
}
.text-and-image-container.has-highlighted-text.ltr .text {
  -webkit-transform: translateX(calc(var(--sidePadding) * -1));
  -moz-transform: translateX(calc(var(--sidePadding) * -1));
  -ms-transform: translateX(calc(var(--sidePadding) * -1));
  transform: translateX(calc(var(--sidePadding) * -1));
}
@media screen and (max-width: 1023px) {
  .text-and-image-container.has-highlighted-text.ltr .text {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}
@media screen and (max-width: 1023px) {
  .text-and-image-container.has-highlighted-text.ltr .has-image-title {
    bottom: 32px;
  }
}
.text-and-image-container.has-highlighted-text .image-wrapper {
  padding-top: 138px;
}
@media screen and (max-width: 1023px) {
  .text-and-image-container.has-highlighted-text .image-wrapper {
    padding-top: 0;
  }
}
.text-and-image-container.has-highlighted-text .image-wrapper.contain .image-outer, .text-and-image-container.has-highlighted-text .image-wrapper.cover .image-outer {
  -webkit-box-flex: 0 0 140%;
  -moz-box-flex: 0 0 140%;
  -webkit-flex: 0 0 140%;
  -ms-flex: 0 0 140%;
  flex: 0 0 140%;
}
@media screen and (max-width: 1023px) {
  .text-and-image-container.has-highlighted-text .image-wrapper.contain .image-outer, .text-and-image-container.has-highlighted-text .image-wrapper.cover .image-outer {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.text-and-image-container.has-highlighted-text.has-vertical-centered-text .text {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
.text-and-image-container.has-highlighted-text.has-vertical-centered-text .image-wrapper {
  padding-top: 0;
}
.text-and-image-container.has-highlighted-text:not(.force-full-width):not(.has-full-width-image) .text {
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
}
.text-and-image-container.has-highlighted-text:not(.force-full-width) .image-wrapper .image-outer {
  position: relative;
  display: inline-block;
}
.text-and-image-container.has-highlighted-text:not(.force-full-width) .image-wrapper .image-outer .image {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 1023px) {
  .text-and-image-container.has-highlighted-text:not(.force-full-width) .image-wrapper .image-outer .image {
    border-radius: 0;
  }
}
.text-and-image-container .has-image-title {
  position: absolute;
  z-index: 1000;
  color: white;
  text-shadow: 0 1px 8px black;
  margin-bottom: 0;
  font-size: 12px;
}
.text-and-image-container.has-full-width-image .image-wrapper.contain .image-outer, .text-and-image-container.has-full-width-image .image-wrapper.cover .image-outer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0 0 200%;
  -moz-box-flex: 0 0 200%;
  -webkit-flex: 0 0 200%;
  -ms-flex: 0 0 200%;
  flex: 0 0 200%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .text-and-image-container.has-full-width-image .image-wrapper.contain .image-outer, .text-and-image-container.has-full-width-image .image-wrapper.cover .image-outer {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.text-and-image-container.has-full-width-image .image-wrapper.contain .image-outer .image, .text-and-image-container.has-full-width-image .image-wrapper.cover .image-outer .image {
  border-radius: 0 !important;
}
.text-and-image-container .text {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .text-and-image-container .text {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .text-and-image-container .text {
    text-align: left;
  }
}
.text-and-image-container .text > * {
  max-width: 674px;
}
.text-and-image-container .text > h2, .text-and-image-container .text > .over-content {
  font-family: var(--fontFamily), sans-serif;
  letter-spacing: 0;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 600;
  margin-bottom: 0;
  max-width: 900px;
  text-transform: unset;
  hyphens: unset;
}
@media screen and (max-width: 768px) {
  .text-and-image-container .text > h2, .text-and-image-container .text > .over-content {
    font-size: 1.95rem;
    line-height: 1.95rem;
  }
}
.text-and-image-container .text > h2.has-text-align-center, .text-and-image-container .text > .over-content.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}
.text-and-image-container .text > h2.has-text-align-right, .text-and-image-container .text > .over-content.has-text-align-right {
  margin-left: auto;
}
.text-and-image-container .text .read-more-button {
  text-align: left;
  cursor: pointer;
  background: transparent;
  font-family: var(--fontFamily), sans-serif;
  letter-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
}
.text-and-image-container .text .read-more-button svg {
  padding-right: 7px;
  height: 11px;
  width: auto;
  padding-bottom: 1px;
}
.text-and-image-container .text .content, .text-and-image-container .text .read-more-content {
  position: relative;
  text-align: left;
  font-family: var(--fontFamily), sans-serif;
  letter-spacing: 0;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .text-and-image-container .text .content, .text-and-image-container .text .read-more-content {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.text-and-image-container .text .content.more-content-available:after, .text-and-image-container .text .read-more-content.more-content-available:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, var(--textAndImageBackgroundColor) 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, var(--textAndImageBackgroundColor) 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, var(--textAndImageBackgroundColor) 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, var(--textAndImageBackgroundColor) 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, var(--textAndImageBackgroundColor) 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, var(--textAndImageBackgroundColor) 100%);
}
.text-and-image-container .text .content p, .text-and-image-container .text .read-more-content p {
  font-family: var(--fontFamily), sans-serif;
  letter-spacing: 0;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 100;
  margin-bottom: var(--typoMarginBottom);
}
@media screen and (max-width: 768px) {
  .text-and-image-container .text .content p, .text-and-image-container .text .read-more-content p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.text-and-image-container .text .content > *:last-child, .text-and-image-container .text .read-more-content > *:last-child {
  margin-bottom: 0;
}
.text-and-image-container .text .read-more-content {
  display: none;
}
.text-and-image-container .text a.button, .text-and-image-container .text select {
  margin: 4rem 0 0 0;
  float: right;
}
@media screen and (max-width: 768px) {
  .text-and-image-container .text a.button, .text-and-image-container .text select {
    margin: 2rem 0 0 0;
    width: auto;
    float: left;
  }
}
.text-and-image-container .image-wrapper.contain .image {
  width: 100%;
}
.text-and-image-container .image-wrapper .image {
  overflow: hidden;
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 1023px) {
  .text-and-image-container .image-wrapper .image {
    border-radius: 0;
  }
}
.text-and-image-container:not(.force-full-width).rtl .image-wrapper .image-outer .image, .text-and-image-container:not(.force-full-width).ltr .image-wrapper .image-outer .image {
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 1023px) {
  .text-and-image-container:not(.force-full-width).rtl .image-wrapper .image-outer .image, .text-and-image-container:not(.force-full-width).ltr .image-wrapper .image-outer .image {
    border-radius: 8px;
  }
}
.text-and-image-container .report-container.has-early-wrap.is-active .button {
  display: none !important;
}
.text-and-image-container .report-container.has-early-wrap .button {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.text-and-image-container .report-container.has-early-wrap .report-select {
  transform: unset !important;
  padding-left: 35px !important;
}

/*# sourceMappingURL=text-and-image.css.map */
