@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap");
.extra-bold {
  font-weight: 800;
}

.bold {
  font-weight: 700;
}

.semi-bold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.regular {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

html {
  font-size: 16px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: 0.3s ease-out;
  text-decoration: none;
  align-content: flex-start;
}

ul {
  list-style-type: none;
}

html {
  scroll-behavior: smooth;
}

.hidden {
  display: none;
}

html {
  overflow-x: hidden;
}

input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

* {
  font-family: "Wix Madefor Display", sans-serif;
  font-optical-sizing: auto;
}

.mobile {
  display: none !important;
}

header {
  font-size: 1rem;
}

main {
  font-size: 1rem;
}

footer {
  font-size: 1rem;
}

@media (max-width: 1820px) {
  html {
    font-size: 0.97rem;
  }
}
@media (max-width: 1720px) {
  html {
    font-size: 0.94rem;
  }
}
@media (max-width: 1620px) {
  html {
    font-size: 0.91rem;
  }
}
@media (max-width: 1520px) {
  html {
    font-size: 0.88rem;
  }
}
@media (max-width: 1420px) {
  html {
    font-size: 0.85rem;
  }
}
@media (max-width: 1320px) {
  html {
    font-size: 0.82rem;
  }
}
@media (max-width: 1220px) {
  html {
    font-size: 0.79rem;
  }
}
@media (max-width: 1120px) {
  html {
    font-size: 0.76rem;
  }
}
@media (max-width: 1020px) {
  html {
    font-size: 0.875rem;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: flex !important;
  }
}
.facebook {
  display: flex;
  align-items: center;
}
.facebook:hover svg path {
  fill: #16487F;
}

.contact-btn {
  display: flex;
  align-items: center;
  gap: 0.813rem;
  width: fit-content;
}
.contact-btn span {
  font-weight: 500;
  font-size: 1.125rem;
  color: #0C71C3;
  text-wrap: nowrap;
}
.contact-btn:hover svg path {
  fill: #16487F;
}
.contact-btn:hover span {
  color: #16487F;
  text-decoration: underline;
}

.small-btn {
  display: flex;
  align-items: center;
  padding: 0 1.125rem;
  font-size: 1.125rem;
  font-weight: 500;
  height: 2.7rem;
  gap: 0.813rem;
  width: fit-content;
  cursor: pointer;
  animation: pulse 3.5s infinite;
}
.small-btn.blue {
  background-color: #0C71C3;
  border: 1px solid #0C71C3;
  color: white;
}
.small-btn.blue:hover {
  background-color: #16487F;
  border-color: #16487F;
}
.small-btn.blue.empty {
  background-color: rgba(0, 0, 0, 0);
  color: #0C71C3;
}
.small-btn.blue.empty:hover {
  color: white;
  background-color: #16487F;
  border-color: #16487F;
}

.big-btn {
  animation: pulse 3.5s infinite;
  will-change: transform;
  display: flex;
  align-items: center;
  gap: 0.813em;
  padding: 0 1.5rem;
  height: 3.3rem;
  width: fit-content;
  cursor: pointer;
  justify-content: center;
  border: 0;
  outline: 0;
  font-size: 1.25rem;
  font-weight: 500;
}
.big-btn.white {
  background-color: white;
  border: 1px solid white;
  color: #16487F;
}
.big-btn.white:hover {
  background-color: #0C71C3;
  border-color: #0C71C3;
  color: white;
}
.big-btn.white.empty {
  background-color: rgba(0, 0, 0, 0);
  color: white;
}
.big-btn.white.empty:hover {
  color: white;
  background-color: #0C71C3;
  border-color: #0C71C3;
}
.big-btn.blue {
  background-color: #0C71C3;
  border: 1px solid #0C71C3;
  color: white;
}
.big-btn.blue:hover {
  background-color: #16487F;
  border-color: #16487F;
}
.big-btn.blue.empty {
  background-color: rgba(0, 0, 0, 0);
  color: #0C71C3;
}
.big-btn.blue.empty:hover {
  color: white;
  background-color: #16487F;
  border-color: #16487F;
}
.big-btn.dark-blue {
  background-color: #16487F;
  border: 1px solid #16487F;
  color: white;
}
.big-btn.dark-blue:hover {
  background-color: #0C71C3;
  border-color: #0C71C3;
}
.big-btn.dark-blue.empty {
  background-color: rgba(0, 0, 0, 0);
  color: #0C71C3;
}
.big-btn.dark-blue.empty:hover {
  color: white;
  background-color: #16487F;
  border-color: #16487F;
}

@media (max-width: 1020px) {
  .small-button span {
    font-weight: 500;
  }
  .big-button {
    justify-content: center;
    display: flex;
    padding: 1.125em;
    width: 100%;
  }
  .big-button span {
    font-size: 1em !important;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
#cookies {
  position: fixed;
  bottom: 0;
  border-top: #FFD7BC 1px solid;
  width: 100%;
  z-index: 50;
  transition: ease-out 0.3s;
  opacity: 1;
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 2.375rem 7.3%;
}
#cookies .left {
  width: 66%;
}
#cookies .left h6 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #18072F;
}
#cookies .left p {
  color: #18072F;
  opacity: 0.75;
  font-size: 0.938rem;
  max-width: 56.688rem;
  padding-right: 5%;
}
#cookies .right button {
  background-color: #18072F;
  height: 3.125rem;
  border: 0;
  outline: none;
  cursor: pointer;
  padding-inline: 1.813rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  color: #FFFFFF;
  font-size: 1.125rem;
  transition: ease-out 0.3s;
}
#cookies .right button:hover {
  background-color: #F09662;
}
#cookies .right {
  width: 33%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 10%;
}
#cookies .right .arrow-link {
  font-size: 1.375rem;
  color: #18072F;
  text-decoration: none;
}
#cookies.fade {
  opacity: 0;
  transform: translateY(100%);
}

.alert {
  width: fit-content;
  max-width: 95%;
  position: fixed;
  bottom: 5vh;
  z-index: 1100;
  min-height: 3.5rem;
  left: 50%;
  padding: 1rem;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 3vw;
  padding-inline: 1.25rem;
  transition: ease-out 0.2s;
}
.alert svg {
  flex-shrink: 0;
}
.alert .left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
}
.alert .left span {
  font-size: 1.125rem;
  min-width: 18vw;
  max-width: 530px;
}
.alert .close {
  cursor: pointer;
}
.alert.error {
  background-color: rgb(254, 248, 243);
  border-bottom: 1px solid rgb(240, 150, 98);
}
.alert.error span {
  color: #F09662;
}
.alert.success {
  background-color: #f7f6f8;
  border-bottom: 1px solid rgb(24, 7, 47);
}
.alert.success span {
  color: rgb(24, 7, 47);
}
.alert.closed {
  opacity: 0;
  pointer-events: none;
}

.added-item-announcement {
  padding: 2.625rem;
  background-color: #FFFFFF;
  transition: ease-out 0.2s;
  position: absolute;
  display: flex;
  opacity: 0;
  transform: scale(0);
  transform-origin: right top;
}
.added-item-announcement.show {
  opacity: 1;
  transform: scale(1);
}
.added-item-announcement {
  box-shadow: 0px 0px 1.25rem rgba(24, 7, 47, 0.1019607843);
  top: 6rem;
  width: fit-content;
  min-width: 33rem;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.75rem;
}
.added-item-announcement .top {
  width: 100%;
}
.added-item-announcement .top button {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  outline: 0;
  cursor: pointer;
}
.added-item-announcement .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
.added-item-announcement .top h4 {
  font-size: 1.125rem;
  color: #18072F;
  font-weight: 400;
  font-family: "Quiche Sans", sans-serif;
}
.added-item-announcement .item-info {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.25rem;
  height: 5.438rem;
}
.added-item-announcement .item-info .img-wrap {
  width: 5.438rem;
  height: 5.438rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.added-item-announcement .item-info .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  height: 5.438rem;
}
.added-item-announcement .item-info .right .product-type {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.813rem;
  color: #18072F;
}
.added-item-announcement .item-info .right .product-type .vl {
  height: 0.625rem;
  width: 1px;
  background-color: #F09662;
}
.added-item-announcement .item-info .right .bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.625rem;
}
.added-item-announcement .item-info .right .bottom .name {
  font-size: 1.375rem;
  color: #18072F;
  font-weight: 400;
  font-family: "Quiche Sans", sans-serif;
}
.added-item-announcement .item-info .right .bottom .price {
  font-size: 1rem;
  color: #18072F;
  font-weight: 400;
  font-family: "Quiche Sans", sans-serif;
}
.added-item-announcement .bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.625rem;
}
.added-item-announcement .bottom .shopping-btn, .added-item-announcement .bottom .cart-btn {
  width: 100%;
  height: 2.75rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 400;
  transition: ease-out 0.3s;
}
.added-item-announcement .bottom .shopping-btn {
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  color: #18072F;
  box-shadow: inset 0 0 0 1.5px #18072F;
}
.added-item-announcement .bottom .shopping-btn:hover {
  background-color: #18072F;
  color: white;
}
.added-item-announcement .bottom .cart-btn {
  background-color: #18072F;
  color: white;
}
.added-item-announcement .bottom .cart-btn:hover {
  background-color: #F09662;
}

.reservation-container {
  position: fixed;
  top: 0;
  z-index: 20000;
  width: 100vw;
  height: 100dvh;
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(24, 7, 47, 0.5);
  pointer-events: none;
  transition: ease-out 0.3s;
}
.reservation-container .mobile-wrap {
  background-color: white;
  opacity: 0;
  transform: scale(0);
  transition: ease-out 0.3s;
  width: 100%;
  max-width: 600px;
}
.reservation-container .mobile-wrap .reservation-popup {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  padding: 1.813rem;
}
.reservation-container .mobile-wrap .reservation-popup svg {
  margin-left: auto;
  align-self: flex-end;
  cursor: pointer;
}
.reservation-container .mobile-wrap .reservation-popup h3 {
  align-self: center;
  font-family: "Quiche Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 3rem;
}
.reservation-container .mobile-wrap .reservation-popup .booking-container {
  width: 100%;
}
.reservation-container .mobile-wrap .reservation-popup .booking-container iframe {
  width: 100%;
  max-width: 580px;
  border: 0 !important;
  box-shadow: none !important;
}
.reservation-container.active {
  pointer-events: all;
  opacity: 1;
}
.reservation-container.active .mobile-wrap {
  opacity: 1;
  transform: scale(1);
}

.alert-success {
  display: flex;
  flex: 1;
  padding: 2rem;
  background-color: white;
  border: 1px solid #16487F;
  max-width: 90vw;
  justify-content: center;
  position: fixed;
  z-index: 200;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.alert-success span {
  width: 12000px;
  font-size: 2rem;
  color: #16487F;
  font-weight: 600;
  text-align: center;
  width: 100%;
  /* 🔥 KLÍČOVÉ */
  max-width: 100%;
  min-width: 280px;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}

@media only screen and (max-width: 1330px) {
  .reservation-container .mobile-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .reservation-container .mobile-wrap .reservation-popup {
    max-width: 590px;
  }
}
@media only screen and (max-width: 1020px) {
  .alert-success span {
    font-size: 1.5rem;
  }
  .reservation-container {
    justify-content: flex-end;
  }
  .reservation-container .mobile-wrap {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0;
    border-radius: 0.769rem 0.769rem 0px 0px;
    position: absolute;
    bottom: 0;
    transform-origin: bottom center;
    width: 100vw;
    max-width: 100%;
  }
  .reservation-container .mobile-wrap .close {
    margin-bottom: 1rem;
  }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-touch-callout: none) {
      .reservation-container {
        padding-bottom: 4rem !important;
      }
    }
  }
  .alert {
    width: 90vw;
    max-width: 35rem;
  }
  #cookies {
    flex-direction: column;
  }
  #cookies .left {
    width: 100%;
  }
  #cookies .right {
    width: 100%;
    margin-top: 1.923rem;
    justify-content: flex-start;
  }
  .added-item-announcement {
    width: 100%;
    position: fixed;
    display: flex;
    bottom: 0;
    height: fit-content;
    align-self: flex-end;
    min-width: 0;
    transform-origin: bottom center;
    padding: 2.313rem 1.813rem !important;
  }
  .added-item-announcement .top h4 {
    font-size: 1.385rem;
  }
  .added-item-announcement .top svg {
    width: 0.923rem;
    height: 0.923rem;
  }
  .added-item-announcement .bottom .shopping-btn, .added-item-announcement .bottom .cart-btn {
    font-size: 1.154rem;
    text-transform: uppercase;
    height: 3.154rem;
  }
}
.select-input {
  display: flex;
  min-width: 10.25em;
  transition: all 0.3s ease-out;
}
.select-input:focus-within svg {
  transform: translateY(-50%) scale(-1);
}
.select-input:focus-within {
  background-color: #D6EBFF;
}
.select-input {
  border: 1px solid #D6EBFF;
  border-radius: 0.875em;
  position: relative;
}
.select-input select {
  border: 0;
  border-radius: 0.875em;
  outline: 0;
  width: 100%;
  padding: 0.688em 0.875em;
  background-color: rgba(0, 0, 0, 0);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select-input select {
  font-size: 1em;
  font-weight: 500;
  color: #122335;
}
.select-input svg {
  position: absolute;
  right: 0.688em;
  top: 50%;
  transform: translateY(-50%);
}

footer {
  background: radial-gradient(278.93% 136.72% at 0% 0%, #1F1F3A 5.77%, #16487F 65.87%, #115DA1 86.06%, #0C71C3 100%);
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2.625rem 4%;
}
footer .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.625rem;
  position: relative;
}
footer .top .decor {
  position: absolute;
  left: -6%;
  top: 13rem;
}
footer .top ul {
  position: relative;
  z-index: 2;
  width: 22%;
  display: flex;
}
footer .top ul.contact .adress {
  font-size: 1.2rem;
  color: white;
}
footer .top ul.contact .adress .name {
  font-size: 1.2rem;
}
footer .top ul.contact .adress .name, footer .top ul.contact .adress .company {
  font-weight: 500;
}
footer .top ul.contact .contact-btn span {
  color: white;
}
footer .top ul.contact .contact-btn:hover span {
  color: white;
}
footer .top ul.contact .contact-btn:hover svg path {
  fill: white;
}
footer .top ul.gap {
  gap: 0.9rem;
}
footer .top ul.gap .link {
  font-weight: 500;
  color: white;
  font-size: 1rem;
}
footer .top ul.gap .link:hover {
  text-decoration: underline;
}
footer .top ul {
  flex-direction: column;
}
footer .top ul.margin-top {
  margin-top: 1.813rem;
}
footer .top ul.first .link {
  color: white;
  font-size: 1.125rem;
  font-weight: 500;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.563rem 0;
  padding-right: 0.2rem;
}
footer .top ul.first .link:hover svg {
  transform: translateX(0.3rem);
}
footer .top ul.first .link.middle {
  border-bottom: 1px solid white;
}
footer .top ul.first .logo svg path, footer .top ul.first .logo svg rect {
  fill: #95D0FF;
}
footer .top ul.first .logo:hover svg path, footer .top ul.first .logo:hover svg rect {
  fill: white;
}
footer .top ul.first hr {
  border: 0;
  margin-top: 0.563rem;
  border-top: 1px solid #95D0FF;
  height: 0;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
footer .top ul.first p {
  font-size: 0.938rem;
  color: white;
  margin: 0.563rem 0 0.563rem 0;
}
footer .top ul .title {
  padding-bottom: 0.563rem;
  border-bottom: 1px solid #95D0FF;
  display: flex;
  padding-right: 0.2rem;
  justify-content: space-between;
  align-items: center;
  color: #95D0FF;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 800;
  text-transform: uppercase;
}
footer .top ul .title:hover {
  color: white;
}
footer .top ul .title:hover svg {
  transform: translateX(0.3rem);
}
footer .top ul .title:hover svg path {
  fill: white;
}
footer .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid #95D0FF;
}
footer .bottom .copyright {
  font-size: 0.875rem;
  color: #95D0FF;
  font-weight: 600;
}
footer .bottom .copyright .bold {
  font-weight: 800;
}
footer .bottom .made-by {
  cursor: pointer;
  display: flex;
  gap: 0.813rem;
  align-items: center;
  color: #95D0FF;
  font-size: 0.875rem;
  font-weight: 600;
}
footer .bottom .made-by:hover {
  color: white;
}
footer .bottom .made-by:hover button {
  background-color: white;
  color: #01156E;
}
footer .bottom .made-by button {
  cursor: pointer;
  font-family: "Manrope";
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #0C71C3;
  display: flex;
  align-items: center;
  height: 2rem;
  padding-inline: 0.688rem;
  background-color: #95D0FF;
  border: 0;
  font-weight: 800;
}

@media (max-width: 1020px) {
  footer {
    overflow: hidden;
    padding-inline: 5%;
  }
  footer .top {
    flex-direction: column;
  }
  footer .top .decor {
    display: none;
  }
  footer .top ul {
    width: 100%;
  }
  footer .bottom {
    flex-direction: column;
    gap: 1rem;
  }
}
header {
  position: relative;
}
header .burger-menu {
  z-index: 200;
  position: fixed;
  height: 100dvh;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  width: 100%;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: 0.15s ease-out all;
}
header .burger-menu .top {
  width: 100%;
  position: relative;
  height: 5rem;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(12, 113, 195, 0.4352941176);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-inline: 6%;
}
header .burger-menu .top .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
header .burger-menu .top .logo:hover svg path {
  fill: #16487F;
}
header .burger-menu .nav {
  display: flex;
  flex-direction: column;
  padding-inline: 6%;
  gap: 4vh;
  margin: 2.25em 0;
}
header .burger-menu .nav a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  color: #16487F !important;
  font-size: 1.214rem;
  color: #122335;
  font-weight: 500;
}
header .burger-menu .bottom {
  bottom: 0;
  width: 100%;
  border-top: 1px solid rgba(12, 113, 195, 0.4352941176);
  display: flex;
  flex-direction: column;
  padding-inline: 6%;
  padding-top: 2.25em;
  padding-bottom: 2.25em;
  gap: 3.5vh;
}
header .burger-menu .bottom a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .burger-menu .bottom a span {
  font-size: 1.125rem;
  font-weight: 500;
  color: #0C71C3;
}
header.burger-open .burger-menu {
  transform: translateY(0);
}
header.burger-open .backdrop {
  opacity: 1;
  pointer-events: all;
}
header .backdrop {
  position: fixed;
  height: 100dvh;
  width: 100%;
  background-color: rgba(18, 35, 53, 0.1);
  z-index: 190;
  opacity: 0;
  transition: 0.2s ease-out all;
  pointer-events: none;
}
header .main-header {
  border-bottom: 1px solid rgba(12, 113, 195, 0.4352941176);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 4%;
  height: 5.5rem;
  background-color: white;
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
}
header .main-header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
header .main-header .logo:hover svg path {
  fill: #16487F;
}
header .main-header .logo:hover svg rect {
  fill: #16487F;
}
header .main-header nav {
  display: flex;
  align-items: center;
}
header .main-header nav .vl {
  height: 1.75rem;
  border-left: 1px solid rgba(140, 140, 140, 0.3);
  display: flex;
}
header .main-header nav.left {
  gap: 2.5vw;
}
header .main-header nav.left .link {
  color: #0C71C3;
  font-size: 1.125rem;
  font-weight: 500;
  text-wrap: nowrap;
}
header .main-header nav.left .link:hover {
  color: #16487F;
  text-decoration: underline;
}
header .main-header nav.right {
  gap: 1rem;
}

@media (max-width: 1020px) {
  .logo {
    width: 4rem !important;
    display: flex;
  }
  header .main-header {
    padding-inline: 5%;
    height: 5rem;
  }
  header .main-header .left {
    gap: 0.813rem !important;
  }
  header .main-header .left .contact-btn {
    padding: 0.5rem;
    margin: -0.5rem;
  }
  header .main-header .open-menu {
    padding: 1em;
    margin: -1em;
    background-color: rgba(0, 0, 0, 0);
    border: none;
  }
}
main {
  position: relative;
  z-index: 3;
  background-color: white;
  margin-top: 5.5rem !important;
}

footer {
  position: relative;
  z-index: 3;
}

.svg-wrap {
  overflow-y: hidden;
}

body.locked {
  touch-action: none;
}

section {
  position: relative;
  scroll-margin-top: 5.5rem;
}

.uni-cta {
  display: flex;
  padding: 8rem 0 8rem 13%;
  gap: 6%;
  overflow-x: hidden;
}
.uni-cta article {
  flex-shrink: 0;
}
.uni-cta article h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #16487F;
  text-transform: uppercase;
}
.uni-cta article {
  width: 50%;
}
.uni-cta article p {
  font-size: 1.125rem;
  max-width: 38rem;
  color: #1F1F3A;
  margin: 1rem 0 2rem 0;
}
.uni-cta article .contact-btn.first {
  margin: 1.625rem 0 1.125rem 0;
}
.uni-cta .decor {
  flex-shrink: 0;
  width: auto;
  overflow: hidden;
}
.uni-cta .decor svg {
  display: block;
}

.footer {
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.footer article {
  width: 50%;
  padding: 4.125rem 6%;
}
.footer article h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0C71C3;
  line-height: 2.5rem;
  text-transform: uppercase;
}
.footer article h2 strong {
  font-size: 2rem;
  text-transform: uppercase;
  color: #16487F;
  font-weight: 700;
}
.footer .contact {
  position: relative;
}
.footer .contact * {
  position: relative;
  z-index: 2;
}
.footer .contact p {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  color: #1F1F3A;
}
.footer .contact .decor {
  position: absolute;
  top: 55%;
  right: 16%;
  z-index: 1 !important;
}
.footer .contact .contact-btn {
  margin-top: 1rem;
  width: fit-content;
}
.footer .contact .contact-btn span {
  font-size: 1.25rem;
}
.footer .contact .big-btn {
  margin-top: 2rem;
}
.footer .faq h2 {
  color: #16487F;
}
.footer .faq {
  padding: 4.125rem 5%;
  background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3), transparent 45%), radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.15), transparent 55%), rgba(149, 208, 255, 0.4);
  backdrop-filter: blur(6px);
}
.footer .faq .contact-p {
  font-size: 1.25rem;
  color: #1F1F3A;
}
.footer .faq .contact-p a {
  color: #0C71C3;
  font-weight: 600;
}
.footer .faq .contact-p a:hover {
  text-decoration: underline;
}
.footer .faq ul {
  margin: 2rem 0 3rem 0;
}
.footer .faq ul li {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(22, 73, 127, 0.5098039216);
  padding-bottom: 1.2rem;
}
.footer .faq ul li .question {
  font-size: 1.5rem;
  color: #16487F;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
  padding-top: 1.2rem;
  cursor: pointer;
}
.footer .faq ul li .question svg {
  transition: all 0.3s ease-out, transform 0.3s ease-out;
}
.footer .faq ul li .content {
  transition: all 0.1s ease-out;
  display: flex;
  max-height: 0;
  height: 0;
  pointer-events: none;
}
.footer .faq ul li .content p {
  transform-origin: top center;
  transform: scale(0);
  transition: all 0.1s ease-out;
  opacity: 0;
}
.footer .faq ul li .content p a {
  color: #0C71C3;
  font-weight: 600;
}
.footer .faq ul li .content p a:hover {
  text-decoration: underline;
}
.footer .faq ul li.show .content {
  max-height: fit-content;
  height: fit-content;
  pointer-events: all;
}
.footer .faq ul li.show .content p {
  padding-top: 1.2rem;
  transform: scale(1);
  opacity: 1;
  font-size: 1.2rem;
  color: #1F1F3A;
}
.footer .faq ul li.show .question {
  color: #0C71C3;
  opacity: 0.75;
}
.footer .faq ul li.show .question svg {
  transform: scale(-1);
}
.footer .faq ul li.show .question svg path {
  fill: #0C71C3;
}

@media (max-width: 1020px) {
  main {
    margin-top: 5rem !important;
  }
  .footer {
    flex-direction: column-reverse;
  }
  .footer article h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
  .footer article h2 strong {
    display: block;
    font-size: 1.5rem;
  }
  .footer article {
    width: 100%;
    padding-inline: 6% !important;
  }
  .footer .contact .decor {
    opacity: 0.1;
    top: 35%;
    right: 6%;
  }
  .footer .faq {
    padding: 3rem 6%;
  }
  .footer .faq .contact-p {
    font-size: 1.125rem;
  }
  .footer .faq ul {
    margin-bottom: 2rem !important;
  }
  .footer .faq ul li .question {
    font-size: 1.25rem;
  }
  .footer .faq ul li .content p {
    font-size: 1rem;
  }
  .uni-cta .decor {
    position: absolute;
    opacity: 0.1;
    right: 0;
    width: 40%;
    bottom: 4rem;
  }
  .uni-cta {
    padding: 5rem 6%;
    position: relative;
  }
  .uni-cta article {
    position: relative;
    z-index: 2;
  }
  .uni-cta article h2 {
    font-size: 2rem;
  }
  .uni-cta article {
    width: 100%;
  }
  section {
    scroll-margin-top: 5rem;
  }
}
.home-main {
  max-width: 100vw;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
.home-main .hero {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.home-main .hero .decor1, .home-main .hero .decor2 {
  position: absolute;
}
.home-main .hero .decor1 {
  left: 4.4%;
  bottom: -5%;
  height: 140%;
  width: auto;
}
.home-main .hero .decor2 {
  width: 26.18%;
  right: -2%;
  top: 15%;
  display: flex;
  justify-content: flex-end;
}
.home-main .hero {
  display: flex;
  padding: 9rem 8.6% 9rem 11%;
  background: linear-gradient(180deg, rgba(31, 31, 58, 0.98) 16.83%, rgba(22, 72, 127, 0.98) 67.31%, rgba(0, 84, 152, 0.98) 100%);
}
.home-main .hero article {
  position: relative;
  z-index: 2;
}
.home-main .hero .left h1 {
  font-size: 4rem;
  color: white;
  font-weight: 800;
  text-transform: uppercase;
  max-width: 38.25rem;
  line-height: 4.375rem;
  margin-bottom: 0.313rem;
}
.home-main .hero .left h2 {
  color: #95D0FF;
  font-weight: 400;
  font-size: 1.75rem;
  text-transform: uppercase;
}
.home-main .hero .left .rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1.25rem 0;
  color: white;
  font-weight: 400;
  font-size: 1.125rem;
  transform-origin: center;
}
.home-main .hero .left .rating span {
  color: #FFD700;
  font-weight: 700;
}
.home-main .hero .left p {
  color: white;
}
.home-main .hero .left .p1 {
  font-size: 1.375rem;
  font-weight: 600;
}
.home-main .hero .left .p2 {
  margin: 1.375rem 0;
  font-size: 1.25rem;
  max-width: 39.938rem;
}
.home-main .hero .left .p2 strong {
  font-weight: 400;
}
.home-main .hero .left .cta {
  display: flex;
  gap: 1.25rem;
}
.home-main .hero .right {
  height: fit-content;
  position: relative;
  background: radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.08), transparent 40%), radial-gradient(circle at 80% 70%, rgba(0, 0, 0, 0.06), transparent 50%), linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px), #0C71C3;
  background-size: auto, auto, 40px 40px, 40px 40px;
  padding: 1.625rem 1.375rem 2.688rem 1.375rem;
}
.home-main .hero .right p {
  color: #FFF;
}
.home-main .hero .right .title {
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
}
.home-main .hero .right .p1 {
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.home-main .hero .right .p2 {
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 600;
}
.home-main .hero .right .contact-box {
  background-color: white;
  gap: 1.375rem;
  display: flex;
  flex-direction: column;
  padding: 1.875rem 2.125rem;
  position: absolute;
  top: calc(100% - 1rem);
  left: -2rem;
  animation: pulse 10s infinite;
}
.home-main .why-us {
  display: flex;
  padding: 7.5rem 5%;
  flex-direction: column;
  align-items: center;
  gap: 4.375rem;
}
.home-main .why-us h2 {
  font-size: 3rem;
  font-weight: 800;
  color: #16487F;
  text-transform: uppercase;
  text-align: center;
}
.home-main .why-us .bullets {
  display: flex;
  gap: 1.563rem;
}
.home-main .why-us .bullets article {
  max-width: 24.125rem;
  border: 1px solid rgb(149, 208, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.2rem 1.9rem;
  position: relative;
}
.home-main .why-us .bullets article h3 {
  margin: 1.438rem 0 0.75rem 0;
  color: #0C71C3;
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
}
.home-main .why-us .bullets article h3, .home-main .why-us .bullets article p {
  text-align: center;
}
.home-main .why-us .bullets article p {
  color: #8C8C8C;
  font-size: 1.25rem;
}
.home-main .why-us .bullets article .white-box1, .home-main .why-us .bullets article .white-box2 {
  position: absolute;
  background-color: white;
  width: 62.2%;
  height: 5px;
}
.home-main .why-us .bullets article .white-box1 {
  top: -3px;
}
.home-main .why-us .bullets article .white-box2 {
  bottom: -3px;
}
.home-main .what-we-do {
  overflow: hidden;
  padding: 5.813rem 0;
  display: flex;
  position: relative;
  gap: 3.2rem;
  flex-direction: column;
  background: radial-gradient(278.93% 136.72% at 0% 0%, #1F1F3A 5.77%, #16487F 65.87%, #115DA1 86.06%, #0C71C3 100%);
}
.home-main .what-we-do .bullets {
  padding-inline: 6%;
  display: flex;
  gap: 3%;
}
.home-main .what-we-do .bullets article {
  flex: 1;
  align-self: stretch;
  position: relative;
  background: rgba(106, 188, 255, 0.12);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 10px 30px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  padding: 2.188rem 2.313rem;
}
.home-main .what-we-do .bullets article::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.18), transparent 40%), radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.064), transparent 50%);
  opacity: 0.4;
  pointer-events: none;
}
.home-main .what-we-do .bullets article h3 {
  font-size: 1.5rem;
  color: white;
  font-weight: 600;
}
.home-main .what-we-do .bullets article p {
  margin: 1rem 0 1.25rem 0;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 400;
}
.home-main .what-we-do .bullets article a {
  font-size: 1.125rem;
  font-weight: 500;
  color: #95D0FF;
}
.home-main .what-we-do .bullets article a:hover {
  text-decoration: underline;
}
.home-main .what-we-do .top {
  display: flex;
  padding-left: 6%;
  overflow-x: hidden;
  gap: 6%;
}
.home-main .what-we-do .top article {
  flex-shrink: 0;
}
.home-main .what-we-do .top article h2 {
  font-size: 2.5rem;
  color: white;
  text-transform: uppercase;
  max-width: 30rem;
  width: fit-content;
  font-weight: 800;
  margin-bottom: 1rem;
}
.home-main .what-we-do .top article p {
  font-size: 1.2rem;
  color: white;
  font-weight: 600;
}
.home-main .what-we-do .top article p a {
  color: #95D0FF;
}
.home-main .what-we-do .top article p a:hover {
  text-decoration: underline;
}
.home-main .what-we-do .top .decor {
  flex-shrink: 0;
  width: auto;
  overflow: hidden;
}
.home-main .what-we-do .top .decor svg {
  display: block;
}
.home-main .services {
  display: flex;
  flex-direction: column;
  padding: 6.25rem 6% 0 6%;
}
.home-main .services .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3.5rem;
}
.home-main .services .top .contact-btn {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}
.home-main .services .top .contact-btn span {
  color: #0C71C3;
  font-size: 1.25rem;
  font-weight: 600;
}
.home-main .services .top .contact-btn:hover {
  gap: 1rem;
}
.home-main .services .top .contact-btn:hover span {
  text-decoration: underline;
  color: #16487F;
}
.home-main .services .top .left h2 {
  font-size: 3rem;
  color: #0C71C3;
  font-weight: 800;
  line-height: 2.7rem;
  text-transform: uppercase;
}
.home-main .services .top .left h2 strong {
  font-size: 2rem;
  text-transform: uppercase;
  color: #16487F;
  font-weight: 700;
}
.home-main .services .top .left p {
  color: #1F1F3A;
  font-size: 1.25rem;
  max-width: 65%;
  margin-top: 1rem;
}
.home-main .services .bullets {
  width: 100%;
  display: flex;
  gap: 2%;
  row-gap: 1.5rem;
  flex-wrap: wrap;
}
.home-main .services .bullets li img {
  display: flex;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
}
.home-main .services .bullets li {
  display: flex;
  padding: 1.375rem;
  flex-direction: column;
  align-self: stretch;
  position: relative;
  width: 32%;
  flex-shrink: 0;
  border: 1px solid white;
}
.home-main .services .bullets li:hover {
  border-color: #95D0FF;
}
.home-main .services .bullets li .white-box1, .home-main .services .bullets li .white-box2 {
  width: 5px;
  background-color: white;
  height: 70%;
  position: absolute;
  align-self: center;
  top: 50%;
  transform: translateY(-50%);
}
.home-main .services .bullets li .white-box1 {
  left: -3px;
}
.home-main .services .bullets li .white-box2 {
  right: -3px;
}
.home-main .services .bullets li h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #16487F;
  text-transform: uppercase;
  margin: 1.5rem 0 0.5rem 0;
}
.home-main .services .bullets li p {
  font-size: 1.125rem;
  color: #8C8C8C;
  margin-bottom: 1rem;
}
.home-main .services .bullets li .small-btn {
  height: auto;
  padding: 0.6rem 1.125rem;
  text-align: center;
}
.home-main .locations {
  display: flex;
  flex-direction: column;
  padding: 10rem 6%;
  align-items: center;
}
.home-main .locations h2 {
  font-size: 3rem;
  color: #16487F;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
.home-main .locations p {
  margin: 0.5rem 0 2.5rem 0;
  color: #1F1F3A;
  font-size: 1.25rem;
  text-align: center;
  max-width: 50rem;
}
.home-main .locations ul {
  display: flex;
  max-width: 56.25rem;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  row-gap: 1.5rem;
}
.home-main .locations ul li {
  max-width: 23.5rem;
  width: 100%;
}
.home-main .locations ul li a {
  width: 100%;
  background-color: #0C71C3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.75rem;
  padding: 0 1.3rem 0 1.65rem;
}
.home-main .locations ul li a span {
  color: white;
  font-size: 1.25rem;
  font-weight: 500;
}
.home-main .locations ul li a:hover {
  background-color: #16487F;
  padding-right: 1rem;
}

@keyframes floatBg {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20px, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media (max-width: 1020px) {
  .home-main .hero {
    flex-direction: column;
    padding: 4rem 6% 2rem 6%;
  }
  .home-main .hero .decor2 {
    display: none;
  }
  .home-main .hero .decor1 {
    right: 7%;
    left: auto;
    top: -20rem;
  }
  .home-main .hero .right {
    margin-top: 2rem;
    background: radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.08), transparent 40%), radial-gradient(circle at 80% 70%, rgba(0, 0, 0, 0.06), transparent 50%), linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px), #0C71C3;
    background-size: auto, auto, 40px 40px, 40px 40px;
    padding: 2rem;
  }
  .home-main .hero .right p {
    text-align: center;
  }
  .home-main .hero .right .contact-box {
    position: static;
    align-items: center;
    padding: 0;
    margin-top: 2rem;
    background-color: rgba(0, 0, 0, 0);
  }
  .home-main .hero .right .contact-box .contact-btn svg {
    width: 20px;
    height: 20px;
  }
  .home-main .hero .right .contact-box .contact-btn svg path {
    fill: white;
  }
  .home-main .hero .right .contact-box .contact-btn span {
    font-size: 1.286rem;
    color: white;
  }
  .home-main .hero .left h1 {
    font-size: 2.857rem;
    line-height: normal;
  }
  .home-main .hero .left h2 {
    font-size: 1.6rem;
  }
  .home-main .hero .left .p1 {
    font-size: 1.4rem;
  }
  .home-main .hero .left .p2 {
    margin: 1.4rem 0 2rem 0;
  }
  .home-main .hero .left .cta {
    flex-direction: column;
  }
  .home-main .hero .left .cta a {
    width: 100%;
  }
  .home-main .why-us h2 {
    font-size: 2.2rem;
  }
  .home-main .why-us .bullets {
    flex-direction: column;
  }
  .home-main .what-we-do {
    overflow: visible;
    padding: 5rem 0 4rem 0;
  }
  .home-main .what-we-do .top {
    overflow: visible;
  }
  .home-main .what-we-do .top article {
    width: 100%;
    padding-right: 4%;
  }
  .home-main .what-we-do .top article h2 {
    width: 100%;
    font-size: 2rem;
  }
  .home-main .what-we-do .top article p {
    width: 100%;
    font-size: 1.125rem;
  }
  .home-main .what-we-do .top .decor {
    opacity: 0.07;
    position: absolute;
    left: 6%;
    top: 2.8rem;
  }
  .home-main .what-we-do .bullets {
    flex-direction: column;
    gap: 2rem;
  }
  .home-main .what-we-do .bullets article {
    padding: 2rem 8%;
  }
  .home-main .services .top {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .home-main .services .top .contact-btn {
    margin-top: 2rem;
  }
  .home-main .services .top .left p {
    width: 100%;
    max-width: 100%;
  }
  .home-main .services .top .left h2 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .home-main .services .top .left h2 strong {
    display: block;
    margin-top: 0.3rem;
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
  .home-main .services .bullets {
    width: 100vw;
    margin-left: -6vw;
    padding-inline: 6vw;
    overflow: scroll;
    gap: 8vw;
    flex-wrap: nowrap;
    scroll-snap-type: x proximity;
    scroll-padding-left: 6vw;
  }
  .home-main .services .bullets li .white-box1, .home-main .services .bullets li .white-box2 {
    display: none;
  }
  .home-main .services .bullets li {
    padding: 0;
    border: none !important;
    width: 72%;
    scroll-snap-align: start;
  }
  .home-main .services .bullets li p {
    font-size: 1rem;
  }
  .home-main .services .bullets li .small-btn {
    width: 100%;
    text-align: center;
    transform: none !important;
    justify-content: center;
  }
  .home-main .locations {
    padding: 7rem 6%;
  }
  .home-main .locations h2 {
    font-size: 2rem;
    text-align: left;
    width: 100%;
  }
  .home-main .locations p {
    font-size: 1.125rem;
    text-align: left;
  }
  .home-main .locations ul {
    gap: 1rem;
    max-width: 100%;
  }
  .home-main .locations ul li {
    max-width: 100%;
  }
}
@keyframes moveWater {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(40px, 40px);
  }
}
.price-main .price * {
  position: relative;
  z-index: 2;
}
.price-main .price {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.price-main .price .decor1, .price-main .price .decor2 {
  position: absolute;
  z-index: 1;
}
.price-main .price .decor1 {
  top: -6rem;
  left: 8%;
}
.price-main .price .decor2 {
  right: 0;
  top: 12rem;
}
.price-main .price {
  position: relative;
  background: radial-gradient(278.93% 136.72% at 0% 0%, #1F1F3A 5.77%, #16487F 65.87%, #115DA1 86.06%, #0C71C3 100%);
  padding: 6rem 6% 5rem 6%;
}
.price-main .price h1 {
  max-width: 44.125rem;
  font-size: 3rem;
  text-align: center;
  color: white;
  font-weight: 800;
  text-transform: uppercase;
}
.price-main .price .main-p {
  max-width: 44.125rem;
  color: white;
  font-size: 1.25rem;
  text-align: center;
  margin: 0.563rem 0 3.75rem 0;
}
.price-main .price ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 44.125rem;
}
.price-main .price ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.875rem 4%;
}
.price-main .price ul li.border {
  border-bottom: 1px solid #95D0FF;
}
.price-main .price ul li.margin-top {
  margin-top: 1.75rem;
}
.price-main .price ul li strong {
  color: #FFF;
  font-weight: 800;
  font-size: 1.125rem;
}
.price-main .price ul li span {
  color: #95D0FF;
  font-weight: 800;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-align: right;
}
.price-main .price article {
  width: 100%;
  padding: 2rem 0;
  max-width: 44.125rem;
  margin-top: 3rem;
  position: relative;
  background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.6), transparent 40%), radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.4), transparent 50%), linear-gradient(rgba(149, 208, 255, 0.25) 1px, transparent 1px), linear-gradient(90deg, rgba(149, 208, 255, 0.25) 1px, transparent 1px), #f8fbff;
  background-size: auto, auto, 40px 40px, 40px 40px;
}
.price-main .price article h2, .price-main .price article p {
  padding-inline: 4%;
  text-align: left !important;
}
.price-main .price article h2 {
  font-size: 1.75rem;
  font-weight: 800;
  color: #16487F;
  text-transform: uppercase;
  margin-bottom: 0.563rem;
}
.price-main .price article .main-p {
  font-size: 1.125rem;
  color: #16487F;
  margin-bottom: 2.125rem !important;
}
.price-main .price article .main-p strong {
  font-weight: 600;
}
.price-main .price article .point {
  color: #0C71C3;
  font-weight: 600;
  font-size: 1.125rem;
}
.price-main .price article .point.margin {
  margin: 1.125rem 0;
}

@media (max-width: 1020px) {
  .price-main .price {
    padding-bottom: 0;
  }
  .price-main .price .decor1 {
    left: 6%;
    opacity: 0.5;
  }
  .price-main .price .decor2 {
    display: none;
  }
  .price-main .price h1 {
    font-size: 2rem;
  }
  .price-main .price .main-p {
    font-size: 1.25rem;
  }
  .price-main .price ul li {
    padding-inline: 0;
  }
  .price-main .price ul li strong {
    font-size: 1rem;
    font-weight: 600;
  }
  .price-main .price ul li span {
    font-size: 1rem;
  }
  .price-main .price article {
    width: 100vw;
    margin-inline: -6vw;
  }
  .price-main .price article h2, .price-main .price article p {
    padding-inline: 6%;
  }
}
.service-main .hero {
  padding-left: 6%;
  display: flex;
  justify-content: space-between;
  padding-top: 7.143rem;
}
.service-main .hero article {
  width: 48%;
}
.service-main .hero article h1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #16487F;
  text-transform: uppercase;
}
.service-main .hero article .localities {
  margin: 0.563rem 0 1rem 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #0C71C3;
}
.service-main .hero article .localities a {
  color: #0C71C3;
}
.service-main .hero article .localities a:hover {
  text-decoration: underline;
}
.service-main .hero article p {
  font-size: 1.125rem;
  color: #1F1F3A;
}
.service-main .hero article p strong {
  font-weight: 600;
}
.service-main .hero article .btns-row {
  display: flex;
  gap: 1.25rem;
  margin-top: 1.375rem;
}
.service-main .hero .right {
  width: 48%;
  position: relative;
}
.service-main .hero .right svg {
  width: 100%;
  height: auto;
  align-self: flex-end;
  margin-top: 5.5vw;
}
.service-main .hero .right img {
  border: 0.5vw solid #95D0FF;
  width: 68%;
  position: absolute;
  right: 4vw;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 450/325;
}
.service-main .problems {
  display: flex;
  flex-direction: column;
  padding-inline: 6%;
  padding-top: 8rem;
  align-items: center;
  padding-bottom: 3rem;
}
.service-main .problems h2 {
  font-size: 3rem;
  font-weight: 800;
  color: #16487F;
  text-transform: uppercase;
  text-align: center;
}
.service-main .problems h2 {
  font-size: 3rem;
  color: #16487F;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
.service-main .problems p {
  margin: 0.5rem 0 2.5rem 0;
  color: #1F1F3A;
  font-size: 1.25rem;
  text-align: center;
  max-width: 50rem;
}
.service-main .problems ul {
  display: flex;
  max-width: 64.5rem;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  row-gap: 1.5rem;
}
.service-main .problems ul li {
  width: 100vw;
  max-width: 31.5rem;
  background-color: rgba(106, 188, 255, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.75rem;
  padding: 0 1.3rem 0 1.65rem;
  color: #16487F;
  font-weight: 600;
}

@media (max-width: 1020px) {
  .service-main .hero {
    flex-direction: column-reverse;
    padding-top: 3.5rem;
    gap: 2rem;
  }
  .service-main .hero article {
    width: 100%;
    padding-right: 6vw;
  }
  .service-main .hero article h1 {
    font-size: 1.6rem;
  }
  .service-main .hero .right {
    width: 100%;
    align-self: flex-end;
  }
  .service-main .hero .right svg {
    margin-top: 11.9vw;
  }
  .service-main .hero .right img {
    border: 1vw solid #95D0FF;
  }
  .service-main .hero .btns-row {
    flex-direction: column;
  }
  .service-main .hero .btns-row .big-btn {
    width: 100%;
  }
  .service-main .problems {
    align-items: flex-start;
    padding: 5.5rem 6% 0 6%;
  }
  .service-main .problems h2 {
    font-size: 2rem;
    text-align: left;
    width: 100%;
  }
  .service-main .problems p {
    font-size: 1.125rem;
    text-align: left;
  }
  .service-main .problems ul {
    max-width: 100%;
    gap: 1rem;
  }
  .service-main .problems ul li {
    max-width: 100%;
    height: auto;
    min-height: 3.75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.blog-main .hero {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-inline: 6%;
  padding-top: 8rem;
  overflow: hidden;
  padding-bottom: 2rem;
}
.blog-main .hero .decor {
  position: absolute;
}
.blog-main .hero .decor1 {
  right: 71%;
  height: 12rem;
}
.blog-main .hero .decor2 {
  left: 81%;
  height: 5rem;
}
.blog-main .hero .heading {
  display: flex;
  flex-direction: column;
  max-width: 60%;
  align-items: center;
}
.blog-main .hero .heading h1 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 800;
  color: #16487F;
  text-transform: uppercase;
  max-width: 40rem;
}
.blog-main .hero .heading p {
  text-align: center;
  font-size: 1.25rem;
  margin: 1rem 0 5rem 0;
  color: #1F1F3A;
}
.blog-main .hero .articles {
  border-bottom: 1px solid #95D0FF;
  width: 100%;
  max-width: 75rem;
  display: flex;
  gap: 3.5rem;
  row-gap: 4rem;
  flex-wrap: wrap;
  align-items: stretch;
  padding-bottom: 1.75%;
}
.blog-main .hero .articles article {
  width: calc(50% - 1.75rem);
  display: flex;
  gap: 4%;
  align-items: flex-start;
}
.blog-main .hero .articles article .white-box {
  height: 30%;
  width: 5px;
  background-color: white;
  bottom: 0;
  left: -3px;
}
.blog-main .hero .articles article {
  position: relative;
  padding: 2% 2% 0 2%;
  border-top: 1px solid #95D0FF;
  border-left: 1px solid #95D0FF;
}
.blog-main .hero .articles article .white-box {
  position: absolute;
}
.blog-main .hero .articles article img {
  width: 35%;
  display: flex;
  aspect-ratio: 1/1;
  object-position: center;
  object-fit: cover;
  flex-shrink: 0;
}
.blog-main .hero .articles article .right h2 {
  color: #16487F;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.blog-main .hero .articles article .right p {
  margin: 0.5rem 0 0.875rem 0;
  color: #1F1F3A;
  font-size: 1.05rem;
}
.blog-main .hero .articles article .right a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  color: #0C71C3;
}
.blog-main .hero .articles article .right a:hover {
  gap: 0.7rem;
  text-decoration: underline;
}

.article-main .article {
  padding: 6rem 6% 7rem 6%;
  display: flex;
  justify-content: space-between;
}
.article-main .article .left nav {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 2rem;
  font-size: 1.125rem;
  text-transform: uppercase;
}
.article-main .article .left nav a {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  font-weight: 600;
  color: #0C71C3;
}
.article-main .article .left nav a:hover {
  gap: 1rem;
  text-decoration: underline;
}
.article-main .article .left nav span {
  color: #8C8C8C;
}
.article-main .article .left {
  width: 53%;
}
.article-main .article .left h1 {
  color: #16487F;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 800;
}
.article-main .article .left .main-p {
  font-size: 1.125rem;
  color: #16487F;
  font-weight: 500;
  margin: 0.3rem 0 2rem 0;
}
.article-main .article .left article {
  margin-bottom: 3rem;
}
.article-main .article .left article h2 {
  font-size: 1.5rem;
  color: #16487F;
  font-weight: 800;
  text-transform: uppercase;
}
.article-main .article .left article p {
  margin-top: 1rem;
  color: #1F1F3A;
}
.article-main .article .left article p a {
  color: #0C71C3;
  text-decoration: underline;
  font-weight: 500;
}
.article-main .article img {
  width: 40%;
  height: 40%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  padding: 4%;
  border-top: 1px solid #95D0FF;
  border-right: 1px solid #95D0FF;
}

@media (max-width: 1020px) {
  .blog-main .decor {
    opacity: 0.1;
  }
  .blog-main .hero .decor1 {
    height: 15rem;
    right: 40%;
  }
  .blog-main .hero .decor2 {
    height: 6rem;
    left: 75%;
    top: 6rem;
  }
  .blog-main .hero .heading {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
  }
  .blog-main .hero .heading h1 {
    font-size: 2rem;
  }
  .blog-main .hero .articles {
    padding-bottom: calc(5% + 1.5rem);
  }
  .blog-main .hero .articles article {
    width: 100% !important;
    max-width: 100%;
    flex-direction: column;
    padding: 5% 5% 0 5% !important;
  }
  .blog-main .hero .articles article img {
    aspect-ratio: 4/3;
    width: 100% !important;
  }
  .article-main .article {
    flex-direction: column-reverse;
    padding: 3rem 6% 2rem 6%;
  }
  .article-main .article .left {
    width: 100%;
  }
  .article-main .article .left nav {
    font-size: 1rem;
    gap: 0.7rem;
    margin: 3rem 0 1rem 0;
  }
  .article-main .article .left nav a {
    text-wrap: nowrap;
    gap: 0.7rem;
  }
  .article-main .article .left nav span {
    font-size: 0.9rem;
  }
  .article-main .article .left h1 {
    font-size: 1.5rem;
  }
  .article-main .article .left .main-p {
    margin: 0.8rem 0 3.5rem 0;
  }
  .article-main .article .left article {
    margin-bottom: 3.5rem;
  }
  .article-main .article .left article h2 {
    font-size: 1.4rem;
  }
  .article-main .article img {
    width: 100%;
    aspect-ratio: 5/4;
    padding: 0;
    border: 0;
  }
}
.locality-main {
  max-width: 100vw;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
.locality-main .hero {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
  background-size: cover;
  background-position: center;
}
.locality-main .hero .decor1 {
  left: 4.4%;
  bottom: -5%;
  height: 140%;
  width: auto;
}
.locality-main .hero::before {
  content: "";
  background: linear-gradient(180deg, rgba(31, 31, 58, 0.98) 16.83%, rgba(22, 72, 127, 0.98) 67.31%, rgba(0, 84, 152, 0.98) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.92;
}
.locality-main .hero .decor2 {
  width: 26.18%;
  right: -2%;
  top: 15%;
  display: flex;
  justify-content: flex-end;
}
.locality-main .hero {
  display: flex;
  padding: 9rem 8.6% 9rem 11%;
}
.locality-main .hero article {
  position: relative;
  z-index: 2;
}
.locality-main .hero .left h1 {
  font-size: 2.5rem;
  font-weight: 800;
  text-transform: uppercase;
  max-width: 53rem;
  color: white;
  margin-bottom: 0.313rem;
}
.locality-main .hero .left h1 strong {
  font-size: 3rem;
  color: #95D0FF;
}
.locality-main .hero .left h2 {
  color: white;
  font-weight: 400;
  font-size: 1.75rem;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
.locality-main .hero .left .rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1.25rem 0;
  color: white;
  font-weight: 400;
  font-size: 1.125rem;
  transform-origin: center;
}
.locality-main .hero .left .rating span {
  color: #FFD700;
  font-weight: 700;
}
.locality-main .hero .left p {
  color: white;
}
.locality-main .hero .left .p1 {
  font-size: 1.375rem;
  font-weight: 600;
}
.locality-main .hero .left .p2 {
  margin: 1.375rem 0;
  font-size: 1.25rem;
  max-width: 39.938rem;
}
.locality-main .hero .left .p2 strong {
  font-weight: 400;
}
.locality-main .hero .left .cta {
  display: flex;
  gap: 1.25rem;
}
.locality-main .hero .decor {
  position: absolute;
  left: 70%;
}
.locality-main .why-us {
  display: flex;
  padding: 7.5rem 5%;
  flex-direction: column;
  align-items: center;
  gap: 4.375rem;
}
.locality-main .why-us h2 {
  font-size: 3rem;
  font-weight: 800;
  color: #16487F;
  text-transform: uppercase;
  text-align: center;
}
.locality-main .why-us .bullets {
  display: flex;
  gap: 1.563rem;
}
.locality-main .why-us .bullets article {
  max-width: 24.125rem;
  border: 1px solid rgb(149, 208, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.2rem 1.9rem;
  position: relative;
}
.locality-main .why-us .bullets article h3 {
  margin: 1.438rem 0 0.75rem 0;
  color: #0C71C3;
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
}
.locality-main .why-us .bullets article h3, .locality-main .why-us .bullets article p {
  text-align: center;
}
.locality-main .why-us .bullets article p {
  color: #8C8C8C;
  font-size: 1.25rem;
}
.locality-main .why-us .bullets article .white-box1, .locality-main .why-us .bullets article .white-box2 {
  position: absolute;
  background-color: white;
  width: 62.2%;
  height: 5px;
}
.locality-main .why-us .bullets article .white-box1 {
  top: -3px;
}
.locality-main .why-us .bullets article .white-box2 {
  bottom: -3px;
}
.locality-main .what-we-do {
  overflow: hidden;
  padding: 5.813rem 0;
  display: flex;
  position: relative;
  gap: 3.2rem;
  align-items: center;
  padding-right: 8%;
  justify-content: space-between;
  background: radial-gradient(278.93% 136.72% at 0% 0%, #1F1F3A 5.77%, #16487F 65.87%, #115DA1 86.06%, #0C71C3 100%);
}
.locality-main .what-we-do .decor {
  position: absolute;
  left: 56%;
  top: 50%;
  transform: translateY(-50%);
}
.locality-main .what-we-do img {
  width: 30%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.locality-main .what-we-do {
  display: flex;
  padding-left: 8%;
  overflow-x: hidden;
  gap: 6%;
}
.locality-main .what-we-do article {
  width: 47%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.locality-main .what-we-do article h2 {
  font-size: 2.5rem;
  color: white;
  text-transform: uppercase;
  max-width: 30rem;
  width: fit-content;
  font-weight: 800;
}
.locality-main .what-we-do article h3 {
  font-size: 1.5rem;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
}
.locality-main .what-we-do article p {
  font-size: 1.125rem;
  color: white;
  margin-top: 0.5rem;
}
.locality-main .what-we-do article p a {
  color: #95D0FF;
}
.locality-main .what-we-do article p a:hover {
  text-decoration: underline;
}
.locality-main .services {
  display: flex;
  flex-direction: column;
  padding: 6.25rem 6% 6.25rem 6%;
}
.locality-main .services .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3.5rem;
}
.locality-main .services .top .contact-btn {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}
.locality-main .services .top .contact-btn span {
  color: #0C71C3;
  font-size: 1.25rem;
  font-weight: 600;
}
.locality-main .services .top .contact-btn:hover {
  gap: 1rem;
}
.locality-main .services .top .contact-btn:hover span {
  text-decoration: underline;
  color: #16487F;
}
.locality-main .services .top .left h2 {
  font-size: 3rem;
  color: #0C71C3;
  font-weight: 800;
  line-height: 2.7rem;
  text-transform: uppercase;
}
.locality-main .services .top .left h2 strong {
  font-size: 2rem;
  text-transform: uppercase;
  color: #16487F;
  font-weight: 700;
}
.locality-main .services .top .left p {
  color: #1F1F3A;
  font-size: 1.25rem;
  max-width: 65%;
  margin-top: 1rem;
}
.locality-main .services .bullets {
  width: 100%;
  display: flex;
  gap: 2%;
  row-gap: 1.5rem;
  flex-wrap: wrap;
}
.locality-main .services .bullets li img {
  display: flex;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
}
.locality-main .services .bullets li {
  display: flex;
  padding: 1.375rem;
  flex-direction: column;
  align-self: stretch;
  position: relative;
  width: 32%;
  border: 1px solid white;
  flex-shrink: 0;
}
.locality-main .services .bullets li:hover {
  border-color: #95D0FF;
}
.locality-main .services .bullets li .white-box1, .locality-main .services .bullets li .white-box2 {
  width: 5px;
  background-color: white;
  height: 70%;
  position: absolute;
  align-self: center;
  top: 50%;
  transform: translateY(-50%);
}
.locality-main .services .bullets li .white-box1 {
  left: -3px;
}
.locality-main .services .bullets li .white-box2 {
  right: -3px;
}
.locality-main .services .bullets li h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #16487F;
  text-transform: uppercase;
  margin: 1.5rem 0 0.5rem 0;
}
.locality-main .services .bullets li p {
  font-size: 1.125rem;
  color: #8C8C8C;
  margin-bottom: 1rem;
}
.locality-main .services .bullets li .small-btn {
  height: auto;
  padding: 0.6rem 1.125rem;
  text-align: center;
}
.locality-main .locations {
  display: flex;
  flex-direction: column;
  padding: 10rem 6%;
  align-items: center;
}
.locality-main .locations h2 {
  font-size: 3rem;
  color: #16487F;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
.locality-main .locations p {
  margin: 0.5rem 0 2.5rem 0;
  color: #1F1F3A;
  font-size: 1.25rem;
  text-align: center;
  max-width: 50rem;
}
.locality-main .locations ul {
  display: flex;
  max-width: 56.25rem;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  row-gap: 1.5rem;
}
.locality-main .locations ul li {
  max-width: 23.5rem;
  width: 100%;
}
.locality-main .locations ul li a {
  width: 100%;
  background-color: #0C71C3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.75rem;
  padding: 0 1.3rem 0 1.65rem;
}
.locality-main .locations ul li a span {
  color: white;
  font-size: 1.25rem;
  font-weight: 500;
}
.locality-main .locations ul li a:hover {
  background-color: #16487F;
  padding-right: 1rem;
}

@keyframes floatBg {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20px, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media (max-width: 1020px) {
  .locality-main .hero {
    flex-direction: column;
    padding: 4rem 6% 2rem 6%;
  }
  .locality-main .hero .decor {
    opacity: 0.15;
    left: 60%;
    display: none;
  }
  .locality-main .hero::before {
    opacity: 0.95;
  }
  .locality-main .hero .left h1 {
    font-size: 1.4rem;
    line-height: normal;
    line-height: 2.4rem;
    font-weight: 600;
  }
  .locality-main .hero .left h1 strong {
    font-size: 2rem;
  }
  .locality-main .hero .left h2 {
    font-size: 1.2rem;
  }
  .locality-main .hero .left .p1 {
    font-size: 1.4rem;
  }
  .locality-main .hero .left .p2 {
    margin: 1.4rem 0 2rem 0;
  }
  .locality-main .hero .left .cta {
    flex-direction: column;
  }
  .locality-main .hero .left .cta a {
    width: 100%;
  }
  .locality-main .why-us h2 {
    font-size: 2.2rem;
  }
  .locality-main .why-us .bullets {
    flex-direction: column;
  }
  .locality-main .what-we-do {
    flex-direction: column-reverse;
    overflow: visible;
    padding: 6rem 0 4rem 0;
    padding-inline: 6%;
    gap: 2rem;
  }
  .locality-main .what-we-do .decor {
    top: 7rem;
  }
  .locality-main .what-we-do article {
    width: 100%;
  }
  .locality-main .what-we-do article h2 {
    font-size: 2rem;
  }
  .locality-main .what-we-do img {
    width: 100%;
    aspect-ratio: 3/2;
  }
  .locality-main .services .top {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .locality-main .services .top .contact-btn {
    margin-top: 2rem;
  }
  .locality-main .services .top .left p {
    width: 100%;
    max-width: 100%;
  }
  .locality-main .services .top .left h2 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .locality-main .services .top .left h2 strong {
    display: block;
    margin-top: 0.3rem;
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
  .locality-main .services .bullets {
    width: 100vw;
    margin-left: -6vw;
    padding-inline: 6vw;
    overflow: scroll;
    gap: 8vw;
    flex-wrap: nowrap;
    scroll-snap-type: x proximity;
    scroll-padding-left: 6vw;
  }
  .locality-main .services .bullets li .white-box1, .locality-main .services .bullets li .white-box2 {
    display: none;
  }
  .locality-main .services .bullets li {
    padding: 0;
    border: none !important;
    width: 72%;
    scroll-snap-align: start;
  }
  .locality-main .services .bullets li p {
    font-size: 1rem;
  }
  .locality-main .services .bullets li .small-btn {
    width: 100%;
    text-align: center;
    transform: none !important;
    justify-content: center;
  }
  .locality-main .locations {
    padding: 7rem 6%;
  }
  .locality-main .locations h2 {
    font-size: 2rem;
    text-align: left;
    width: 100%;
  }
  .locality-main .locations p {
    font-size: 1.125rem;
    text-align: left;
  }
  .locality-main .locations ul {
    gap: 1rem;
    max-width: 100%;
  }
  .locality-main .locations ul li {
    max-width: 100%;
  }
}
@keyframes moveWater {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(40px, 40px);
  }
}
.contact-main .hero {
  display: flex;
  padding: 0 6% 6rem 6%;
  gap: 6%;
}
.contact-main .hero .form-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex-shrink: 0;
  width: 56%;
  padding-top: 6rem;
}
.contact-main .hero article {
  padding-top: 6rem;
  width: 38%;
  display: flex;
  flex-direction: column;
}
.contact-main .hero article h1 {
  font-size: 2.5rem;
  color: #16487F;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.contact-main .hero article .localities {
  margin: 0.563rem 0 0.75rem 0;
  color: #0C71C3;
  font-weight: 500;
}
.contact-main .hero article .localities a {
  color: #0C71C3;
  font-weight: 500;
}
.contact-main .hero article .localities a:hover {
  text-decoration: underline;
}
.contact-main .hero article .main-p {
  margin-bottom: 0.4rem;
  color: #1F1F3A;
  font-size: 1.125rem;
}
.contact-main .hero article .contact-btn {
  margin-top: 0.875rem;
}
.contact-main .hero article .adress {
  margin: 1.5rem 0 1rem 0;
  color: #1F1F3A;
}
.contact-main .hero article .map-link {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.contact-main .hero article .map-link span {
  color: #0C71C3;
  font-size: 1.125rem;
  font-weight: 500;
}
.contact-main .hero article .map-link:hover {
  gap: 0.8rem;
}
.contact-main .hero article .map-link:hover span {
  text-decoration: underline;
  color: #16487F;
}
.contact-main .hero article .map-link:hover svg path {
  fill: #16487F;
}
.contact-main .hero article .decor {
  width: 38vw;
  margin-left: -6vw;
  margin-right: -6vw;
  overflow: hidden;
  margin-top: 4rem;
  display: flex;
  justify-content: flex-end;
}
.contact-main .hero article .decor svg {
  flex-shrink: 0;
  height: 6rem;
  width: auto;
}
.contact-main .contact-select-input {
  width: 100%;
  margin: 0;
  position: relative;
  height: 5.3125rem;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
}
.contact-main .contact-select-input :focus-within {
  box-shadow: inset 0 0 0 1px #0C71C3;
}
.contact-main .contact-select-input select:invalid {
  color: #A59687 !important; /* barva placeholderu */
}
.contact-main .contact-select-input .styled-select option {
  color: #1E232B;
}
.contact-main .contact-select-input svg {
  position: absolute;
  right: 2.75rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.contact-main .contact-select-input select {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  width: 100%;
  padding: 0 2.6rem 0 1.5625rem;
  background-color: rgba(24, 7, 47, 0);
  border: 0;
  outline: 0;
  font-size: 1.25rem;
  font-weight: 400;
  color: #1F1F3A;
  height: 100%;
}
.contact-main .contact-select-input select {
  appearance: none; /* Standard */
  -webkit-appearance: none; /* Safari & Chrome */
  -moz-appearance: none; /* Firefox */
  cursor: pointer;
}
.contact-main .contact-select-input {
  /* Optional: Hide the dropdown indicator in IE */
}
.contact-main .contact-select-input select::-ms-expand {
  display: none;
}
.contact-main .contact-select-input:has(select:focus) {
  box-shadow: inset 0 0 0 1px #0C71C3;
}
.contact-main .contact-select-input:has(select:focus) svg {
  transform: translateY(-50%) scale(-1);
}
.contact-main .contact-select-input:hover {
  box-shadow: inset 0 0 0 1px #0C71C3;
}
.contact-main form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact-main form .check {
  display: flex;
  align-items: center !important;
  gap: 1.2rem;
  width: 100%;
}
.contact-main form .check p {
  color: #1F1F3A;
  font-size: 1.2rem;
  font-weight: 400;
  max-width: 500px;
}
.contact-main form .check p a {
  color: #0C71C3;
  text-decoration: underline;
}
.contact-main form .check.wrap2 {
  margin-top: 2.25rem;
}
.contact-main form .check.wrap3 {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
.contact-main form .check span {
  font-size: 1.125rem;
  font-weight: 500;
}
.contact-main form .check label {
  min-width: 2rem;
  height: 2rem;
  width: 2rem;
  position: relative;
  cursor: pointer;
  transition: ease-out 0.3s;
  box-shadow: inset 0 0 0 0.16rem rgba(0, 0, 0, 0);
}
.contact-main form .check label:hover {
  box-shadow: inset 0 0 0 0.16rem #0C71C3;
}
.contact-main form .check label input {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.contact-main form .check label span {
  border: 0.125rem solid #0C71C3;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  transition: ease-out 0.1s;
}
.contact-main form .check label span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.contact-main form .check label span svg {
  flex-shrink: 0;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  opacity: 0;
  transition: ease-out 0.1s;
}
.contact-main form .check label input:checked + span svg {
  opacity: 1;
}
.contact-main form .check label input:checked + span {
  background-color: #0C71C3;
}
.contact-main form .bottom {
  display: flex;
  width: 100%;
  gap: 10%;
  margin-top: 1.5625rem;
  justify-content: space-between;
}
.contact-main form .bottom .big-btn {
  text-wrap: nowrap;
  flex-shrink: 0;
  transform: none !important;
}
.contact-main form .bottom h6 {
  font-size: 1rem;
  color: #A59687;
  font-weight: 400;
}
.contact-main form .bottom h6 span {
  color: #0C71C3;
}
.contact-main form {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.contact-main form .input-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #95D0FF;
}
.contact-main form .input-wrapper .two-inputs {
  display: flex;
  justify-content: space-between;
}
.contact-main form .input-wrapper .two-inputs .vl {
  height: 100%;
  border-left: 1px solid #95D0FF;
  width: 1px;
  flex-shrink: 0;
  height: 5.3125rem;
}
.contact-main form .input-wrapper .text-input {
  height: 5.3125rem;
  width: 100%;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
  align-items: center;
}
.contact-main form .input-wrapper .text-input.textarea {
  height: 14.375rem;
  align-items: flex-start;
}
.contact-main form .input-wrapper .text-input.textarea label {
  top: 1.9rem;
}
.contact-main form .input-wrapper .text-input.textarea textarea {
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  resize: none;
  padding: 0 1.5625rem 1rem 1.5625rem;
  outline: none;
  font-size: 1.125rem;
  width: 100%;
  scroll-padding: 2.6rem 0 1rem 0;
  height: calc(100% - 2.6rem);
  align-self: flex-end;
  color: #1E232B;
}
.contact-main form .input-wrapper .text-input.textarea textarea:valid, .contact-main form .input-wrapper .text-input.textarea textarea:not(:placeholder-shown) {
  /* posuneme label, pokud je input validní nebo focus */
}
.contact-main form .input-wrapper .text-input.textarea textarea:valid ~ label, .contact-main form .input-wrapper .text-input.textarea textarea:not(:placeholder-shown) ~ label {
  font-size: 1rem;
  transform: translateY(-1.2rem);
}
.contact-main form .input-wrapper .text-input label {
  position: absolute;
  left: 1.5625rem;
  font-size: 1.25rem;
  color: #A59687;
  pointer-events: none;
}
.contact-main form .input-wrapper .text-input label span {
  color: #0C71C3;
}
.contact-main form .input-wrapper .text-input:hover, .contact-main form .input-wrapper .text-input:focus-within {
  box-shadow: inset 0 0 0 1px #0C71C3;
}
.contact-main form .input-wrapper .text-input:focus-within label {
  font-size: 1rem;
  transform: translateY(-1.2rem);
}
.contact-main form .input-wrapper .text-input input {
  width: 100%;
  height: 100%;
  padding: 1.5rem 1.5625rem 0 1.5625rem;
  border: 0;
  outline: none !important;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.125rem;
  color: #1F1F3A;
  font-weight: 400;
}
.contact-main form .input-wrapper .text-input input:focus, .contact-main form .input-wrapper .text-input input:not(:placeholder-shown) {
  /* posuneme label, pokud je input validní nebo focus */
}
.contact-main form .input-wrapper .text-input input:focus ~ label, .contact-main form .input-wrapper .text-input input:not(:placeholder-shown) ~ label {
  font-size: 1rem;
  transform: translateY(-1.2rem);
}
.contact-main form .hr {
  width: 100%;
  border-top: 1px solid #95D0FF;
}

@media (max-width: 1020px) {
  .contact-main .hero {
    flex-direction: column;
    gap: 3rem;
  }
  .contact-main .hero article {
    width: 100%;
  }
  .contact-main .hero article h1 {
    font-size: 2rem;
  }
  .contact-main .hero article .decor {
    width: 94vw;
    margin-top: 2rem;
  }
  .contact-main .hero article .decor svg {
    height: 4.5rem;
  }
  .contact-main .hero .form-wrap {
    width: 100%;
  }
  .contact-main .hero .form-wrap h2 {
    color: #16487F;
    font-weight: 800;
    font-size: 1.75rem;
    line-height: normal;
    text-transform: uppercase;
  }
  .contact-main .hero .form-wrap form {
    width: 100%;
  }
  .contact-main .hero .form-wrap form select {
    padding-right: 1.5625rem;
  }
  .contact-main .hero .form-wrap form .contact-select-input svg {
    right: 1.5625rem;
  }
  .contact-main .hero .form-wrap form .input-wrapper .two-inputs {
    flex-direction: column !important;
  }
  .contact-main .hero .form-wrap form .input-wrapper .two-inputs .vl {
    width: 100%;
    border-top: 1px solid #DDD8D3;
    height: 0;
  }
  .contact-main .hero .form-wrap form .input-wrapper .contact-select-input {
    height: 4.615rem !important;
  }
  .contact-main .hero .form-wrap form .input-wrapper .contact-select-input select {
    font-size: 1.231rem;
  }
  .contact-main .hero .form-wrap form .input-wrapper .text-input {
    height: 4.615rem !important;
  }
  .contact-main .hero .form-wrap form .input-wrapper .text-input.textarea {
    height: 11.692rem !important;
  }
  .contact-main .hero .form-wrap form .input-wrapper .text-input label {
    font-size: 1.231rem;
  }
  .contact-main .hero .form-wrap form .check label {
    width: 1.923rem !important;
    min-width: 1.923rem !important;
    height: 1.923rem !important;
  }
  .contact-main .hero .form-wrap form .check label svg {
    width: 1rem;
    height: 0.769rem;
  }
  .contact-main .hero .form-wrap form .check p {
    font-size: 1rem;
    font-weight: 300;
  }
  .contact-main .hero .form-wrap form .bottom {
    margin-top: 1.4rem;
    flex-direction: column;
    gap: 1.4rem;
    align-items: center;
  }
  .contact-main .hero .form-wrap form .bottom button {
    width: 100%;
  }
}
.gdpr-main {
  padding: 5rem 6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.gdpr-main section {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.gdpr-main section a {
  color: #0C71C3;
  font-weight: 500;
}
.gdpr-main section a:hover {
  text-decoration: underline;
}
.gdpr-main section p {
  color: #1F1F3A;
  font-size: 1.125rem;
}
.gdpr-main section ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.gdpr-main section ul li {
  font-size: 1.125rem;
  color: #1F1F3A;
}
.gdpr-main section h1 {
  font-size: 2.25rem;
  text-transform: uppercase;
  color: #16487F;
}
.gdpr-main section h2 {
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  text-transform: uppercase;
  color: #16487F;
}