.homepage-hero-section {
  background-color: #F3F3F3;
  overflow: hidden;
}

.homepage-hero-section .section-wrap-right {
  display: flex !important;
  justify-content: center;
  align-items: stretch;
  position: relative;
  min-height: 582px;
}

.homepage-hero-section .section-wrap-right .content-left {
  width: 100%;
/*   max-width: 55%; */
	max-width: 1440px;
  padding: 80px 100px;
  display: flex;
  align-items: center;
  z-index: 1;
}

.homepage-hero-section .section-wrap-right .content-left label {
  color: #767676;

  /* Label */
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 144.444% */
  letter-spacing: 1.08px;
  text-transform: uppercase;
}

.homepage-hero-section .section-wrap-right .content-left h1 {
  color: #1B2540;

  /* Desktop/H1 - Desktop */
  font-family: 'Lato', sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  /* 124% */
  text-transform: capitalize;
  margin-top: 16px;
  margin-bottom: 24px;
}

.homepage-hero-section .section-wrap-right .content-left h1 span {
  color: #900304;
}

.homepage-hero-section .section-wrap-right .content-left blockquote {
  border-radius: 2px;
  margin: 0;
  padding: 16px 16px 16px 38px;
  background: #D7E4EC;
  position: relative;
}

.homepage-hero-section .section-wrap-right .content-left blockquote::before {
  content: '';
  width: 6px;
  background: #000;
  position: absolute;
  left: 16px;
  top: 16px;
  bottom: 16px;
}

.homepage-hero-section .section-wrap-right .content-left blockquote * {
  color: #000;
  margin-bottom: 0;
}

.homepage-hero-section .section-wrap-right .content-left ul:not(.two-column-list) {
  padding: 0;
  list-style: none;
  flex-direction: column;
  display: flex;
  gap: 8px 0;
  margin-bottom: 0;
  margin-left: 0;
}

.homepage-hero-section .section-wrap-right .content-left ul.two-column-list li {
  padding-top: 0;
  padding-bottom: 0;
}

.homepage-hero-section .section-wrap-right .content-left ul li {
  position: relative;
  padding-left: 30px;
  border-bottom: unset;
  margin: 0;
  color: #141414;
}

.homepage-hero-section .section-wrap-right .content-left ul li::before {
  content: '';
  background-image: url("data: image/svg+xml, %3Csvg%20width%3D%2218%22%20height%3D%2224%22%20viewBox%3D%220%200%2018%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%2021C13.9706%2021%2018%2016.9706%2018%2012C18%207.02944%2013.9706%203%209%203C4.02944%203%200%207.02944%200%2012C0%2016.9706%204.02944%2021%209%2021ZM13.8881%2010.6574C14.2937%2010.2518%2014.2937%209.59431%2013.8881%209.18877C13.4826%208.78323%2012.8251%208.78323%2012.4195%209.18877L8.21024%2013.3981L6.16154%2011.8615C5.70272%2011.5174%205.05181%2011.6104%204.70769%2012.0692C4.36357%2012.5281%204.45656%2013.179%204.91538%2013.5231L7.68462%2015.6C8.09805%2015.9101%208.67657%2015.869%209.042%2015.5035L13.8881%2010.6574Z%22%20fill%3D%22%23082D5A%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 18px;
  height: 24px;
  left: 0;
}

.homepage-hero-section .button-wrapper {
  margin-top: 40px;
  display: flex;
  gap: 6px;
}

.homepage-hero-section .button-wrapper .btn {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  /* 100% */
  letter-spacing: 0.72px;
  text-transform: uppercase;
  border-radius: 230px;
  padding: 22px 32px;
  display: block;
  /* width: 100%; */
  text-align: center;
  white-space: nowrap;
  border: 2px solid #041C4C;
  margin-bottom: 0;
  text-decoration: none;
}

.homepage-hero-section  .button-wrapper.btn-one .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.homepage-hero-section .button-wrapper .btn.btn-contained {
  background: #041C4C;
  color: #fff;
  border-color: #041C4C;
}

.homepage-hero-section .button-wrapper .btn.btn-contained:hover {
  background: #950304;
  color: #fff;
  border-color: #950304;
}

/* .homepage-hero-section .section-wrap-right .content-left .button-wrapper .btn.btn-contained:active {
  background: #027A5B;
  color: #fff;
  border: 2px solid #027A5B;
} */

.homepage-hero-section .button-wrapper .btn.btn-outlined {
  border: 2px solid #041C4C;
  color: #041C4C;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.homepage-hero-section .button-wrapper .btn.btn-outlined:hover {
  background: #950304;
  color: #fff;
  border: 2px solid #950304;
}

.homepage-hero-section .button-wrapper .btn.btn-outlined svg path {
  fill: #082D5A;
}

.homepage-hero-section .button-wrapper .btn.btn-outlined:hover svg path {
  fill: #fff;
}

/* .homepage-hero-section .section-wrap-right .content-left .button-wrapper .btn.btn-outlined:active {
  background: #E9D9BB;
  color: #03165A;
  border: 2px solid transparent;
} */

.homepage-hero-section .button-wrapper .btn.btn-outlined:active svg path {
  fill: #03165A;
}

.homepage-hero-section .section-wrap-right .content-left .content-wrapper {
  max-width: 620px;
  width: 100%;
/*   margin-left: auto; */
}

.homepage-hero-section .section-wrap-right .content-left .content-wrapper .wysiwyg-content {
  color: #141414;

  /* Desktop/Par - Desktop */
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
}

.homepage-hero-section .section-wrap-right .content-left .content-wrapper .wysiwyg-content :first-child {
  margin-top: 0;
}

.homepage-hero-section .section-wrap-right .content-left .content-wrapper .wysiwyg-content :last-child {
  margin-bottom: 0;
}

.homepage-hero-section .section-wrap-right .content-right {
  width: 100%;
/*   max-width: 45%; */
	max-width: 0;
  display: flex;
  flex: 1;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  height: 100%;
  max-height: 550px;
}

.homepage-hero-section .section-wrap-right .content-right::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  background-position: 38%;
}

.homepage-hero-section .section-wrap-right .content-right .mobile-img {
  width: 100%;
  height: unset;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
}

.homepage-hero-section .slick-dots {
  bottom: 25px;
}

.homepage-hero-section .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.homepage-hero-section .slick-dots li {
  width: unset;
  height: unset;
  margin: 0 3px;
  padding: 0;
}

.homepage-hero-section .slick-dots li button {
  width: 12px;
  height: 12px;
  border: solid 1px #041c4c;
  border-radius: 200px;
}

.homepage-hero-section .slick-dots li.slick-active button {
  background: #041c4c;
}

.homepage-hero-section .slick-dots li button:before {
  content: unset;
}

@media screen and (max-width: 1279px) {
  .homepage-hero-section .section-wrap-right .content-left h1 {
    font-size: 56px;
    line-height: 56px;
  }

  .homepage-hero-section .button-wrapper .btn {
    line-height: 18px;
    font-weight: 700;
  }

  .homepage-hero-section .section-wrap-right .content-left {
    padding: 40px;
  }

  .homepage-hero-section .section-wrap-right {
    flex-direction: column-reverse;
  }

  .homepage-hero-section .section-wrap-right .content-right .mobile-img {
    display: block;
  }

  /* .homepage-hero-section .cr-1.content-right:before {
    content: unset !important;
  } */
  .homepage-hero-section .section-wrap-right .content-right {
    position: relative;
    /* background-position: center right; */
  }

  .homepage-hero-section .section-wrap-right .content-left,
  .homepage-hero-section .section-wrap-right .content-left .content-wrapper,
  .homepage-hero-section .section-wrap-right .content-right {
    max-width: 100% !important;
  }

  .homepage-hero-section .section-wrap-right .content-left {
    padding: 40px 20px;
  }

  .homepage-hero-section .section-wrap-right .content-left label {
    font-size: 14px;
    line-height: 22px;
  }

  .homepage-hero-section .section-wrap-right .content-left h1 {
    font-size: 42px;
    line-height: 50px;
    letter-spacing: -0.9px;
  }

  .homepage-hero-section .section-wrap-right .content-left .content-wrapper .wysiwyg-content {
    font-size: 16px;
    line-height: 24px;
  }

  .home .homepage-hero-section .section-wrap-right .content-left .content-wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .homepage-hero-section .section-wrap-right {
    min-height: unset;
  }
}


@media screen and (max-width: 767px) {
  .homepage-hero-section .section-wrap-right .content-right {
    max-height: unset;
  }
  /* .home .homepage-hero-section .section-wrap-right .content-left h1 {
    text-align: center;
  } */
  .homepage-hero-section .mobile-img-wrapper .button-wrapper {
    margin-top: 0;
  }
  .homepage-hero-section .button-wrapper {
    flex-direction: column;
  }

  .homepage-hero-section .button-wrapper {
    width: 100%;
  }

  .homepage-hero-section .button-wrapper .btn {
    width: 100%;
    max-width: 100%;
  }
  .homepage-hero-section .slick-dots {
    bottom: unset;
    top: 260px;
}
}