/************
 *
 * Text Media Styles
 *
 ***********/
.text-media {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-media .text-media__image {
  height: 0;
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 80.5%;
  transition: all 0.5s ease-in-out;
  border-radius: 200px;
}

.text-media .text-media__image img {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.text-media .text-media__image:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

@media (max-width: 768px) {
  .text-media .text-media__image {
    padding-bottom: 84.5%;
    border-radius: 120px;
  }
}
.text-media .text-media__image:hover img {
  transform: none;
  transition: all 0.5s ease-in-out;
}

.text-media .btn-primary {
  border-radius: 167px;
  padding: 6px 20px 7px;
  font-weight: 700;
  font-family: var(--bs-body-font-family);
  font-size: 15px;
  line-height: 28px;
  text-transform: uppercase;
  background-color: var(--bs-secondary);
  color: #fff;
  transition: all 0.5s ease-in-out;
  min-width: 303px;
  width: 100%;
  display: inline-block;
  border: 0;
  padding: 20px 20px 19px;
}

@media (max-width: 768px) {
  .text-media .btn-primary {
    font-size: 12px;
    line-height: 21.505px;
  }
}
.text-media .btn-primary:hover {
  background-color: var(--bs-primary) !important;
  color: #fff;
  border-color: var(--bs-primary) !important;
  transition: all 0.5s ease-in-out;
}

.text-media.text-center {
  text-align: center;
}

.text-media.text-center .content_col .component__buttons-container {
  justify-content: center !important;
}

.text-media .container > .container {
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.text-media__header {
  margin-top: 0;
  margin-bottom: 2rem;
}

.text-media__header.display-1 {
  text-indent: -1em;
  padding-left: 1em;
}

.text-media__text {
  color: var(--bs-quaternary);
}

.text-media .component__buttons-container {
  margin-top: 1rem;
}

.text-media--1 .text-media__col, .text-media--2 .text-media__col {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.text-media--1 img, .text-media--2 img {
  border-radius: 200px;
}

@media (max-width: 992px) {
  .text-media--1 img, .text-media--2 img {
    border-radius: 120px;
  }
}
.text-media--3 .text-media__col {
  padding-top: 4rem;
  padding-bottom: 0;
}

.text-media--4 .text-media__col {
  padding-top: 0;
  padding-bottom: 4rem;
}

.text-media--4 .btn-primary {
  border-radius: 167px;
  padding: 6px 20px 7px;
  font-weight: 700;
  font-family: var(--bs-body-font-family);
  font-size: 15px;
  line-height: 28px;
  text-transform: uppercase;
  background-color: var(--bs-secondary);
  color: #fff;
  transition: all 0.5s ease-in-out;
  min-width: 303px;
  width: 100%;
  display: inline-block;
  border: 0;
  padding: 20px 20px 19px;
}

@media (max-width: 768px) {
  .text-media--4 .btn-primary {
    font-size: 12px;
    line-height: 21.505px;
  }
}
.text-media--4 .btn-primary:hover {
  background-color: var(--bs-primary) !important;
  color: #fff;
  border-color: var(--bs-primary) !important;
  transition: all 0.5s ease-in-out;
}

.text-media--4.text-center {
  text-align: center;
}

.text-media--4.text-center .content_col .component__buttons-container {
  justify-content: center !important;
}

.text-media--11 .text-media__bg-full, .text-media--12 .text-media__bg-full {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.text-media--16 .img-left,
.text-media--16 .img-right {
  position: absolute;
  top: 0;
  bottom: 0;
}

.text-media--16 .img-left {
  left: 0;
}

.text-media--16 .img-right {
  right: 0;
}

.text-media--16 .text-media__col {
  padding: 5rem 4rem;
}

.text-media--16 .text-media__col.content-right {
  padding-right: 1rem;
}

.text-media--16 .text-media__col.content-left {
  padding-left: 1rem;
}

.text-media--16 .text-media__bg-half {
  right: auto;
  left: auto;
  position: relative;
  width: 100%;
  height: 100%;
}

.text-media__content > * {
  margin-bottom: 1.5rem;
}

.text-media__content > *:first-child {
  margin-top: 1.5rem;
}

@media (max-width: 992px) {
  .text-media.large-left-image.middle-image .col-lg-4 {
    order: 1 !important;
  }
}
.text-media.large-left-image.resource-links .col-lg-5 .component__buttons-container > div .btn-outline-primary {
  font-size: var(--bs-font-size-h4) !important;
  line-height: 25px !important;
  font-family: var(--bs-font-dm-serif) !important;
  background-color: #fff !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  width: 100%;
  border-radius: 20px !important;
  padding: 14px 16px !important;
  margin-top: 12px !important;
}

.text-media.large-left-image.resource-links .col-lg-5 .component__buttons-container > div .btn-outline-primary:has(span):after {
  right: 18px !important;
  top: 18px !important;
}

@media (max-width: 768px) {
  .text-media.large-left-image.resource-links .col-lg-5 .component__buttons-container > div .btn-outline-primary:has(span):after {
    top: auto !important;
    bottom: 15px !important;
    right: 15px !important;
  }
}
.text-media.large-left-image.resource-links .col-lg-5 .component__buttons-container > div .btn-outline-primary:hover {
  background-color: #fff !important;
}

@media (max-width: 768px) {
  .text-media.large-left-image.resource-links .col-lg-5 .component__buttons-container > div .btn-outline-primary {
    font-size: var(--bs-font-size-h4-mobile) !important;
    line-height: 22px !important;
    padding: 25px 16px 37px 16px !important;
  }
}
.text-media.large-left-image.resource-links .col-lg-5 .component__buttons-container > div .btn-outline-primary span {
  display: block !important;
  font-size: var(--bs-font-size-lg) !important;
  line-height: 21px !important;
  font-family: var(--bs-body-font-family) !important;
  color: var(--bs-primary) !important;
  margin-top: 4px !important;
}

.text-media.large-left-image.large-image .text-media__image {
  padding-bottom: 87%;
}

@media (max-width: 768px) {
  .text-media.large-left-image.large-image .text-media__image {
    padding-bottom: 94%;
  }
}
@media (max-width: 992px) {
  .text-media.large-left-image .text-media__row {
    row-gap: 31px;
  }
}
.text-media.large-left-image .text-media__row .text-media__header i {
  display: block;
}

.text-media.large-left-image .text-media__image {
  height: 0;
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 80.5%;
  transition: all 0.5s ease-in-out;
}

.text-media.large-left-image .text-media__image img {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.text-media.large-left-image .text-media__image:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

@media (max-width: 768px) {
  .text-media.large-left-image .text-media__image {
    padding-bottom: 84.5%;
  }
}
.text-media.large-left-image .text-media__image:hover img {
  transform: none;
  transition: all 0.5s ease-in-out;
}

.text-media.large-left-image .col-lg-5 {
  width: 43.666667%;
}

@media (max-width: 992px) {
  .text-media.large-left-image .col-lg-5 {
    width: 100%;
  }
  .text-media.large-left-image .col-lg-5 > .text-media__header,
  .text-media.large-left-image .col-lg-5 > .text-media__text {
    padding: 0;
  }
  .text-media.large-left-image .col-lg-5 > .component__buttons-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.text-media.large-left-image .col-lg-5 h2 {
  margin-bottom: 33px;
}

.text-media.large-left-image .col-lg-5 h2.single-line i {
  display: inline;
}

.text-media.large-left-image .col-lg-5 p {
  margin-top: 0;
  margin-bottom: 23px;
}

@media (max-width: 992px) {
  .text-media.large-left-image .col-lg-5 p {
    margin-bottom: 21px;
    font-size: var(--bs-font-size-lg);
    line-height: 21px;
  }
}
.text-media.large-left-image .col-lg-5 p:last-child {
  margin-bottom: 0;
}

.text-media.large-left-image .col-lg-5:has(.component__buttons-container) .text-media__text {
  margin-bottom: 38px;
}

.text-media.large-left-image .col-lg-5 .component__buttons-container {
  margin: 0 !important;
  min-width: 326px;
  display: inline-block !important;
}

.text-media.large-left-image .col-lg-5 .component__buttons-container > div {
  margin: 0 !important;
}

.text-media.large-left-image .col-lg-5 .component__buttons-container > div .btn-outline-primary {
  border: 1px solid var(--bs-primary) !important;
  border-radius: 167px !important;
  padding: 12px 80px 12px 29px;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--bs-body-font-family);
  line-height: 28px !important;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: all 0.5s ease-in-out;
  text-align: center;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .text-media.large-left-image .col-lg-5 .component__buttons-container > div .btn-outline-primary {
    padding: 12px 50px 12px 29px;
    text-align: left;
  }
}
.text-media.large-left-image .col-lg-5 .component__buttons-container > div .btn-outline-primary:after {
  background-image: url('data:image/svg+xml,<svg width="24" height="15" viewBox="0 0 24 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.64514 6.93408H14.13" stroke="%233B3B5F" stroke-width="2.2329" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.9092 2.72729L15.1516 6.96972L10.9092 11.2121" stroke="%233B3B5F" stroke-width="2.2329" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-position: left 10px center;
  background-repeat: no-repeat;
  display: inline-block;
  border: 1px solid var(--bs-primary);
  transition: all 0.5s ease-in-out, transform 0.5s linear;
  position: absolute;
  right: 7px;
  top: 6px;
}

@media (max-width: 768px) {
  .text-media.large-left-image .col-lg-5 .component__buttons-container > div .btn-outline-primary:after {
    background-color: var(--bs-secondary);
    transform: rotate(-36.81deg);
    background-image: url('data:image/svg+xml,<svg width="24" height="15" viewBox="0 0 24 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.64514 6.93408H14.13" stroke="%23ffffff" stroke-width="2.2329" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.9092 2.72729L15.1516 6.96972L10.9092 11.2121" stroke="%23ffffff" stroke-width="2.2329" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    border-color: #fff;
  }
}
.text-media.large-left-image .col-lg-5 .component__buttons-container > div .btn-outline-primary:hover {
  background-color: transparent !important;
  color: var(--bs-primary) !important;
  border-color: var(--bs-secondary);
}

.text-media.large-left-image .col-lg-5 .component__buttons-container > div .btn-outline-primary:hover:after {
  background-color: var(--bs-secondary);
  transform: rotate(-36.81deg);
  background-image: url('data:image/svg+xml,<svg width="24" height="15" viewBox="0 0 24 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.64514 6.93408H14.13" stroke="%23ffffff" stroke-width="2.2329" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.9092 2.72729L15.1516 6.96972L10.9092 11.2121" stroke="%23ffffff" stroke-width="2.2329" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  border-color: #fff;
}

.text-media.large-left-image .col-lg-5 .component__buttons-container > div .btn-secondary {
  margin-top: 24px;
  border-radius: 167px;
  padding: 6px 20px 7px;
  font-weight: 700;
  font-family: var(--bs-body-font-family);
  font-size: 15px;
  line-height: 28px;
  text-transform: uppercase;
  background-color: var(--bs-secondary);
  color: #fff;
  transition: all 0.5s ease-in-out;
  padding: 18px 32px;
  min-width: 300px;
}

@media (max-width: 768px) {
  .text-media.large-left-image .col-lg-5 .component__buttons-container > div .btn-secondary {
    font-size: 12px;
    line-height: 21.505px;
  }
}
.text-media.large-left-image .col-lg-5 .component__buttons-container > div .btn-secondary:hover {
  background-color: var(--bs-primary) !important;
  color: #fff;
  border-color: var(--bs-primary) !important;
  transition: all 0.5s ease-in-out;
}

.text-media.large-left-image .col-lg-5 .text-media__text ul {
  padding: 0;
  list-style: none;
  margin-top: 27px;
}

@media (max-width: 768px) {
  .text-media.large-left-image .col-lg-5 .text-media__text ul {
    margin-top: 34px;
  }
}
.text-media.large-left-image .col-lg-5 .text-media__text ul li {
  background-image: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="25" height="24" rx="12" fill="%23D27D2D"/><path d="M8.5 12C8.5 9.79086 10.2909 8 12.5 8C14.7091 8 16.5 9.79086 16.5 12C16.5 14.2091 14.7091 16 12.5 16C10.2909 16 8.5 14.2091 8.5 12Z" fill="white"/></svg>');
  padding-left: 43px;
  background-position: left 0 top;
  background-repeat: no-repeat;
  margin-bottom: 19px;
  font-weight: 500;
  font-size: var(--bs-font-size-lg);
  line-height: 21px;
  color: var(--bs-primary);
  padding-top: 2px;
  padding-bottom: 2px;
}

.text-media.large-left-image .col-lg-5 .text-media__text ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .text-media.large-left-image .col-lg-5 .text-media__text ul li {
    margin-bottom: 12px;
  }
}
.text-media.large-left-image .col {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 992px) {
  .text-media.large-right-image.middle-image .col-lg-4 {
    order: 1 !important;
  }
}
@media (min-width: 992px) {
  .text-media.large-right-image.trial-media .col {
    text-align: left;
  }
}
.text-media.large-right-image.trial-media .text-media__row {
  align-items: flex-start !important;
}

.text-media.large-right-image.trial-media .text-media__row .text-media__header {
  margin: 0 0 41px 0;
}

@media (min-width: 1200px) {
  .text-media.large-right-image.trial-media .text-media__row .text-media__header {
    line-height: 100px !important;
  }
}
@media (max-width: 768px) {
  .text-media.large-right-image.trial-media .text-media__row .text-media__header {
    margin: 0 0 18px 0;
    font-size: 30px !important;
    line-height: 30px !important;
  }
}
@media (max-width: 576px) {
  .text-media.large-right-image.trial-media .text-media__row .text-media__text {
    max-width: 256px;
    margin: 0 auto;
  }
}
.text-media.large-right-image.resource-links .col-lg-4 .component__buttons-container > div .btn-outline-primary {
  font-size: var(--bs-font-size-h4) !important;
  line-height: 25px !important;
  font-family: var(--bs-font-dm-serif) !important;
  background-color: #fff !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  width: 100%;
  border-radius: 20px !important;
  padding: 14px 16px !important;
  margin-top: 12px !important;
}

.text-media.large-right-image.resource-links .col-lg-4 .component__buttons-container > div .btn-outline-primary:has(span):after {
  right: 18px !important;
  top: 18px !important;
}

@media (max-width: 768px) {
  .text-media.large-right-image.resource-links .col-lg-4 .component__buttons-container > div .btn-outline-primary:has(span):after {
    top: auto !important;
    bottom: 15px !important;
    right: 15px !important;
  }
}
.text-media.large-right-image.resource-links .col-lg-4 .component__buttons-container > div .btn-outline-primary:hover {
  background-color: #fff !important;
}

@media (max-width: 768px) {
  .text-media.large-right-image.resource-links .col-lg-4 .component__buttons-container > div .btn-outline-primary {
    font-size: var(--bs-font-size-h4-mobile) !important;
    line-height: 22px !important;
    padding: 25px 16px 37px 16px !important;
  }
}
.text-media.large-right-image.resource-links .col-lg-4 .component__buttons-container > div .btn-outline-primary span {
  display: block !important;
  font-size: var(--bs-font-size-lg) !important;
  line-height: 21px !important;
  font-family: var(--bs-body-font-family) !important;
  color: var(--bs-primary) !important;
  margin-top: 4px !important;
}

.text-media.large-right-image.large-image .text-media__image {
  padding-bottom: 87%;
}

@media (max-width: 768px) {
  .text-media.large-right-image.large-image .text-media__image {
    padding-bottom: 94%;
  }
  .text-media.large-right-image.large-image .text-media__image img {
    border-radius: 120px;
  }
}
.text-media.large-right-image .text-media__image {
  height: 0;
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 75%;
  transition: all 0.5s ease-in-out;
}

.text-media.large-right-image .text-media__image img {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.text-media.large-right-image .text-media__image:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

@media (max-width: 768px) {
  .text-media.large-right-image .text-media__image {
    padding-bottom: 92%;
  }
}
.text-media.large-right-image .text-media__image:hover img {
  transform: none;
  transition: all 0.5s ease-in-out;
}

.text-media.large-right-image.small-right-sec .col-lg-7 {
  width: 50.5%;
}

@media (max-width: 992px) {
  .text-media.large-right-image.small-right-sec .col-lg-7 {
    width: 100%;
  }
}
.text-media.large-right-image.small-right-sec .col-lg-4 {
  width: 48.6%;
}

@media (max-width: 992px) {
  .text-media.large-right-image.small-right-sec .col-lg-4 {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .text-media.large-right-image .text-media__row {
    row-gap: 31px;
    flex-direction: column-reverse;
  }
}
.text-media.large-right-image .col-lg-7 {
  width: 57%;
}

@media (max-width: 992px) {
  .text-media.large-right-image .col-lg-7 {
    width: 100%;
  }
}
.text-media.large-right-image .col-lg-4 {
  width: 41%;
  order: 1 !important;
}

@media (max-width: 992px) {
  .text-media.large-right-image .col-lg-4 {
    width: 100%;
    order: -1 !important;
  }
}
.text-media.large-right-image .col-lg-4 h2 {
  margin-bottom: 33px;
}

.text-media.large-right-image .col-lg-4 h2 i {
  display: inline;
}

@media (max-width: 768px) {
  .text-media.large-right-image .col-lg-4 h2 {
    margin-bottom: 17px;
  }
}
.text-media.large-right-image .col-lg-4 h2.single-line i {
  display: inline;
}

.text-media.large-right-image .col-lg-4 p {
  margin-top: 0;
  margin-bottom: 23px;
}

@media (max-width: 992px) {
  .text-media.large-right-image .col-lg-4 p {
    margin-bottom: 21px;
    font-size: var(--bs-font-size-lg);
    line-height: 21px;
  }
}
.text-media.large-right-image .col-lg-4 p:last-child {
  margin-bottom: 0;
}

.text-media.large-right-image .col-lg-4:has(.component__buttons-container) .text-media__text {
  margin-bottom: 38px;
}

.text-media.large-right-image .col-lg-4 .text-media__text ul {
  padding: 0;
  list-style: none;
  margin-top: 27px;
}

@media (max-width: 768px) {
  .text-media.large-right-image .col-lg-4 .text-media__text ul {
    margin-top: 34px;
  }
}
.text-media.large-right-image .col-lg-4 .text-media__text ul li {
  background-image: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="25" height="24" rx="12" fill="%23D27D2D"/><path d="M8.5 12C8.5 9.79086 10.2909 8 12.5 8C14.7091 8 16.5 9.79086 16.5 12C16.5 14.2091 14.7091 16 12.5 16C10.2909 16 8.5 14.2091 8.5 12Z" fill="white"/></svg>');
  padding-left: 43px;
  background-position: left 0 top;
  background-repeat: no-repeat;
  margin-bottom: 19px;
  font-weight: 500;
  font-size: var(--bs-font-size-lg);
  line-height: 21px;
  color: var(--bs-primary);
  padding-top: 2px;
  padding-bottom: 2px;
}

.text-media.large-right-image .col-lg-4 .text-media__text ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .text-media.large-right-image .col-lg-4 .text-media__text ul li {
    margin-bottom: 12px;
  }
}
.text-media.large-right-image .col-lg-4 .component__buttons-container {
  margin: 0 !important;
  min-width: 326px;
  display: inline-block !important;
}

.text-media.large-right-image .col-lg-4 .component__buttons-container > div {
  margin: 0 !important;
}

.text-media.large-right-image .col-lg-4 .component__buttons-container > div .btn-outline-primary {
  border: 1px solid var(--bs-primary) !important;
  border-radius: 167px !important;
  padding: 12px 80px 12px 29px;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--bs-body-font-family);
  line-height: 28px !important;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: all 0.5s ease-in-out;
  text-align: center;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .text-media.large-right-image .col-lg-4 .component__buttons-container > div .btn-outline-primary {
    padding: 12px 50px 12px 29px;
    text-align: left;
  }
}
.text-media.large-right-image .col-lg-4 .component__buttons-container > div .btn-outline-primary:after {
  background-image: url('data:image/svg+xml,<svg width="24" height="15" viewBox="0 0 24 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.64514 6.93408H14.13" stroke="%233B3B5F" stroke-width="2.2329" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.9092 2.72729L15.1516 6.96972L10.9092 11.2121" stroke="%233B3B5F" stroke-width="2.2329" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-position: left 10px center;
  background-repeat: no-repeat;
  display: inline-block;
  border: 1px solid var(--bs-primary);
  transition: all 0.5s ease-in-out, transform 0.5s linear;
  position: absolute;
  right: 7px;
  top: 6px;
}

@media (max-width: 768px) {
  .text-media.large-right-image .col-lg-4 .component__buttons-container > div .btn-outline-primary:after {
    background-color: var(--bs-secondary);
    transform: rotate(-36.81deg);
    background-image: url('data:image/svg+xml,<svg width="24" height="15" viewBox="0 0 24 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.64514 6.93408H14.13" stroke="%23ffffff" stroke-width="2.2329" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.9092 2.72729L15.1516 6.96972L10.9092 11.2121" stroke="%23ffffff" stroke-width="2.2329" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    border-color: #fff;
  }
}
.text-media.large-right-image .col-lg-4 .component__buttons-container > div .btn-outline-primary:hover {
  background-color: transparent !important;
  color: var(--bs-primary) !important;
  border-color: var(--bs-secondary);
}

.text-media.large-right-image .col-lg-4 .component__buttons-container > div .btn-outline-primary:hover:after {
  background-color: var(--bs-secondary);
  transform: rotate(-36.81deg);
  background-image: url('data:image/svg+xml,<svg width="24" height="15" viewBox="0 0 24 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.64514 6.93408H14.13" stroke="%23ffffff" stroke-width="2.2329" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.9092 2.72729L15.1516 6.96972L10.9092 11.2121" stroke="%23ffffff" stroke-width="2.2329" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  border-color: #fff;
}

.text-media.large-right-image .col-lg-4 .component__buttons-container > div .btn-secondary {
  margin-top: 24px;
  border-radius: 167px;
  padding: 6px 20px 7px;
  font-weight: 700;
  font-family: var(--bs-body-font-family);
  font-size: 15px;
  line-height: 28px;
  text-transform: uppercase;
  background-color: var(--bs-secondary);
  color: #fff;
  transition: all 0.5s ease-in-out;
  padding: 18px 32px;
  min-width: 300px;
}

@media (max-width: 768px) {
  .text-media.large-right-image .col-lg-4 .component__buttons-container > div .btn-secondary {
    font-size: 12px;
    line-height: 21.505px;
  }
}
.text-media.large-right-image .col-lg-4 .component__buttons-container > div .btn-secondary:hover {
  background-color: var(--bs-primary) !important;
  color: #fff;
  border-color: var(--bs-primary) !important;
  transition: all 0.5s ease-in-out;
}

.text-media.large-right-image .col {
  padding-top: 0;
  padding-bottom: 0;
}

.text-media.resource-links .component__buttons-container {
  width: 100%;
}

.text-media.resource-links .component__buttons-container > div {
  width: 100%;
}

.text-media.resource-links .component__buttons-container > div .btn-outline-primary {
  border: 1px solid var(--bs-primary) !important;
  border-radius: 167px !important;
  padding: 12px 80px 12px 29px;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--bs-body-font-family);
  line-height: 28px !important;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: all 0.5s ease-in-out;
  text-align: center;
  position: relative;
  display: block;
  width: 100%;
  text-align: left !important;
  font-size: var(--bs-font-size-h4) !important;
  line-height: 25px !important;
  font-family: var(--bs-font-dm-serif) !important;
  background-color: #fff !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  width: 100%;
  border-radius: 20px !important;
  padding: 14px 16px !important;
  margin-top: 12px !important;
}

@media (max-width: 768px) {
  .text-media.resource-links .component__buttons-container > div .btn-outline-primary {
    padding: 12px 50px 12px 29px;
    text-align: left;
  }
}
.text-media.resource-links .component__buttons-container > div .btn-outline-primary:after {
  background-image: url('data:image/svg+xml,<svg width="24" height="15" viewBox="0 0 24 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.64514 6.93408H14.13" stroke="%233B3B5F" stroke-width="2.2329" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.9092 2.72729L15.1516 6.96972L10.9092 11.2121" stroke="%233B3B5F" stroke-width="2.2329" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-position: left 10px center;
  background-repeat: no-repeat;
  display: inline-block;
  border: 1px solid var(--bs-primary);
  transition: all 0.5s ease-in-out, transform 0.5s linear;
  position: absolute;
  right: 7px;
  top: 6px;
}

@media (max-width: 768px) {
  .text-media.resource-links .component__buttons-container > div .btn-outline-primary:after {
    background-color: var(--bs-secondary);
    transform: rotate(-36.81deg);
    background-image: url('data:image/svg+xml,<svg width="24" height="15" viewBox="0 0 24 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.64514 6.93408H14.13" stroke="%23ffffff" stroke-width="2.2329" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.9092 2.72729L15.1516 6.96972L10.9092 11.2121" stroke="%23ffffff" stroke-width="2.2329" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    border-color: #fff;
  }
}
.text-media.resource-links .component__buttons-container > div .btn-outline-primary:hover {
  background-color: transparent !important;
  color: var(--bs-primary) !important;
  border-color: var(--bs-secondary);
}

.text-media.resource-links .component__buttons-container > div .btn-outline-primary:hover:after {
  background-color: var(--bs-secondary);
  transform: rotate(-36.81deg);
  background-image: url('data:image/svg+xml,<svg width="24" height="15" viewBox="0 0 24 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.64514 6.93408H14.13" stroke="%23ffffff" stroke-width="2.2329" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.9092 2.72729L15.1516 6.96972L10.9092 11.2121" stroke="%23ffffff" stroke-width="2.2329" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  border-color: #fff;
}

.text-media.resource-links .component__buttons-container > div .btn-outline-primary:has(span):after {
  right: 18px !important;
  top: 18px !important;
}

@media (max-width: 768px) {
  .text-media.resource-links .component__buttons-container > div .btn-outline-primary:has(span):after {
    top: auto !important;
    bottom: 15px !important;
    right: 15px !important;
  }
}
.text-media.resource-links .component__buttons-container > div .btn-outline-primary:hover {
  background-color: #fff !important;
}

@media (max-width: 768px) {
  .text-media.resource-links .component__buttons-container > div .btn-outline-primary {
    font-size: var(--bs-font-size-h4-mobile) !important;
    line-height: 22px !important;
    padding: 25px 16px 37px 16px !important;
  }
}
.text-media.resource-links .component__buttons-container > div .btn-outline-primary span {
  display: block !important;
  font-size: var(--bs-font-size-lg) !important;
  line-height: 21px !important;
  font-family: var(--bs-body-font-family) !important;
  color: var(--bs-primary) !important;
  margin-top: 4px !important;
}

.certificates {
  margin-top: 63px;
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .certificates {
    gap: 16px;
  }
  .certificates.hide-desktop {
    display: flex !important;
  }
}
.certificates img {
  border-radius: 0;
}

@media (max-width: 768px) {
  .certificates img {
    max-width: 100px;
  }
}
.two-col-ul .text-media__text ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

@media (max-width: 768px) {
  .two-col-ul .text-media__text ul {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.full-width-sec {
  text-align: left;
}

.full-width-sec.text-center {
  text-align: center;
}

.full-width-sec .content_col {
  padding-bottom: 28px;
}

.full-width-sec .content_col .text-media__header {
  margin-bottom: 18px;
}

.full-width-sec .content_col .text-media__text {
  max-width: 496px;
  margin: 0 auto;
  margin-bottom: 26px;
}

.full-width-sec .image_col {
  max-width: 1184px;
  margin: 0 auto;
}

.full-width-sec .image_col .text-media__image {
  height: 0;
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 63%;
  transition: all 0.5s ease-in-out;
  border-radius: 34px;
}

.full-width-sec .image_col .text-media__image img {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.full-width-sec .image_col .text-media__image:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

.full-width-sec .image_col .text-media__image:hover {
  transform: none;
}

.full-width-sec .image_col .text-media__image:hover img {
  transform: none;
}

.text-media.full-width-title .col:has(.text-media__image) {
  display: none;
}

.text-media.full-width-title .col:has(.text-media__header) {
  padding-top: 0;
}

.text-media.full-width-title .text-media__header {
  margin: 0;
  color: var(--bs-primary);
  font-family: var(--bs-font-dm-serif);
  line-height: 100px !important;
  font-style: normal;
  font-variation-settings: normal;
  color: var(--bs-primary);
  text-align: center;
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  .text-media.full-width-title .text-media__header {
    font-size: 70px !important;
    line-height: 60px !important;
  }
}
@media (max-width: 768px) {
  .text-media.full-width-title .text-media__header {
    line-height: 57px !important;
  }
}
.text-media--6 .text-media-quote {
  background-color: #fff;
  border-radius: 24px;
  padding: 32px;
  position: relative;
  margin: 37px 0 29px 0;
}

.text-media--6 .text-media-quote:before {
  content: "";
  background-image: url(../../assets/images/quote-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  top: -13px;
  z-index: 9;
  left: -16px;
}

.text-media--6 .text-media-quote h4 {
  font-size: 20px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 25px;
}

.text-media--6 .text-media-quote p {
  font-size: 14px;
  line-height: 20px;
}
