body.page .text-attachment-section.video-attachment .attachment {
  width: 43.7%;
}
body.page .text-attachment-section.video-attachment .attachment .video {
  display: flex;
}
body.page .text-attachment-section.video-attachment .text {
  width: 56.3%;
}
body.page .text-attachment-section.image-attachment .attachment {
  width: 38%;
}
body.page .text-attachment-section.image-attachment .attachment img {
  max-height: 150px;
}
body.page .text-attachment-section.image-attachment .text {
  width: 62%;
}
body.page .text-attachment-section.left-side .content {
  flex-direction: row-reverse;
}
body.page .text-attachment-section.right-side .content {
  flex-direction: row;
}
body.page .text-attachment-section.bigger-image.column .content,
body.page .text-attachment-section.column .content {
  flex-direction: column;
}
body.page .text-attachment-section .content .attachment img,
body.page .text-attachment-section.bigger-image.column .content .attachment,
body.page .text-attachment-section.bigger-image.column .content .text,
body.page .text-attachment-section.column .content .attachment,
body.page .text-attachment-section.column .content .text {
  width: 100%;
}
body.page .text-attachment-section.column.right-side .attachment {
  margin-bottom: 1.5rem;
  order: -1;
}
body.page .text-attachment-section.column.left-side .attachment {
  margin-top: 1.5rem;
}
body.page .text-attachment-section.bigger-image .content .attachment {
  width: 53.34%;
}
body.page .text-attachment-section.bigger-image .content .attachment .video,
body.page .text-attachment-section.bigger-image .content .attachment img {
  max-height: 100%;
  border-radius: var(--sme-button-border-radius);
}
body.page .text-attachment-section.bigger-image .content .attachment .video video {
  border-radius: var(--sme-button-border-radius);
}
body.page .text-attachment-section.bigger-image .content .text {
  width: 46.66%;
}
body.page .text-attachment-section .subtitle {
  font-weight: 800;
  margin-top: -1rem;
}
body.page .text-attachment-section.heading-center .subtitle {
  text-align: center;
}
body.page .text-attachment-section.heading-right .subtitle {
  text-align: right;
}
body.page .text-attachment-section .content {
  display: flex;
  margin: 0 -19.99px;
}
body.page .text-attachment-section .content .attachment {
  padding: 0 20px;
  display: flex;
  justify-content: center;
}
body.page .text-attachment-section .content .attachment .video,
body.page .text-attachment-section .content .attachment img,
body.page .text-attachment-section .content .attachment video {
  height: 100%;
  border-radius: var(--sme-attachments-radius);
}
body.page .text-attachment-section .content .attachment .video {
  position: relative;
  max-height: 275px;
}
body.page .text-attachment-section .content .attachment .video.played .poster {
  display: none;
}
body.page .text-attachment-section .content .attachment .video .poster {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
body.page .text-attachment-section .content .attachment .video .poster button {
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body.page .text-attachment-section .content .text {
  padding: 0 20px;
}
body.page .text-attachment-section .content .text > div > :last-child {
  margin-bottom: 0;
}
body.page .text-attachment-section .content .text ul {
  list-style: disc;
  padding-left: 1.875rem;
}
body.page .text-attachment-section .content .text ul li ul {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
body.page .text-attachment-section .content .text ul:not(:first-child) {
  margin-top: -0.625rem;
}
body.page .text-attachment-section .content .text p a {
  color: var(--sme-primary-text-color);
  font-weight: 400;
  text-decoration: underline;
}
body.page .text-attachment-section .button-wrapper {
  margin-top: 2.5rem;
  text-align: center;
}
@media (max-width: 992px) {
  body.page .text-attachment-section.bigger-image .content .attachment,
  body.page .text-attachment-section.bigger-image .content .text {
      width: 100%;
  }
  body.page .text-attachment-section.bigger-image .content .attachment img {
      aspect-ratio: 16/9;
  }
  body.page .text-attachment-section.video-attachment .content {
      flex-direction: column;
      margin: 0;
  }
  body.page .text-attachment-section.video-attachment .content .text {
      width: 100%;
      padding: 0;
      margin-bottom: 24px;
  }
  body.page .text-attachment-section.video-attachment .content .attachment {
      width: 100%;
      padding: 0;
  }
  body.page .text-attachment-section.video-attachment .content .attachment .video {
      max-height: unset;
  }
  body.page .text-attachment-section .content .title-section br,
  body.page .text-attachment-section .content-block .title-section br {
      display: none;
  }
}
@media (max-width: 767px) {
  body.page .text-attachment-section.left-side .content {
      flex-direction: column;
      margin: 0;
  }
  body.page .text-attachment-section.left-side .text {
      width: 100%;
      padding: 0;
  }
  body.page .text-attachment-section.left-side .attachment {
      margin-top: 20px;
      width: 100%;
      padding: 0;
  }
  body.page .text-attachment-section.column.right-side:not(.video-attachment) .content {
      flex-direction: column;
  }
  body.page .text-attachment-section.right-side:not(.video-attachment) .content {
      flex-direction: column-reverse;
  }
  body.page .text-attachment-section .content .text ul {
      padding-left: 1.25rem;
  }
  body.page .text-attachment-section .button-wrapper {
      margin-top: 1.25rem;
  }
  body.page .text-attachment-section .button-wrapper .button {
      padding: 0.875rem 1.375rem;
  }
}
.text-attachment-section.video-attachment .attachment {
  width: 43.7%;
}
.text-attachment-section.video-attachment .attachment .video {
  display: flex;
}
.text-attachment-section.video-attachment .text {
  width: 56.3%;
}
.text-attachment-section.image-attachment .attachment {
  width: 38%;
}
.text-attachment-section.image-attachment .attachment img {
  max-height: 150px;
}
.text-attachment-section.image-attachment .text {
  width: 62%;
}
.text-attachment-section.left-side .content {
  flex-direction: row-reverse;
}
.text-attachment-section.right-side .content {
  flex-direction: row;
}
.text-attachment-section.column .content {
  flex-direction: column;
}
.text-attachment-section.column .content .text,
.text-attachment-section.column .content .attachment {
  width: 100%;
}
.text-attachment-section.column.right-side .attachment {
  margin-bottom: 1.5rem;
  order: -1;
}
.text-attachment-section.column.left-side .attachment {
  margin-top: 1.5rem;
}
.text-attachment-section.bigger-image.column .content {
  flex-direction: column;
}
.text-attachment-section.bigger-image.column .content .attachment,
.text-attachment-section.bigger-image.column .content .text {
  width: 100%;
}
.text-attachment-section.bigger-image .content .attachment {
  width: 53.34%;
}
.text-attachment-section.bigger-image .content .attachment img,
.text-attachment-section.bigger-image .content .attachment .video {
  max-height: 100%;
  border-radius: var(--sme-button-border-radius);
}
.text-attachment-section.bigger-image .content .attachment .video video {
  border-radius: var(--sme-button-border-radius);
}
.text-attachment-section.bigger-image .content .text {
  width: 46.66%;
}
.text-attachment-section .subtitle {
  font-weight: 800;
  margin-top: -1rem;
}
.text-attachment-section.heading-center .subtitle {
  text-align: center;
}
.text-attachment-section.heading-right .subtitle {
  text-align: right;
}
.text-attachment-section .content {
  display: flex;
  margin: 0 -19.99px;
}
.text-attachment-section .content .attachment {
  padding: 0 20px;
  display: flex;
}
.text-attachment-section .content .attachment video,
.text-attachment-section .content .attachment img,
.text-attachment-section .content .attachment .video {
  height: 100%;
  border-radius: var(--sme-attachments-radius);
}
.text-attachment-section .content .attachment img {
  width: 100%;
}
.text-attachment-section .content .attachment .video {
  position: relative;
  max-height: 275px;
}
.text-attachment-section .content .attachment .video.played .poster {
  display: none;
}
.text-attachment-section .content .attachment .video .poster {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.text-attachment-section .content .attachment .video .poster button {
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.text-attachment-section .content .text {
  padding: 0 20px;
}
.text-attachment-section .content .text > div > :last-child {
  margin-bottom: 0;
}
.text-attachment-section .content .text ul {
  list-style: disc;
  padding-left: 1.875rem;
}
.text-attachment-section .content .text ul li ul {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.text-attachment-section .content .text ul:not(:first-child) {
  margin-top: -0.625rem;
}
.text-attachment-section .content .text p a {
  color: var(--sme-primary-text-color);
  font-weight: 400;
  text-decoration: underline;
}
.text-attachment-section .button-wrapper {
  margin-top: 2.5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .text-attachment-section.bigger-image .content .text,
  .text-attachment-section.bigger-image .content .attachment {
      width: 100%;
  }
  .text-attachment-section.bigger-image .content .attachment img {
      aspect-ratio: 16/9;
  }
  .text-attachment-section.video-attachment .content {
      flex-direction: column;
      margin: 0;
  }
  .text-attachment-section.video-attachment .content .text {
      width: 100%;
      padding: 0;
      margin-bottom: 24px;
  }
  .text-attachment-section.video-attachment .content .attachment {
      width: 100%;
      padding: 0;
  }
  .text-attachment-section.video-attachment .content .attachment .video {
      max-height: unset;
  }
  .text-attachment-section .content-block .title-section br,
  .text-attachment-section .content .title-section br {
      display: none;
  }
}
@media (max-width: 767px) {
  .text-attachment-section.left-side .content {
      flex-direction: column;
      margin: 0;
  }
  .text-attachment-section.left-side .text {
      width: 100%;
      padding: 0;
  }
  .text-attachment-section.left-side .attachment {
      margin-top: 20px;
      width: 100%;
      padding: 0;
  }
  .text-attachment-section.column.right-side:not(.video-attachment) .content {
      flex-direction: column;
  }
  .text-attachment-section.right-side:not(.video-attachment) .content {
      flex-direction: column-reverse;
  }
  .text-attachment-section .content .text ul {
      padding-left: 1.25rem;
  }
  .text-attachment-section .button-wrapper {
      margin-top: 1.25rem;
  }
  .text-attachment-section .button-wrapper .button {
      padding: 0.875rem 1.375rem;
  }
}