a {
  color: #39aedd;
}

p {
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Jost-Light";
  color: #000;
}

b {
  font-weight: 700;
}

span {
  font-family: "Jost-Light";
}

li {
  font-family: "Jost-Light";
  letter-spacing: 1px;
}

h2 {
  color: #f55717;
  text-align: left;
  font-family: "Jost-Medium";
  padding: 10px 0;
}

h3 {
  font-family: "Jost-Medium";
  font-size: 1.8rem;
  color: #000;
}

.textMN {
  width: 85%;
  margin-bottom: 100px;
}
.textMN h2 {
  text-align: center;
}
.textMN span {
  font-size: 1.6rem;
  color: #000;
}
.textMN li {
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Jost-Light";
  color: #000;
}
.textMN .MN-1 {
  display: flex;
}
.textMN .MN-1 img {
  width: 500px;
  margin: 0 20px 20px 0;
  border-radius: 20px;
  box-shadow: 5px 5px 15px rgba(85, 85, 85, 0.3333333333);
}

.textMN-1 {
  width: 85%;
  margin: auto;
}
.textMN-1 ul {
  padding: 0;
}
.textMN-1 li {
  list-style-type: none;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Jost-Medium";
  padding: 18px 20px;
  background: #FFF;
  border-radius: 10px;
  margin: 20px 0;
  box-shadow: 3px 3px 10px rgba(85, 85, 85, 0.2117647059);
}
.textMN-1 li:hover {
  background-color: rgba(255, 252, 220, 0.431372549);
}

.MNbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.MNbox p {
  line-height: 1;
  width: 260px;
}
.MNbox span {
  font-size: 1.2rem;
  color: #5c5c5c;
}
.MNbox img {
  width: 240px;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  margin-bottom: 10px;
}
.MNbox ul {
  padding: 10px 15px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.MNbox ul li {
  text-align: center;
}
.MNbox .cardimg {
  width: 250px;
  height: 250px;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  overflow: hidden;
  margin-bottom: 10px;
}
.MNbox .cardimg img {
  width: 100%;
  height: 100%;
}
.MNbox .cardimg img:hover {
  transform: scale(1.03);
  transition: 0.2s;
}

.DirectionsList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto 100px;
  width: 85%;
}
.DirectionsList div {
  width: 65%;
  transition: all 0.3s ease;
}
.DirectionsList div h2 {
  margin-bottom: 20px;
  font-size: 2.2rem;
  position: relative;
}
.DirectionsList div h2:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #f55717;
}
.DirectionsList div h3 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 25px 0 15px;
}
.DirectionsList div h3 img {
  width: 35px;
  padding: 0;
  transition: transform 0.3s ease;
}
.DirectionsList div h3 img:hover {
  transform: scale(1.1);
}
.DirectionsList iframe {
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.DirectionsList iframe:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.DirectionsList .box {
  padding: 35px;
  border-radius: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  width: 49%;
  background: #fff;
  transition: all 0.3s ease;
}
.DirectionsList .box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.DirectionsList .box a {
  font-family: "Jost-Regular";
  font-size: 1.8rem;
  text-decoration: none;
  color: #39aedd;
  transition: color 0.3s ease;
}
.DirectionsList .box a:hover {
  color: #f55717;
}
.DirectionsList .box hr {
  border: none;
  height: 1px;
  background: #eee;
  margin: 20px 0;
}
.DirectionsList .box img {
  width: 100%;
  padding: 15px;
  transition: transform 0.3s ease;
}
.DirectionsList .box img:hover {
  transform: scale(1.02);
}
.DirectionsList .box p {
  margin: 15px 0;
}

.Travel {
  padding-bottom: 100px;
  list-style-type: disc;
  width: 80%;
  margin: auto;
}
.Travel p {
  font-size: 1.6rem;
  margin-bottom: 0;
  line-height: 1.4;
}
.Travel h2 {
  color: #f55717;
  padding-top: 30px;
}
.Travel li {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.4;
}
.Travel img {
  width: 400px;
  padding: 30px;
}

.contactList {
  width: 85%;
}
.contactList h3 {
  font-size: 1.8rem;
  padding-top: 20px;
  margin-bottom: 1rem;
}
.contactList h2 {
  color: #f55717;
  text-align: left;
}
.contactList p {
  font-size: 1.6rem;
}
.contactList img {
  height: 2.1rem;
}

@media (max-width: 1920px) {
  .container {
    max-width: 85%;
  }
}
@media (max-width: 1000px) {
  .Sponsorship {
    flex-wrap: wrap;
  }
  .text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .DirectionsList {
    flex-wrap: wrap;
  }
  .DirectionsList div {
    width: 100%;
    margin-bottom: 30px;
  }
  .DirectionsList iframe {
    width: 100%;
    height: 400px;
  }
  .DirectionsList .box {
    width: 100%;
    margin: 15px 0;
  }
  .textMN {
    width: 90%;
  }
  .textMN .MN-1 {
    flex-direction: column;
    align-items: center;
  }
  .textMN .MN-1 img {
    width: 80%;
  }
  .textMN h2 {
    font-size: 1.6rem;
    padding: 0%;
  }
  .textMN p {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .textMN li {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .textMN span {
    font-size: 1.2rem;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .DirectionsList {
    width: 92%;
  }
  .DirectionsList div h2 {
    font-size: 1.8rem;
  }
  .DirectionsList iframe {
    height: 300px;
  }
  .DirectionsList .box {
    padding: 25px;
  }
  .DirectionsList .box a {
    font-size: 1.6rem;
  }
}
@media (max-width: 992px) and (max-width: 425px) {
  .DirectionsList ol {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .DirectionsList p {
    font-size: 1.4rem;
  }
  .DirectionsList img {
    width: 100%;
    padding: 20px 0;
  }
  .contactList p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .contactList h3 {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=45.css.map */