.two-column-with-media {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .two-column-with-media {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    gap: 1.5rem;
  }
}

.two-column-with-media {
  /* Mobile and Tablet: Column layout, Desktop: Row layout */
  flex-direction: column;
}

@media (min-width: 1024px) {
  .two-column-with-media {
    flex-direction: row;
  }
}

.two-column-with-media.media-left {
  /* Mobile/Tablet: Media above content, Desktop: Reverse row */
  flex-direction: column;
}

@media (min-width: 1024px) {
  .two-column-with-media.media-left {
    flex-direction: row-reverse;
  }
}

.two-column-with-media.media-right {
  /* Mobile/Tablet: Media below content, Desktop: Normal row */
  flex-direction: column-reverse;
}

@media (min-width: 1024px) {
  .two-column-with-media.media-right {
    flex-direction: row;
  }
}

.two-column-with-media__content {
  width: 100%;
}

.two-column-with-media__content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.two-column-with-media__content {
  text-align: left;
}

@media (min-width: 1024px) {
  .two-column-with-media__content {
    width: 50%;
  }
}

.two-column-with-media__title {
  margin-bottom: 30px;
  font-size: var(--font-h2);
  line-height: var(--line-height);
  letter-spacing: var(--letter-spacing);
  font-weight: var(--font-weight-bold);
  color: var(--color-text);
  line-height: 100%;
}

.two-column-with-media__title strong {
  color: var(--color-primary-100);
}

.two-column-with-media__description {
  margin-bottom: 30px;
  font-size: var(--font-h4);
  line-height: var(--line-height);
  letter-spacing: var(--letter-spacing);
  font-weight: var(--font-weight-regular);
  line-height: 150%;
  color: var(--color-text);
}

.two-column-with-media__description div > ul {
  list-style: disc;
}

.two-column-with-media__description div > ol {
  list-style: decimal;
}

.two-column-with-media__description div > ul,
.two-column-with-media__description div > ol {
  padding-left: 1.5rem;
}

.two-column-with-media__description div > ul li,
.two-column-with-media__description div > ol li {
  margin-bottom: 1.25rem;
}

.two-column-with-media__description div > ul li::marker,
.two-column-with-media__description div > ol li::marker {
  color: #ffb000;
}

.two-column-with-media__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.two-column-with-media__links a {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  border-radius: 45px;
  border-width: 1px;
  border-color: transparent;
  background-color: var(--color-primary-100);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.two-column-with-media__links a:hover {
  background-color: var(--color-primary-300);
}

.two-column-with-media__links a:focus {
  background-color: var(--color-primary-300);
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width: 2px;
}

.two-column-with-media__links a:nth-child(2) {
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  align-self: flex-start;
  border-radius: 45px;
  border-width: 2px;
  border-color: var(--color-primary-100);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: var(--font-p);
  line-height: var(--line-height);
  letter-spacing: var(--letter-spacing);
  font-weight: var(--font-weight-regular);
  font-weight: var(--font-weight-bold);
  color: var(--color-text);
}

.two-column-with-media__links a:nth-child(2):hover {
  background-color: var(--color-primary-300);
}

.two-column-with-media__links a:nth-child(2):focus {
  background-color: var(--color-primary-300);
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width: 2px;
}

.two-column-with-media__media-wrapper {
  position: relative;
  width: 100%;
}

@media (min-width: 1024px) {
  .two-column-with-media__media-wrapper {
    width: 50%;
  }
}

.two-column-with-media__media {
  position: relative;
  z-index: 3;
  height: auto;
  width: 100%;
  overflow: hidden;
  padding-top: 18px;
  padding-right: 18px;
  padding-bottom: 25px;
  padding-left: 25px;
}

@media (min-width: 1024px) {
  .two-column-with-media__media {
    width: 100%;
    height: auto;
  }
}

.two-column-with-media__media div {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.two-column-with-media__media img,
.two-column-with-media__media video,
.two-column-with-media__media iframe {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.two-column-with-media__media.shrink-media img,
.two-column-with-media__media.shrink-media video,
.two-column-with-media__media.shrink-media iframe {
  max-height: 314px;
}

.two-column-with-media__media-decoration {
  position: absolute;
  z-index: 0;
  height: 108px;
  width: 108px;
  border-radius: 20px;
  background-color: var(--color-primary-100);
}

@media (min-width: 768px) {
  .two-column-with-media__media-decoration {
    height: 216px;
    width: 216px;
  }
}

.two-column-with-media__media-decoration {
  top: 0;
  left: 0;
}

.two-column-with-media__media-decoration__small {
  position: absolute;
  z-index: 0;
  height: 65px;
  width: 65px;
  border-radius: 20px;
  background-color: var(--color-primary-300);
}

@media (min-width: 768px) {
  .two-column-with-media__media-decoration__small {
    height: 130px;
    width: 130px;
  }
}

.two-column-with-media__media-decoration__small {
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
}

/*# sourceMappingURL=two_column_with_media.css.map */