* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

main {
  display: flex;
  flex-direction: column;
}

section {
  width: 100%;
  min-height: 100vh;
}
section:nth-of-type(1) {
  display: grid;
  grid-template-columns: 1fr 50vw;
}
section:nth-of-type(1) .left,
section:nth-of-type(1) .right {
  background-color: #002631;
}
section:nth-of-type(1) .left {
  background: linear-gradient(#002631, rgb(0, 78, 100));
  display: flex;
  flex-direction: column;
  align-items: center;
}
section:nth-of-type(1) .left h1,
section:nth-of-type(1) .left p,
section:nth-of-type(1) .left .row {
  padding: 3vw;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 0;
}
section:nth-of-type(1) .left h1 {
  font-size: 4vw;
  color: white;
  font-family: "Lilita One", sans-serif;
  margin-top: 3vh;
  display: flex;
  font-weight: 500;
  flex-direction: column;
}
section:nth-of-type(1) .left p {
  font-size: 1.2vw;
  padding-top: 0.5vw;
  font-family: "Lilita One", sans-serif;
  color: rgb(42, 172, 142);
}
section:nth-of-type(1) .left .row {
  display: flex;
  flex-direction: row;
}
section:nth-of-type(1) .left .row:nth-of-type(1) {
  margin-top: 5vh;
  margin-bottom: 5vh;
}
section:nth-of-type(1) .left .row:nth-of-type(1) a {
  margin-left: 2vw;
  margin-right: 2vw;
  border: 2px solid white;
  font-size: 1vw;
  padding: 0.2vw 1vw;
  border-radius: 5px;
  font-family: "Lilita One", sans-serif;
  text-transform: uppercase;
}
section:nth-of-type(1) .left .row:nth-of-type(1) a:nth-of-type(1) {
  background-color: white;
  color: #002631;
}
section:nth-of-type(1) .left .row:nth-of-type(1) a:nth-of-type(2) {
  color: white;
}
section:nth-of-type(1) .right {
  background-color: white;
}
section:nth-of-type(1) .right .swiper {
  width: 100%;
  height: 95vh;
}
section:nth-of-type(1) .right .swiper .panel_wrapper {
  width: 100%;
  margin-bottom: 0;
}
section:nth-of-type(1) .right .swiper .panel_wrapper .swiper-slide .panel {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section:nth-of-type(1) .right .swiper .panel_wrapper .swiper-slide .panel img {
  width: 100%;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
}
section:nth-of-type(1) .right .swiper .panel_wrapper .swiper-slide .panel h1,
section:nth-of-type(1) .right .swiper .panel_wrapper .swiper-slide .panel p {
  font-family: "Lilita One", sans-serif;
  color: rgb(0, 78, 100);
  max-width: 80%;
}
section:nth-of-type(1) .right .swiper .panel_wrapper .swiper-slide .panel h1 {
  font-size: 1.5vw;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
}
section:nth-of-type(1) .right .swiper .panel_wrapper .swiper-slide .panel p {
  font-size: 1vw;
  font-weight: 400;
  text-align: center;
}
section:nth-of-type(1) .right .swiper .swiper-pagination-bullet-active {
  background-color: rgb(0, 78, 100);
}

@media only screen and (max-width: 750px) {
  section:nth-of-type(1) {
    grid-template-columns: 1fr;
  }
  section:nth-of-type(1) .left {
    width: 100%;
    min-height: 50vh;
  }
  section:nth-of-type(1) .left h1 {
    font-size: 6vw;
  }
  section:nth-of-type(1) .left p {
    padding-top: 0;
    margin-top: 5vh;
    font-size: 3vw;
  }
  section:nth-of-type(1) .left .row:nth-of-type(1) a {
    font-size: 3vw;
    padding: 0.6vw 3vw;
  }
  section:nth-of-type(1) .right {
    width: 100vw;
  }
  section:nth-of-type(1) .right .swiper {
    height: 50vh;
  }
  section:nth-of-type(1) .right .swiper .panel_wrapper {
    margin-bottom: 5vh;
  }
  section:nth-of-type(1) .right .swiper .panel_wrapper .swiper-slide .panel img {
    height: 60%;
  }
  section:nth-of-type(1) .right .swiper .panel_wrapper .swiper-slide .panel h1 {
    font-size: 5vw;
  }
  section:nth-of-type(1) .right .swiper .panel_wrapper .swiper-slide .panel p {
    font-size: 4vw;
  }
}/*# sourceMappingURL=index.css.map */