.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: 3rem 0;
}
.sehu-image-left-text-right .sehu-container {
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
}
.sehu-image-left-text-right .section-title {
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 120%;
  letter-spacing: 0%;
  color: #00355F;
  margin-bottom: 2rem;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}
.sehu-image-left-text-right .section-title .section-title-image {
  max-width: 60px;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .sehu-image-left-text-right .section-title .section-title-image {
    max-width: 45px;
    max-height: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .sehu-image-left-text-right .section-title {
    font-size: 2rem;
    text-align: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .sehu-image-left-text-right .section-title {
    font-size: 1.75rem;
    text-align: center;
    justify-content: center;
  }
}
.sehu-image-left-text-right .content-columns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}
.sehu-image-left-text-right .image-column {
  flex: 0 0 auto;
  max-width: 967px;
  display: flex;
  justify-content: flex-start;
}
.sehu-image-left-text-right .image-column img {
  width: auto;
  max-width: 967px;
  height: auto;
  max-height: 646px;
  object-fit: contain;
}
.sehu-image-left-text-right .text-column {
  flex: 1;
  padding-left: 3rem;
  min-width: 0;
}
.sehu-image-left-text-right .text-column .text-content {
  padding-left: 0;
  padding-top: 0;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: 0%;
  max-width: 1355px;
  color: #00355F;
}
.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 {
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  color: #00355F;
  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 h1 {
  font-size: 2.5rem;
  line-height: 120%;
}
.sehu-image-left-text-right .text-column .text-content h2 {
  font-size: 2rem;
  line-height: 125%;
}
.sehu-image-left-text-right .text-column .text-content h3 {
  font-size: 1.5rem;
  line-height: 130%;
}
.sehu-image-left-text-right .text-column .text-content h4 {
  font-size: 1.25rem;
  line-height: 135%;
}
.sehu-image-left-text-right .text-column .text-content h5 {
  font-size: 1.125rem;
  line-height: 140%;
}
.sehu-image-left-text-right .text-column .text-content h6 {
  font-size: 1rem;
  line-height: 145%;
}
.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 ul, .sehu-image-left-text-right .text-column .text-content ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.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 a {
  color: #446D7E;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.sehu-image-left-text-right .text-column .text-content a:hover {
  color: #00355F;
  text-decoration: none;
}
.sehu-image-left-text-right .text-column .text-content blockquote {
  border-left: 4px solid #00355F;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #C2CAD0;
}
@media screen and (max-width: 1024px) {
  .sehu-image-left-text-right .text-column .text-content h1 {
    font-size: 2rem;
  }
  .sehu-image-left-text-right .text-column .text-content h2 {
    font-size: 1.75rem;
  }
  .sehu-image-left-text-right .text-column .text-content h3 {
    font-size: 1.375rem;
  }
  .sehu-image-left-text-right .text-column .text-content h4 {
    font-size: 1.125rem;
  }
}
@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 {
    order: 1;
    flex: none;
    max-width: 100%;
  }
  .sehu-image-left-text-right .image-column img {
    max-width: 100%;
    max-height: none;
  }
  .sehu-image-left-text-right .text-column {
    order: 2;
    padding-left: 0;
  }
  .sehu-image-left-text-right .text-column .text-content {
    padding-left: 0;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .sehu-image-left-text-right {
    padding: 1.5rem 0;
  }
  .sehu-image-left-text-right .content-columns {
    gap: 1.5rem;
  }
}
