.site-header {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(2, 35, 76, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.site-header .header-container {
  display: flex;
  align-items: center;
  gap: 89px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px 96px;
}
.site-header .header-logo {
  flex-shrink: 0;
}
.site-header .header-logo img {
  width: 243.75px;
  height: 50px;
  object-fit: contain;
}
.site-header .header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  gap: 48px;
}
.site-header .nav-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .nav-item {
  position: relative;
  padding-top: 7px;
}
.site-header .nav-item .nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #023B7E;
  text-decoration: none;
  transition: 0.3s ease;
}
.site-header .nav-item .nav-link:hover {
  color: #023B7E;
}
.site-header .nav-item .chevron-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.site-header .nav-item.show .chevron-icon {
  transform: rotate(180deg);
}
.site-header .nav-underline {
  height: 2px;
  background-color: #023B7E;
  margin-top: 7px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.site-header .nav-item:hover .nav-underline,
.site-header .nav-item.active .nav-underline {
  opacity: 1;
}
.site-header .nav-item.dropdown .dropdown-menu {
  min-width: 220px;
  padding: 12px;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.site-header .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 18px 16px;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #023B7E;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}
.site-header .nav-item.dropdown .dropdown-menu .dropdown-item:hover, .site-header .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #F3F4F6;
  color: #023B7E;
}
.site-header .nav-item.dropdown .dropdown-menu .dropdown-item:active {
  background-color: #F3F4F6;
  color: #023B7E;
  font-weight: 700;
}
.site-header .header-buttons {
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-header .btn-secondary-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 16px 24px;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.11;
  color: #023B7E;
  background-color: transparent;
  border: 2px solid #023B7E;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s ease;
}
.site-header .btn-secondary-custom:hover {
  background-color: #023B7E;
  color: #FFFFFF;
}
.site-header .btn-primary-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 12px 16px;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.11;
  color: #FFFFFF;
  background-color: #DA0812;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s ease;
}
.site-header .btn-primary-custom:hover {
  background-color: rgb(168.8053097345, 6.1946902655, 13.9380530973);
  color: #FFFFFF;
}
.site-header .navbar-toggler {
  border: none;
  padding: 8px;
  position: relative;
}
.site-header .navbar-toggler:focus {
  box-shadow: none;
}
.site-header .navbar-toggler .navbar-toggler-icon {
  width: 24px;
  height: 24px;
}
.site-header .navbar-toggler .navbar-toggler-icon.hamburger-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23023B7E' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.site-header .navbar-toggler .navbar-toggler-icon.close-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M18 6L6 18M6 6L18 18' stroke='%23023B7E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.site-header .navbar-toggler[aria-expanded=true] .hamburger-icon {
  display: none !important;
}
.site-header .navbar-toggler[aria-expanded=true] .close-icon {
  display: block !important;
}
.site-header .mobile-nav {
  padding: 32px 16px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.site-header .mobile-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.site-header .mobile-nav-menu .nav-link {
  display: block;
  padding: 18px 16px;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #023B7E;
  text-decoration: none;
  text-align: center;
  border-radius: 6px;
  transition: 0.3s ease;
}
.site-header .mobile-nav-menu .nav-link:hover {
  background-color: rgba(2, 59, 126, 0.05);
}
.site-header .mobile-nav-menu.mobile-nav-menu-secondary {
  margin-top: 48px;
}
.site-header .mobile-buttons {
  margin-top: 48px;
  text-align: center;
}
.site-header .mobile-buttons .mobile-contact-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  height: 48px;
  background: transparent;
  border: 2px solid #023B7E;
  border-radius: 8px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.11;
  color: #023B7E;
  text-decoration: none;
}
.site-header .mobile-buttons .mobile-contact-btn:hover {
  background: rgba(2, 59, 126, 0.1);
  color: #023B7E;
}
.site-header .mobile-buttons-bottom {
  margin-top: 8px;
}
.site-header .mobile-buttons-bottom .mobile-notify-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  background: #023B7E;
  border: none;
  border-radius: 8px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.11;
  color: #FFFFFF;
  text-decoration: none;
}
.site-header .mobile-buttons-bottom .mobile-notify-btn:hover {
  background: rgb(1.203125, 35.4921875, 75.796875);
  color: #FFFFFF;
}
.site-header .btn-primary-blue {
  background: #023B7E;
  border: none;
  color: #FFFFFF;
}
.site-header .btn-primary-blue:hover {
  background: rgb(1.203125, 35.4921875, 75.796875);
  color: #FFFFFF;
}

@media (max-width: 1200px) {
  .site-header .header-container {
    padding: 24px 48px;
    gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .site-header .header-container {
    padding: 16px 16px;
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  .site-header .header-logo img {
    width: 180px;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .site-header .header-nav {
    display: none;
  }
}
.hero-wrapper {
  background-color: rgb(1, 39, 84);
  padding-top: 98px;
}
@media (max-width: 991.98px) {
  .hero-wrapper {
    padding-top: 82px;
  }
}
@media (max-width: 576px) {
  .hero-wrapper {
    padding-top: 66px;
  }
}

.hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 740px;
  max-width: 1440px;
  margin: 0 auto;
  background-image: linear-gradient(180deg, rgba(1, 39, 84, 0) 51.42%, rgb(1, 39, 84) 97.98%), url("/buxus/assets/energia-seniorom/images/Master header 2.png");
  background-position: center;
  background-repeat: no-repeat;
}
.hero-content {
  margin-top: 64px;
  margin-left: 96px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  width: 674px;
  max-width: 100%;
  padding: 32px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1000px) {
  .hero-content {
    background: rgba(255, 255, 255, 0.7);
  }
}
.hero-content {
  box-shadow: 0 0 50px 0 rgba(2, 35, 76, 0.2);
  backdrop-filter: blur(44.5px);
}

.hero-text {
  display: flex;
  flex-direction: column;
}

.hero-title {
  font-family: "Rajdhani", sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1142857143;
  color: #022F65;
  margin: 0;
  margin-bottom: 10px;
}

.hero-title2 {
  font-family: "Rajdhani", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  color: #022F65;
  margin: 0;
}

.hero-subtitle {
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: #022F65;
  margin: 0;
  margin-top: 35px;
}

.hero-box {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 32px;
  border: 1px solid #FFFDE4;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.hero-box::before,
.hero-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #FFFDE4;
  border-radius: 16px;
  pointer-events: none;
}

.hero-box::before {
  filter: blur(2px);
}

.hero-box::after {
  filter: blur(5px);
}

.hero-info {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 12px;
  padding: 16px;
  color: #023B7E;
  border-radius: 8px;
  border: 1px solid rgba(2, 59, 126, 0.5);
  background: rgba(255, 255, 255, 0.15);
}

.hero-info-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.hero-info-icon img {
  width: 100%;
  height: 100%;
}

.hero-info-text {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.276;
  margin: 0;
}

.hero-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 56px;
  padding: 16px 24px;
  background-color: #FFFFFF;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.11;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
  background: #023B7E;
}
.hero-button:hover {
  background-color: rgb(1.6015625, 47.24609375, 100.8984375);
  transform: translateY(-1px);
}

@media (max-width: 1000px) {
  .hero-section {
    background: linear-gradient(180deg, rgba(1, 39, 84, 0) 50.07%, rgba(0, 36, 78, 0.57) 61.66%, #00214A 71.34%), url("/buxus/assets/energia-seniorom/images/Rectangle 11.png") lightgray -255px -125.903px/168.023% 89.959% no-repeat;
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 48px;
  }
}
@media (max-width: 560px) {
  .hero-section {
    background-position: center top;
  }
}

@media (max-width: 1200px) {
  .hero-content {
    width: auto;
    max-width: 600px;
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (max-width: 1000px) {
  .hero-content {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 371px;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .hero-content {
    margin-top: 271px;
  }
}

@media (max-width: 1200px) {
  .hero-title {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 42px;
  }
}
@media (max-width: 576px) {
  .hero-title {
    font-size: 40px;
  }
}

@media (max-width: 1200px) {
  .hero-title2 {
    font-size: 28pxpx;
  }
}
@media (max-width: 1000px) {
  .hero-title2 {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .hero-title2 {
    font-size: 20px;
  }
}

@media (max-width: 1000px) {
  .hero-subtitle {
    font-size: 16px;
    line-height: 18px;
    margin-top: 12px;
  }
}

@media (max-width: 1000px) {
  .hero-box {
    flex-direction: column;
    align-items: stretch;
    padding: 8px;
    gap: 8px;
  }
}

@media (max-width: 1000px) {
  .hero-info {
    justify-content: center;
  }
}

.info-cards-wrapper {
  position: relative;
  z-index: 10;
  background-color: #F3F4F6;
  max-width: 1440px;
  margin: 0 auto;
  height: 136px;
}
@media (min-width: 1201px) {
  .info-cards-wrapper .owl-carousel .owl-stage {
    margin: auto;
  }
  .info-cards-wrapper .owl-carousel .owl-stage .owl-item:first-child {
    margin-left: 40px;
  }
}
@media (max-width: 1200px) {
  .info-cards-wrapper .owl-carousel {
    top: -96px;
  }
  .info-cards-wrapper {
    padding-top: 148px;
    padding-bottom: 64px;
  }
  .info-cards-wrapper .info-card {
    left: 16px;
  }
}
@media (max-width: 1000px) {
  .info-cards-wrapper .owl-carousel {
    top: 0px;
  }
  .info-cards-wrapper {
    padding-top: 56px;
    padding-bottom: 0px;
    height: auto;
  }
}

.info-cards-carousel {
  position: absolute;
  top: -146px;
}
@media (max-width: 1000px) {
  .info-cards-carousel {
    position: relative;
    top: 0px;
  }
}
@media (min-width: 992px) {
  .info-cards-carousel .owl-stage-outer {
    overflow: visible;
  }
  .info-cards-carousel .owl-stage {
    display: flex !important;
    justify-content: center;
  }
}

.info-cards-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding: 0 16px;
}
@media (min-width: 992px) {
  .info-cards-nav {
    display: none;
  }
}

.info-cards-prev,
.info-cards-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: transparent;
  border: 2px solid #023B7E;
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.info-cards-prev img,
.info-cards-next img {
  width: 24px;
  height: 24px;
  filter: invert(15%) sepia(89%) saturate(1636%) hue-rotate(196deg) brightness(95%) contrast(98%);
}
.info-cards-prev:hover,
.info-cards-next:hover {
  background-color: rgba(2, 59, 126, 0.1);
}

.info-cards-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.info-cards-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 16px;
  background-color: #D6D9DF;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.info-cards-dots .owl-dot.active {
  width: 16px;
  background-color: #023B7E;
}

.info-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 294px;
  margin: 0 auto;
  padding: 32px;
  background-color: rgba(255, 255, 255, 0.84);
  border-radius: 32px;
  box-shadow: 0px 0px 10px 0px rgba(2, 35, 76, 0.2);
  margin-bottom: 10px;
  backdrop-filter: blur(89px);
  -webkit-backdrop-filter: blur(89px);
}
@media (min-width: 992px) {
  .info-card {
    width: 294px;
    box-shadow: 0px 0px 50px 0px rgba(2, 35, 76, 0.2);
  }
}

.info-card-icon {
  position: absolute;
  top: 0;
  left: 32px;
  width: 20px;
  height: 28px;
}
.info-card-icon img {
  width: 100%;
  height: 100%;
}

.info-card-header {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 16px;
  text-align: center;
}

.info-card-value {
  font-family: "Rajdhani", sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
  color: #023B7E;
  margin: 0;
}
@media (max-width: 768px) {
  .info-card-value {
    font-size: 42px;
  }
}

.info-card-label {
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1666666667;
  color: #023B7E;
  margin: 0;
}
@media (max-width: 768px) {
  .info-card-label {
    font-size: 22px;
  }
}

.info-card-desc {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444444444;
  color: #354351;
  text-align: center;
  margin: 0;
}

.text-section {
  margin: 0 auto;
  padding-top: 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .text-section {
    padding-top: 24px;
  }
}
@media (max-width: 1200px) {
  .text-section {
    text-align: left;
  }
}
.text-section .text-section-inner-big {
  max-width: 824px;
  margin: 0 auto;
}
.text-section .text-section-inner-big h2 {
  font-family: "Rajdhani", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.276;
  color: #023B7E;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .text-section .text-section-inner-big h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.text-section .text-section-inner-big p {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.444;
  color: #354351;
  margin: 0;
}
@media (max-width: 768px) {
  .text-section .text-section-inner-big p {
    font-size: 18px;
    text-align: left;
    width: 100%;
  }
}

.xx-content-section {
  background-color: #F3F4F6;
  padding: 0 0px 96px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .xx-content-section {
    padding: 0 0px 64px;
  }
}
@media (max-width: 768px) {
  .xx-content-section {
    padding: 0 0px 48px;
  }
}

.xx-content-section-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

.intro-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 32px;
  padding: 0 212px;
  text-align: center;
}
@media (max-width: 1200px) {
  .intro-block {
    padding: 0 100px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .intro-block {
    padding: 0;
  }
}

.intro-title {
  font-family: "Rajdhani", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.276;
  color: #023B7E;
  margin: 0;
}
@media (max-width: 1200px) {
  .intro-title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .intro-title {
    font-size: 36px;
    text-align: left;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .intro-title {
    font-size: 32px;
  }
}

.intro-subtitle {
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4166666667;
  color: #354351;
  margin: 0;
}
@media (max-width: 768px) {
  .intro-subtitle {
    font-size: 22px;
    text-align: left;
    width: 100%;
  }
}

.project-goal {
  display: flex;
  flex-direction: column;
  gap: 56px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .project-goal {
    text-align: left;
  }
}

.project-goal-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 824px;
  margin: 0 auto;
  text-align: center;
}

.project-goal-title {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.276;
  color: #023B7E;
  margin: 0;
}
@media (max-width: 768px) {
  .project-goal-title {
    font-size: 32px;
    text-align: left;
    width: 100%;
  }
}

.project-goal-desc {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.444;
  color: #354351;
  margin: 0;
}
@media (max-width: 768px) {
  .project-goal-desc {
    font-size: 18px;
    text-align: left;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .feature-cards-carousel {
    display: flex !important;
    justify-content: center;
    gap: 24px;
  }
  .feature-cards-carousel .owl-stage-outer,
  .feature-cards-carousel .owl-stage {
    display: contents;
  }
  .feature-cards-carousel .owl-item {
    width: auto !important;
    margin: 0 !important;
  }
}

.feature-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 32px;
  background: #FFFFFF;
  border-radius: 32px;
  width: 100%;
  max-width: 294px;
  position: relative;
  left: 16px;
  height: 100%;
}
@media (min-width: 992px) {
  .feature-card {
    width: 294px;
  }
}
@media (max-width: 1000px) {
  .feature-card {
    min-height: 266px;
  }
}

.feature-cards-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding: 0 16px;
}
@media (min-width: 1200px) {
  .feature-cards-nav {
    display: none;
  }
}

.feature-cards-prev,
.feature-cards-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: transparent;
  border: 2px solid #023B7E;
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.feature-cards-prev img,
.feature-cards-next img {
  width: 24px;
  height: 24px;
  filter: invert(15%) sepia(89%) saturate(1636%) hue-rotate(196deg) brightness(95%) contrast(98%);
}
.feature-cards-prev:hover,
.feature-cards-next:hover {
  background-color: rgba(2, 59, 126, 0.1);
}

.feature-cards-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.feature-cards-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 16px;
  background-color: #D6D9DF;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.feature-cards-dots .owl-dot.active {
  width: 16px;
  background-color: #023B7E;
}

.feature-card-icon {
  width: 100px;
  height: 100px;
}
.feature-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

.feature-card-title {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.167;
  color: #023B7E;
  margin: 0;
}

.feature-card-subtitle {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.444;
  color: #354351;
  margin: 0;
}

.highlight-box {
  display: flex;
  gap: 48px;
  padding: 32px;
  background: #FFFFFF;
  border-radius: 32px;
}
@media (max-width: 1024px) {
  .highlight-box {
    flex-direction: column;
  }
}

.highlight-image-container,
.highlight-video-container {
  flex-shrink: 0;
  width: 582px;
  overflow: hidden;
  border-radius: 24px;
}
@media (max-width: 1024px) {
  .highlight-image-container,
  .highlight-video-container {
    width: 100%;
  }
}

.image-right .highlight-image-container,
.image-right .highlight-video-container {
  width: 554px;
}
@media (max-width: 1024px) {
  .image-right .highlight-image-container,
  .image-right .highlight-video-container {
    width: 100%;
  }
}

.highlight-image,
.highlight-video {
  width: 100%;
  height: 365px;
  object-fit: cover;
  border-radius: 24px;
}
@media (max-width: 1024px) {
  .highlight-image,
  .highlight-video {
    width: 100%;
    height: auto;
  }
}

.highlight-video {
  height: 400px;
}

.highlight-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  flex: 1;
}

.highlight-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.highlight-title {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.276;
  color: #023B7E;
  margin: 0;
}
@media (max-width: 768px) {
  .highlight-title {
    font-size: 32px;
  }
}

.highlight-desc {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.444;
  color: #354351;
  margin: 0;
}

.highlight-cta {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #023B7E;
  border: 2px solid #D1D5DC;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .highlight-cta {
    flex-direction: column;
    gap: 0;
  }
}

.highlight-cta-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 24px 32px;
  background: #DA0812;
  border-radius: 24px 80px 0px 24px;
  box-shadow: 6px 0px 30px 0px rgb(0, 33, 74);
  height: 100%;
}
@media (max-width: 768px) {
  .highlight-cta-left {
    width: 100%;
    border-radius: 24px 24px 0 0;
    padding: 20px;
  }
}

.highlight-cta-icon {
  width: 32px;
  height: 32px;
}
.highlight-cta-icon img {
  width: 100%;
  height: 100%;
}

.highlight-cta-value {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.444;
  color: #FFFFFF;
  margin: 0;
  white-space: nowrap;
}

.highlight-cta-right {
  padding: 24px 24px 24px 0;
}
@media (max-width: 768px) {
  .highlight-cta-right {
    padding: 20px;
  }
}

.highlight-cta-text {
  font-family: "Rajdhani", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.444;
  color: #FFFFFF;
  margin: 0;
}

.special-prize-wrapper {
  background-color: #023B7E;
  margin-top: 96px;
}

.special-prize-section {
  display: flex;
  align-items: center;
  gap: 132px;
  padding: 0 96px;
  background-color: #023B7E;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .special-prize-section {
    gap: 64px;
    padding: 0 48px;
  }
}
@media (max-width: 1024px) {
  .special-prize-section {
    flex-direction: column;
    gap: 48px;
    padding: 48px;
  }
}
@media (max-width: 768px) {
  .special-prize-section {
    padding: 32px 24px;
    gap: 32px;
  }
}

.special-prize-illustration {
  flex-shrink: 0;
  width: 377px;
  height: 481px;
}
.special-prize-illustration img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .special-prize-illustration {
    width: 300px;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .special-prize-illustration {
    width: 250px;
    order: 2;
  }
}
@media (max-width: 768px) {
  .special-prize-illustration {
    width: 200px;
  }
}

.special-prize-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  padding: 96px 0;
  flex: 1;
}
@media (max-width: 1024px) {
  .special-prize-content {
    padding: 0;
    order: 1;
  }
}
.special-prize-content a {
  color: #fff;
  text-decoration: underline;
}
.special-prize-content a:hover {
  text-decoration: underline;
}

.special-prize-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.special-prize-label {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.276;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 1024px) {
  .special-prize-label {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .special-prize-label {
    font-size: 36px;
  }
}

.special-prize-title {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.276;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 768px) {
  .special-prize-title {
    font-size: 20px;
  }
}

.special-prize-desc {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.444;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 768px) {
  .special-prize-desc {
    font-size: 16px;
  }
}

.special-prize-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  height: 56px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 8px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.111;
  color: #023B7E;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s ease;
}
.special-prize-button:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
@media (max-width: 768px) {
  .special-prize-button {
    width: 100%;
    padding: 14px 20px;
    height: 48px;
    font-size: 16px;
  }
}

.news-wrapper {
  background-color: #FFFFFF;
}

.news-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  padding: 96px;
  background-color: #FFFFFF;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .news-section {
    padding: 64px 0px;
  }
}
@media (max-width: 768px) {
  .news-section {
    padding: 48px 0px;
    gap: 32px;
  }
}

.news-section-title {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.276;
  color: #023B7E;
  text-align: center;
  margin: 0;
}
@media (max-width: 1024px) {
  .news-section-title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .news-section-title {
    font-size: 36px;
  }
}

.news-carousel-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.news-carousel-wrapper .owl-stage-outer {
  padding: 20px 0;
  margin: -20px 0;
}

.news-card {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 32px;
  box-shadow: 0px 0px 25px 0px rgba(2, 35, 76, 0.2);
  overflow: hidden;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1200px) {
  .news-card {
    position: relative;
    left: 16px;
  }
}
.news-card {
  max-width: 380px;
}

.news-card-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.news-card-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  position: relative;
}

.news-card-title {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.273;
  color: #033B7E;
  margin: 0;
  max-width: 338px;
  position: relative;
  padding: 32px 32px 0px 32px;
}
.news-card-title a {
  color: #033B7E;
  text-decoration: none;
}

.news-card-divider {
  width: 100%;
  height: 1px;
  background-color: #D6D9DF;
}

.news-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.news-card-date {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  color: #354351;
  margin: 0;
}

.news-card-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.276;
  color: #023B7E;
  text-decoration: underline;
  transition: 0.3s ease;
  white-space: nowrap;
}
.news-card-link:hover {
  color: rgb(1.203125, 35.4921875, 75.796875);
}
.news-card-link svg {
  width: 20px;
  height: 20px;
}

.news-card-decoration {
  position: absolute;
  top: 0;
  left: 23px;
  width: 13px !important;
  height: 18px;
}

.news-carousel {
  width: 100%;
}
.news-carousel .owl-stage {
  display: flex;
  gap: 24px;
}
.news-carousel .owl-item {
  display: flex;
}

.news-carousel .owl-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}
.news-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #D6D9DF;
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0.3s ease;
}
.news-carousel .owl-dots .owl-dot.active {
  width: 16px;
  background-color: #023B7E;
  border-radius: 16px;
}
.news-carousel .owl-dots .owl-dot:hover:not(.active) {
  background-color: rgb(185.3561643836, 190.4520547945, 200.6438356164);
}

.news-carousel .owl-nav {
  display: none;
}

.news-carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 2px solid #023B7E;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
  z-index: 10;
  padding: 16px;
}
.news-carousel-nav img {
  width: 24px;
  height: 24px;
}
.news-carousel-nav:hover {
  background: #023B7E;
}
.news-carousel-nav:hover img {
  filter: brightness(0) invert(1);
}
@media (max-width: 1400px) {
  .news-carousel-nav {
    display: none;
  }
}

.news-carousel-prev {
  left: -60px;
}

.news-carousel-next {
  right: -60px;
}

.news-card-link-icon {
  width: 20px !important;
  height: 20px;
}

.news-cards-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding: 0 16px;
  width: 100%;
}
@media (min-width: 992px) {
  .news-cards-nav {
    display: none;
  }
}

.news-cards-prev,
.news-cards-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: transparent;
  border: 2px solid #023B7E;
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.news-cards-prev img,
.news-cards-next img {
  width: 24px;
  height: 24px;
  filter: invert(15%) sepia(89%) saturate(1636%) hue-rotate(196deg) brightness(95%) contrast(98%);
}
.news-cards-prev:hover,
.news-cards-next:hover {
  background-color: rgba(2, 59, 126, 0.1);
}

.news-cards-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.news-cards-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 16px;
  background-color: #D6D9DF;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.news-cards-dots .owl-dot.active {
  width: 16px;
  background-color: #023B7E;
}

.faq-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  padding: 96px;
  background: #F3F4F6;
}
@media (max-width: 991px) {
  .faq-section {
    padding: 64px 24px;
    gap: 40px;
  }
}
@media (max-width: 575px) {
  .faq-section {
    padding: 48px 16px;
    gap: 32px;
  }
}

.faq-section-title {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.28;
  color: #023B7E;
  text-align: center;
  margin: 0;
}
@media (max-width: 991px) {
  .faq-section-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .faq-section-title {
    font-size: 32px;
  }
}

.faq-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 8px;
  background: #FFFFFF;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .faq-tabs {
    width: 100%;
    justify-content: center;
  }
}

.faq-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  height: 48px;
  background: transparent;
  border: 1.5px solid transparent;
  border-radius: 8px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #023B7E;
  cursor: pointer;
  transition: 0.3s ease;
}
.faq-tab:hover {
  background: rgba(53, 98, 152, 0.1);
}
.faq-tab.active {
  background: #356298;
  color: #FFFFFF;
}
.faq-tab:not(.active) {
  border-color: #B3C4D8;
}
@media (max-width: 575px) {
  .faq-tab {
    padding: 10px 16px;
    font-size: 16px;
    height: 40px;
  }
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 824px;
}

.faq-accordion-item {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0px 0px 10px 0px rgba(2, 35, 76, 0.1);
  overflow: hidden;
}

.faq-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  cursor: pointer;
}
@media (max-width: 575px) {
  .faq-accordion-header {
    padding: 12px 16px;
  }
}

.faq-accordion-title {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.28;
  color: #023B7E;
  margin: 0;
}
@media (max-width: 575px) {
  .faq-accordion-title {
    font-size: 18px;
  }
}

.faq-accordion-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 2px solid #023B7E;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
  flex-shrink: 0;
}
.faq-accordion-toggle img {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.faq-accordion-toggle:hover {
  background: rgba(2, 59, 126, 0.1);
}

.faq-accordion-content {
  display: none;
  padding: 0 24px 16px;
}
.faq-accordion-content.show {
  display: block;
}
.faq-accordion-content p {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  color: #000000;
  margin: 0;
}
@media (max-width: 575px) {
  .faq-accordion-content {
    padding: 0 16px 12px;
  }
  .faq-accordion-content p {
    font-size: 16px;
  }
}

.faq-accordion-item.open .faq-accordion-toggle img {
  transform: rotate(180deg);
}
.faq-accordion-item.open .faq-accordion-content {
  display: block;
}

.faq-contact-card {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 824px;
  padding: 48px 32px 32px;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0px 0px 20px 0px rgba(2, 35, 76, 0.1);
}
@media (max-width: 575px) {
  .faq-contact-card {
    padding: 32px 16px 24px;
    gap: 24px;
  }
}

.faq-contact-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.faq-contact-title {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.28;
  color: #023B7E;
  margin: 0;
}
@media (max-width: 575px) {
  .faq-contact-title {
    font-size: 28px;
  }
}

.faq-contact-subtitle {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.44;
  color: #354351;
  margin: 0;
}

.faq-contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.faq-form-row {
  display: flex;
  gap: 24px;
}
@media (max-width: 767px) {
  .faq-form-row {
    flex-direction: column;
  }
}

.faq-form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.faq-form-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.33;
  color: #023B7E;
}
.faq-form-label .optional {
  font-weight: 400;
  font-size: 14px;
  color: #5C6169;
}

.faq-form-input {
  padding: 8px 16px;
  height: 56px;
  border: 1px solid #356298;
  border-radius: 6px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.33;
  color: #000000;
  width: 100%;
  box-sizing: border-box;
}
.faq-form-input::placeholder {
  color: #99A1AF;
}
.faq-form-input:focus {
  outline: none;
  border-color: #023B7E;
}

.faq-form-textarea {
  padding: 12px 16px;
  border: 1px solid #356298;
  border-radius: 12px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.33;
  color: #000000;
  height: 86px;
  resize: vertical;
  width: 100%;
  box-sizing: border-box;
}
.faq-form-textarea::placeholder {
  color: #99A1AF;
}
.faq-form-textarea:focus {
  outline: none;
  border-color: #023B7E;
}

.faq-form-char-count {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #5C6169;
  text-align: right;
}

.faq-form-divider {
  height: 1px;
  background: #E6EBF2;
}

.faq-form-footer {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}
@media (max-width: 767px) {
  .faq-form-footer {
    flex-direction: column;
    align-items: stretch;
  }
}

.faq-form-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.faq-form-checkbox {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.faq-form-checkbox .checkbox-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 2px;
  cursor: pointer;
}
.faq-form-checkbox .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.faq-form-checkbox label {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.33;
  color: #354351;
  cursor: pointer;
}
.faq-form-checkbox label .gdpr-link {
  color: #023B7E;
  text-decoration: underline;
}
.faq-form-checkbox label .gdpr-link:hover {
  text-decoration: none;
}

.faq-submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  height: 48px;
  background: #DA0812;
  border: none;
  border-radius: 8px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.11;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.3s ease;
}
.faq-submit-btn img {
  width: 24px;
  height: 24px;
}
.faq-submit-btn:hover {
  background: rgb(168.8053097345, 6.1946902655, 13.9380530973);
}
.faq-submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.faq-submit-btn:disabled:hover {
  background: #DA0812;
}

.site-footer {
  background-color: #023B7E;
  color: #FFFFFF;
}

.footer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 56px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 96px;
}
@media (max-width: 1200px) {
  .footer-container {
    padding: 64px 48px;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .footer-container {
    padding: 48px 24px;
    gap: 32px;
  }
}

.footer-top {
  display: flex;
  align-items: center;
  gap: 130px;
}
@media (max-width: 1200px) {
  .footer-top {
    gap: 60px;
  }
}
@media (max-width: 991.98px) {
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
  }
}

.footer-brand {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 56px;
  width: 294px;
  height: 180px;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .footer-brand {
    width: 100%;
    height: auto;
    gap: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .footer-brand {
    align-items: center;
    text-align: center;
    gap: 40px;
  }
}

.footer-logo {
  display: block;
}
.footer-logo img {
  width: 254px;
  height: 52.74px;
}
@media (max-width: 576px) {
  .footer-logo img {
    width: 200px;
    height: auto;
  }
}

.footer-social {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .footer-social {
    align-items: center;
  }
}

.footer-social-text {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4444444444;
  color: #FFFFFF;
  margin: 0;
}

.footer-social-icons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.social-icon img {
  width: 28px;
  height: 28px;
}
.social-icon:hover {
  opacity: 0.7;
}

.footer-links {
  display: flex;
  flex: 1;
  justify-content: stretch;
  align-items: stretch;
  gap: 56px;
}
@media (max-width: 768px) {
  .footer-links {
    flex-direction: column;
    gap: 32px;
    width: 100%;
  }
}

.footer-links-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 24px;
}
@media (max-width: 768px) {
  .footer-links-column {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .footer-links-column:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.footer-heading {
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1666666667;
  color: #FFFFFF;
  margin: 0;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-link {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2760000229;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer-link:hover {
  color: #FFFFFF;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .footer-link {
    text-decoration: underline;
  }
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #356298;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 24px;
  width: 100%;
}
@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
}

.footer-copyright {
  flex: 1;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444444444;
  color: #FFFFFF;
  margin: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .footer-copyright {
    flex: none;
    text-align: center;
  }
}

.contact-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  justify-content: center;
  align-items: center;
}
.contact-modal-overlay.show {
  display: flex;
}

.contact-modal {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 48px 24px 24px;
  width: 400px;
  max-width: calc(100% - 32px);
  background: #FFFFFF;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 575px) {
  .contact-modal {
    padding: 40px 16px 16px;
    gap: 20px;
  }
}

.contact-modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
}
.contact-modal-close img {
  width: 20px;
  height: 20px;
}
.contact-modal-close:hover {
  background: rgba(2, 59, 126, 0.1);
}

.contact-modal-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

.contact-modal-title {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.28;
  color: #023B7E;
  margin: 0;
}
.contact-modal-subtitle {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.44;
  color: #354351;
  margin: 0;
}

.contact-modal-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-modal-form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-modal-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.33;
  color: #023B7E;
}
.contact-modal-label .optional {
  font-weight: 400;
  font-size: 15px;
  color: #5C6169;
}

.contact-modal-input {
  padding: 8px 16px;
  height: 56px;
  border: 1px solid #1F2023;
  border-radius: 6px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  width: 100%;
  box-sizing: border-box;
}
.contact-modal-input::placeholder {
  color: #99A1AF;
}
.contact-modal-input:focus {
  outline: none;
  border-color: #023B7E;
}

.contact-modal-checkbox {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.contact-modal-checkbox .checkbox-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 2px;
  cursor: pointer;
}
.contact-modal-checkbox .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.contact-modal-checkbox label {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.33;
  color: #354351;
  cursor: pointer;
  text-align: left;
}
.contact-modal-checkbox label .gdpr-link {
  color: #023B7E;
  text-decoration: underline;
}
.contact-modal-checkbox label .gdpr-link:hover {
  text-decoration: none;
}

.contact-modal-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  width: 100%;
  background: #DA0812;
  border: none;
  border-radius: 8px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.11;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.3s ease;
}
.contact-modal-submit img {
  width: 24px;
  height: 24px;
}
.contact-modal-submit:hover {
  background: rgb(168.8053097345, 6.1946902655, 13.9380530973);
}
.contact-modal-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.contact-modal-submit:disabled:hover {
  background: #DA0812;
}

.documents-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  justify-content: center;
  align-items: center;
}
.documents-modal-overlay.show {
  display: flex;
}

.documents-modal {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 48px 24px 24px;
  width: 761px;
  max-width: calc(100% - 32px);
  max-height: calc(100vh - 64px);
  overflow-y: auto;
  background: #FFFFFF;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 767px) {
  .documents-modal {
    padding: 40px 16px 16px;
    gap: 20px;
  }
}

.documents-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
}
.documents-modal-close img {
  width: 20px;
  height: 20px;
}
.documents-modal-close:hover {
  background: rgba(2, 59, 126, 0.1);
}

.documents-modal-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

.documents-modal-title {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.28;
  color: #023B7E;
  margin: 0;
}
@media (max-width: 575px) {
  .documents-modal-title {
    font-size: 26px;
  }
}

.documents-modal-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.document-card {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px 24px;
  background: #F2F5F9;
  border-radius: 16px;
  box-shadow: 0px 0px 10px 0px rgba(2, 35, 76, 0.16);
}
@media (max-width: 767px) {
  .document-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
  }
  .document-card .document-download-btn {
    width: 100%;
  }
}

.document-card-info {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.document-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background: #FFFFFF;
  border: 1px solid #023B7E;
  border-radius: 5px;
}
.document-card-icon img {
  width: 24px;
  height: 24px;
}

.document-card-name {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.28;
  color: #023B7E;
  margin: 0;
}
@media (max-width: 575px) {
  .document-card-name {
    font-size: 20px;
  }
}

.document-card-meta {
  display: flex;
  gap: 16px;
}

.document-card-size {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 6px;
  background: #FFFFFF;
  border: 1px solid #9AB1CB;
  border-radius: 4px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #354351;
}

.document-card-actions {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .document-card-actions {
    width: 100%;
  }
}

.document-download-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  height: 40px;
  background: transparent;
  border: 2px solid #023B7E;
  border-radius: 8px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.11;
  color: #023B7E;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s ease;
}
.document-download-btn img {
  width: 24px;
  height: 24px;
}
.document-download-btn:hover {
  background: rgba(2, 59, 126, 0.1);
  color: #023B7E;
}

.success-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  justify-content: center;
  align-items: center;
}
.success-modal-overlay.show {
  display: flex;
}

.success-modal {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 48px 24px 24px;
  width: 400px;
  max-width: calc(100% - 32px);
  background: #FFFFFF;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 575px) {
  .success-modal {
    padding: 40px 16px 16px;
    gap: 20px;
  }
}

.success-modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
}
.success-modal-close img {
  width: 20px;
  height: 20px;
}
.success-modal-close:hover {
  background: rgba(2, 59, 126, 0.1);
}

.success-modal-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  align-items: center;
}

.success-modal-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: rgba(34, 197, 94, 0.1);
  border-radius: 50%;
}
.success-modal-icon img {
  width: 32px;
  height: 32px;
}

.success-modal-title {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.28;
  color: #023B7E;
  margin: 0;
}

.success-modal-message {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.44;
  color: #354351;
  margin: 0;
}

.success-modal-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  width: 100%;
  background: #023B7E;
  border: none;
  border-radius: 8px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.11;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.3s ease;
}
.success-modal-btn:hover {
  background: rgb(1.203125, 35.4921875, 75.796875);
}

body {
  background-color: #F3F4F6;
}

.section-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #F3F4F6;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 56px;
  padding-left: 96px;
  padding-right: 96px;
}
@media (max-width: 768px) {
  .section-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .section-wrapper.no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
.padding {
  padding-left: 96px;
  padding-right: 96px;
}
@media (max-width: 1200px) {
  .padding {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 768px) {
  .padding {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.margin {
  margin-left: 96px;
  margin-right: 96px;
}
@media (max-width: 1200px) {
  .margin {
    margin-left: 48px;
    margin-right: 48px;
  }
}
@media (max-width: 768px) {
  .margin {
    margin-left: 16px;
    margin-right: 16px;
  }
}

p a {
  color: #023B7E;
}

.bg-grey {
  background-color: #F3F4F6;
}

.komponent-kotva {
  position: relative;
  top: -40px;
}

/*# sourceMappingURL=energia-seniorom.css.map */
