.city-page-hero {
  height: 675px;
  display: flex;
  position: relative;
}
.city-page-hero .city-page-image {
  position: relative;
  z-index: 1;
  width: 45%;
  height: 100%;
}
.city-page-hero .contents {
  width: 55%;
  height: 100%;
  position: relative;
}
.city-page-hero .contents img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.city-page-hero .contents .w {
  height: 100%;
  width: 650px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
.city-page-hero .contents .w h1 {
  font-size: 50px;
  font-family: IBold;
}
.city-page-hero .contents .w p:nth-child(2) {
  margin: 20px 0 30px 0;
  line-height: 22px;
  letter-spacing: 1px;
}
.city-page-hero .contents .w .involveme_popup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 232px;
  height: 44px;
  color: #BC0E0E;
  background: #fff;
  border-radius: 50px;
  font-family: IMedium;
  cursor: pointer;
  transition: all 0.3s;
}
.city-page-hero .contents .w .involveme_popup:hover {
  background: #e4e4e4;
}

.city-page-content {
  width: 81%;
  margin: 0 auto;
}
.city-page-content .f {
  display: flex;
  justify-content: space-between;
  margin-top: 130px;
}
.city-page-content .f .l {
  width: 700px;
  margin-right: 15px;
}
.city-page-content .f .l .red-text {
  text-transform: uppercase;
}
.city-page-content .f .l img {
  display: none;
}
.city-page-content .f .l p:not(:first-child) {
  font-family: NRegular;
}
.city-page-content .f .l p:nth-child(3) {
  margin: 10px 0 15px 0;
}
.city-page-content .f img {
  width: 470px;
  height: 320px;
  object-fit: contain;
}
.city-page-content .f2 {
  display: flex;
  margin: 130px 0;
  align-items: center;
  justify-content: center;
}
.city-page-content .f2 img {
  width: 470px;
  height: 320px;
  object-fit: contain;
}
.city-page-content .f2 .r {
  width: 700px;
  margin-left: 15px;
}
.city-page-content .f2 .r img {
  display: none;
}
.city-page-content .f2 .r p:not(:first-child) {
  font-family: NRegular;
}
.city-page-content .f2 .r p:nth-child(3) {
  margin: 10px 0 15px 0;
}
.city-page-content .f3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 130px;
}
.city-page-content .f3 .l {
  width: 700px;
  margin-right: 15px;
}
.city-page-content .f3 .l .red-text {
  text-transform: uppercase;
}
.city-page-content .f3 .l img {
  display: none;
}
.city-page-content .f3 .l p:not(:first-child) {
  font-family: NRegular;
}
.city-page-content .f3 .l p:nth-child(3) {
  margin: 10px 0 15px 0;
}
.city-page-content .f3 .l .b {
  width: 215px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 50px;
  color: #fff;
  background: #1560E6;
  margin-top: 20px;
}
.city-page-content .f3 img {
  width: 470px;
  height: 320px;
  object-fit: contain;
}

@media only screen and (max-width: 1600px) {
  .city-page-hero {
    height: 600px;
  }
}
@media only screen and (max-width: 1400px) {
  .city-page-hero {
    height: 550px;
  }
}
@media only screen and (max-width: 1280px) {
  .city-page-hero {
    height: 500px;
  }
  .city-page-hero .contents .w {
    width: 85%;
  }
  .city-page-hero .contents .w h1 {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1150px) {
  .city-page-hero {
    height: 450px;
  }
}
@media only screen and (max-width: 1050px) {
  .city-page-hero {
    height: 400px;
  }
}
@media only screen and (max-width: 900px) {
  .city-page-hero {
    height: auto;
    flex-direction: column-reverse;
  }
  .city-page-hero .city-page-image {
    width: 100%;
    object-fit: contain;
  }
  .city-page-hero .contents {
    width: 100%;
    padding: 70px 0 50px 0;
  }
  .city-page-content .f {
    margin-top: 50px;
  }
  .city-page-content .f .l img {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 15px 0;
  }
  .city-page-content .f img {
    display: none;
  }
  .city-page-content .f2 {
    margin-bottom: 50px;
    align-items: center;
    justify-content: center;
  }
  .city-page-content .f2 img {
    display: none;
  }
  .city-page-content .f2 .r img {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 15px 0;
  }
  .city-page-content .f3 {
    margin-top: 50px;
    align-items: center;
    justify-content: center;
  }
  .city-page-content .f3 .l img {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 15px 0;
  }
  .city-page-content .f3 img {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .city-page-hero .contents .w h1 {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 600px) {
  .city-page-content .f .l {
    width: 100%;
  }
  .city-page-content .f .l img {
    width: 100%;
  }
  .city-page-content .f2 .r {
    width: 100%;
  }
  .city-page-content .f2 .r img {
    width: 100%;
  }
  .city-page-content .f3 {
    align-items: center;
    justify-content: center;
  }
  .city-page-content .f3 .l {
    width: 100%;
  }
  .city-page-content .f3 .l img {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .city-page-hero .contents .w h1 {
    font-size: 5vw;
  }
  .city-page-content .f .l img {
    margin-top: -20px;
  }
  .city-page-content .f .l p:nth-child(3) {
    margin-top: -20px;
  }
  .city-page-content .f2 .r img {
    margin-top: -20px;
  }
  .city-page-content .f2 .r p:nth-child(3) {
    margin-top: -20px;
  }
  .city-page-content .f3 {
    align-items: center;
    justify-content: center;
  }
  .city-page-content .f3 .l img {
    margin-top: -20px;
  }
  .city-page-content .f3 .l p:nth-child(3) {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 380px) {
  .city-page-content .f .l img {
    margin-top: -40px;
  }
  .city-page-content .f .l p:nth-child(3) {
    margin-top: -40px;
  }
  .city-page-content .f2 .r img {
    margin-top: -40px;
  }
  .city-page-content .f2 .r p:nth-child(3) {
    margin-top: -40px;
  }
}

/*# sourceMappingURL=page.css.map */
