@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  transition: all 0.2s ease;
}

body, html {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
body #smooth-wrapper, html #smooth-wrapper {
  width: 100%;
}
body #smooth-wrapper #smooth-content #page-wrapper, html #smooth-wrapper #smooth-content #page-wrapper {
  width: 100%;
  padding-left: 315px;
}
@media (max-width: 1200px) {
  body #smooth-wrapper #smooth-content #page-wrapper, html #smooth-wrapper #smooth-content #page-wrapper {
    padding-top: 90px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  body #smooth-wrapper #smooth-content #page-wrapper, html #smooth-wrapper #smooth-content #page-wrapper {
    padding-top: 65px;
  }
}

.header {
  background: var(--Primary-Gradient, linear-gradient(90deg, #1E4252 0%, #4A92A2 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

ul {
  list-style-type: none;
  padding: 0;
}

.sea-blue {
  background-color: #4A92A2;
}

.blue-diane {
  background-color: #1E4252;
}

.disabled-padding-top {
  padding-top: 0 !important;
}

.disabled-padding-bottom {
  padding-bottom: 0 !important;
}

img.lazyload {
  opacity: 0;
}

img.lazyloaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.secondary-header {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991px) {
  .secondary-header {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
  }
  .secondary-header br {
    display: contents;
  }
}
@media (max-width: 767px) {
  .secondary-header {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    font-family: "Montserrat", sans-serif;
  }
}

.section-header {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991px) {
  .section-header {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    font-family: "Montserrat", sans-serif;
  }
  .section-header br {
    display: contents;
  }
}
@media (max-width: 767px) {
  .section-header {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
  }
}

.body-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991px) {
  .body-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
  }
}
@media (max-width: 767px) {
  .body-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Montserrat", sans-serif;
  }
}
.body-text p, .body-text ul, .body-text li {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991px) {
  .body-text p, .body-text ul, .body-text li {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
  }
}
@media (max-width: 767px) {
  .body-text p, .body-text ul, .body-text li {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Montserrat", sans-serif;
  }
}

.content-header {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991px) {
  .content-header {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    font-family: "Montserrat", sans-serif;
  }
  .content-header br {
    display: contents;
  }
}
@media (max-width: 767px) {
  .content-header {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
  }
}

.small-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991px) {
  .small-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Montserrat", sans-serif;
  }
}
@media (max-width: 767px) {
  .small-text {
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
  }
}

.inner-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991px) {
  .inner-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    font-family: "Montserrat", sans-serif;
  }
}
@media (max-width: 767px) {
  .inner-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    font-family: "Montserrat", sans-serif;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 90px;
  }
}
@media (max-width: 1440px) {
  .container {
    max-width: 100%;
    padding: 0 80px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .tablet-only {
    display: none !important;
  }
}

.mobile-only {
  display: none !important;
}
@media (max-width: 767px) {
  .mobile-only {
    display: block !important;
    margin-top: 60px;
  }
}

.btn {
  border-radius: 100px;
  padding: 10px 30px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn {
    padding: 10px 15px;
  }
}
.btn--transparent {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  background: transparent;
  border: 1px solid #24356D;
  color: #24356D;
}
@media (max-width: 991px) {
  .btn--transparent {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
  }
}
@media (max-width: 767px) {
  .btn--transparent {
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    font-family: "Montserrat", sans-serif;
  }
}
.btn--transparent:hover {
  background: #24356D;
  color: #FFFFFF;
}
.btn--stroked-white {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .btn--stroked-white {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
  }
}
@media (max-width: 767px) {
  .btn--stroked-white {
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    font-family: "Montserrat", sans-serif;
  }
}
.btn--stroked-white:hover {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #24356D;
}
.btn--solid {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  background: #00A4C3;
  border: none;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .btn--solid {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
  }
}
@media (max-width: 767px) {
  .btn--solid {
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    font-family: "Montserrat", sans-serif;
  }
}
.btn--solid:hover {
  background: #EB574F;
  color: #FFFFFF;
}
.btn--light-blue {
  background-color: #00A4C3;
  color: #FFFFFF;
}
.btn--light-blue:hover {
  background-color: #EB574F;
}
.btn--white {
  background-color: #FFFFFF;
  color: #EB574F;
}
.btn--white:hover {
  background-color: #DFAD33;
  color: #FFFFFF;
}
.btn--info {
  background-color: #24356D;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991px) {
  .btn--info {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
  }
}
@media (max-width: 767px) {
  .btn--info {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Montserrat", sans-serif;
  }
}
.btn--phone {
  background-color: #EB574F;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991px) {
  .btn--phone {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
  }
}
@media (max-width: 767px) {
  .btn--phone {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Montserrat", sans-serif;
  }
}

.btn--link {
  background-color: transparent;
  color: #FFFFFF;
  padding: 10px 0px;
  border-bottom: 1px solid #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991px) {
  .btn--link {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
  }
}
@media (max-width: 767px) {
  .btn--link {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Montserrat", sans-serif;
  }
}
.btn--link:hover {
  color: #00A4C3;
  border-bottom: 1px solid #00A4C3;
}

#error-404-wrapper {
  background: #FFFFFF;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
#error-404-wrapper .no-page-wrapper {
  text-align: center;
  max-width: 480px;
  width: 100%;
  animation: fadeIn 0.8s ease forwards;
}
#error-404-wrapper .no-page-wrapper .code-line {
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  color: #24356D;
  font-family: monospace;
  margin-bottom: 1.5rem;
}
#error-404-wrapper .no-page-wrapper .header-style h1.gradient {
  font-size: clamp(96px, 20vw, 160px);
  font-weight: 700;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #24356D;
  letter-spacing: -4px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #error-404-wrapper .no-page-wrapper .header-style h1.gradient {
    font-size: clamp(72px, 15vw, 120px);
  }
}
@media (max-width: 767px) {
  #error-404-wrapper .no-page-wrapper .header-style h1.gradient {
    font-size: clamp(64px, 20vw, 96px);
  }
}
#error-404-wrapper .no-page-wrapper .header-style .divider {
  width: 48px;
  height: 2px;
  background: #24356D;
  margin: 1.5rem auto;
  opacity: 0.2;
}
#error-404-wrapper .no-page-wrapper .header-style .subheader {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  color: #24356D;
  letter-spacing: -0.3px;
  margin-bottom: 0.75rem;
}
@media (max-width: 991px) {
  #error-404-wrapper .no-page-wrapper .header-style .subheader {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    font-family: "Montserrat", sans-serif;
  }
}
@media (max-width: 767px) {
  #error-404-wrapper .no-page-wrapper .header-style .subheader {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    font-family: "Montserrat", sans-serif;
  }
}
#error-404-wrapper .no-page-wrapper .header-style .description {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  font-family: "Montserrat", sans-serif;
  color: #24356D;
  opacity: 0.6;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  #error-404-wrapper .no-page-wrapper .header-style .description {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    font-family: "Montserrat", sans-serif;
  }
}
#error-404-wrapper .no-page-wrapper .header-style .description a {
  color: #24356D;
  opacity: 1;
  text-decoration: underline;
}
#error-404-wrapper .no-page-wrapper .header-style .description a:hover {
  color: #00A4C3;
  text-decoration: none;
}
#error-404-wrapper .no-page-wrapper .actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
#error-404-wrapper .no-page-wrapper .actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 100px;
}
#error-404-wrapper .no-page-wrapper .actions .btn--ghost-dark {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  background: transparent;
  color: #24356D;
  border: 1px solid #24356D;
}
#error-404-wrapper .no-page-wrapper .actions .btn--ghost-dark:hover {
  background: #24356D;
  color: #FFFFFF;
}
#error-404-wrapper .no-page-wrapper .actions .btn--solid-dark {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  background: #24356D;
  color: #FFFFFF;
  border: none;
}
#error-404-wrapper .no-page-wrapper .actions .btn--solid-dark:hover {
  background: #00A4C3;
  color: #FFFFFF;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.forminator-ui#forminator-module-510.forminator-design--default .forminator-button-submit {
  font-family: "Montserrat", sans-serif !important;
}

@media (max-width: 767px) {
  #kontakt-custom-header .hero-banner-bg {
    background-position: left;
  }
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 130px;
}

#wrapper-navbar {
  background-color: #ffffff;
  position: sticky !important;
  top: 0 !important;
  z-index: 1030;
}
#wrapper-navbar .top-navbar-overlay {
  background-color: #ffffff;
}

.inner-wrapper-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 1.25rem 0;
  width: 100%;
}

.navbar-brand {
  display: flex !important;
  align-items: center;
  text-decoration: none;
  margin-right: auto !important;
  position: static !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
}
.navbar-brand .navbar-logo,
.navbar-brand .navbar-logo-svg {
  display: flex;
  align-items: center;
}
.navbar-brand .navbar-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991px) {
  .navbar-brand .navbar-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    font-family: "Montserrat", sans-serif;
  }
}
@media (max-width: 767px) {
  .navbar-brand .navbar-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    font-family: "Montserrat", sans-serif;
  }
}
.navbar-brand .navbar-title {
  margin: 0;
  color: #1f2d3d;
}

.navbar-brand img,
.navbar-brand svg {
  width: 202px !important;
  height: 75px !important;
  max-height: none !important;
  display: block;
}

.site-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.navigator-dropdown {
  position: relative;
}
.navigator-dropdown .navigator-toggle {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 220px;
  padding: 10px 14px !important;
  border: 1px solid #4A92A2 !important;
  border-radius: 8px !important;
  background-color: #ffffff !important;
  color: #4A92A2;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991px) {
  .navigator-dropdown .navigator-toggle {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
  }
}
@media (max-width: 767px) {
  .navigator-dropdown .navigator-toggle {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Montserrat", sans-serif;
  }
}
.navigator-dropdown .navigator-toggle {
  font-weight: 500;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  transition: border-radius 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.navigator-dropdown .navigator-toggle:hover, .navigator-dropdown .navigator-toggle:focus {
  border-color: #3d7a88 !important;
  color: #3d7a88;
  outline: none;
}
.navigator-dropdown .navigator-toggle-label {
  text-align: left;
  flex: 1 1 auto;
}
.navigator-dropdown .navigator-caret {
  transition: transform 0.15s ease-in-out;
  flex-shrink: 0;
}
.navigator-dropdown .navigator-menu-wrap {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  min-width: 220px;
  background-color: #ffffff;
  border: 1px solid #4A92A2;
  border-top: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  padding: 0.25rem 0 0.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out, visibility 0.15s;
  z-index: 1000;
}
.navigator-dropdown.is-open .navigator-menu-wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.navigator-dropdown.is-open .navigator-toggle {
  border-color: #4A92A2;
  border-bottom-color: transparent !important;
  color: #4A92A2;
  border-radius: 8px 8px 0 0 !important;
}
.navigator-dropdown.is-open .navigator-caret {
  transform: rotate(180deg);
}
.navigator-dropdown .navigator-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navigator-dropdown .navigator-menu li a {
  display: block;
  margin: 2px 0.75rem;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  color: #4A92A2;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991px) {
  .navigator-dropdown .navigator-menu li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
  }
}
@media (max-width: 767px) {
  .navigator-dropdown .navigator-menu li a {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Montserrat", sans-serif;
  }
}
.navigator-dropdown .navigator-menu li a:hover, .navigator-dropdown .navigator-menu li a:focus {
  background-color: rgba(74, 146, 162, 0.08);
  color: #3d7a88;
}
.navigator-dropdown .navigator-menu li .sub-menu {
  list-style: none;
  padding-left: 1rem;
}
.navigator-dropdown .navigator-empty {
  padding: 0.55rem 1.25rem;
  margin: 0;
  font-size: 0.85rem;
  color: #8a97a0;
}

.call-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #4A92A2;
  border: 2px solid #ffffff;
  color: #ffffff;
  flex-shrink: 0;
  text-decoration: none;
}
.call-btn svg {
  display: block;
}
.call-btn i {
  font-size: 16px;
  color: #ffffff;
  display: block;
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
@supports (-webkit-text-stroke: 1px black) or (text-stroke: 1px black) {
  .call-btn i {
    text-shadow: none;
    -webkit-text-stroke: 0.6px #ffffff;
    text-stroke: 0.6px #ffffff;
  }
}
.call-btn:hover, .call-btn:focus {
  background-color: #4A92A2;
  color: #ffffff;
  text-decoration: none;
}
.call-btn:hover i, .call-btn:focus i {
  color: #4A92A2;
}

@media (max-width: 767.98px) {
  .inner-wrapper-navbar {
    gap: 0.4rem;
  }
  .navbar-brand .navbar-logo img,
  .navbar-brand .navbar-logo-svg svg {
    width: 100px !important;
    height: auto !important;
    max-height: none !important;
  }
  .navigator-toggle {
    min-width: 0 !important;
    width: auto;
    height: 32px;
    padding: 0 8px !important;
    border-radius: 6px !important;
  }
  .navigator-toggle .navigator-toggle-label {
    font-size: 0.7rem;
    margin-right: 6px;
  }
  .navigator-caret {
    width: 6px;
    height: 4px;
  }
  .navigator-menu-wrap {
    min-width: 0 !important;
    border-radius: 0 0 10px 10px;
    padding: 0.5rem 0;
  }
  .navigator-dropdown .navigator-menu li a {
    font-size: 0.9rem !important;
    padding: 0.7rem 8px !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }
  .navigator-dropdown.is-open .navigator-toggle {
    border-radius: 6px 6px 0 0 !important;
  }
  .call-btn {
    width: 42px;
    height: 42px;
    border-radius: 6px;
    flex-shrink: 0;
  }
  .site-header-actions {
    gap: 4px;
    flex-shrink: 0;
    align-items: center;
  }
}
.footer-wrapper {
  background-color: #1E4252;
  margin-top: 100px;
  overflow: hidden;
}
.footer-wrapper .footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding: 48px 0 40px;
}
@media (max-width: 991px) {
  .footer-wrapper .footer-top {
    flex-direction: column;
    gap: 32px;
    padding: 40px 0 32px;
  }
}
.footer-wrapper .footer-brand {
  flex-shrink: 0;
}
.footer-wrapper .footer-brand .footer-logo img {
  display: block;
  max-width: 372px;
  height: auto;
}
@media (max-width: 767px) {
  .footer-wrapper .footer-brand .footer-logo img {
    max-width: 150px;
  }
}
.footer-wrapper .footer-contact {
  flex: 1;
  max-width: 720px;
}
@media (max-width: 991px) {
  .footer-wrapper .footer-contact {
    max-width: 100%;
  }
}
.footer-wrapper .footer-contact-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
}
.footer-wrapper .footer-contact-heading .footer-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  background-color: #00A4C3;
  border-radius: 6px;
}
.footer-wrapper .footer-contact-heading .footer-contact-icon svg {
  width: 14px;
  height: 14px;
  fill: #FFFFFF;
}
.footer-wrapper .footer-contact-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .footer-wrapper .footer-contact-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .footer-wrapper .footer-contact-columns {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.footer-wrapper .footer-contact-col {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
}
.footer-wrapper .footer-contact-col p {
  margin: 0;
  padding: 0;
}
.footer-wrapper .footer-contact-col br {
  display: contents;
}
.footer-wrapper .footer-contact-col a {
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.25s ease;
}
.footer-wrapper .footer-contact-col a:hover {
  color: #00A4C3;
}
.footer-wrapper .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 20px 0;
}
.footer-wrapper .footer-legal-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  transition: color 0.25s ease;
}
.footer-wrapper .footer-legal-link:hover {
  color: #FFFFFF;
}

/* Paragraph Block Styles */
.block--custom-layout__paragraph {
  padding: 40px 0;
}
@media (max-width: 1200px) {
  .block--custom-layout__paragraph {
    padding: 30px 0;
  }
}
.block--custom-layout__paragraph h2,
.block--custom-layout__paragraph p {
  margin: 0;
}
.block--custom-layout__paragraph .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1200px) {
  .block--custom-layout__paragraph .container {
    gap: 20px;
  }
}
.block--custom-layout__paragraph .header-paragraph h2 {
  color: var(--Primary-Dull-Sea-Blue, #4a92a2);
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 145.455% */
}
@media (max-width: 1200px) {
  .block--custom-layout__paragraph .header-paragraph h2 {
    font-size: 16px;
  }
}
.block--custom-layout__paragraph .description-paragraph {
  color: var(--Accent-Black-Charcoal, #212121);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 1200px) {
  .block--custom-layout__paragraph .description-paragraph {
    font-size: 12px;
    line-height: 24px;
  }
}
.block--custom-layout__paragraph .description-paragraph a {
  color: #646464;
}
.block--custom-layout__paragraph .description-paragraph ul {
  list-style: disc;
  margin-left: 20px;
  margin-top: 0;
  padding-top: 0;
}

/* Partnerships Block Styles */
.block--custom-layout__partnerships {
  padding: 100px 0;
}
.block--custom-layout__partnerships .header {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  font-family: "Montserrat", sans-serif;
  color: #24356D;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .block--custom-layout__partnerships .header {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
  }
}
.block--custom-layout__partnerships .inner-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 991px) {
  .block--custom-layout__partnerships .inner-container {
    flex-direction: column;
    gap: 40px;
  }
}
.block--custom-layout__partnerships .inner-container:first-child {
  align-items: center;
}
.block--custom-layout__partnerships .col {
  flex: 1;
  width: 100%;
  min-width: 0;
}
.block--custom-layout__partnerships .col .subheader {
  margin-bottom: 20px;
}
.block--custom-layout__partnerships .col .subheader h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
  color: #4A92A2;
  margin: 0;
}
.block--custom-layout__partnerships .col .partner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.block--custom-layout__partnerships .col .box-item {
  display: flex;
  align-items: stretch;
  border: 1px solid #EDEDEE;
  overflow: hidden;
  border-radius: 10px;
}
.block--custom-layout__partnerships .col .box-item .title {
  display: flex;
  align-items: center;
  flex: 0 0 42%;
  padding: 16px 20px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
}
.block--custom-layout__partnerships .col .box-item .image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 24px;
  background-color: #FFFFFF;
}
.block--custom-layout__partnerships .col .box-item .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 91px;
}
@media (max-width: 767px) {
  .block--custom-layout__partnerships .col .box-item {
    flex-direction: column;
    min-height: 0;
  }
  .block--custom-layout__partnerships .col .box-item .title {
    flex: none;
    width: 100%;
  }
  .block--custom-layout__partnerships .col .box-item .image {
    width: 100%;
    padding: 20px;
  }
}
.block--custom-layout__partnerships .cta-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .block--custom-layout__partnerships .cta-wrapper {
    margin-top: 40px;
  }
}

/* Reports And Publications Block Styles */
.block--custom-layout__reports-and-publications {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .block--custom-layout__reports-and-publications {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .block--custom-layout__reports-and-publications {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .block--custom-layout__reports-and-publications {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .block--custom-layout__reports-and-publications {
    padding-bottom: 60px;
  }
}
.block--custom-layout__reports-and-publications .header {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .block--custom-layout__reports-and-publications .header {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    font-family: "Montserrat", sans-serif;
  }
}
@media (max-width: 767px) {
  .block--custom-layout__reports-and-publications .header {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    font-family: "Montserrat", sans-serif;
  }
}
.block--custom-layout__reports-and-publications .report-repeater {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.block--custom-layout__reports-and-publications .item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 60px;
  padding: 32px;
  background-color: #FFFFFF;
  border: 1px solid #EDEDEE;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}
@media (max-width: 767px) {
  .block--custom-layout__reports-and-publications .item {
    flex-direction: column;
    gap: 20px;
    padding: 24px;
  }
}
.block--custom-layout__reports-and-publications .details {
  flex: 1 1 auto;
}
.block--custom-layout__reports-and-publications .date {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #4A92A2;
  padding-left: 15px;
  margin-bottom: 8px;
}
.block--custom-layout__reports-and-publications .date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #4A92A2;
  transform: translateY(-50%);
}
.block--custom-layout__reports-and-publications .title {
  margin-bottom: 17.2px;
}
.block--custom-layout__reports-and-publications .title h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  color: #4A92A2;
  margin: 0;
}
@media (max-width: 991px) {
  .block--custom-layout__reports-and-publications .title h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 25;
    font-family: "Montserrat", sans-serif;
  }
}
@media (max-width: 767px) {
  .block--custom-layout__reports-and-publications .title h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    font-family: "Montserrat", sans-serif;
  }
}
.block--custom-layout__reports-and-publications .author {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.block--custom-layout__reports-and-publications .author .author-icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A9AAAC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E") no-repeat center/contain;
}
.block--custom-layout__reports-and-publications .author .author-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.block--custom-layout__reports-and-publications .author .author-list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
  color: #212121;
}
@media (max-width: 767px) {
  .block--custom-layout__reports-and-publications .author .author-list li {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Montserrat", sans-serif;
  }
}
.block--custom-layout__reports-and-publications .link-report {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #4A92A2;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease;
}
.block--custom-layout__reports-and-publications .link-report::after {
  content: "→";
}
.block--custom-layout__reports-and-publications .link-report:hover {
  color: #24356D;
  transform: translateX(4px);
}
.block--custom-layout__reports-and-publications .image {
  position: relative;
  flex: 0 0 200px;
  width: 200px;
  border-radius: 20px;
  overflow: hidden;
}
.block--custom-layout__reports-and-publications .image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(30, 66, 82, 0.6) 40%, rgba(74, 146, 162, 0.6) 100%);
  pointer-events: none;
}
.block--custom-layout__reports-and-publications .image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
@media (max-width: 767px) {
  .block--custom-layout__reports-and-publications .image {
    width: 100%;
    max-width: 100%;
    height: 200px;
    flex: 0 0 auto;
    margin: 0 auto;
  }
}
.block--custom-layout__reports-and-publications .item:hover .image img {
  transform: scale(1.1);
}

/* Key Milestones And Strategic Roadmap Block Styles */
.block--custom-layout__key-milestones-and-strategic-roadmap {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .block--custom-layout__key-milestones-and-strategic-roadmap {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .block--custom-layout__key-milestones-and-strategic-roadmap {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .block--custom-layout__key-milestones-and-strategic-roadmap {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .block--custom-layout__key-milestones-and-strategic-roadmap {
    padding-bottom: 60px;
  }
}
.block--custom-layout__key-milestones-and-strategic-roadmap {
  overflow-x: hidden;
  --kmsr-edge: 80px;
}
@media (min-width: 1440px) {
  .block--custom-layout__key-milestones-and-strategic-roadmap {
    --kmsr-edge: calc((100vw - 1000px) / 2);
  }
}
@media (max-width: 767px) {
  .block--custom-layout__key-milestones-and-strategic-roadmap {
    --kmsr-edge: 30px;
  }
}
.block--custom-layout__key-milestones-and-strategic-roadmap .header {
  width: 296px;
}
@media (max-width: 1200px) {
  .block--custom-layout__key-milestones-and-strategic-roadmap .header {
    width: auto;
  }
}
.block--custom-layout__key-milestones-and-strategic-roadmap .header h2 {
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  background: linear-gradient(90deg, #1e4252 0%, #4a92a2 80.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 60px;
}
@media (max-width: 1200px) {
  .block--custom-layout__key-milestones-and-strategic-roadmap .header h2 {
    width: auto;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .block--custom-layout__key-milestones-and-strategic-roadmap .header h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.block--custom-layout__key-milestones-and-strategic-roadmap .container {
  width: 100%;
  min-width: 0;
}
@media (max-width: 1200px) {
  .block--custom-layout__key-milestones-and-strategic-roadmap .events-track .container {
    padding: 0;
  }
}
.block--custom-layout__key-milestones-and-strategic-roadmap .inner-container {
  display: flex;
  width: 100%;
  min-width: 0;
  gap: 60px;
}
.block--custom-layout__key-milestones-and-strategic-roadmap .inner-container .col {
  min-width: 0;
}
.block--custom-layout__key-milestones-and-strategic-roadmap .inner-container .col:last-child {
  flex: 1;
}
@media (max-width: 1200px) {
  .block--custom-layout__key-milestones-and-strategic-roadmap .inner-container {
    flex-direction: column;
  }
}
.block--custom-layout__key-milestones-and-strategic-roadmap .content {
  width: 100%;
  min-width: 0;
}
.block--custom-layout__key-milestones-and-strategic-roadmap .events-track {
  width: calc(100% + var(--kmsr-edge));
  margin-right: calc(-1 * var(--kmsr-edge));
  min-width: 0;
}
.block--custom-layout__key-milestones-and-strategic-roadmap .events-repeater {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.block--custom-layout__key-milestones-and-strategic-roadmap .events-repeater::-webkit-scrollbar {
  display: none;
}
.block--custom-layout__key-milestones-and-strategic-roadmap .events-repeater.is-dragging {
  cursor: grabbing;
  user-select: none;
}
.block--custom-layout__key-milestones-and-strategic-roadmap .events-scrollbar {
  display: none;
  align-items: center;
  width: calc(100% - var(--kmsr-edge));
  padding: 5px;
  margin-top: 24px;
  border-radius: 100px;
  background: rgba(100, 100, 100, 0.1);
  box-sizing: border-box;
  position: relative;
  height: 10px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .block--custom-layout__key-milestones-and-strategic-roadmap .events-scrollbar {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .block--custom-layout__key-milestones-and-strategic-roadmap .events-scrollbar {
    margin-top: 20px;
  }
}
.block--custom-layout__key-milestones-and-strategic-roadmap .events-scrollbar.is-visible {
  display: flex;
}
.block--custom-layout__key-milestones-and-strategic-roadmap .events-scrollbar__thumb {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 7px;
  width: 220px;
  border-radius: 100px;
  background: rgba(100, 100, 100, 0.4);
  cursor: grab;
  transition: width 0.1s ease, transform 0.08s linear;
}
.block--custom-layout__key-milestones-and-strategic-roadmap .events-scrollbar__thumb:active {
  cursor: grabbing;
}
.block--custom-layout__key-milestones-and-strategic-roadmap .item {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  background-color: #FFFFFF;
  overflow: hidden;
  padding: 35px 30px;
  width: 543px;
  border-radius: 20px;
  border: 1.2px solid var(--accent-black-charcoal-30, rgba(33, 33, 33, 0.3));
  background: #fff;
}
.block--custom-layout__key-milestones-and-strategic-roadmap .item:last-child {
  margin-right: 220px;
}
@media (max-width: 1200px) {
  .block--custom-layout__key-milestones-and-strategic-roadmap .item {
    padding: 30px 20px;
    width: 420px;
    height: 482px;
  }
  .block--custom-layout__key-milestones-and-strategic-roadmap .item:last-child {
    margin-right: 80px;
  }
}
@media (max-width: 767px) {
  .block--custom-layout__key-milestones-and-strategic-roadmap .item {
    width: 330px;
    padding: 30px 20px;
  }
  .block--custom-layout__key-milestones-and-strategic-roadmap .item:last-child {
    margin-right: 30px;
  }
}
@media (max-width: 330px) {
  .block--custom-layout__key-milestones-and-strategic-roadmap .item {
    width: 260px;
  }
}
.block--custom-layout__key-milestones-and-strategic-roadmap .item__image {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
}
.block--custom-layout__key-milestones-and-strategic-roadmap .item__image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  pointer-events: none;
}
.block--custom-layout__key-milestones-and-strategic-roadmap .item__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(30, 66, 82, 0.6) 40%, rgba(74, 146, 162, 0.6) 100%);
  pointer-events: none;
}
@media (max-width: 1200px) {
  .block--custom-layout__key-milestones-and-strategic-roadmap .item__image {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .block--custom-layout__key-milestones-and-strategic-roadmap .item__image {
    aspect-ratio: unset;
    height: 220px;
  }
}
.block--custom-layout__key-milestones-and-strategic-roadmap .item__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  color: #4a92a2;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  background: var(--Primary-Dull-Sea-Blue, #fff);
  padding: 7px 15px;
  border: none;
}
@media (max-width: 1200px) {
  .block--custom-layout__key-milestones-and-strategic-roadmap .item__badge {
    font-size: 10px;
    padding: 5px 15px;
  }
}
.block--custom-layout__key-milestones-and-strategic-roadmap .item__body {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  flex: 1;
}
.block--custom-layout__key-milestones-and-strategic-roadmap .item__date {
  color: var(--Primary-Dull-Sea-Blue, #4a92a2);
  font-family: Montserrat;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4a92a2;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  .block--custom-layout__key-milestones-and-strategic-roadmap .item__date {
    font-size: 12px;
  }
}
.block--custom-layout__key-milestones-and-strategic-roadmap .item__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #4a92a2;
  flex-shrink: 0;
}
.block--custom-layout__key-milestones-and-strategic-roadmap .item__title {
  color: #4a92a2;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  .block--custom-layout__key-milestones-and-strategic-roadmap .item__title {
    font-size: 16px;
    margin: 0;
  }
}
.block--custom-layout__key-milestones-and-strategic-roadmap .item__description {
  color: #24356D;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.block--custom-layout__key-milestones-and-strategic-roadmap .item__description ul {
  margin: 0;
  padding-left: 18px;
  font-family: Montserrat;
  font-size: 16px;
  list-style: disc;
}
.block--custom-layout__key-milestones-and-strategic-roadmap .item__description li {
  margin-bottom: 4px;
}
@media (max-width: 1200px) {
  .block--custom-layout__key-milestones-and-strategic-roadmap .item__description {
    font-size: 12px;
  }
  .block--custom-layout__key-milestones-and-strategic-roadmap .item__description p {
    padding: 0;
    margin: 0;
    margin-top: 10px;
  }
  .block--custom-layout__key-milestones-and-strategic-roadmap .item__description ul {
    margin-top: 10px;
    font-size: 12px;
  }
}
.block--custom-layout__key-milestones-and-strategic-roadmap .item__button {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  color: #00A4C3;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease;
  background: var(--Primary-Gradient, linear-gradient(90deg, #1e4252 0%, #4a92a2 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.block--custom-layout__key-milestones-and-strategic-roadmap .item__button.item__button--save-date {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: none;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: initial;
  border: 1px solid var(--Primary-Dull-Sea-Blue, #4a92a2);
  padding: 8px 20px;
  border-radius: 100px;
  margin-top: auto;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
@media (max-width: 1200px) {
  .block--custom-layout__key-milestones-and-strategic-roadmap .item__button.item__button--save-date {
    padding: 7px 30px;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .block--custom-layout__key-milestones-and-strategic-roadmap .item__button.item__button--save-date {
    padding: 7px 20px;
  }
}
.block--custom-layout__key-milestones-and-strategic-roadmap .item__button.item__button--save-date::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--Primary-Gradient, linear-gradient(90deg, #1e4252 0%, #4a92a2 100%));
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: -1;
}
.block--custom-layout__key-milestones-and-strategic-roadmap .item__button.item__button--save-date .save-date-label {
  position: relative;
  color: var(--Primary-Dull-Sea-Blue, #4a92a2);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  transition: color 0.3s ease;
}
@media (max-width: 1200px) {
  .block--custom-layout__key-milestones-and-strategic-roadmap .item__button.item__button--save-date .save-date-label {
    font-size: 12px;
    line-height: 22px;
  }
}
.block--custom-layout__key-milestones-and-strategic-roadmap .item__button.item__button--save-date svg path {
  transition: stroke 0.3s ease;
}
.block--custom-layout__key-milestones-and-strategic-roadmap .item__button.item__button--save-date:hover {
  transform: none;
  border-color: transparent;
}
.block--custom-layout__key-milestones-and-strategic-roadmap .item__button.item__button--save-date:hover::before {
  opacity: 1;
}
.block--custom-layout__key-milestones-and-strategic-roadmap .item__button.item__button--save-date:hover .save-date-label {
  color: #fff;
}
.block--custom-layout__key-milestones-and-strategic-roadmap .item__button.item__button--save-date:hover svg path {
  stroke: #fff;
}
.block--custom-layout__key-milestones-and-strategic-roadmap .item__button .icon {
  flex-shrink: 0;
}
.block--custom-layout__key-milestones-and-strategic-roadmap .item__button:hover {
  transform: translateX(10px);
}
.block--custom-layout__key-milestones-and-strategic-roadmap .item__announcement {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #A9AAAC;
  font-style: italic;
  font-family: Montserrat;
  font-size: 16px;
}
.block--custom-layout__key-milestones-and-strategic-roadmap .item__announcement .icon {
  flex-shrink: 0;
  color: #00A4C3;
}
@media (max-width: 1200px) {
  .block--custom-layout__key-milestones-and-strategic-roadmap .item__announcement {
    font-size: 12px;
  }
}
.block--custom-layout__key-milestones-and-strategic-roadmap .item--past .item__badge {
  background: var(--Primary-Dull-Sea-Blue, #4a92a2);
  padding: 7px 15px;
  border: none;
  color: white;
}

@media (max-width: 1200px) {
  .events-track .container {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .events-track .container {
    width: calc(100% - 80px);
  }
}

/* Full Width Content Block Styles */
.block--custom-layout__full-width-content {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .block--custom-layout__full-width-content {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .block--custom-layout__full-width-content {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .block--custom-layout__full-width-content {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .block--custom-layout__full-width-content {
    padding-bottom: 60px;
  }
}
.block--custom-layout__full-width-content .card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  padding: 50px 60px;
  background-color: #24356D;
  background-image: var(--bg-image-desktop);
  height: 500px;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .block--custom-layout__full-width-content .card {
    padding: 35px 25px;
    background-image: var(--bg-image-mobile, var(--bg-image-desktop));
  }
}
.block--custom-layout__full-width-content .card > * {
  position: relative;
  z-index: 1;
}
.block--custom-layout__full-width-content .card-header {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .block--custom-layout__full-width-content .card-header {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
  }
}
.block--custom-layout__full-width-content .card-paragraph {
  color: rgba(255, 255, 255, 0.75);
  max-width: 560px;
}
.block--custom-layout__full-width-content .card-paragraph p {
  margin: 0;
}
.block--custom-layout__full-width-content .key-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 40px;
  max-width: 560px;
  margin: 0 0 32px;
}
@media (max-width: 767px) {
  .block--custom-layout__full-width-content .key-points {
    grid-template-columns: 1fr;
  }
}
.block--custom-layout__full-width-content .key-points__item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.block--custom-layout__full-width-content .key-points__icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  position: relative;
}
.block--custom-layout__full-width-content .key-points__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 4px;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: translate(-50%, -65%) rotate(-45deg);
}
.block--custom-layout__full-width-content .key-points__text {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991px) {
  .block--custom-layout__full-width-content .key-points__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
  }
}
@media (max-width: 767px) {
  .block--custom-layout__full-width-content .key-points__text {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Montserrat", sans-serif;
  }
}
.block--custom-layout__full-width-content .card-cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 10px;
}
.block--custom-layout__full-width-content .card-cta__icon {
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

/* What We Do Block Styles */
.block--custom-layout__what-we-do {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .block--custom-layout__what-we-do {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .block--custom-layout__what-we-do {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .block--custom-layout__what-we-do {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .block--custom-layout__what-we-do {
    padding-bottom: 60px;
  }
}
.block--custom-layout__what-we-do .inner-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.block--custom-layout__what-we-do .col:first-child {
  flex: 0 0 280px;
  max-width: 280px;
}
.block--custom-layout__what-we-do .col:first-child .header {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
@media (max-width: 991px) {
  .block--custom-layout__what-we-do .col:first-child .header {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    font-family: "Montserrat", sans-serif;
  }
}
@media (max-width: 767px) {
  .block--custom-layout__what-we-do .col:first-child .header {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    font-family: "Montserrat", sans-serif;
  }
}
.block--custom-layout__what-we-do .col:last-child {
  flex: 1;
  min-width: 0;
}
.block--custom-layout__what-we-do .content .paragraph {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991px) {
  .block--custom-layout__what-we-do .content .paragraph {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
  }
}
@media (max-width: 767px) {
  .block--custom-layout__what-we-do .content .paragraph {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Montserrat", sans-serif;
  }
}
.block--custom-layout__what-we-do .content .paragraph {
  color: #212121;
}
.block--custom-layout__what-we-do .content .paragraph p {
  margin: 0;
}
.block--custom-layout__what-we-do .content .paragraph strong {
  color: #212121;
  font-weight: 600;
}
.block--custom-layout__what-we-do .content .legends-repeater {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .block--custom-layout__what-we-do .content .legends-repeater {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .block--custom-layout__what-we-do .content .legends-repeater {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.block--custom-layout__what-we-do .content .legends-repeater .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 12px;
  row-gap: 12px;
  border: 1px solid #EDEDEE;
  border-radius: 8px;
  padding: 24px;
  background-color: #FFFFFF;
}
.block--custom-layout__what-we-do .content .legends-repeater .item .marker {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block--custom-layout__what-we-do .content .legends-repeater .item .marker img {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.block--custom-layout__what-we-do .content .legends-repeater .item .header {
  flex: 1;
  min-width: 0;
}
.block--custom-layout__what-we-do .content .legends-repeater .item .header h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  color: #00A4C3;
  margin: 0;
}
.block--custom-layout__what-we-do .content .legends-repeater .item .description {
  flex: 0 0 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  color: #4a4a4a;
}
.block--custom-layout__what-we-do .content .legends-repeater .item .description p {
  margin: 0 0 12px;
}
.block--custom-layout__what-we-do .content .legends-repeater .item .description p:last-child {
  margin-bottom: 0;
}
.block--custom-layout__what-we-do .content .legends-repeater .item .description strong {
  display: block;
  margin-bottom: 8px;
  color: #212121;
  font-weight: 700;
}
@media (max-width: 991px) {
  .block--custom-layout__what-we-do .inner-container {
    flex-direction: column;
    gap: 24px;
  }
  .block--custom-layout__what-we-do .col:first-child {
    flex: 0 0 auto;
    max-width: 100%;
  }
}

.block--custom-layout__about-section {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .block--custom-layout__about-section {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .block--custom-layout__about-section {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .block--custom-layout__about-section {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .block--custom-layout__about-section {
    padding-bottom: 60px;
  }
}
.block--custom-layout__about-section .inner-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.block--custom-layout__about-section .col:first-child {
  flex: 0 0 280px;
  max-width: 280px;
}
.block--custom-layout__about-section .col:first-child .header {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  color: #24356D;
  margin: 0;
}
@media (max-width: 991px) {
  .block--custom-layout__about-section .col:first-child .header {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    font-family: "Montserrat", sans-serif;
  }
}
@media (max-width: 767px) {
  .block--custom-layout__about-section .col:first-child .header {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    font-family: "Montserrat", sans-serif;
  }
}
.block--custom-layout__about-section .col:last-child {
  flex: 1;
  min-width: 0;
}
.block--custom-layout__about-section .content .paragraph {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991px) {
  .block--custom-layout__about-section .content .paragraph {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
  }
}
@media (max-width: 767px) {
  .block--custom-layout__about-section .content .paragraph {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Montserrat", sans-serif;
  }
}
.block--custom-layout__about-section .content .paragraph {
  color: #212121;
}
.block--custom-layout__about-section .content .paragraph p {
  margin: 0 0 20px;
}
.block--custom-layout__about-section .content .paragraph p:last-child {
  margin-bottom: 0;
}
.block--custom-layout__about-section .content .paragraph strong {
  color: #212121;
  font-weight: 600;
}
.block--custom-layout__about-section .content .illustration {
  margin-top: 60px;
}
.block--custom-layout__about-section .content .illustration img {
  width: 100%;
  height: auto;
  display: block;
}
.block--custom-layout__about-section .content .legends-repeater {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 60px;
}
.block--custom-layout__about-section .content .legends-repeater .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.block--custom-layout__about-section .content .legends-repeater .item .marker {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
}
.block--custom-layout__about-section .content .legends-repeater .item .marker img {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
}
.block--custom-layout__about-section .content .legends-repeater .item .description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  color: #212121;
}
@media (max-width: 767px) {
  .block--custom-layout__about-section .content .legends-repeater .item .description {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
  }
}
@media (max-width: 991px) {
  .block--custom-layout__about-section .inner-container {
    flex-direction: column;
    gap: 24px;
  }
  .block--custom-layout__about-section .col:first-child {
    flex: 0 0 auto;
    max-width: 100%;
  }
}

/* Home Hero Block Styles */
.block--custom-layout__home-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
  padding: 90px 60px;
  background-color: #24356D;
  background-image: var(--bg-image-desktop);
  color: #FFFFFF;
  margin: 30px auto;
  border-radius: 30px;
  max-width: 1440px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .block--custom-layout__home-hero {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .block--custom-layout__home-hero {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .block--custom-layout__home-hero {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .block--custom-layout__home-hero {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .block--custom-layout__home-hero {
    background-image: var(--bg-image-mobile, var(--bg-image-desktop));
    min-height: 420px;
  }
}
.block--custom-layout__home-hero .inner-container {
  max-width: 780px;
}
.block--custom-layout__home-hero h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 20px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .block--custom-layout__home-hero h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    font-family: "Montserrat", sans-serif;
  }
}
@media (max-width: 767px) {
  .block--custom-layout__home-hero h1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    font-family: "Montserrat", sans-serif;
  }
}
.block--custom-layout__home-hero .sub-paragraph {
  color: rgba(255, 255, 255, 0.85);
}
.block--custom-layout__home-hero .sub-paragraph p {
  margin: 0 0 12px;
}
.block--custom-layout__home-hero .sub-paragraph p:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=style.min.css.map */
