.tdg-side-by-side__background-image {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.tdg-side-by-side__background-image--none {
  display: none !important;
}
.tdg-side-by-side__background-image svg {
  width: auto;
  height: 160%;
  margin-right: -10%;
}
.tdg-side-by-side__background-image--star {
  /* Star SVG is rendered by PHP */
}
.tdg-side-by-side__background-image--star-outline {
  /* Star Outline SVG is rendered by PHP */
}
.tdg-side-by-side__background-image--weave {
  align-items: flex-start;
}
.tdg-side-by-side__background-image--weave svg {
  height: 450%;
  margin-top: 2%;
  transform: scaleX(-1);
}

.tdg-side-by-side {
  display: flex;
  flex-direction: column;
  align-content: center;
}
.tdg-side-by-side .tdg-block__wrapper {
  position: relative;
}
.tdg-side-by-side .tdg-block__wrapper .tdg-block__outer-container .tdg-block__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  object-position: center;
}
.tdg-side-by-side .tdg-block__wrapper .tdg-block__outer-container .tdg-block__inner {
  position: relative;
}
.tdg-side-by-side__title {
  margin: 0 0 1rem;
  font-family: "playfair-display", serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #59190D;
}
.tdg-side-by-side__subtitle {
  display: block;
  margin-bottom: 1rem;
  font-family: "lft-etica-condensed", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #2D67AB;
}
.tdg-side-by-side__content p {
  margin-bottom: 1.5em;
  font-size: 1.125rem;
  line-height: 1.6;
}
.tdg-side-by-side__content p:last-child {
  margin-bottom: 0;
}
.tdg-side-by-side__link-wrapper {
  margin-top: 1rem;
}
.tdg-side-by-side--style-one .tdg-block__background {
  background-color: #fff !important;
}
.tdg-side-by-side--style-one .tdg-side-by-side__title,
.tdg-side-by-side--style-one .tdg-side-by-side__subtitle,
.tdg-side-by-side--style-one .tdg-side-by-side__content {
  color: #59190D;
}
.tdg-side-by-side--style-one .tdg-side-by-side__title a,
.tdg-side-by-side--style-one .tdg-side-by-side__subtitle a,
.tdg-side-by-side--style-one .tdg-side-by-side__content a {
  color: #59190D;
}
.tdg-side-by-side--style-one .tdg-side-by-side__title p,
.tdg-side-by-side--style-one .tdg-side-by-side__subtitle p,
.tdg-side-by-side--style-one .tdg-side-by-side__content p {
  color: #051C29;
}
.tdg-side-by-side--style-one .tdg-side-by-side__background-image--star svg path {
  fill: #fff;
}
.tdg-side-by-side--style-one .tdg-side-by-side__background-image--star-outline svg path {
  fill: none;
  stroke: #fff;
}
.tdg-side-by-side--style-one .tdg-side-by-side__background-image--weave svg path {
  fill: #fff;
}
.tdg-side-by-side--style-two .tdg-block__background {
  background-color: #F7F5EF !important;
}
.tdg-side-by-side--style-two .tdg-side-by-side__title,
.tdg-side-by-side--style-two .tdg-side-by-side__subtitle,
.tdg-side-by-side--style-two .tdg-side-by-side__content {
  color: #59190D;
}
.tdg-side-by-side--style-two .tdg-side-by-side__title a,
.tdg-side-by-side--style-two .tdg-side-by-side__subtitle a,
.tdg-side-by-side--style-two .tdg-side-by-side__content a {
  color: #59190D;
}
.tdg-side-by-side--style-two .tdg-side-by-side__title p,
.tdg-side-by-side--style-two .tdg-side-by-side__subtitle p,
.tdg-side-by-side--style-two .tdg-side-by-side__content p {
  color: #051C29;
}
.tdg-side-by-side--style-two .tdg-side-by-side__background-image--star svg path {
  fill: #F4EDE0;
}
.tdg-side-by-side--style-two .tdg-side-by-side__background-image--star-outline svg path {
  fill: none;
  stroke: #F4EDE0;
}
.tdg-side-by-side--style-two .tdg-side-by-side__background-image--weave svg path {
  fill: #F4EDE0;
}
.tdg-side-by-side--style-three .tdg-block__background {
  background-color: #59190D !important;
}
.tdg-side-by-side--style-three .tdg-side-by-side__title,
.tdg-side-by-side--style-three .tdg-side-by-side__subtitle,
.tdg-side-by-side--style-three .tdg-side-by-side__content {
  color: #fff;
}
.tdg-side-by-side--style-three .tdg-side-by-side__title p, .tdg-side-by-side--style-three .tdg-side-by-side__title a,
.tdg-side-by-side--style-three .tdg-side-by-side__subtitle p,
.tdg-side-by-side--style-three .tdg-side-by-side__subtitle a,
.tdg-side-by-side--style-three .tdg-side-by-side__content p,
.tdg-side-by-side--style-three .tdg-side-by-side__content a {
  color: #fff;
}
.tdg-side-by-side--style-three .tdg-side-by-side__background-image--star svg path {
  fill: #4D150B;
}
.tdg-side-by-side--style-three .tdg-side-by-side__background-image--star-outline svg path {
  fill: none;
  stroke: #4D150B;
}
.tdg-side-by-side--style-three .tdg-side-by-side__background-image--weave svg path {
  fill: #4D150B;
}
.tdg-side-by-side--style-four .tdg-block__background {
  background-color: #051C29 !important;
}
.tdg-side-by-side--style-four .tdg-side-by-side__title,
.tdg-side-by-side--style-four .tdg-side-by-side__subtitle,
.tdg-side-by-side--style-four .tdg-side-by-side__content {
  color: #fff;
}
.tdg-side-by-side--style-four .tdg-side-by-side__title p, .tdg-side-by-side--style-four .tdg-side-by-side__title a,
.tdg-side-by-side--style-four .tdg-side-by-side__subtitle p,
.tdg-side-by-side--style-four .tdg-side-by-side__subtitle a,
.tdg-side-by-side--style-four .tdg-side-by-side__content p,
.tdg-side-by-side--style-four .tdg-side-by-side__content a {
  color: #fff;
}
.tdg-side-by-side--style-four .tdg-side-by-side__background-image--star svg path {
  fill: #0B2836;
}
.tdg-side-by-side--style-four .tdg-side-by-side__background-image--star-outline svg path {
  fill: none;
  stroke: #0B2836;
}
.tdg-side-by-side--style-four .tdg-side-by-side__background-image--weave svg path {
  fill: #0B2836;
}
.tdg-side-by-side--version-one .tdg-block__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  place-content: center center;
  align-items: center;
}
@media (width <= 767px) {
  .tdg-side-by-side--version-one .tdg-block__container {
    grid-template-columns: 1fr;
  }
}
.tdg-side-by-side--version-one .tdg-side-by-side__column--full:first-child {
  font-family: "playfair-display", serif;
  text-align: left;
}
.tdg-side-by-side--version-one .tdg-side-by-side__column--full:first-child h2 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
}
@media (width <= 767px) {
  .tdg-side-by-side--version-one .tdg-side-by-side__column--full:first-child h2 {
    font-size: 3rem;
  }
}
.tdg-side-by-side--version-two .tdg-block__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  place-content: center center;
  align-items: start;
}
@media (width <= 767px) {
  .tdg-side-by-side--version-two .tdg-block__container {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.tdg-side-by-side--version-two .tdg-block__container h2 {
  margin-top: 0.375rem;
  margin-bottom: 1.5rem;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (width <= 767px) {
  .tdg-side-by-side--version-two .tdg-block__container h2 {
    font-size: 2.5rem;
  }
}
.tdg-side-by-side--left-padding-normal .tdg-side-by-side__column--left,
.tdg-side-by-side--left-padding-normal .tdg-side-by-side__column--full:first-child {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (width <= 767px) {
  .tdg-side-by-side--left-padding-normal .tdg-side-by-side__column--left,
  .tdg-side-by-side--left-padding-normal .tdg-side-by-side__column--full:first-child {
    padding-right: 0;
    padding-left: 0;
  }
}
.tdg-side-by-side--left-padding-medium .tdg-side-by-side__column--left,
.tdg-side-by-side--left-padding-medium .tdg-side-by-side__column--full:first-child {
  padding-right: 3rem;
  padding-left: 3rem;
}
@media (width <= 767px) {
  .tdg-side-by-side--left-padding-medium .tdg-side-by-side__column--left,
  .tdg-side-by-side--left-padding-medium .tdg-side-by-side__column--full:first-child {
    padding-right: 0;
    padding-left: 0;
  }
}
.tdg-side-by-side--left-padding-large .tdg-side-by-side__column--left,
.tdg-side-by-side--left-padding-large .tdg-side-by-side__column--full:first-child {
  padding-right: 4.5rem;
  padding-left: 4.5rem;
}
@media (width <= 767px) {
  .tdg-side-by-side--left-padding-large .tdg-side-by-side__column--left,
  .tdg-side-by-side--left-padding-large .tdg-side-by-side__column--full:first-child {
    padding-right: 0;
    padding-left: 0;
  }
}
.tdg-side-by-side--right-padding-normal .tdg-side-by-side__column--right,
.tdg-side-by-side--right-padding-normal .tdg-side-by-side__column--full:last-child {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (width <= 767px) {
  .tdg-side-by-side--right-padding-normal .tdg-side-by-side__column--right,
  .tdg-side-by-side--right-padding-normal .tdg-side-by-side__column--full:last-child {
    padding-right: 0;
    padding-left: 0;
  }
}
.tdg-side-by-side--right-padding-medium .tdg-side-by-side__column--right,
.tdg-side-by-side--right-padding-medium .tdg-side-by-side__column--full:last-child {
  padding-right: 3rem;
  padding-left: 3rem;
}
@media (width <= 767px) {
  .tdg-side-by-side--right-padding-medium .tdg-side-by-side__column--right,
  .tdg-side-by-side--right-padding-medium .tdg-side-by-side__column--full:last-child {
    padding-right: 0;
    padding-left: 0;
  }
}
.tdg-side-by-side--right-padding-large .tdg-side-by-side__column--right,
.tdg-side-by-side--right-padding-large .tdg-side-by-side__column--full:last-child {
  padding-right: 4.5rem;
  padding-left: 4.5rem;
}
@media (width <= 767px) {
  .tdg-side-by-side--right-padding-large .tdg-side-by-side__column--right,
  .tdg-side-by-side--right-padding-large .tdg-side-by-side__column--full:last-child {
    padding-right: 0;
    padding-left: 0;
  }
}