@charset "UTF-8";
.first-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.second-container {
  display: flex;
  gap: 20px;
  padding: 20px;
  justify-content: center;
  background-color: #ebedee;
}
@media screen and (max-width: 1279px) {
  .second-container {
    flex-wrap: wrap;
  }
}
.second-container img {
  padding: 10%;
  max-width: calc(30% - 60px);
}
@media screen and (max-width: 1279px) {
  .second-container img {
    max-width: calc(80% - 20px);
  }
}
.second-container p {
  padding: 10px;
}
.second-container .link {
  color: var(--wp--preset--color--orange);
  font-weight: bold;
  text-decoration: underline;
}

.third-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px;
  justify-content: space-evenly;
  background-color: #004468;
  color: #fff;
}
.third-container div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  gap: 15px;
  max-width: 200px;
  text-align: center;
}
.third-container div h2, .third-container div h4 {
  margin: 0;
}

.fourth-container {
  background-color: #ebedee;
  color: #1684c6;
  text-align: center;
  padding: 77px 10px;
  margin: 0;
}

.fifth-container {
  padding: 10px;
}
.fifth-container h3 {
  color: #0077b6;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.fifth-container .slider {
  margin-bottom: 50px;
}
.fifth-container .slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.fifth-container .arrow {
  font-size: 40px;
  color: #005b83;
  cursor: pointer;
  user-select: none;
}
.fifth-container .icons {
  display: flex;
  gap: 40px;
  transition: transform 0.4s ease;
}
.fifth-container .icon {
  height: 80px;
  opacity: 0.4;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.fifth-container .active {
  opacity: 1;
  transform: scale(1.3);
}
.fifth-container p {
  text-align: center;
  color: #000;
}

.sixth-container {
  background-color: #f4f4f4;
  background-image: url("../img5/dark blueArtboard 1 copy 18_2.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  padding: 30px;
  display: flex;
  gap: 20px;
}
.sixth-container div {
  max-width: 50%;
}
@media screen and (max-width: 1279px) {
  .sixth-container div {
    max-width: 100%;
  }
}
.sixth-container .title {
  color: #005381;
  background-color: transparent;
  font-weight: bold;
}
.sixth-container .link {
  color: var(--wp--preset--color--orange);
  font-weight: bold;
  text-decoration: underline;
}

.seventh-container {
  padding: 20px 15px 30px;
  display: flex;
  justify-content: center;
}
.seventh-container .slider-2 {
  background: white;
  padding: 30px;
  border-radius: 8px;
  width: 600px;
  text-align: center;
}
.seventh-container .slider-2 h3 {
  color: #1684c6;
  margin-bottom: 20px;
}
.seventh-container .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 40px;
  text-align: left;
  margin-bottom: 20px;
}
.seventh-container .item {
  display: flex;
  align-items: center;
}
.seventh-container .item::before {
  content: "✔";
  color: #005381;
  margin-right: 8px;
  font-weight: bold;
}
.seventh-container .dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.seventh-container .dot {
  width: 10px;
  height: 10px;
  background: #00a0e3;
  border-radius: 50%;
  opacity: 0.4;
  cursor: pointer;
  transition: 0.3s;
}
.seventh-container .dot.active {
  opacity: 1;
}
.seventh-container .slide {
  display: none;
}
.seventh-container .slide.active {
  display: block;
}

.eighth-container {
  background-color: #f4f4f4;
  background-image: url("../img5/dark blueArtboard 1 copy 6.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  padding: 30px;
  display: flex;
  justify-content: end;
  gap: 20px;
}
.eighth-container div {
  max-width: 50%;
}
@media screen and (max-width: 1279px) {
  .eighth-container div {
    max-width: 100%;
  }
}
.eighth-container .title {
  color: #005381;
  background-color: transparent;
  font-weight: bold;
}
.eighth-container .link {
  color: var(--wp--preset--color--orange);
  font-weight: bold;
  text-decoration: underline;
}

.ninth-container {
  background-color: #004468;
  padding: 10px;
}
.ninth-container h3 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.ninth-container .slider {
  margin-bottom: 50px;
}
.ninth-container .slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.ninth-container .arrow {
  font-size: 40px;
  color: var(--wp--preset--color--orange);
  cursor: pointer;
  user-select: none;
}
.ninth-container .icons {
  display: flex;
  gap: 40px;
  transition: transform 0.4s ease;
}
.ninth-container .icon {
  height: 80px;
  opacity: 0.4;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.ninth-container .active {
  opacity: 1;
  transform: scale(1.3);
}
.ninth-container p {
  text-align: center;
  color: #fff;
}
.ninth-container .icon {
  border-radius: 8px;
}

.tenth-container {
  background-color: #f4f4f4;
  background-image: url("../img5/dark blueArtboard 1 copy 18_1.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  padding: 30px;
  display: flex;
  gap: 20px;
}
.tenth-container div {
  max-width: 50%;
}
@media screen and (max-width: 1279px) {
  .tenth-container div {
    max-width: 100%;
  }
}
.tenth-container .title {
  color: #005381;
  background-color: transparent;
  font-weight: bold;
}
.tenth-container .link {
  color: var(--wp--preset--color--orange);
  font-weight: bold;
  text-decoration: underline;
}

.eleventh-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 10px 40px;
  justify-content: center;
  text-align: center;
  background-color: #004468;
  color: #fff;
}
.eleventh-container h2, .eleventh-container h4 {
  margin: 0;
}

.twelfth-container {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  color: #fff;
}
.twelfth-container .title {
  color: #005381;
  background-color: transparent;
  font-weight: bold;
  padding: 0 50px;
}
.twelfth-container p {
  padding: 0 50px;
  color: #000;
}
.twelfth-container .locations {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 10px;
}
.twelfth-container .location, .twelfth-container .location:active, .twelfth-container .location:hover {
  width: fit-content;
  color: var(--wp--preset--color--orange);
  font-weight: bold;
  font-size: 28px;
}
.twelfth-container svg {
  width: 100%;
  height: auto;
}
.twelfth-container .map {
  fill: #cccccc;
  /* Gray map */
  stroke: #999;
  stroke-width: 0.5;
}
.twelfth-container .blink {
  fill: #004468;
  stroke: white;
  stroke-width: 10;
  r: 12;
  animation: blink 1s infinite alternate;
}
@keyframes blink {
  0% {
    opacity: 1;
    r: 12;
  }
  50% {
    opacity: 0.5;
    r: 15;
  }
  100% {
    opacity: 1;
    r: 12;
  }
}

.thirteenth-container {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #004468;
  color: #fff;
}
.thirteenth-container .title {
  color: #fff;
  background-color: transparent;
  font-weight: bold;
}
.thirteenth-container .link {
  color: var(--wp--preset--color--orange);
  font-weight: bold;
  text-decoration: underline;
}
.thirteenth-container .hs-input {
  display: inline-block;
  width: 90%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}