@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap");
html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #EDF2F4;
}

body.open {
  overflow: hidden;
}

a {
  color: #009ff9;
  text-decoration: none;
}

a:hover, a:focus, a.active {
  color: #009ff9;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

section {
  margin: 0 auto;
  position: relative;
}

figure {
  margin: 0;
}

@media only screen and (min-width: 769px) {
  .container {
    width: 90%;
    max-width: 1400px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .container {
    width: 90%;
    max-width: 1024px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: 768px;
  }
}

hr {
  color: #3A475C !important;
  margin: 1rem 0;
  border: 0;
  border-top: 2px solid #3A475C; /* Increase thickness here */
  opacity: 1;
}

.edit-link {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1000;
  color: #D7ED50;
}

.row.align-centre {
  justify-content: center;
}
.row.align-right {
  justify-content: flex-end;
}
.row.align-middle {
  align-items: center;
}
.row.align-bottom {
  align-items: flex-end;
}

div[class*=col-].align-centre {
  margin-left: auto;
  margin-right: auto;
}
div[class*=col-].align-right {
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .row-reverse {
    flex-direction: column-reverse;
  }
}
html {
  font-family: "Barlow", sans-serif;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: calc(clamp(15px, 1.5vw, 18px) * 1.6);
}

body,
button,
input,
textarea,
select,
p,
.btn {
  font-family: "Barlow", sans-serif;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: calc(clamp(15px, 1.5vw, 18px) * 1.6);
}

small,
.small {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 0.8);
  line-height: clamp(15px, 1.5vw, 18px);
}

h1, h2, h3, h4 {
  font-family: "Barlow", sans-serif;
  letter-spacing: -0.4px;
}

h1 {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 1.6);
  color: #3A475C;
  font-weight: 700;
  margin: 0 0 calc(30px) 0;
  color: rgba(var(--spark-color-two), 1);
}
@media only screen and (min-width: 769px) {
  h1 {
    font-size: 2.5rem;
    color: #3A475C;
  }
}

h2 {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 1);
  color: #3A475C;
  font-weight: 700px;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}
@media only screen and (min-width: 769px) {
  h2 {
    font-size: calc(clamp(15px, 1.5vw, 18px) * 1.6);
    color: #3A475C;
  }
}

h3 {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 1);
  color: #3A475C;
  letter-spacing: 1px;
  font-weight: 900;
  font-weight: bold;
  margin: 0 0 calc(15px) 0;
}
@media only screen and (min-width: 769px) {
  h3 {
    font-size: calc(clamp(15px, 1.5vw, 18px) * 1);
  }
}

h4 {
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: calc(calc(clamp(15px, 1.5vw, 18px) * 1) * 1.2);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 calc(15 * 1) 0;
}
@media only screen and (min-width: 769px) {
  h4 {
    font-size: clamp(15px, 1.5vw, 18px);
  }
}

.btn {
  background-color: #D7ED50;
  color: #3A475C;
  padding: 0.6rem 1.8rem;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  border: none;
  letter-spacing: 1px;
  border-radius: 12px;
  box-shadow: 0px 6px 0px #000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin: 0.5rem;
}
.btn:hover, .btn:focus {
  background-color: #1B3044;
  box-shadow: 0px 4px 0px #000;
  transform: translateY(2px);
  color: #fff;
  box-shadow: 0px 6px 0px #D7ED50;
}
.btn:active {
  transform: translateY(4px);
  box-shadow: 0px 2px 0px #2a1c65;
}

.lead {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 1);
  color: #3A475C;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin: 0 0 calc(15px) 0;
}
@media only screen and (min-width: 769px) {
  .lead {
    font-size: calc(clamp(15px, 1.5vw, 18px) * 1.6);
    line-height: calc(clamp(15px, 1.5vw, 18px) * 1.8);
  }
}

p {
  color: #3A475C;
}

.stat-number {
  font-weight: 700;
  font-style: normal;
  padding-bottom: 1rem;
  color: #D7ED50;
  font-size: calc(clamp(15px, 1.5vw, 18px) * 1.8);
  line-height: 100%;
}
@media only screen and (min-width: 769px) {
  .stat-number {
    font-size: calc(clamp(15px, 1.5vw, 18px) * 4);
    line-height: calc(clamp(15px, 1.5vw, 18px) * 2.2);
  }
}

.hero-lead {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 1.6);
  font-weight: 450;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
  letter-spacing: -2%;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .hero-lead {
    font-size: 2rem;
    line-height: 110%;
  }
}

/* Text colors */
.txt-white {
  color: white;
}

.txt-red {
  color: rgb(255, 0, 0);
}

.txt-green {
  color: rgab(0, 255, 0, 1);
}

.txt-yellow {
  color: rgab(255, 255, 0, 1);
}

.txt-blue {
  color: rgab(0, 0, 255, 1);
}

.fa-twitter {
  --fa: "" !important;
}

.fa-square-twitter, .fa-twitter-square {
  --fa: "" !important;
}

.fa-twitter:before, .fa-square-twitter:before, .fa-twitter-square:before {
  content: var(--fa) !important;
}

.branding {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.branding .brand {
  display: inline-block;
  max-height: 70px;
}
.branding .brand svg {
  height: 100%;
  width: 80%;
  padding-bottom: 0.5rem;
  max-width: 300px;
  min-width: 200px;
}

@media only screen and (min-width: 769px) {
  header {
    position: absolute;
    top: 50px;
    left: 15%;
    right: 15%;
    z-index: 99999;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 9999px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }
  header .header-content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media only screen and (max-width: 768px) {
  header {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  header {
    left: 2% !important;
    right: 2%;
  }
}
@media only screen and (min-width: 769px) {
  .toggle {
    display: none;
  }
  .nav-wrapper {
    display: flex;
  }
  .nav-wrapper.primary {
    width: 100%;
    height: 100%;
    align-items: center;
    border-radius: 40px;
  }
  .nav-wrapper.primary ol {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-wrapper.primary ol li {
    position: relative;
    padding: 0 15px;
  }
  .nav-wrapper.primary ol li:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #3A475C;
  }
  .nav-wrapper.primary ol li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #3A475C;
  }
  .nav-wrapper.primary ol li a {
    display: inline-block;
    color: #3A475C;
    font-size: clamp(15px, 1.5vw, 18px);
    line-height: 1;
    text-align: left;
    font-weight: bold;
    min-width: 90px;
    padding-bottom: 10px;
    text-transform: uppercase;
  }
  .nav-wrapper.primary ol li a:hover {
    color: #3A475C;
  }
  .nav-wrapper.secondary {
    position: absolute;
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-wrapper.secondary a {
    color: #3A475C;
    font-size: calc(clamp(15px, 1.5vw, 18px) * 0.8);
  }
  .nav-wrapper.secondary .social a {
    font-size: 40px !important;
  }
  .nav-wrapper.secondary .social a.hover, .nav-wrapper.secondary .social a.active.hover {
    background: var(--gray-600) !important;
    border: 0 !important;
    box-shadow: none !important;
  }
  .nav-wrapper.secondary .social a.hover span, .nav-wrapper.secondary .social a.active.hover span {
    color: #fff !important;
  }
  .nav-wrapper.secondary .social a.active {
    background: var(--ui-control-active-bg-color) !important;
    border: 0 !important;
    box-shadow: none !important;
  }
  .nav-wrapper.footer {
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .nav-wrapper.footer .footer {
    width: 100%;
    justify-content: flex-end;
    font-size: calc(clamp(15px, 1.5vw, 18px) * 0.8);
  }
  .nav-wrapper.footer .social a {
    font-size: calc(clamp(15px, 1.5vw, 18px) * 2.2);
  }
  nav ol {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  nav ol li {
    display: inline-block;
  }
  nav ol li a {
    color: #111122;
    text-decoration: none;
  }
  nav ol li a:hover {
    color: #009FF9;
  }
}
@media only screen and (max-width: 768px) {
  .toggle {
    display: block;
    width: 40px;
    height: 40px;
    padding-top: 18px;
    position: absolute;
    z-index: 999999;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
    top: 5px;
    right: 10px;
  }
  .toggle div {
    width: 40px;
    height: 3px;
    position: absolute;
    background: #111122;
    transform-origin: center center;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  }
  .toggle div.top {
    transform: translateY(-12px);
  }
  .toggle div.bottom {
    transform: translateY(12px);
  }
  .open .toggle {
    transform: rotate(90deg);
  }
  .open .toggle div {
    background: #fff;
    width: 40px;
  }
  .open .toggle div.one {
    transform: rotate(45deg);
  }
  .open .toggle div.two {
    transform: rotate(-45deg);
  }
  .open .toggle div.top {
    transform: translateY(-3px);
    opacity: 0;
  }
  .open .toggle div.bottom {
    transform: translateY(3px);
    opacity: 0;
  }
  .open .navigation {
    left: 0;
    background-color: #1B3044;
  }
  .navigation {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    background: white;
    padding: 130px calc(30px) calc(30px);
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  }
  .navigation nav ol {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .navigation nav ol li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .navigation nav ol li a {
    display: block;
    padding: 10px;
    color: #D7ED50;
    font-size: calc(clamp(15px, 1.5vw, 18px) * 1.8);
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  }
  .navigation nav ol li a:hover {
    background: rgba(17, 17, 34, 0.1);
  }
  .navigation nav ol li a br {
    content: "";
  }
  .navigation nav ol li a br:after {
    content: " ";
  }
  .navigation nav.social ol {
    display: flex;
  }
  .navigation nav.social ol a {
    font-size: calc(clamp(15px, 1.5vw, 18px) * 4);
  }
}
.breadcrumbs ol {
  list-style-type: none;
  padding-left: 0;
}
.breadcrumbs ol li {
  display: inline-block;
}
.breadcrumbs ol li:after {
  display: inline-block;
  color: #000;
  content: ">";
  font-size: 80%;
  font-weight: bold;
  padding: 0 3px;
}

.entries-list.tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.entries-list.tiles .item {
  flex: 0 1 calc(25% - 20px);
  background-color: white;
  padding: 15px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  overflow: hidden;
}
.entries-list.tiles .item:hover {
  box-shadow: 0 10px 10px 0 rgba(17, 17, 34, 0.2);
}
.entries-list.tiles .item a {
  color: #3A475C;
  display: block;
}
.entries-list.tiles .item .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  margin-bottom: 15px;
  max-width: 200px;
}
.entries-list.tiles .item .thumb svg,
.entries-list.tiles .item .thumb img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
@media only screen and (max-width: 768px) {
  .entries-list.tiles .item .thumb svg,
  .entries-list.tiles .item .thumb img {
    max-height: 100px;
    max-width: 200px;
  }
}
.entries-list.tiles .item .caption {
  text-align: center;
  width: 100%;
}
.entries-list.tiles .item .caption h4 {
  margin: 0 0 10px;
  font-size: 1rem;
}
.entries-list.tiles .item .caption p {
  font-size: 0.9rem;
  margin: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .entries-list.tiles .item {
    flex: 0 1 calc(50% - 20px);
  }
}
@media only screen and (max-width: 768px) {
  .entries-list.tiles .item {
    flex: 0 1 100%;
  }
}
.entries-list.tiles .item:only-child {
  margin-left: auto;
  margin-right: auto;
  align-self: center;
}

.news-content {
  padding: 0.3rem;
}
.news-content a {
  color: #3A475C;
}
.news-content a:hover {
  color: #1B3044;
}

.card {
  box-shadow: 0 10px 10px 0 rgba(17, 17, 34, 0.2);
  padding: calc(45px);
  border: 1px solid rgba(17, 17, 34, 0.05);
  border-radius: 0;
  flex-direction: revert;
  display: block;
}

.carousel-item {
  padding: 10px;
}
.carousel-item .row {
  align-items: center;
}
.carousel-item img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 70px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .carousel-item img {
    max-width: 300px;
  }
}
.carousel-item .row {
  gap: 16px 0;
}

.carousel {
  position: relative;
}
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  opacity: 1;
}

.stat-content {
  flex-grow: 1;
}
.stat-content p {
  color: #D7ED50;
  text-align: left;
}

.carousel-indicators [data-bs-target] {
  opacity: 0.5;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #D7ED50;
  margin: 0 6px;
  margin-bottom: -6rem;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #D7ED50;
}

/* Make stat boxes equal height and stack content properly */
.stat-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

/* Keep number block fixed height */
.stat-title {
  min-height: 60px; /* Adjust as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

/* Ensure content fills remaining space */
.stat-content {
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
}

.pdf-button {
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: currentColor;
  text-decoration: none;
  font-size: clamp(12px, 1vw, 16px);
}
.pdf-button:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 38px);
  height: 2px;
  background-color: currentColor;
  transition: width 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
.pdf-button:after {
  content: "\f1c1";
  display: inline-block;
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 400;
  padding: 5px 10px;
  font-size: 1.2rem;
  transition: transform 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
.pdf-button:hover, .pdf-button:focus {
  text-decoration: none;
}
.pdf-button:hover:before, .pdf-button:focus:before {
  width: 50%;
}
.pdf-button:hover:after, .pdf-button:focus:after {
  transform: translateY(-2px);
}

footer {
  padding: calc(22.5px) 0;
}

.copyright {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 0.8);
}

.button-group input[type=radio] {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  appearance: none;
  border: 0;
  background: transparent;
}
.button-group input[type=radio]:checked + label {
  background-color: #007bff;
  color: #fff;
}
.button-group label {
  display: inline-block !important;
  background-color: #f1f1f1;
  padding: 10px 20px;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}
.button-group .form-check-inline {
  margin: 0 10px 0 0;
  padding: 0;
}

.form-control {
  background-color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  box-shadow: 0px 6px 0px #3A475C !important;
  transition: all 0.2s ease-in-out;
  color: #4b5563;
  box-shadow: none;
  outline: none;
  margin: 0.5rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-control::placeholder {
  color: #6b7280;
  opacity: 1;
}

.grecaptcha-badge {
  visibility: hidden;
}

.form-style {
  display: block;
  flex-wrap: nowrap;
  gap: 1rem;
  align-items: flex-end;
}
.form-style .form-row.row {
  flex: 1 1 auto;
  display: flex !important;
  flex-wrap: nowrap;
}
.form-style .form-row.row > div {
  flex: 1;
}
.form-style .form-btns {
  margin-left: 0rem;
  margin-right: 0rem;
}
.form-style .form-btns .btn {
  width: 100%;
}

.form-btns.d-flex {
  display: contents !important;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.accordion-body {
  background: #FAFCFD;
  border-radius: 5px;
}

.accordion-button {
  padding: 0px !important;
  border-radius: 5px !important;
  margin-right: 1rem;
}
.accordion-button ::after {
  margin: 1rem;
}

.accordion-flush > .accordion-item + .accordion-item {
  margin-top: 1rem; /* spacing between accordion items */
}

.accordion-flush > .accordion-item > .accordion-collapse {
  margin-bottom: 1rem;
}

.accordion-flush > .accordion-item > .accordion-header .accordion-button {
  border-radius: 5px;
  margin: 0px;
}

.accordion-flush > .accordion-item > .accordion-action-header .accordion-button {
  border-radius: 5px 5px 0px 0px !important;
  margin: 0px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 1rem !important;
}

.accordion-flush > .accordion-item:first-child {
  border-radius: 5px;
}

.progress {
  height: 1.5rem;
  border: 3px solid black;
}

.progress-bar {
  height: 100%;
  background-color: #D7ED50; /* or any color you want */
}

.accordion-button:not(.collapsed) {
  background-color: #D7ED50;
  color: #3A475C;
  margin-bottom: 2rem;
}

.accordion-icon {
  background-color: #D7ED50;
  color: #3A475C;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  border-radius: 5px 0 0 5px;
  flex-shrink: 0 !important;
}

.news-icon {
  background-color: #D7ED50;
  color: #3A475C;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  border-radius: 5px 0 0 5px;
  flex-shrink: 0 !important;
}

.caption-box {
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  border-radius: 5px 0 0 5px;
  align-items: stretch !important;
  display: flex !important;
}
.caption-box .accordion-icon {
  background-color: #D7ED50;
  border-radius: 0px;
}

.status-bar {
  display: flex !important;
  flex-direction: row !important;
  gap: 2rem;
  width: 100%;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .status-bar {
    display: block !important;
  }
}

.news-content p {
  text-align: left;
  margin: 0.5rem;
}

.status-pill {
  width: 100%;
  max-width: 100px;
  height: 36px;
  border-radius: 12px;
  display: inline-block;
  transition: opacity 0.3s ease;
}

.status-pill.active {
  opacity: 1;
}

.status-pill.inactive {
  opacity: 0.4;
}

@media (max-width: 576px) {
  .status-pill {
    max-width: 70px;
    height: 28px;
    border-radius: 10px;
  }
}
.accordion-body p:last-child {
  margin-bottom: 0;
}

.accordion-button::after {
  margin-right: 1rem;
}

.status-circle {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-bottom: 1rem;
}

.cb-section {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}

.cb-bg-img {
  position: relative;
  z-index: 0;
}
.cb-bg-img::before, .cb-bg-img::after {
  content: "";
  position: absolute;
  width: 40vw;
  height: 40vw;
  max-width: 600px;
  max-height: 600px;
  border: 3vw solid #D7ED50;
  border-radius: 50%;
  z-index: 3;
  opacity: 0;
  transform: scale(0.8);
  animation: circleFadeIn 1.2s ease-out forwards;
}
.cb-bg-img::before {
  bottom: -10vw;
  right: -15vw;
  animation-delay: 0.3s;
}
.cb-bg-img::after {
  top: clamp(-300px, -20vw, 0px);
  left: clamp(-300px, -20vw, 0px);
  animation-delay: 0.6s;
}
@media only screen and (max-width: 768px) {
  .cb-bg-img::after {
    top: 0vw;
  }
}
.cb-bg-img .section-wrapper {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, rgba(58, 71, 92, 0) 7.69%, rgba(20, 28, 41, 0.5) 44.7%, rgba(58, 71, 92, 0) 100%);
}

@keyframes circleFadeIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.left-half-circle {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0 !important;
}
.left-half-circle::after {
  content: "";
  position: absolute;
  width: 30vw;
  height: 30vw;
  max-width: 500px;
  max-height: 500px;
  border: 2vw solid #D7ED50;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transform: scale(0.8);
  animation: circleFadeIn 1.2s ease-out forwards;
}
.left-half-circle::after {
  top: 0vw;
  left: clamp(-250px, -15vw, 0px);
  animation-delay: 0.6s;
}

.right-half-circle {
  position: relative;
  overflow: hidden;
  z-index: 0 !important;
}
.right-half-circle::after {
  content: "";
  position: absolute;
  width: 30vw;
  height: 30vw;
  max-width: 500px;
  max-height: clamp(0px, 100%, 500px);
  border: 2vw solid #D7ED50;
  border-radius: 50%;
  z-index: 3;
  opacity: 0;
  transform: scale(0.8);
  animation: circleFadeIn 1.2s ease-out forwards;
  bottom: 0vw;
  right: clamp(-250px, -15vw, 0px);
  animation-delay: 0.6s;
}

.hero-image-circle {
  width: 80vw;
  max-width: 450px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.hero-image-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-image-decoration {
  position: absolute;
  top: 0px;
  left: -10%;
  width: 200px;
  height: 200px;
  border: 2rem solid #D7ED50;
  border-radius: 50%;
  z-index: 2;
  background: transparent;
}

.section-hero {
  position: relative;
  min-height: 750px;
}
.section-hero::before, .section-hero::after {
  content: "";
  position: absolute;
  width: 40vw;
  height: 40vw;
  max-width: 600px;
  max-height: 600px;
  border: 3vw solid #D7ED50;
  border-radius: 50%;
  z-index: 2;
  opacity: 0;
  transform: scale(0.8);
  animation: circleFadeIn 1.2s ease-out forwards;
  background: transparent;
  pointer-events: none;
}
.section-hero::after {
  top: clamp(-300px, -20vw, 0px);
  left: clamp(-300px, -20vw, 0px);
  animation-delay: 0.6s;
}
.section-hero::before {
  bottom: -10vw;
  right: -15vw;
  animation-delay: 0.3s;
}
.section-hero .hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 4rem 2rem;
}
.section-hero .hero-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(58, 71, 92, 0) 7.69%, rgba(20, 28, 41, 0.5) 44.7%, rgba(58, 71, 92, 0) 100%);
  pointer-events: none;
}
.section-hero .hero-inner .hero-image {
  position: absolute;
}
.section-hero .hero-inner .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-hero .hero-inner .hero-caption {
  position: relative;
  z-index: 3;
  max-width: 800px;
}
.section-hero .hero-inner .hero-caption .hero-content-inner {
  color: #fff;
}
.section-hero .hero-inner .hero-caption .hero-content-inner .hero-lead {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #fff;
}
.section-hero .hero-inner .hero-caption .hero-content-inner a.btn {
  margin: 0 0.5rem;
}

@keyframes circleFadeIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}