@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("../fonts/Inter-Variable.woff2") format("woff2-variations"), url("../fonts/Inter-Variable.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Inter-Variable.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-Variable.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Inter-Variable.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Inter-Variable.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Inter-Variable.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Inter-Variable.woff2") format("woff2");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --CD_REN_copy: #58595B;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #58595B;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #4A846F;
  text-decoration: underline;
}
a:hover {
  color: rgb(55.6796116505, 99.3203883495, 83.5194174757);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

.skip-links {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.skip-links .skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: #4A846F;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 0 0 8px 0;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.skip-links .skip-link:focus {
  position: static;
  left: auto;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  transform: translateY(0);
  outline: 3px solid #92AD3D;
  outline-offset: 2px;
}
.skip-links .skip-link:hover:focus {
  background: #40676F;
  transform: translateY(2px);
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #58595B;
  background-color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}

h1, .h1 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 77px;
  color: #58595B;
  margin: 0 0 30px 0;
}
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 43px;
  }
}

h2, .h2 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 58px;
  color: #58595B;
  margin: 0 0 30px 0;
}
@media (max-width: 991.98px) {
  h2, .h2 {
    font-size: 36px;
    line-height: 43px;
  }
}
@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

h3, .h3 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  color: #58595B;
  margin: 0 0 20px 0;
}

h4, .h4 {
  font-size: 1.5rem;
  font-weight: 500;
}

h5, .h5 {
  font-size: 1.25rem;
  font-weight: 500;
}

h6, .h6 {
  font-size: 1rem;
  font-weight: 500;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-6 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.text-primary {
  color: #4A846F !important;
}

.text-secondary {
  color: #40676F !important;
}

.text-success {
  color: #92AD3D !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-light {
  color: #F7F7EF !important;
}

.text-dark {
  color: #58595B !important;
}

.text-white {
  color: #ffffff !important;
}

.text-muted {
  color: rgb(190.4357541899, 191.1452513966, 192.5642458101) !important;
}

.navbar {
  padding: 80px 50px 50px 50px;
  background: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}
.navbar .navbar-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.navbar .navbar-brand:hover {
  text-decoration: none;
}
.navbar .navbar-nav .nav-link {
  padding: 0.75rem 2.5rem;
  font-weight: 500;
  font-size: 1rem;
  color: #58595B;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-block;
}
.navbar .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #4A846F;
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  opacity: 0;
}
.navbar .navbar-nav .nav-link:hover:not(.clicked) {
  color: #58595B;
}
.navbar .navbar-nav .nav-link:hover:not(.clicked)::after {
  transform: scaleX(1);
  opacity: 1;
}
.navbar .navbar-nav .nav-link:focus:not(.clicked) {
  color: #58595B;
}
.navbar .navbar-nav .nav-link:focus:not(.clicked)::after {
  transform: scaleX(1);
  opacity: 1;
}
.navbar .navbar-nav .nav-link.active {
  color: #4A846F;
  font-weight: 600;
}
.navbar .navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}
.navbar .btn-primary {
  background: #4A846F;
  border: none;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
}
.navbar .btn-primary:hover {
  background: #40676F;
  transform: none;
}
.navbar .btn-primary:active, .navbar .btn-primary.active, .navbar .btn-primary:focus, .navbar .btn-primary:focus:active, .navbar .btn-primary.active:focus, .navbar .btn-primary:not(:disabled):not(.disabled):active, .navbar .btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #4A846F !important;
  background-color: #4A846F !important;
  background-image: none !important;
  border-color: #4A846F !important;
  transform: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.navbar .btn-primary:active:hover, .navbar .btn-primary.active:hover, .navbar .btn-primary:focus:hover, .navbar .btn-primary:focus:active:hover, .navbar .btn-primary.active:focus:hover, .navbar .btn-primary:not(:disabled):not(.disabled):active:hover, .navbar .btn-primary:not(:disabled):not(.disabled):active:focus:hover {
  background: #40676F !important;
  background-color: #40676F !important;
  background-image: none !important;
  transform: none !important;
}
.navbar .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  transition: all 0.3s ease-in-out;
}
.navbar .navbar-toggler:hover {
  text-decoration: none;
}
.navbar .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(74, 132, 111, 0.25);
}
.navbar .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media (max-width: 991.98px) {
  .navbar {
    padding: 15px 20px;
  }
  .navbar .navbar-brand img {
    height: 35px;
  }
  .navbar .navbar-toggler {
    padding: 0.1rem 0.3rem;
    margin-top: -5px;
    margin-right: -10px;
  }
  .navbar .navbar-toggler .navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
  }
  .navbar-collapse {
    padding-top: 1rem;
  }
  .navbar-collapse .navbar-nav .nav-link {
    padding: 0.75rem 0;
    border-bottom: 1px solid white;
  }
  .navbar-collapse .navbar-nav .nav-link:last-child {
    border-bottom: none;
  }
  .navbar-collapse .navbar-nav .nav-link::after {
    top: 50%;
    left: -8px;
    width: 3px;
    height: 1.8em;
    transform: translateY(-50%) scaleY(0);
    transform-origin: center;
  }
  .navbar-collapse .navbar-nav .nav-link:hover:not(.clicked)::after, .navbar-collapse .navbar-nav .nav-link:focus:not(.clicked)::after {
    transform: translateY(-50%) scaleY(1);
  }
  .navbar-collapse .navbar-nav .nav-link.active::after {
    transform: translateY(-50%) scaleY(1);
  }
  .navbar-collapse .btn-primary {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
main {
  margin-top: 188px;
}
@media (max-width: 991.98px) {
  main {
    margin-top: 75px;
  }
}

.hero-section {
  padding-top: 80px;
  background: linear-gradient(135deg, rgb(207.2621359223, 228.2378640777, 220.6432038835) 0%, #ffffff 100%);
}
.hero-section h1 {
  color: #58595B;
  margin-bottom: 1.5rem;
}
.hero-section h1 span {
  color: #4A846F;
}
.hero-section .lead {
  color: rgb(138.5810055866, 139.8603351955, 142.4189944134);
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .hero-section .col-lg-6:last-child {
    margin-top: 2rem;
  }
}

.site-footer {
  background-color: transparent !important;
  color: #58595B;
}
.site-footer .footer-section {
  margin-bottom: calc(2rem + 30px);
}
@media (max-width: 767.98px) {
  .site-footer .footer-section {
    text-align: center;
    margin-bottom: calc(2.5rem + 30px);
  }
}
.site-footer .footer-logo img {
  max-width: 268px;
  height: auto;
}
@media (max-width: 767.98px) {
  .site-footer .footer-logo img {
    max-width: 200px;
    margin: 0;
    display: block;
  }
}
.site-footer .footer-title {
  color: var(--CD_REN_copy, #58595B);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1rem;
}
.site-footer .footer-text {
  color: rgba(88, 89, 91, 0.7);
  line-height: 1.6;
  margin-bottom: 0;
}
.site-footer .footer-text-small {
  color: var(--CD_REN_copy, #58595B);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 30px;
}
.site-footer .footer-contact p {
  color: rgba(88, 89, 91, 0.7);
  font-size: 0.95rem;
}
.site-footer .footer-contact p i {
  color: #4A846F;
  width: 20px;
  display: inline-block;
}
.site-footer .footer-links li {
  margin-bottom: 0.5rem;
}
.site-footer .footer-links a {
  color: var(--CD_REN_copy, #58595B);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.site-footer .footer-links a:hover, .site-footer .footer-links a:focus {
  color: #4A846F;
  transform: translateX(5px);
  display: inline-block;
}
.site-footer .footer-sponsors {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  .site-footer .footer-sponsors {
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
  }
}
.site-footer .footer-sponsors .sponsor-logo {
  height: 120px;
  width: auto;
  flex-shrink: 0;
  max-width: calc(33.3333333333% - 0.67rem);
  object-fit: contain;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.site-footer .footer-sponsors .sponsor-logo:hover {
  opacity: 1;
}
.site-footer .footer-sponsors .sponsor-logo.sponsor-logo-large {
  height: 184px;
}
.site-footer .footer-sponsors .sponsor-logo.sponsor-logo-spaced {
  margin-left: auto;
}
.site-footer .footer-sponsors .sponsor-logo.sponsor-logo-small {
  height: 60px;
  margin-top: 35px;
}
@media (max-width: 991.98px) {
  .site-footer .footer-sponsors .sponsor-logo {
    height: 100px;
  }
  .site-footer .footer-sponsors .sponsor-logo.sponsor-logo-large {
    height: 140px;
  }
  .site-footer .footer-sponsors .sponsor-logo.sponsor-logo-spaced {
    margin-left: auto;
  }
  .site-footer .footer-sponsors .sponsor-logo.sponsor-logo-small {
    height: 45px;
    margin-top: 25px;
  }
}
@media (max-width: 767.98px) {
  .site-footer .footer-sponsors .sponsor-logo {
    height: 80px;
    max-width: 200px;
  }
  .site-footer .footer-sponsors .sponsor-logo.sponsor-logo-large {
    height: 100px;
  }
  .site-footer .footer-sponsors .sponsor-logo.sponsor-logo-spaced {
    margin-left: auto;
  }
  .site-footer .footer-sponsors .sponsor-logo.sponsor-logo-small {
    height: 35px;
    margin-top: 15px;
  }
}
.site-footer .social-links {
  display: flex;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .site-footer .social-links {
    justify-content: center;
  }
}
.site-footer .social-links .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(74, 132, 111, 0.1);
  color: #4A846F;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.site-footer .social-links .social-link:hover, .site-footer .social-links .social-link:focus {
  background-color: #4A846F;
  color: #ffffff;
  transform: translateY(-3px);
}
.site-footer .social-links .social-link i {
  font-size: 1.2rem;
}
.site-footer .newsletter-form .input-group {
  max-width: 400px;
}
@media (max-width: 767.98px) {
  .site-footer .newsletter-form .input-group {
    max-width: 100%;
    margin: 0 auto;
  }
}
.site-footer .newsletter-form .input-group .form-control {
  background-color: rgba(247, 247, 239, 0.5);
  border: 1px solid rgba(88, 89, 91, 0.2);
  color: #58595B;
}
.site-footer .newsletter-form .input-group .form-control::placeholder {
  color: rgba(88, 89, 91, 0.5);
}
.site-footer .newsletter-form .input-group .form-control:focus {
  background-color: #ffffff;
  border-color: #4A846F;
  box-shadow: 0 0 0 0.2rem rgba(74, 132, 111, 0.25);
  color: #58595B;
}
.site-footer .newsletter-form .input-group .btn-primary {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.site-footer .footer-copyright {
  color: rgba(88, 89, 91, 0.6);
  font-size: 0.9rem;
  padding-top: 1rem;
}
@media (max-width: 767.98px) {
  .site-footer .footer-copyright {
    text-align: center;
  }
}
.site-footer .footer-legal-links {
  padding-top: 1rem;
}
.site-footer .footer-legal-links a {
  color: rgba(88, 89, 91, 0.6);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.site-footer .footer-legal-links a:hover, .site-footer .footer-legal-links a:focus {
  color: #4A846F;
}
@media (max-width: 991.98px) {
  .site-footer .row {
    flex-direction: column;
  }
  .site-footer .col-6, .site-footer .col-3 {
    width: 100%;
    margin-bottom: 1rem;
  }
  .site-footer .footer-sponsors {
    justify-content: flex-start;
    margin-bottom: 2rem;
  }
  .site-footer .footer-sponsors .sponsor-logo.sponsor-logo-spaced {
    margin-left: 0;
  }
  .site-footer .footer-sponsors .sponsor-logo.sponsor-logo-small {
    margin-top: 0;
  }
  .site-footer .footer-text-small {
    text-align: left;
    margin-top: 0;
  }
  .site-footer .footer-legal-links {
    padding-top: 0;
    text-align: right;
    margin-top: 1rem;
  }
  .site-footer .d-flex.justify-content-between {
    flex-direction: column;
    align-items: stretch;
    text-align: left;
  }
  .site-footer .d-flex.justify-content-between .footer-copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .site-footer .d-flex.justify-content-between .footer-legal-links {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .site-footer .footer-sponsors {
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .site-footer .footer-sponsors .sponsor-logo {
    flex: 1;
    max-width: calc(33.3333333333% - 1rem);
    min-width: 80px;
  }
  .site-footer .footer-text-small {
    text-align: left;
  }
  .site-footer .footer-links a:hover, .site-footer .footer-links a:focus {
    transform: none;
  }
  .site-footer .d-flex.justify-content-between .footer-copyright {
    text-align: left;
  }
  .site-footer .d-flex.justify-content-between .footer-legal-links {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(74, 132, 111, 0.25);
}
.btn:disabled, .btn.disabled {
  opacity: 0.65;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.btn-primary {
  color: #ffffff;
  background: linear-gradient(90deg, #92AD3D 0%, #40676F 100%);
  border: none;
  font-weight: 700;
}
.btn-primary:hover, .btn-primary:focus {
  color: #ffffff;
  background: linear-gradient(90deg, rgb(114.1794871795, 135.2948717949, 47.7051282051) 0%, rgb(45.3485714286, 72.9828571429, 78.6514285714) 100%);
  transform: translateY(-2px);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.25rem rgba(74, 132, 111, 0.5);
}

.btn-outline-primary {
  color: #4A846F;
  border: 2px solid #4A846F;
  background-color: transparent;
  font-weight: 700;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  color: #ffffff;
  background: linear-gradient(90deg, #92AD3D 0%, #40676F 100%);
  border-color: transparent;
  transform: translateY(-2px);
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.25rem rgba(74, 132, 111, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #40676F;
  border-color: #40676F;
}
.btn-secondary:hover, .btn-secondary:focus {
  color: #ffffff;
  background-color: rgb(45.3485714286, 72.9828571429, 78.6514285714);
  border-color: rgb(45.3485714286, 72.9828571429, 78.6514285714);
}

.btn-light {
  color: #58595B;
  background-color: #F7F7EF;
  border-color: #F7F7EF;
}
.btn-light:hover, .btn-light:focus {
  color: #58595B;
  background-color: #e6e6cd;
  border-color: #e6e6cd;
}

.btn-dark {
  color: #ffffff;
  background-color: #58595B;
  border-color: #58595B;
}
.btn-dark:hover, .btn-dark:focus {
  color: #ffffff;
  background-color: rgb(113.0726256983, 114.3575418994, 116.9273743017);
  border-color: rgb(113.0726256983, 114.3575418994, 116.9273743017);
}

.btn-hero {
  height: 52px;
  border-radius: 26px;
  padding: 14px 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #4A846F;
  border: none;
}
.btn-hero:hover {
  background: #4A846F;
  color: #ffffff;
  transform: none;
}

.btn-primary.btn-hero {
  background: #ffffff;
  color: #4A846F;
  border: none;
  transition: none !important;
}
.btn-primary.btn-hero:hover {
  background: #4A846F;
  background-color: #4A846F;
  color: #ffffff;
  transform: none;
  transition: none !important;
}
.btn-primary.btn-hero:active {
  background: #4A846F !important;
  background-color: #4A846F !important;
  color: #ffffff !important;
  transform: scale(0.98) !important;
}
.btn-primary.btn-hero:focus {
  background: #ffffff;
  color: #4A846F;
  box-shadow: 0 0 0 0.2rem rgba(74, 132, 111, 0.25);
  outline: none;
}
.btn-primary.btn-hero:focus:hover {
  background: #4A846F;
  background-color: #4A846F;
  color: #ffffff;
}

.btn-outline-primary.btn-hero {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.btn-outline-primary.btn-hero:hover, .btn-outline-primary.btn-hero:focus {
  background: #ffffff;
  color: #4A846F;
  border-color: #ffffff;
  transform: translateY(-2px);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.375rem;
  transition: all 0.3s ease-in-out;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.card.border-0 {
  border: 0;
}
.card.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.card.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.card.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.5rem;
}
.card-body .card-title {
  margin-bottom: 0.75rem;
  font-weight: 600;
}
.card-body .card-text {
  color: rgb(138.5810055866, 139.8603351955, 142.4189944134);
  line-height: 1.6;
}
.card-body .card-text:last-child {
  margin-bottom: 0;
}

.card-header {
  padding: 0.75rem 1.5rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.375rem - 1px) calc(0.375rem - 1px);
}

.form-label {
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #58595B;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #58595B;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid white;
  appearance: none;
  border-radius: 0.375rem;
  transition: all 0.3s ease-in-out;
}
.form-control:focus {
  color: #58595B;
  background-color: #ffffff;
  border-color: #4A846F;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(74, 132, 111, 0.25);
}
.form-control::placeholder {
  color: rgb(216.3631284916, 216.7877094972, 217.6368715084);
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: white;
  opacity: 1;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
  resize: vertical;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #58595B;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid white;
  border-radius: 0.375rem;
  appearance: none;
  transition: all 0.3s ease-in-out;
}
.form-select:focus {
  border-color: #4A846F;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(74, 132, 111, 0.25);
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check .form-check-input:checked {
  background-color: #4A846F;
  border-color: #4A846F;
}
.form-check .form-check-input:focus {
  border-color: rgb(141.9029126214, 191.5970873786, 173.604368932);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(74, 132, 111, 0.25);
}
.form-check .form-check-label {
  cursor: pointer;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #dc3545;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-feedback {
  display: block;
}

.scroll-to-top {
  --scrolltop-zindex: 1000;
  --scrolltop-bottom: 80px;
  --scrolltop-right: 20px;
  --scrolltop-bg: rgba(74, 132, 111, 0.8);
  --scrolltop-color: #ffffff;
  --scrolltop-hover-bg: #4A846F;
  --scrolltop-hover-color: #ffffff;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: var(--scrolltop-zindex);
  background-color: var(--scrolltop-bg);
  color: var(--scrolltop-color);
  bottom: var(--scrolltop-bottom);
  right: var(--scrolltop-right);
  position: fixed;
  opacity: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-decoration: none;
}
.scroll-to-top:active, .scroll-to-top:focus, .scroll-to-top:hover {
  color: var(--scrolltop-hover-color);
  background-color: var(--scrolltop-hover-bg);
  border-color: rgb(255, 255, 255);
  text-decoration: none;
}
.scroll-to-top:active .scroll-top-icon::before, .scroll-to-top:focus .scroll-top-icon::before, .scroll-to-top:hover .scroll-top-icon::before {
  border-top: 2px solid rgb(255, 255, 255);
  border-left: 2px solid rgb(255, 255, 255);
}
.scroll-to-top:focus {
  outline: 2px solid var(--scrolltop-hover-bg);
  outline-offset: 2px;
}
.scroll-to-top .scroll-top-icon {
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.scroll-to-top .scroll-top-icon::before {
  content: "";
  position: absolute;
  height: 30%;
  width: 30%;
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  border-left: 2px solid rgba(255, 255, 255, 0.8);
  top: 55%;
  left: 55%;
  transform: translate(-50%, -50%);
}
.scroll-to-top.scroll-top-visible {
  opacity: 1;
}

@media (max-width: 768px) {
  .scroll-to-top {
    --scrolltop-bottom: 60px;
    --scrolltop-right: 10px;
    width: 40px;
    height: 40px;
  }
}
.map-section {
  background-image: url("../images/partners-background-gradient.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
}
.map-section .section-title {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
.map-section .section-description {
  text-align: center;
  margin-bottom: 60px;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
}
.map-section .interactive-map-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-section .interactive-map-container .interactive-map {
  position: relative;
  max-width: 100%;
  height: auto;
  display: block;
}
.map-section .interactive-map-container .interactive-map :global(.marker-dot) {
  cursor: pointer;
  transition: filter 0.2s ease, outline 0.2s ease;
  opacity: 1;
}
.map-section .interactive-map-container .interactive-map :global(.marker-dot):hover {
  filter: drop-shadow(0 0 8px rgb(255, 255, 255));
}
.map-section .interactive-map-container .interactive-map :global(.marker-dot):focus {
  outline: 2px solid #ffffff !important;
  outline-offset: 2px !important;
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.9));
}
@media (prefers-contrast: high) {
  .map-section .interactive-map-container .interactive-map :global(.marker-dot):focus {
    outline: 3px solid #ffffff;
    outline-offset: 3px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .map-section .interactive-map-container .interactive-map :global(.marker-dot) {
    transition: none;
  }
}
.map-section .interactive-map-container .interactive-map :global(path[fill="white"]),
.map-section .interactive-map-container .interactive-map :global(rect[fill="white"]),
.map-section .interactive-map-container .interactive-map :global(path[fill="#58595B"]) {
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.map-section .interactive-map-container .interactive-map :global(path[fill="white"]):hover,
.map-section .interactive-map-container .interactive-map :global(rect[fill="white"]):hover,
.map-section .interactive-map-container .interactive-map :global(path[fill="#58595B"]):hover {
  opacity: 1;
  pointer-events: auto;
}
.map-section .interactive-map-container .interactive-map .markers-layer {
  position: relative;
  z-index: 100;
}
.map-section .interactive-map-container .interactive-map .markers-layer .marker-dot {
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.2s ease;
  opacity: 1;
}
.map-section .interactive-map-container .interactive-map .markers-layer .marker-dot:hover {
  filter: drop-shadow(0 0 10px rgb(255, 255, 255));
  transform: scale(1.3);
}
.map-section .interactive-map-container .interactive-map .markers-layer .marker-line {
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.map-section .interactive-map-container .interactive-map .markers-layer .marker-dot[data-marker="1"]:hover ~ .marker-line[data-marker="1"],
.map-section .interactive-map-container .interactive-map .markers-layer .marker-dot[data-marker="2"]:hover ~ .marker-line[data-marker="2"],
.map-section .interactive-map-container .interactive-map .markers-layer .marker-dot[data-marker="3"]:hover ~ .marker-line[data-marker="3"],
.map-section .interactive-map-container .interactive-map .markers-layer .marker-dot[data-marker="4"]:hover ~ .marker-line[data-marker="4"],
.map-section .interactive-map-container .interactive-map .markers-layer .marker-dot[data-marker="5"]:hover ~ .marker-line[data-marker="5"],
.map-section .interactive-map-container .interactive-map .markers-layer .marker-dot[data-marker="6"]:hover ~ .marker-line[data-marker="6"],
.map-section .interactive-map-container .interactive-map .markers-layer .marker-dot[data-marker="7"]:hover ~ .marker-line[data-marker="7"],
.map-section .interactive-map-container .interactive-map .markers-layer .marker-dot[data-marker="8"]:hover ~ .marker-line[data-marker="8"],
.map-section .interactive-map-container .interactive-map .markers-layer .marker-dot[data-marker="9"]:hover ~ .marker-line[data-marker="9"],
.map-section .interactive-map-container .interactive-map .markers-layer .marker-dot[data-marker="10"]:hover ~ .marker-line[data-marker="10"] {
  opacity: 1;
}
.map-section .interactive-map-container .interactive-map .markers-layer ~ rect[fill=white]:hover ~ .markers-layer .marker-line {
  opacity: 1;
}
.map-section .interactive-map-container .interactive-map rect[fill=white] {
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.map-section .interactive-map-container .interactive-map .markers-layer .marker-dot[data-marker="1"]:hover ~ * rect:nth-of-type(1),
.map-section .interactive-map-container .interactive-map .markers-layer .marker-dot[data-marker="2"]:hover ~ * rect:nth-of-type(2),
.map-section .interactive-map-container .interactive-map .markers-layer .marker-dot[data-marker="3"]:hover ~ * rect:nth-of-type(3),
.map-section .interactive-map-container .interactive-map .markers-layer .marker-dot[data-marker="4"]:hover ~ * rect:nth-of-type(4),
.map-section .interactive-map-container .interactive-map .markers-layer .marker-dot[data-marker="5"]:hover ~ * rect:nth-of-type(5),
.map-section .interactive-map-container .interactive-map .markers-layer .marker-dot[data-marker="6"]:hover ~ * rect:nth-of-type(6),
.map-section .interactive-map-container .interactive-map .markers-layer .marker-dot[data-marker="7"]:hover ~ * rect:nth-of-type(7),
.map-section .interactive-map-container .interactive-map .markers-layer .marker-dot[data-marker="8"]:hover ~ * rect:nth-of-type(8),
.map-section .interactive-map-container .interactive-map .markers-layer .marker-dot[data-marker="9"]:hover ~ * rect:nth-of-type(9),
.map-section .interactive-map-container .interactive-map .markers-layer .marker-dot[data-marker="10"]:hover ~ * rect:nth-of-type(10) {
  opacity: 1;
  pointer-events: auto;
}
.map-section .interactive-map-container .interactive-map rect[fill=white]:hover {
  opacity: 1;
  pointer-events: auto;
}
.map-section .interactive-map-container .interactive-map .region .country {
  cursor: pointer;
  transition: stroke 0.15s ease, stroke-width 0.15s ease;
}
.map-section .interactive-map-container .interactive-map .region .country:hover {
  stroke: #fff;
  stroke-width: 2px;
  vector-effect: non-scaling-stroke;
}
.map-section .interactive-map-container .interactive-map .region .poi .dot,
.map-section .interactive-map-container .interactive-map .region .poi .marker {
  transition: opacity 0.2s ease;
}
.map-section .interactive-map-container .interactive-map .region .poi .dot {
  opacity: 0;
  pointer-events: auto;
  cursor: pointer;
}
.map-section .interactive-map-container .interactive-map .region .poi .dot:hover {
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.85));
}
.map-section .interactive-map-container .interactive-map .region .poi .dot:focus {
  outline: none;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.9));
}
.map-section .interactive-map-container .interactive-map .region .poi .marker {
  opacity: 0;
  pointer-events: none;
}
.map-section .interactive-map-container .interactive-map .region .poi:hover .marker, .map-section .interactive-map-container .interactive-map .region .poi:focus-within .marker {
  opacity: 1;
}
.map-section .interactive-map-container .interactive-map .region:hover .dot {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .map-section {
    padding: 60px 0;
  }
  .map-section .container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .map-section .section-title {
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .map-section .section-description {
    margin-bottom: 40px;
    padding: 0 15px;
  }
  .map-section .interactive-map-container {
    padding: 0;
    overflow: hidden;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .map-section .interactive-map-container .map-wrapper {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .map-section .interactive-map-container .interactive-map {
    width: 120% !important;
    height: auto !important;
    max-width: none !important;
    transform: translateX(-10%);
  }
}
@media (max-width: 767.98px) {
  .map-section {
    padding: 40px 0;
    background-size: 200% auto;
    background-position: center center;
  }
  .map-section .container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .map-section .section-title {
    margin-bottom: 10px;
    padding: 0 15px;
  }
  .map-section .section-description {
    margin-bottom: 30px;
    font-size: 14px;
    padding: 0 15px;
  }
  .map-section .interactive-map-container {
    padding: 0;
    overflow: hidden;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .map-section .interactive-map-container .map-wrapper {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .map-section .interactive-map-container .interactive-map {
    width: 180% !important;
    height: auto !important;
    max-width: none !important;
    transform: translateX(-7%);
  }
  .map-section .interactive-map-container .interactive-map .info-markers .info-marker .marker-content {
    min-width: 140px;
    padding: 8px 12px;
  }
  .map-section .interactive-map-container .interactive-map .info-markers .info-marker .marker-content h4 {
    font-size: 12px;
  }
  .map-section .interactive-map-container .interactive-map .info-markers .info-marker .marker-content p {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .animate-on-scroll {
    opacity: 0;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }
  .animate-on-scroll.fade-in.animated {
    opacity: 1;
  }
  .animate-on-scroll.fade-in-up {
    transform: translateY(20px);
  }
  .animate-on-scroll.fade-in-up.animated {
    opacity: 1;
    transform: translateY(0);
  }
  .animate-on-scroll.fade-in-soft {
    transform: translateY(10px);
  }
  .animate-on-scroll.fade-in-soft.animated {
    opacity: 1;
    transform: translateY(0);
  }
  .animate-on-scroll.fade-in-down {
    transform: translateY(-20px);
  }
  .animate-on-scroll.fade-in-down.animated {
    opacity: 1;
    transform: translateY(0);
  }
  .animate-on-scroll.fade-in-left {
    transform: translateX(-30px);
  }
  .animate-on-scroll.fade-in-left.animated {
    opacity: 1;
    transform: translateX(0);
  }
  .animate-on-scroll.fade-in-right {
    transform: translateX(30px);
  }
  .animate-on-scroll.fade-in-right.animated {
    opacity: 1;
    transform: translateX(0);
  }
  .animate-on-scroll.scale-in {
    transform: scale(0.95);
  }
  .animate-on-scroll.scale-in.animated {
    opacity: 1;
    transform: scale(1);
  }
  .animate-on-scroll.stagger-1 {
    transition-delay: 0.15s;
  }
  .animate-on-scroll.stagger-2 {
    transition-delay: 0.3s;
  }
  .animate-on-scroll.stagger-3 {
    transition-delay: 0.45s;
  }
  .animate-on-scroll.stagger-4 {
    transition-delay: 0.6s;
  }
  .animate-on-scroll.stagger-5 {
    transition-delay: 0.75s;
  }
  .animate-on-scroll.stagger-6 {
    transition-delay: 0.9s;
  }
  .toolbox-card,
  .partner-logo {
    transition: transform 0.2s ease-out;
  }
  .toolbox-card:hover,
  .partner-logo:hover {
    transform: translateY(-3px);
  }
  .user-journey-box {
    transition: transform 0.2s ease-out;
  }
  .user-journey-box:hover {
    transform: translateY(-3px);
  }
  .user-journey-box.animate-on-scroll {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.2s ease-out;
  }
  .user-journey-box.animate-on-scroll.animated {
    opacity: 1;
  }
  .section-title.animate-on-scroll {
    transition: opacity 1s ease-out, transform 1s ease-out;
  }
}
@media (prefers-reduced-motion: reduce) {
  .animate-on-scroll {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
  .toolbox-card:hover,
  .user-journey-box:hover,
  .partner-logo:hover {
    transform: none !important;
  }
}
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #58595B;
}

.pilots-section {
  background-image: url("../images/partners-background.svg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 160px;
  padding: 500px 0 80px 0;
}
@media (min-width: 1680px) {
  .pilots-section {
    padding-bottom: 500px;
  }
}
@media (max-width: 991.98px) {
  .pilots-section {
    padding: 450px 0 60px 0;
  }
}
@media (max-width: 767.98px) {
  .pilots-section {
    padding: 250px 0 0 0;
  }
}
@media (max-width: 575.98px) {
  .pilots-section {
    padding: 250px 0 0 0;
  }
}
.pilots-section .section-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .pilots-section .section-title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .pilots-section .section-title {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .pilots-section .pilots-content-wrapper {
    position: relative;
    padding: 30px 20px 50px 20px;
    margin: -30px -20px -50px -20px;
  }
}
@media (max-width: 767.98px) {
  .pilots-section .pilots-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/partners-background-gradient.svg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
  }
}
@media (max-width: 767.98px) {
  .pilots-section .pilots-content {
    position: relative;
    z-index: 2;
    padding-bottom: 50px;
  }
}
.pilots-section .pilots-content h3 {
  color: #ffffff;
  text-align: left;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 20px;
}
.pilots-section .pilots-content .pilot-description {
  color: #ffffff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0%;
  text-align: left;
}
.pilots-section .pilot-item {
  text-align: center;
  padding: 20px;
  height: 100%;
}
.pilots-section .pilot-item h4 {
  color: #ffffff;
  margin-bottom: 10px;
}
.pilots-section .pilot-item p {
  color: #ffffff;
  margin: 0;
}

.partners-section {
  background-image: url("../images/partners-background-bottom.svg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0 300px 0;
}
@media (min-width: 1400px) {
  .partners-section {
    padding-bottom: 400px;
  }
}
@media (max-width: 991.98px) {
  .partners-section {
    padding: 60px 0 250px 0;
  }
}
@media (max-width: 767.98px) {
  .partners-section {
    padding: 40px 0 200px 0;
  }
}
.partners-section .partners-cards {
  position: relative;
  z-index: 3;
  padding: 0 50px;
}
@media (max-width: 767.98px) {
  .partners-section .partners-cards {
    padding: 0 20px;
  }
}
.partners-section .partners-cards .container {
  display: flex;
  padding: 50px 50px;
  flex-direction: column;
  align-items: center;
  gap: 59px;
  align-self: stretch;
  background: #ffffff;
  max-width: 1200px;
}
@media (max-width: 991.98px) {
  .partners-section .partners-cards .container {
    padding: 40px 30px;
    gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .partners-section .partners-cards .container {
    padding: 30px 20px;
    gap: 30px;
  }
}
.partners-section .section-title {
  align-self: stretch;
  color: #4A846F;
  text-align: center;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .partners-section .section-title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .partners-section .section-title {
    font-size: 28px;
  }
}
.partners-section .partners-logos {
  width: 100%;
}
.partners-section .partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 15px;
}
@media (max-width: 767.98px) {
  .partners-section .partner-logo {
    height: 80px;
    padding: 10px;
  }
}
.partners-section .partner-logo img {
  max-height: 70px;
  max-width: 100%;
  width: auto;
  height: auto;
}
@media (max-width: 767.98px) {
  .partners-section .partner-logo img {
    max-height: 50px;
  }
}
.partners-section .supported-by-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 59px;
}
@media (max-width: 991.98px) {
  .partners-section .supported-by-section {
    gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .partners-section .supported-by-section {
    gap: 30px;
  }
}
.partners-section .supported-by-section .supported-title {
  align-self: stretch;
  color: #4A846F;
  text-align: center;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .partners-section .supported-by-section .supported-title {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .partners-section .supported-by-section .supported-title {
    font-size: 24px;
  }
}
.partners-section .supported-by-section .supported-logos {
  width: 100%;
}
.partners-section .supported-by-section .supported-logos .partner-logo {
  align-items: flex-start;
}
.partners-section .supported-by-section .supported-logos .partner-logo img {
  align-self: flex-start;
}

#partners .section-title {
  color: #92AD3D !important;
}

.hero-toolbox-section {
  background: url("../images/hero-background.svg") no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.hero-toolbox-section .hero-content-area {
  padding: 120px 0 120px 0;
}
@media (max-width: 991.98px) {
  .hero-toolbox-section .hero-content-area {
    padding: 80px 0 80px 0;
  }
}
@media (max-width: 767.98px) {
  .hero-toolbox-section .hero-content-area {
    padding: 60px 0 60px 0;
  }
}
.hero-toolbox-section .hero-content-area .container {
  position: relative;
  z-index: 2;
}
.hero-toolbox-section .hero-content-area .hero-content {
  padding-right: 2rem;
}
@media (max-width: 991.98px) {
  .hero-toolbox-section .hero-content-area .hero-content {
    text-align: left;
    padding-right: 0;
    margin-bottom: 3rem;
  }
  .hero-toolbox-section .hero-content-area .hero-content .btn-hero {
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
  }
}
.hero-toolbox-section .hero-content-area .hero-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
  color: #ffffff;
  margin-bottom: 24px;
  align-self: stretch;
}
@media (max-width: 991.98px) {
  .hero-toolbox-section .hero-content-area .hero-title {
    font-size: 48px;
    line-height: 56px;
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .hero-toolbox-section .hero-content-area .hero-title {
    font-size: 36px;
    line-height: 42px;
    text-align: left;
  }
}
.hero-toolbox-section .hero-content-area .hero-subtitle {
  align-self: stretch;
  color: #FFF;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .hero-toolbox-section .hero-content-area .hero-subtitle {
    font-size: 36px;
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .hero-toolbox-section .hero-content-area .hero-subtitle {
    font-size: 28px;
    text-align: left;
  }
}
.hero-toolbox-section .hero-content-area .hero-description {
  align-self: stretch;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 40px;
  opacity: 0.9;
}
@media (max-width: 991.98px) {
  .hero-toolbox-section .hero-content-area .hero-description {
    text-align: left;
  }
}

.btn-hero {
  background: #ffffff;
  color: #4A846F;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 50px;
  border: none;
  text-decoration: none;
  display: inline-block;
  transition: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.btn-hero:hover {
  background: #4A846F;
  background-color: #4A846F;
  color: #ffffff;
  transform: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: none;
}
.btn-hero:active {
  transform: scale(0.98);
}

.toolbox-cards {
  position: relative;
  z-index: 3;
  padding: 0 50px;
  margin-bottom: 400px;
}
@media (max-width: 767.98px) {
  .toolbox-cards {
    padding: 0 10px;
    margin-bottom: 300px;
  }
}
.toolbox-cards .container {
  display: flex;
  padding: 50px 50px;
  flex-direction: column;
  align-items: center;
  gap: 59px;
  align-self: stretch;
  background: #ffffff;
  max-width: 1200px;
}
@media (max-width: 767.98px) {
  .toolbox-cards .container {
    padding: 25px;
  }
}
.toolbox-cards .section-title {
  align-self: stretch;
  color: #4A846F;
  text-align: center;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .toolbox-cards .section-title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .toolbox-cards .section-title {
    font-size: 28px;
  }
}
.toolbox-cards .toolbox-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 991.98px) {
  .toolbox-cards .toolbox-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .toolbox-cards .toolbox-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.toolbox-cards .toolbox-card {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  text-align: center;
}
.toolbox-cards .toolbox-card .card-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toolbox-cards .toolbox-card .card-icon i {
  font-size: 24px;
  color: #4A846F;
}
.toolbox-cards .toolbox-card .card-title {
  flex: 1 0 0;
  color: #4A846F;
  text-align: center;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
.toolbox-cards .toolbox-card .card-text {
  flex: 1 0 0;
  color: #58595B;
  text-align: left;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.section-container {
  width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 135px;
  gap: 160px;
  margin: 0 auto;
}

.section-content {
  width: 1173px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#project-goals {
  margin-top: 160px;
  padding: 80px 0 160px 0;
  background: url("../images/project-goals-background.svg") no-repeat center 160px;
  background-size: 100% auto;
}
@media (max-width: 991.98px) {
  #project-goals {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  #project-goals {
    margin-top: 60px;
    padding: 40px 0;
  }
}
#project-goals .section-title {
  color: #92AD3D;
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  #project-goals .section-title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  #project-goals .section-title {
    font-size: 28px;
  }
}
#project-goals .project-goal-main {
  color: #92AD3D;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 80px;
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  #project-goals .project-goal-main {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  #project-goals .project-goal-main {
    font-size: 18px;
  }
}
#project-goals .project-description {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #58595B;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  #project-goals .project-description {
    font-size: 16px;
    line-height: 22px;
  }
}
#project-goals .user-question-title {
  color: #92AD3D;
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  #project-goals .user-question-title {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  #project-goals .user-question-title {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  #project-goals .project-illustration {
    text-align: center;
    margin-bottom: 40px;
  }
  #project-goals .project-illustration img {
    max-width: 150%;
    transform: translateX(-100px);
  }
}

.user-journey-section {
  background: #ffffff;
}
.user-journey-section .user-question-title {
  color: #92AD3D;
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .user-journey-section .user-question-title {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .user-journey-section .user-question-title {
    font-size: 18px;
  }
}
.user-journey-section .user-question-description {
  align-self: stretch;
  color: #58595B;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  margin-top: 15px;
  margin-bottom: 0;
}
.user-journey-section .user-journey-boxes {
  margin-top: 40px;
  width: 100%;
}
.user-journey-section .user-journey-box {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  background: #92AD3D;
  width: 100%;
}
@media (max-width: 991.98px) {
  .user-journey-section .user-journey-box {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .user-journey-section .user-journey-box {
    padding: 25px;
  }
}
.user-journey-section .journey-step-title {
  color: #FFF;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.user-journey-section .journey-step-description {
  color: #FFF;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.community-energy-section {
  padding: 160px 0;
  background: #ffffff;
}
@media (max-width: 991.98px) {
  .community-energy-section {
    padding: 80px 0;
  }
}
.community-energy-section .community-title {
  color: #92AD3D;
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .community-energy-section .community-title {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .community-energy-section .community-title {
    font-size: 18px;
  }
}
.community-energy-section .community-description {
  align-self: stretch;
  color: #58595B;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .community-energy-section .community-illustration {
    text-align: right;
  }
}
.community-energy-section .community-illustration img {
  height: auto;
}
@media (min-width: 992px) {
  .community-energy-section .community-illustration img {
    max-width: 80%;
  }
}

.logos-section {
  padding: 0 0 80px 0;
  background: #ffffff;
}
@media (max-width: 767.98px) {
  .logos-section {
    padding: 0;
  }
}
.logos-section .logos-frame {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
}
@media (max-width: 767.98px) {
  .logos-section .logos-frame {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.logos-section .logo-item img {
  max-height: 80px;
  width: auto;
}
@media (max-width: 767.98px) {
  .logos-section .logo-item img {
    max-height: 60px;
  }
}

#about {
  background-color: #ffffff;
}
#about h2 {
  color: #58595B;
  font-size: 3rem;
  font-weight: 700;
}
#about p {
  color: #58595B;
}
#about .bi-check-circle-fill {
  font-size: 1.25rem;
  color: #4A846F;
}

.bg-primary {
  background: linear-gradient(90deg, #92AD3D 0%, #40676F 100%) !important;
}
.bg-primary h2 {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
}
.bg-primary p {
  color: #ffffff;
}

#contact .text-muted {
  color: #58595B !important;
}
#contact form {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
#contact .form-label {
  color: #58595B;
  font-weight: 600;
}
#contact .form-control {
  border: 2px solid rgb(242.2905027933, 242.4301675978, 242.7094972067);
  color: #58595B;
}
#contact .form-control:focus {
  border-color: #4A846F;
  box-shadow: 0 0 0 0.25rem rgba(74, 132, 111, 0.25);
}

#pilots .section-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  #pilots .section-title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  #pilots .section-title {
    font-size: 28px;
  }
}
#pilots .pilot-countries h3 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #58595B;
  margin-bottom: 2rem;
}
#pilots .pilot-country-card {
  background: #ffffff;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
}
#pilots .pilot-country-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
#pilots .pilot-country-card .country-flag {
  font-size: 3rem;
  margin-bottom: 1rem;
}
#pilots .pilot-country-card .country-name {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #58595B;
  margin-bottom: 1rem;
}
#pilots .pilot-country-card .country-description {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(125.6173184358, 127.0391061453, 129.8826815642);
  margin-bottom: 0;
}
#pilots .partners-section h3 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #58595B;
  margin-bottom: 2rem;
}
#pilots .partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
#pilots .partner-category {
  padding: 2rem;
  border-radius: 12px;
}
#pilots .partner-category .category-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #58595B;
  margin-bottom: 1.5rem;
  text-align: center;
}
#pilots .partner-category .partner-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#pilots .partner-category .partner-item {
  background: #ffffff;
  padding: 1rem;
  border-radius: 8px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #58595B;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
#pilots .partner-category .partner-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.contact-section {
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .contact-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .contact-section {
    padding: 40px 0;
  }
}
.contact-section .container {
  background-color: #40676F;
  padding: 60px 40px;
}
@media (max-width: 767.98px) {
  .contact-section .container {
    padding: 80px 20px;
  }
}
@media (max-width: 575.98px) {
  .contact-section .container {
    padding: 80px 20px;
  }
}
.contact-section .section-title {
  font-family: Inter;
  font-weight: 700;
  font-style: bold;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: bottom;
  color: white;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .contact-section .section-title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .contact-section .section-title {
    font-size: 28px;
  }
}
.contact-section .contact-description {
  font-family: Inter;
  font-weight: 700;
  font-style: bold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .contact-section .contact-description {
    font-size: 20px;
  }
}
.contact-section .contact-details {
  font-family: Inter;
  font-weight: 600;
  font-style: semibold;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .contact-section .contact-details {
    font-size: 16px;
    line-height: 24px;
  }
}
.contact-section .contact-info {
  text-align: left;
  margin-top: 20px;
}
.contact-section .contact-info .contact-name {
  font-family: Inter;
  font-weight: 700;
  font-size: 18px;
  color: white;
  margin-bottom: 10px;
}
.contact-section .contact-info .contact-address {
  font-family: Inter;
  font-weight: 600;
  font-style: semibold;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .contact-section .contact-info .contact-address {
    font-size: 16px;
    line-height: 24px;
  }
}

.legal-page-section {
  padding: 160px 0;
  background: #ffffff;
}
@media (max-width: 991.98px) {
  .legal-page-section {
    padding: 120px 0;
  }
}
@media (max-width: 767.98px) {
  .legal-page-section {
    padding: 80px 0;
  }
}
.legal-page-section .legal-page-title {
  color: #92AD3D;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .legal-page-section .legal-page-title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .legal-page-section .legal-page-title {
    font-size: 28px;
  }
}
.legal-page-section .legal-content p {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  color: #58595B;
  margin-bottom: 30px;
  text-align: left;
}
.legal-page-section .legal-content h2 {
  color: #92AD3D;
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .legal-page-section .legal-content h2 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .legal-page-section .legal-content h2 {
    font-size: 18px;
  }
}

.min-vh-100 {
  min-height: 100vh !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.bg-primary {
  background-color: #4A846F !important;
}

.bg-secondary {
  background-color: #40676F !important;
}

.bg-success {
  background-color: #92AD3D !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-light {
  background-color: #F7F7EF !important;
}

.bg-dark {
  background-color: #58595B !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.border {
  border: 1px solid white !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid white !important;
}

.border-end {
  border-right: 1px solid white !important;
}

.border-bottom {
  border-bottom: 1px solid white !important;
}

.border-start {
  border-left: 1px solid white !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

/*# sourceMappingURL=main.css.map */
