* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #002130;
  font-family: Arial, sans-serif;
}

.header-container {
  width: 100%;
  display: flex;
  background-color: #042f42;
  color: #c5c5c5;
}
.header-container .logo a {
  text-decoration: none;
  color: #c5c5c5;
}
.header-container .logo a:hover {
  text-decoration: underline;
}
.header-container .team-link,
.header-container .team-btn-desktop {
  font-size: 16px;
  border: none;
  font-family: "Inter", sans-serif;
  cursor: pointer;
}
.header-container .team-link:hover,
.header-container .team-btn-desktop:hover {
  text-decoration: underline;
}
.header-container .team-btn-desktop {
  background-color: rgb(160, 160, 160);
  color: #c5c5c5;
  border-radius: 20px;
  padding: 10px 15px;
}

.form-container {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.form-container h2 {
  font-weight: 100;
  font-family: "Impact", sans-serif;
  color: #c5c5c5;
}
.form-container h3 {
  font-weight: 100;
  font-family: "Impact", sans-serif;
  line-height: 1.5;
}
.form-container .section-title {
  font-size: 25px;
  font-weight: 100;
  font-family: "Impact", sans-serif;
  color: #c5c5c5;
  margin: 50px 0 0px;
  text-align: center;
}
.form-container h4 {
  font-size: 20px;
  font-weight: 100;
  font-family: "Impact", sans-serif;
}
.form-container .intro-text {
  color: #c5c5c5;
  text-align: justify;
}
.form-container .document-grid {
  max-height: 755px;
  overflow-y: auto;
  width: 100%;
  margin: 0 auto 100px;
  padding-right: 0px;
  scrollbar-width: thin;
  scrollbar-color: rgb(160, 160, 160) transparent;
  /* Chrome, Edge, Safari */
}
.form-container .document-grid::-webkit-scrollbar {
  width: 10px;
}
.form-container .document-grid::-webkit-scrollbar-track {
  background: transparent;
}
.form-container .document-grid::-webkit-scrollbar-thumb {
  background-color: rgb(160, 160, 160);
  border-radius: 6px;
}
.form-container .document-grid::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.form-container .document-grid .document-box {
  background-color: #003b56;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  height: 135px;
  position: relative;
}
.form-container .document-grid .document-box:hover {
  background-color: #38586b;
}
.form-container .document-grid .document-box img {
  height: 115px;
  width: 75px;
  margin: 10px;
}
.form-container .document-grid .document-box .text {
  padding: 15px 0px 20px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.form-container .document-grid .document-box .text h4 {
  color: #c5c5c5;
}
.form-container .document-grid .document-box .text .details {
  position: absolute;
  bottom: 10px;
}
.form-container .document-grid .document-box .text .details span {
  font-size: 13px;
  color: #c5c5c5;
  font-family: Arial, sans-serif;
  line-height: 18px;
  display: block;
}
.form-container .document-grid .document-box .text .details .translated-link {
  color: #c5c5c5;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.form-container .document-grid .document-box .text .details .translated-link:hover {
  text-decoration: underline;
}
.form-container .interactive-btn {
  background-color: #0077ac;
  border: none;
  border-radius: 20px;
  padding: 5px 40px;
  cursor: pointer;
  align-items: center;
  float: right;
  margin: 10px;
}
.form-container .interactive-btn:hover {
  background-color: #bf0017;
}
.form-container .interactive-btn .search-icon {
  width: fit-content;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.form-container .interactive-btn span {
  font-size: 18px;
  color: #c5c5c5;
}
.form-container .title-section {
  margin: 0 auto;
}
.form-container .title-section h2 {
  color: #c5c5c5;
  text-align: left;
}
.form-container .title-section .content {
  color: #c5c5c5;
  font-family: Arial, sans-serif;
}
.form-container .themes-wrapper {
  text-align: center;
}
.form-container .themes-wrapper .themes-title {
  color: #c5c5c5;
}
.form-container .themes-wrapper .themes-grid {
  max-width: 100%;
  margin: 0 auto;
}
.form-container .themes-wrapper .themes-grid a {
  text-decoration: none;
}
.form-container .themes-wrapper .themes-grid .theme-item {
  background-color: #c5c5c5;
  width: 100%;
  display: flex;
  align-items: center;
  height: 150px;
  cursor: pointer;
}
.form-container .themes-wrapper .themes-grid .theme-item:hover {
  background-color: rgb(160, 160, 160);
}
.form-container .themes-wrapper .themes-grid .theme-item img {
  width: 40%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.form-container .themes-wrapper .themes-grid .theme-item h3 {
  flex: 1;
  color: #002231;
  padding: 0 20px;
  text-align: left;
}
.form-container .themes-wrapper .themes-grid .wide {
  grid-column: 2/span 1;
}
.form-container .themes-wrapper .themes-grid .hr-desktop {
  border-top: 3px solid #c5c5c5;
  border-bottom: none;
  border-left: none;
  border-right: none;
  position: relative;
  top: 73px;
}
.form-container .map-section {
  color: #002231;
  width: 100%;
  height: auto;
}
.form-container .map-section .map-container {
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  background-color: #c5c5c5;
}
.form-container .map-section p {
  font-size: 13px;
  line-height: 20px;
  color: #002231;
  font-family: Arial, sans-serif;
}
.form-container .map-section .map-text h2 {
  font-size: 35px;
  color: #002231;
}
.form-container .map-section .map-text strong {
  font-weight: 700;
}
.form-container .map-section .map-text .checkbox-group {
  margin-top: 20px;
  border: 2px solid #002130;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.form-container .map-section .map-text .checkbox-group label {
  color: #002231;
  padding-left: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px 12px 40px;
  font-size: 13px;
  border-bottom: 1px solid rgb(160, 160, 160);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.form-container .map-section .map-text .checkbox-group label:last-child {
  border-bottom: none;
}
.form-container .map-section .map-text .checkbox-group label:hover {
  background-color: rgb(160, 160, 160);
}
.form-container .map-section .map-text .checkbox-group label input[type=checkbox] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid lightgray;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.form-container .map-section .map-text .checkbox-group label input[type=checkbox]:hover {
  background-color: rgb(160, 160, 160);
}
.form-container .map-section .map-text .checkbox-group label input[type=checkbox].communities:checked {
  background-color: #004C73;
  border-color: lightgray;
}
.form-container .map-section .map-text .checkbox-group label input[type=checkbox].camps:checked {
  background-color: #b30000;
  border-color: lightgray;
}
.form-container .map-section .map-text .checkbox-group label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-container .map-section .map-text .map-info h4 {
  color: #002231;
}
.form-container .map-section .map-text .map-info .swipe-container {
  border: 2px solid #002130;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px 12px 40px;
  /* Toggle switch styles */
}
.form-container .map-section .map-text .map-info .swipe-container .swipe-content {
  display: flex;
  gap: 10px;
}
.form-container .map-section .map-text .map-info .swipe-container .swipe-content .icon {
  font-size: 16px;
  position: relative;
  bottom: 1px;
}
.form-container .map-section .map-text .map-info .swipe-container .swipe-content .label {
  color: #002231;
  font-size: 13px;
}
.form-container .map-section .map-text .map-info .swipe-container .switch {
  position: relative;
  width: 35px;
  height: 18px;
}
.form-container .map-section .map-text .map-info .swipe-container .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.form-container .map-section .map-text .map-info .swipe-container .switch input:checked + .slider {
  background-color: #002130;
}
.form-container .map-section .map-text .map-info .swipe-container .switch input:checked + .slider::before {
  transform: translateX(20px);
  background-color: #fff;
}
.form-container .map-section .map-text .map-info .swipe-container .switch .slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #fff;
  border-radius: 20px;
  transition: 0.3s;
  border: 1px solid #002130;
}
.form-container .map-section .map-text .map-info .swipe-container .switch .slider:hover {
  background-color: #c5c5c5;
  border: 1px solid rgb(160, 160, 160);
}
.form-container .map-section .map-text .map-info .swipe-container .switch .slider::before {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  top: 1px;
  background-color: #002130;
  border-radius: 50%;
  transition: 0.3s;
}
.form-container .map-section .map-text .map-info .note-desktop,
.form-container .map-section .map-text .map-info .note-mobile {
  margin-top: 15px;
}
.form-container .map-section .map-frame {
  flex-grow: 1;
}
.form-container .map-section .map-frame iframe {
  width: 100%;
}
.form-container .sponsors-section {
  text-align: center;
}
.form-container .sponsors-section .sponsors-title {
  color: #c5c5c5;
}
.form-container .sponsors-section .sponsors-grid {
  justify-items: center;
  margin: 0 auto;
}
.form-container .sponsors-section .sponsors-grid .first-row-logo,
.form-container .sponsors-section .sponsors-grid .second-row-logo {
  background-color: #f0f0f0;
  box-sizing: border-box;
}
.form-container .sponsors-section .sponsors-grid .first-row-logo img,
.form-container .sponsors-section .sponsors-grid .second-row-logo img {
  object-fit: cover;
}
.form-container .sponsors-section .sponsors-note {
  font-size: 15px;
  font-family: Arial, sans-serif;
  color: #c5c5c5;
  margin-top: 10px;
  text-align: right;
  line-height: 20px;
}

.information-popup .info-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.information-popup .info-overlay.visible {
  opacity: 1;
  pointer-events: all;
}
.information-popup .info-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}
.information-popup .info-popup {
  position: fixed;
  overflow: scroll;
  top: 0;
  bottom: 0;
  right: 0;
  width: 250px;
  background-color: rgb(32, 32, 32);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s ease, opacity 0.3s ease;
  z-index: 999;
  transform: translateX(100%);
  opacity: 0;
}
.information-popup .info-popup.visible {
  transform: translateX(0);
  opacity: 1;
}
.information-popup .info-popup.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
}
.information-popup .info-popup .info-popup-content {
  padding: 0 25px 30px;
  position: absolute;
  top: 30px;
  width: 100%;
}
.information-popup .info-popup .info-popup-content .static-text {
  font-weight: 600;
}
.information-popup .info-popup .info-popup-content .popup-description {
  margin-bottom: 40px;
}
.information-popup .info-popup .info-popup-content p {
  text-align: left;
  font-family: Arial, sans-serif;
  color: #c5c5c5;
  font-size: 14px;
  line-height: 1.42;
}

.document-info-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.document-info-popup.hidden {
  display: none;
}
.document-info-popup .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.document-info-popup .popup-content {
  position: relative;
  z-index: 2;
  max-width: 1305px;
  background-color: rgb(32, 32, 32);
  color: #c5c5c5;
  display: flex;
  flex-direction: column;
  max-height: 92vh;
}
.document-info-popup .popup-content .popup-close {
  width: 30px;
  height: auto;
  right: 10px;
  top: 10px;
  position: absolute;
  background: none;
  color: #c5c5c5;
  border: none;
  cursor: pointer;
  z-index: 20;
}
.document-info-popup .popup-content .popup-title,
.document-info-popup .popup-content .popup-source {
  line-height: 1.42;
}
.document-info-popup .popup-content .popup-title {
  font-size: 18px;
  color: #c5c5c5;
  font-family: "Impact", sans-serif;
}
.document-info-popup .popup-content .popup-source {
  font-size: 15px;
  color: #c5c5c5;
  font-family: Arial, sans-serif;
}
.document-info-popup .popup-content .popup-header {
  margin-bottom: 15px;
  line-height: 1.42;
}
.document-info-popup .popup-content .popup-header .popup-version {
  font-size: 15px;
  color: #c5c5c5;
  font-family: Arial, sans-serif;
}
.document-info-popup .popup-content .popup-header .popup-version a {
  color: #4a748c;
  text-decoration: underline;
}
.document-info-popup .popup-content .popup-body {
  align-items: start;
  position: relative;
}
.document-info-popup .popup-content .popup-body .popup-pdf {
  width: 100%;
  border: none;
  background-color: rgb(32, 32, 32);
  display: block;
}
.document-info-popup .popup-content .popup-body .popup-pdf::-webkit-scrollbar {
  display: none;
}
.document-info-popup .popup-content .popup-body .open-new-tab {
  color: #c5c5c5;
  text-decoration: none;
  background-color: transparent;
  font-size: 20px;
}
.document-info-popup .popup-content .popup-body .popup-context {
  overflow-y: auto;
  padding-right: 10px;
  position: relative;
  text-align: justify;
  scrollbar-width: thin;
  scrollbar-color: rgba(160, 160, 160, 0.6) transparent;
}
.document-info-popup .popup-content .popup-body .popup-context::-webkit-scrollbar {
  width: 6px;
}
.document-info-popup .popup-content .popup-body .popup-context::-webkit-scrollbar-thumb {
  background-color: rgba(160, 160, 160, 0.6);
  border-radius: 3px;
}
.document-info-popup .popup-content .popup-body .popup-context::-webkit-scrollbar-thumb:hover {
  background-color: rgba(200, 200, 200, 0.8);
}

.document-context.hidden {
  display: none;
}

body.document-popup-open {
  overflow: hidden;
  pointer-events: none;
}
body.document-popup-open .document-info-popup {
  pointer-events: all;
}

@media (min-width: 1100px) {
  .header-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    justify-content: left;
    gap: 100px;
    padding: 30px;
    align-items: center;
    background-color: #042f42;
  }
  .header-container .hamburger,
.header-container .team-link,
.header-container .hr-mobile {
    display: none;
  }
  .header-container .logo h1 {
    text-align: center;
    font-weight: 100;
    font-family: "Impact", sans-serif;
    font-size: 35px;
    line-height: 25px;
    cursor: pointer;
  }
  .header-container .logo h1:hover {
    text-decoration: underline;
  }
  .header-container .header-menu {
    display: flex;
    list-style: none;
    gap: 100px;
  }
  .header-container .header-menu .dropdown {
    position: relative;
  }
  .header-container .header-menu .dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: color 0.3s ease;
  }
  .header-container .header-menu .dropdown .dropdown-toggle .dropdown-link {
    text-decoration: none;
    color: #c5c5c5;
    font-size: 20px;
    font-family: "Inter", sans-serif;
    transition: color 0.3s ease;
    position: relative;
    top: 5px;
  }
  .header-container .header-menu .dropdown .dropdown-toggle .arrow-down {
    height: auto;
    padding-left: 0;
    transition: filter 0.3s ease;
    transform-origin: center;
    width: 14px;
    position: relative;
    top: 5px;
  }
  .header-container .header-menu .dropdown .dropdown-toggle:hover .dropdown-link {
    color: #0077ac;
  }
  .header-container .header-menu .dropdown .dropdown-toggle:hover .arrow-down {
    filter: brightness(0) saturate(100%) invert(31%) sepia(96%) saturate(2000%) hue-rotate(180deg) brightness(95%) contrast(100%);
  }
  .header-container .header-menu .dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 40px;
    left: 0px;
    list-style: none;
    text-align: center;
    width: 150px;
    box-shadow: 0 0 8px rgba(128, 128, 128, 0.6);
    border-radius: 10px;
  }
  .header-container .header-menu .dropdown .dropdown-menu li {
    background-color: #042f42;
    color: #c5c5c5;
    padding: 10px 0;
  }
  .header-container .header-menu .dropdown .dropdown-menu li:hover {
    background-color: #002130;
  }
  .header-container .header-menu .dropdown .dropdown-menu li:first-child {
    color: #c5c5c5;
    border-radius: 10px 10px 0 0;
    padding-top: 10px;
  }
  .header-container .header-menu .dropdown .dropdown-menu li:last-child {
    color: #c5c5c5;
    border-radius: 0 0 10px 10px;
    padding-bottom: 10px;
  }
  .header-container .header-menu .dropdown .dropdown-menu li:only-child {
    color: #c5c5c5;
    border-radius: 10px;
    padding: 10px 0;
  }
  .header-container .header-menu .dropdown .dropdown-menu li a {
    color: #c5c5c5;
    display: block;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    transition: color 0.3s ease;
  }
  .header-container .header-menu .dropdown .dropdown-menu li a:hover {
    color: #c5c5c5;
  }
  .header-container .header-menu .dropdown .dropdown-menu li a:visited {
    color: #c5c5c5;
  }
  .header-container .header-menu .dropdown.active .dropdown-link {
    color: #0077ac;
  }
  .header-container .header-menu .dropdown.active .arrow-down {
    transform: rotate(180deg);
    filter: brightness(0) saturate(100%) invert(31%) sepia(96%) saturate(2000%) hue-rotate(180deg) brightness(95%) contrast(100%);
  }
  .header-container .header-menu .dropdown.active .dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
  .form-container h2 {
    font-size: 60px;
    line-height: 1.5;
  }
  .form-container h3 {
    font-size: 30px;
  }
  .form-container .intro-text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 50px;
  }
  .form-container .document-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0 45px;
  }
  .document-info-popup .popup-content {
    margin: 30px auto;
    padding: 20px 30px;
  }
  .document-info-popup .popup-content .popup-body {
    display: grid;
    grid-template-columns: 1fr 25px 293px;
    gap: 20px;
    margin: 0;
  }
  .document-info-popup .popup-content .popup-body .popup-pdf {
    height: 73vh;
  }
  .document-info-popup .popup-content .popup-body .open-new-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
  }
  .document-info-popup .popup-content .popup-body .open-new-tab .icon {
    display: inline-block;
  }
  .document-info-popup .popup-content .popup-body .popup-context {
    height: 540px;
    max-height: none;
  }
  .form-container .map-image-section {
    padding: 0;
    width: 100%;
  }
  .form-container .map-image-section .map-image {
    width: 100%;
    height: 465px;
    object-fit: cover;
    object-position: 0% 30%;
  }
  .form-container .title-section {
    padding: 100px 80px 50px 80px;
    max-width: 1000px;
  }
  .form-container .title-section h2 {
    margin-bottom: 40px;
  }
  .form-container .title-section .content {
    font-size: 20px;
  }
  .form-container .title-section .content p {
    margin-bottom: 20px;
  }
  .form-container .themes-wrapper .themes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 20px 90px 70px;
  }
  .form-container .map-section {
    padding: 0px 90px;
  }
  .form-container .map-section .map-container {
    display: flex;
    align-items: flex-start;
  }
  .form-container .map-section .map-container p {
    margin-bottom: 20px;
  }
  .form-container .map-section .map-container .map-text {
    width: 350px;
    padding: 10px 10px 0 10px;
  }
  .form-container .map-section .map-container .map-text h2 {
    margin-bottom: 20px;
  }
  .form-container .map-section .map-container .map-text .note-mobile {
    display: none;
  }
  .form-container .map-section .map-container .map-text .map-info h4 {
    margin: 20px 0;
  }
  .form-container .map-section .map-container .map-frame {
    z-index: 0;
  }
  .form-container .map-section .map-container .map-frame iframe {
    height: 650px;
  }
  .form-container .sponsors-section {
    padding: 40px 0 30px 0;
  }
  .form-container .sponsors-section .sponsors-title {
    margin-bottom: 30px;
  }
  .form-container .sponsors-section .sponsors-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 0px 90px;
  }
  .form-container .sponsors-section .sponsors-grid .first-row-logo,
.form-container .sponsors-section .sponsors-grid .second-row-logo {
    width: 100%;
  }
  .form-container .sponsors-section .sponsors-grid .first-row-logo img,
.form-container .sponsors-section .sponsors-grid .second-row-logo img {
    width: 100%;
  }
  .form-container .sponsors-section .sponsors-grid .first-row-logo {
    height: 250px;
  }
  .form-container .sponsors-section .sponsors-grid .first-row-logo .small-logo {
    height: 200px;
    position: relative;
    top: 20px;
  }
  .form-container .sponsors-section .sponsors-grid .second-row-logo {
    height: 150px;
  }
  .form-container .sponsors-section .sponsors-grid .second-row-logo .small-logo {
    width: auto;
    height: 140px;
    position: relative;
    top: 5px;
  }
  .form-container .sponsors-section .sponsors-grid .wide {
    grid-column: span 2;
    padding: 0;
    object-position: 50% 40%;
  }
  .form-container .sponsors-section .sponsors-grid .wide img {
    height: 150px;
    width: 100%;
    position: relative;
    top: 5px;
  }
  .form-container .sponsors-section .sponsors-note {
    padding: 35px 90px 80px 0;
  }
}
@media (max-width: 1099px) {
  .header-container {
    background-color: #042f42;
    position: relative;
    flex-direction: column;
    padding: 15px 20px;
    z-index: 200;
  }
  .header-container .logo h1 {
    text-align: center;
    font-weight: 100;
    font-family: "Impact", sans-serif;
    font-size: 18px;
    line-height: 25px;
    cursor: pointer;
  }
  .header-container .team-btn-desktop {
    display: none;
  }
  .header-container .hamburger {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 300;
  }
  .header-container .hamburger .menu-icon {
    display: block;
    width: 26px;
    height: 26px;
  }
  .header-container .hamburger .close-icon {
    display: none;
    width: 30px;
    height: 30px;
  }
  .header-container .hamburger.active .menu-icon {
    display: none;
  }
  .header-container .hamburger.active .close-icon {
    display: block;
  }
  .header-container .header-menu {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 250;
  }
  .header-container .header-menu li {
    width: 100%;
  }
  .header-container .header-menu li a {
    display: block;
    padding: 10px 0;
  }
  .header-container .header-menu li a:hover {
    background-color: rgb(0, 172, 249);
    color: #0077ac;
  }
  .header-container .header-menu .dropdown {
    width: 100%;
  }
  .header-container .header-menu .dropdown .dropdown-toggle {
    justify-content: center;
  }
  .header-container .header-menu .dropdown .dropdown-menu {
    position: static;
    padding: 0;
    transform: none;
    box-shadow: 0 0 8px rgba(128, 128, 128, 0.6);
  }
  .header-container .header-menu .dropdown .dropdown-menu li a {
    color: #c5c5c5;
    font-size: 16px;
    padding: 5px 0;
  }
  .header-container .header-menu .dropdown.active .dropdown-menu {
    display: block;
  }
  .header-container .header-menu .team-link {
    margin-top: 10px;
  }
  .header-container .header-menu .team-link a {
    background-color: #0077ac;
    color: #c5c5c5;
    border-radius: 6px;
    padding: 10px 25px;
  }
  .header-container.menu-open .header-menu {
    display: flex;
    animation: fadeIn 0.3s ease forwards;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .form-container h2 {
    font-size: 33px;
    line-height: 1.2;
  }
  .form-container h3 {
    font-size: 25px;
  }
  .form-container .intro-text {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 40px;
  }
  .form-container .document-grid {
    padding: 0 20px;
  }
  .form-container .document-grid .document-box {
    margin-bottom: 20px;
  }
  .document-info-popup .popup-content {
    margin: 20px;
    padding: 40px 20px;
    max-height: 95vh;
    overflow-y: scroll;
  }
  .document-info-popup .popup-content .popup-close {
    width: 30px;
    height: auto;
    right: 10px;
    top: 10px;
    position: absolute;
    background: none;
    color: #c5c5c5;
    border: none;
    cursor: pointer;
    z-index: 20;
  }
  .document-info-popup .popup-content .popup-body {
    display: block;
  }
  .document-info-popup .popup-content .popup-body .popup-pdf {
    height: 55vh;
    margin-bottom: 20px;
  }
  .document-info-popup .popup-content .popup-body .open-new-tab {
    position: absolute;
    right: 0;
    top: -40px;
  }
  .document-info-popup .popup-content .popup-body .popup-context {
    height: auto;
    max-height: 35vh;
  }
  .form-container .map-image-section {
    height: 180px;
  }
  .form-container .map-image-section .interactive-btn {
    margin: 20px auto;
    display: block;
    float: none;
  }
  .form-container .title-section {
    max-width: 600px;
    padding: 90px 30px 30px;
  }
  .form-container .title-section h2 {
    margin-bottom: 25px;
  }
  .form-container .title-section .content {
    font-size: 18px;
  }
  .form-container .title-section .content p {
    margin-bottom: 15px;
  }
  .form-container .themes-wrapper .themes-grid {
    display: grid;
    padding: 20px 20px 50px;
  }
  .form-container .themes-wrapper .themes-grid .theme-item {
    margin-bottom: 10px;
  }
  .form-container .themes-wrapper .themes-grid .hr-desktop {
    display: none;
  }
  .form-container .map-section {
    padding: 0px 20px 50px;
  }
  .form-container .map-section .map-container p {
    margin-bottom: 10px;
  }
  .form-container .map-section .map-container .map-text {
    width: 100%;
    padding: 20px 20px 0 20px;
  }
  .form-container .map-section .map-container .map-text h2 {
    margin-bottom: 10px;
  }
  .form-container .map-section .map-container .map-text .note-desktop {
    display: none;
  }
  .form-container .map-section .map-container .map-text .map-info h4 {
    margin: 20px 0 10px;
  }
  .form-container .map-section .map-container .map-frame {
    padding: 20px;
  }
  .form-container .map-section .map-container .map-frame iframe {
    height: 465px;
  }
  .form-container .sponsors-section {
    padding: 0;
  }
  .form-container .sponsors-section .sponsors-title {
    margin-bottom: 20px;
  }
  .form-container .sponsors-section .sponsors-grid {
    padding: 0px 20px;
  }
  .form-container .sponsors-section .sponsors-grid .first-row-logo,
.form-container .sponsors-section .sponsors-grid .second-row-logo {
    margin-bottom: 10px;
    width: 100%;
  }
  .form-container .sponsors-section .sponsors-grid .first-row-logo .small-logo,
.form-container .sponsors-section .sponsors-grid .second-row-logo .small-logo {
    position: relative;
  }
  .form-container .sponsors-section .sponsors-grid .first-row-logo {
    height: 200px;
  }
  .form-container .sponsors-section .sponsors-grid .first-row-logo .small-logo {
    height: 140px;
    top: 30px;
  }
  .form-container .sponsors-section .sponsors-grid .second-row-logo {
    height: 150px;
  }
  .form-container .sponsors-section .sponsors-grid .second-row-logo .small-logo {
    width: auto;
    height: 120px;
    top: 15px;
  }
  .form-container .sponsors-section .sponsors-grid .wide img {
    width: 100%;
    height: 150px;
    object-position: 0% 50%;
  }
  .form-container .sponsors-section .sponsors-note {
    padding: 30px 20px;
  }
}
.form-container p {
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 24px;
  text-align: justify;
}
.form-container .main-title {
  text-align: center;
}
.form-container .information-image {
  width: 100%;
  object-fit: cover;
  display: block;
}
.form-container .vukovar-image-size {
  object-position: bottom;
}
.form-container .store-image-size {
  object-position: inherit;
}
.form-container .store-image-size-second {
  object-fit: cover;
  position: relative;
  top: 4px;
}
.form-container .info-section {
  position: relative;
}
.form-container .info-section .background-circle, .form-container .info-section .info-icon {
  position: absolute;
  height: 35px;
  width: 35px;
  bottom: 15px;
  right: 15px;
  border-radius: 100%;
}
.form-container .info-section .background-circle:hover, .form-container .info-section .info-icon:hover {
  background-color: #38586b;
  border: 1px solid #38586b;
}
.form-container .info-section .background-circle {
  background-color: #002231;
  border: 1px solid #002231;
}
.form-container .info-text {
  color: #c5c5c5;
}
.form-container .map-section {
  width: 100%;
}
.form-container .map-section .text-section {
  background-color: #989898;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.form-container .map-section .text-section p {
  color: #002231;
}
.form-container .map-section .map-frame iframe {
  width: 100%;
  border: none;
  display: block;
}
.form-container .blue-background {
  color: #c5c5c5;
}
.form-container .grey-background {
  color: #002231;
  background-color: #989898;
}
.form-container h5 {
  color: #c5c5c5;
  font-family: "Impact", sans-serif;
  font-weight: 100;
  text-align: center;
}
.form-container .themes-small-title {
  margin-right: 20px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.form-container .themes-small-title:hover {
  text-decoration: underline;
}
.form-container .themes-small-title::-webkit-scrollbar {
  width: 0;
  display: none;
}

@media (min-width: 1100px) {
  .form-container .main-title {
    margin: 90px 0 45px;
  }
  .form-container .vukovar-image-size {
    height: 470px;
  }
  .form-container .store-image-size {
    height: 600px;
  }
  .form-container .store-image-size-second {
    height: 650px;
  }
  .form-container .info-text {
    padding: 45px;
  }
  .form-container .map-section {
    display: flex;
    max-height: 465px;
  }
  .form-container .map-section .text-section {
    flex: 0 0 40%;
    height: 465px;
  }
  .form-container .map-section .text-section p {
    padding: 45px;
  }
  .form-container .map-section .map-frame {
    flex: 0 0 60%;
  }
  .form-container .map-section .map-frame iframe {
    height: 465px;
  }
  .form-container .split-text {
    display: flex;
    padding: 20px 45px;
    gap: 40px;
  }
  .form-container .grey-background p {
    width: 50%;
  }
  .form-container h5 {
    font-size: 35px;
    margin: 60px 0 40px;
  }
  .form-container .themes-small-title {
    height: 50px;
  }
}
@media (max-width: 1099px) {
  .form-container .main-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .form-container .vukovar-image-size {
    height: 250px;
  }
  .form-container .store-image-size {
    height: 300px;
  }
  .form-container .store-image-size-second {
    height: 300px;
  }
  .form-container .info-text {
    padding: 40px 20px;
  }
  .form-container .map-section {
    height: auto;
  }
  .form-container .map-section .map-frame iframe {
    height: 350px;
  }
  .form-container .map-section .text-section p {
    padding: 40px 20px 20px;
  }
  .form-container .map-section .text-section p:last-child {
    padding: 0px 20px 40px;
  }
  .form-container .split-text {
    padding: 40px 20px;
  }
  .form-container .split-text p {
    margin-bottom: 20px;
  }
  .form-container .split-text p:last-child {
    margin-bottom: 0;
  }
  .form-container h5 {
    font-size: 33px;
    margin: 50px 0 30px;
  }
  .form-container .themes-small-title {
    font-size: 18px;
    height: 48px;
  }
}

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