.home-main .flexible-related-embed .embed {
  width: 100%;
  max-width: 100%;
}

.flexible-component {
  margin-bottom:1.75rem;
}

.flexible-component .flexible-heading {
  text-transform: uppercase;
  font-family: "din-condensed-variable", sans-serif;
  font-variation-settings: 'wght' 600;
  font-weight: 700;
  margin-bottom: 1rem;
}

main .content .flexible-heading-1 {
  font-size: 4rem;
  line-height: 4rem;
}

main .content .flexible-heading-2 {
  font-size: 3.5em;
  line-height: 3.5rem;
}


main .content .flexible-heading-3 {
  font-size: 3rem;
  line-height: 3rem;
}

main .content .flexible-heading-4 {
  font-size: 2.5rem;
  line-height: 2.5rem;
}


main .content .flexible-heading-5 {
  font-size: 2rem;
  line-height: 2rem;
}


main .content .flexible-heading-6 {
  font-size: 1.75rem;
  line-height: 1.75rem;
}

main .content .flexible-paragraph {
  font-family: "din-condensed-variable", sans-serif;
  font-variation-settings: 'wght' 300;
  font-size: 1.75rem;
  line-height: 2rem;
}

.flexible-component .flexible-heading {
  text-transform: uppercase;
  font-family: "din-condensed-variable", sans-serif;
  font-variation-settings: 'wght' 600;
  font-weight: 700;
  margin-bottom: 1rem;
}

.flexible-component ul,
.flexible-component ol
 {
  list-style-type: disc;
  padding-left: 1.5rem;
}

.flexible-component ul {
  list-style-type: disc;

}

.flexible-component ol {
  list-style-type: decimal

}

.flexible-component li .flexible-component {
  margin-bottom:0.75rem;
  line-height: 1rem;
}

.flexible-component table th,
.flexible-component table td {
  padding: 15px;
}

.flexible-component a {
  color: #A10606;
  text-decoration: underline;
}

/* Section */
.flexible-component .section-component {
  /* background-color: yellow; */
}

.flexible-component .section-component p {
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.flexible-component .section-component h1,
.flexible-component .section-component h2,
.flexible-component .section-component h3,
.flexible-component .section-component h4,
.flexible-component .section-component h5,
.flexible-component .section-component h6 {
  color: #ef2127;
  font-family: "din-condensed-variable", sans-serif;
  font-variation-settings: 'wght' 600;
}

.flexible-component .section-component strong {
  font-weight: bolder;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.flexible-component .section-component a {
  text-decoration: none;
  font-weight: bold;
  color: white;
}

.flexible-component .section-component .section-bg-filter {
 position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
background: #000000;
}

.flexible-component .section-component.section-component--left .section-bg-filter {
    background: linear-gradient(72deg, rgba(0, 0, 0, 1) 0% 0%, rgba(0, 0, 0, 1) 16%, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0) 100%);

}
.flexible-component .section-component.section-component--right .section-bg-filter {
    background: linear-gradient(279deg, rgba(0, 0, 0, 1) 0% 0%, rgba(0, 0, 0, 1) 16%, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0) 100%);
}

.flexible-component .section-component .section-bg-filter-radial {
    background: radial-gradient(circle, rgb(0 0 0 / 0%) 0%, rgb(0 0 0) 100%) !important;
}




