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

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: white;
  font-size: 2vw;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #222;
  background: url(images/bg.png) no-repeat;
  background-size: cover;
}

.active {
  color: #86003c;
}

h2 {
  color: #86003c;
  font-size: 5vw;
}

h3 {
  color: #e41f7b;
  font-size: 4vw;
}

p {
  color: #fe8ba0;
  font-size: 2.4vw;
}

button {
  color: #e41f7b;
}

header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px;
}

nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

nav a {
  text-align: center;
  display: block;
  padding: 10px;
  font-weight: bold;
}

main {
  width: 100%;
  flex: 1;
}

.main1 {
  display: flex;
  padding: 5vw 10vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main1 .left {
  flex: 1;
}

.main1 .left p {
  margin-top: 10px;
}

.main1 .left button {
  width: fit-content;
  /* height: 28px; */
  height: 5vw;
  display: flex;
  align-items: center;
  padding: 0 3vw;
  border: none;
  margin-top: 10px;
  font-size: 3vw;
  cursor: pointer;
  border-radius: 5px;
  color: white;
  background: linear-gradient(to bottom, #fe8ba0, #86003c);
}

.main1 .right {
  flex: 1;
}

.main1 .right video {
  width: 40vw;
  height: 40vw;
  object-fit: cover;
}

.main2 {
  width: 100%;
  padding: 20px 150px;
}

.return {
  color: white;
  padding-bottom: 50px;
  display: block;
}

.main21 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}

.main2 .left {
  flex: 1;
}

.main2 .left p {
  margin-top: 10px;
}

.main2 .right {
  flex: 1;
}

.main2 .right img {
  width: 30vw;
  height: 70vh;
  object-fit: cover;
}

.main2 .last {
  position: absolute;
  left: 50%;
  transform: translateX(-60%);
  bottom: 10px;
  background-color: #86003c;
  width: 400px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #e41f7b;
  font-size: 20px;
}

.main22 {
  text-align: center;
}

.main22 img {
  width: 20vw;
  height: 20vw;
  object-fit: cover;
  border-radius: 50%;
  margin-top: 20px;
}

.main22 h3 {
  margin-top: 10px;
}

.main23 {
  text-align: center;
}

.pdf {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px 0;
  gap: 20px;
}

.pdf a {
  display: block;
  width: calc(33.33% - 20px);
  margin-bottom: 20px;
}

.pdf img {
  width: 100%;
}

.pdf h3 {
  font-size: 3vw;
}

.main3 {
  width: 100%;
  padding: 20px 200px;
  /* text-align: center; */
}

.main3 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2vw;
  padding: 30px 0;
}

.main3 img {
  width: 100%;
  display: block;
}

.main3 p {
  height: 66px;
  background-color: #86003c;
  padding: 0 20px;
  line-height: 66px;
  /* font-size: 24px; */
  text-align: center;
}
