.breakpointWrapper {
  position: relative;
}
.breakpointWrapper::after {
  content: "desktop";
  position: fixed;
  bottom: 7.5%;
  right: 0;
  background-color: black;
  color: white;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  z-index: 99999;
}
@media screen and (max-width: 768px) {
  .breakpointWrapper::after {
    content: "mobile";
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .breakpointWrapper::after {
    content: "tablet";
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .breakpointWrapper::after {
    content: "desktop";
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .breakpointWrapper::after {
    content: "widescreen";
  }
}
@media screen and (min-width: 1408px) and (max-width: 1919px) {
  .breakpointWrapper::after {
    content: "fullhd (1440p)";
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559px) {
  .breakpointWrapper::after {
    content: "ultrahd (1080p+)";
  }
}
@media screen and (min-width: 2560px) {
  .breakpointWrapper::after {
    content: "qhd (1440p+)";
  }
}
.breakpointWrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 999998;
  opacity: 0.25;
}
@media screen and (max-width: 768px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(255, 0, 0, 0.9) calc(8.333% - 1px), rgba(255, 0, 0, 0.9) 8.333%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(0, 0, 255, 0.9) calc(8.333% - 1px), rgba(0, 0, 255, 0.9) 8.333%);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(0, 255, 0, 0.9) calc(8.333% - 1px), rgba(0, 255, 0, 0.9) 8.333%);
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(255, 165, 0, 0.9) calc(8.333% - 1px), rgba(255, 165, 0, 0.9) 8.333%);
  }
}
@media screen and (min-width: 1408px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(128, 0, 128, 0.9) calc(8.333% - 1px), rgba(128, 0, 128, 0.9) 8.333%);
  }
}

.sehu-image-left-text-right {
  background-color: inherit;
  position: relative;
  padding-top: 0;
  padding-bottom: 2rem;
}
.sehu-image-left-text-right .sehu-container {
  width: 85%;
  margin: 0 auto;
  box-sizing: border-box;
}
.sehu-image-left-text-right .section-title {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.sehu-image-left-text-right .section-title .section-title-image {
  max-width: 55px;
  max-height: 55px;
  width: auto;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}
.sehu-image-left-text-right .content-columns {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 3rem;
}
.sehu-image-left-text-right .image-column {
  flex: 0 0 25%;
  max-width: 25%;
  display: flex;
  justify-content: flex-start;
  align-self: flex-start;
}
.sehu-image-left-text-right .image-column img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}
.sehu-image-left-text-right .image-column--title-box {
  align-self: flex-start;
}
.sehu-image-left-text-right .image-column--title-box .left-title-box {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  min-height: unset;
  max-height: none;
}
.sehu-image-left-text-right .image-column .left-title-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10%;
  box-sizing: border-box;
  overflow: hidden;
}
.sehu-image-left-text-right .image-column .left-title-box__title {
  text-align: left;
  margin: 0;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: none;
}
@media screen and (max-width: 1024px) {
  .sehu-image-left-text-right .image-column {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
  .sehu-image-left-text-right .image-column--title-box .left-title-box {
    aspect-ratio: auto;
    min-height: 200px;
  }
}
.sehu-image-left-text-right .text-column {
  flex: 1 1 0%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.sehu-image-left-text-right .text-column--v-top {
  justify-content: flex-start;
}
.sehu-image-left-text-right .text-column--v-center {
  justify-content: center;
}
.sehu-image-left-text-right .text-column--v-bottom {
  justify-content: flex-end;
}
.sehu-image-left-text-right .text-column--align-left {
  text-align: left;
}
.sehu-image-left-text-right .text-column--align-center {
  text-align: center;
}
.sehu-image-left-text-right .text-column--align-right {
  text-align: right;
}
.sehu-image-left-text-right .text-column .text-content {
  margin-bottom: 1.5rem;
}
.sehu-image-left-text-right .text-column .text-content a {
  text-decoration: underline;
}
.sehu-image-left-text-right .text-column .text-content a:hover {
  opacity: 0.8;
}
.sehu-image-left-text-right .text-column .text-content ul, .sehu-image-left-text-right .text-column .text-content ol {
  margin: 1rem 0;
}
.sehu-image-left-text-right .text-column .text-content ul li, .sehu-image-left-text-right .text-column .text-content ol li {
  margin-bottom: 0.5rem;
}
.sehu-image-left-text-right .text-column .text-content ul li a, .sehu-image-left-text-right .text-column .text-content ol li a {
  text-decoration: underline;
}
.sehu-image-left-text-right .text-column .text-content ul li a:hover, .sehu-image-left-text-right .text-column .text-content ol li a:hover {
  opacity: 0.8;
}
.sehu-image-left-text-right .text-column .text-content h1, .sehu-image-left-text-right .text-column .text-content h2, .sehu-image-left-text-right .text-column .text-content h3, .sehu-image-left-text-right .text-column .text-content h4, .sehu-image-left-text-right .text-column .text-content h5, .sehu-image-left-text-right .text-column .text-content h6 {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.sehu-image-left-text-right .text-column .text-content h1:first-child, .sehu-image-left-text-right .text-column .text-content h2:first-child, .sehu-image-left-text-right .text-column .text-content h3:first-child, .sehu-image-left-text-right .text-column .text-content h4:first-child, .sehu-image-left-text-right .text-column .text-content h5:first-child, .sehu-image-left-text-right .text-column .text-content h6:first-child {
  margin-top: 0;
}
.sehu-image-left-text-right .text-column .text-content p {
  margin-bottom: 1.5rem;
}
.sehu-image-left-text-right .text-column .text-content p:last-child {
  margin-bottom: 0;
}
.sehu-image-left-text-right .text-column .text-content blockquote {
  border-left: 4px solid #00355F;
  padding-left: 1.5rem;
  margin: 2rem 0;
}
@media screen and (max-width: 1024px) {
  .sehu-image-left-text-right .text-column {
    order: 1;
  }
}
.sehu-image-left-text-right .tags-section {
  margin-top: 1.5rem;
  width: 100%;
}
.sehu-image-left-text-right .tags-section .tag-title {
  margin-bottom: 0.5rem;
}
.sehu-image-left-text-right .tags-section .tag-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.sehu-image-left-text-right .tags-section .tag-button {
  padding: 0.7rem 1.5rem;
  border: 2px solid;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.sehu-image-left-text-right .tags-section .tag-button:hover {
  opacity: 0.8;
}
.sehu-image-left-text-right .cta-section {
  margin-top: 1.5rem;
  width: 100%;
}
.sehu-image-left-text-right .cta-section .button {
  padding: 1rem 2rem;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  text-decoration: none;
}
.sehu-image-left-text-right .cta-section .button:hover {
  opacity: 0.9;
}
@media (max-width: 1024px) {
  .sehu-image-left-text-right {
    padding: 2rem 0;
  }
  .sehu-image-left-text-right .content-columns {
    flex-direction: column;
    gap: 2rem;
  }
  .sehu-image-left-text-right .image-column--title-box {
    flex: 0 0 35%;
    max-width: 35%;
    order: 1;
  }
  .sehu-image-left-text-right .image-column--title-box .left-title-box {
    aspect-ratio: 1/1;
    min-height: unset;
  }
  .sehu-image-left-text-right:has(.image-column--title-box) .content-columns {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .sehu-image-left-text-right:has(.image-column--title-box) .text-column {
    flex: 1 1 0%;
    order: 2;
  }
}
@media (max-width: 768px) {
  .sehu-image-left-text-right {
    padding: 1.5rem 0;
  }
  .sehu-image-left-text-right .content-columns {
    gap: 1.5rem;
  }
  .sehu-image-left-text-right .image-column--title-box {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
