@charset "UTF-8";
.test2-hero {
  overflow: hidden;
  object-fit: contain;
  position: relative;
  width: 100%;
  height: 100vh; }
  .test2-hero video, .test2-hero iframe {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .test2-hero .hero2-video-mobile {
    display: none; }
  .test2-hero .test2-hero-body {
    height: 100%;
    display: flex;
    align-items: end;
    z-index: 2;
    position: relative; }
    .test2-hero .test2-hero-body .test2-hero-contents {
      width: 90%;
      margin: 0 auto;
      display: flex;
      margin-bottom: 150px; }
      .test2-hero .test2-hero-body .test2-hero-contents .l {
        width: 50%;
        margin-right: 15px; }
        .test2-hero .test2-hero-body .test2-hero-contents .l img {
          position: absolute;
          margin: -33px 0 0 -35px;
          width: 100px;
          height: 100px; }
        .test2-hero .test2-hero-body .test2-hero-contents .l h1 {
          font-family: IBold;
          font-size: 40px;
          color: #fff; }
          .test2-hero .test2-hero-body .test2-hero-contents .l h1:nth-child(2) {
            font-size: 50px; }
          .test2-hero .test2-hero-body .test2-hero-contents .l h1:last-child {
            margin-top: 15px; }
          .test2-hero .test2-hero-body .test2-hero-contents .l h1 a {
            text-decoration: none;
            color: #fff; }
      .test2-hero .test2-hero-body .test2-hero-contents .r {
        width: 50%; }
        .test2-hero .test2-hero-body .test2-hero-contents .r .intro {
          font-family: IMedium;
          font-size: 30px;
          color: #fff;
          line-height: 35px; }
          .test2-hero .test2-hero-body .test2-hero-contents .r .intro a {
            color: #BC0E0E;
            text-decoration: none;
            font-family: IBold; }
        .test2-hero .test2-hero-body .test2-hero-contents .r .test2-hero-contact {
          display: flex;
          align-items: center;
          color: #fff;
          background: #1560E6;
          border-radius: 10px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          width: max-content;
          padding: 10px 30px;
          text-decoration: none;
          margin-top: 40px; }
          .test2-hero .test2-hero-body .test2-hero-contents .r .test2-hero-contact div {
            width: 20px;
            height: 20px;
            margin-right: 10px; }
            .test2-hero .test2-hero-body .test2-hero-contents .r .test2-hero-contact div svg {
              width: 20px;
              height: 20px; }

@media only screen and (max-width: 1280px) {
  .test2-hero .test2-hero-body .test2-hero-contents {
    margin-bottom: 100px; }
    .test2-hero .test2-hero-body .test2-hero-contents .l h1 {
      font-size: 30px; }
    .test2-hero .test2-hero-body .test2-hero-contents .r .intro {
      font-size: 20px;
      line-height: 30px; } }
@media only screen and (max-width: 780px) {
  .test2-hero {
    height: auto; }
    .test2-hero .test2-hero-body {
      align-items: center;
      padding: 80px 0 0 0; }
      .test2-hero .test2-hero-body .test2-hero-contents {
        flex-direction: column;
        margin-bottom: 40px; }
        .test2-hero .test2-hero-body .test2-hero-contents .l {
          width: 100%; }
          .test2-hero .test2-hero-body .test2-hero-contents .l img {
            width: 80px;
            height: 80px;
            margin: -30px 0 0 -20px; }
          .test2-hero .test2-hero-body .test2-hero-contents .l h1 {
            font-size: 26px; }
            .test2-hero .test2-hero-body .test2-hero-contents .l h1:nth-child(2) {
              font-size: 26px; }
        .test2-hero .test2-hero-body .test2-hero-contents .r {
          width: 100%; }
          .test2-hero .test2-hero-body .test2-hero-contents .r .intro {
            font-size: 2.3vw;
            line-height: 26px;
            margin-top: 15px; }
          .test2-hero .test2-hero-body .test2-hero-contents .r .test2-hero-contact {
            margin-top: 20px; } }
@media only screen and (max-width: 580px) {
  .test2-hero .test2-hero-body .test2-hero-contents .r .intro {
    font-size: 4vw; } }
@media only screen and (max-width: 390px) {
  .test2-hero .test2-hero-body .test2-hero-contents .l img {
    margin-left: -10px; }
  .test2-hero .test2-hero-body .test2-hero-contents .r .intro {
    font-size: 4.5vw;
    line-height: 26px;
    margin-top: 15px; } }
.city-page-hero {
  display: flex;
  position: relative; }
  .city-page-hero .city-page-image {
    position: relative;
    z-index: 1;
    width: 45%;
    object-fit: contain; }
  .city-page-hero .contents {
    width: 55%;
    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;
      overflow: hidden; }
      .city-page-hero .contents .w .reviews {
        background: #fff;
        border-radius: 10px;
        width: max-content;
        margin: 15px 0; }
      .city-page-hero .contents .w .nap {
        text-transform: none; }
        .city-page-hero .contents .w .nap p {
          font-size: 1vw; }
        .city-page-hero .contents .w .nap a {
          font-size: 1vw; }
        .city-page-hero .contents .w .nap .mb {
          margin-bottom: 5px; }
        .city-page-hero .contents .w .nap div {
          display: flex;
          align-items: center; }
          .city-page-hero .contents .w .nap div p {
            font-family: IBold;
            margin-right: 5px; }
          .city-page-hero .contents .w .nap div a {
            text-decoration: none;
            color: #fff; }
        .city-page-hero .contents .w .nap p span {
          font-family: IBold;
          margin-right: 5px; }
      .city-page-hero .contents .w h1 {
        font-size: 2.3vw;
        font-family: IBold; }
      .city-page-hero .contents .w .callout {
        font-family: IThin;
        margin: 10px 0;
        line-height: 22px;
        font-size: 1vw; }
      .city-page-hero .contents .w .hero-link-button {
        margin-top: 15px; }

.cream {
  background: #F9F3EC; }

.city-page-content {
  width: 81%;
  margin: 0 auto; }
  .city-page-content .f {
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding-top: 130px; }
    .city-page-content .f .l {
      width: 700px;
      margin-right: 15px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .city-page-content .f .l .red-text span {
        text-transform: uppercase; }
      .city-page-content .f .l img {
        display: none;
        border-radius: 5px; }
      .city-page-content .f .l iframe {
        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: 600px;
      height: auto;
      min-height: 300px;
      object-fit: cover;
      border-radius: 5px;
      align-self: stretch; }
  .city-page-content .city-page-map {
    margin: 100px 0;
    width: 100%;
    height: 570px; }
  .city-page-content .f2 {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 130px; }
    .city-page-content .f2 img {
      width: 470px;
      height: auto;
      min-height: 250px;
      object-fit: cover;
      align-self: stretch; }
    .city-page-content .f2 .r {
      width: 700px;
      margin-left: 15px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .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 .red-text2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    margin: 2rem 0;
    font-weight: 700;
    color: #BC0E0E;
    line-height: 1.2; }
  .city-page-content .city-sub-categories {
    background: #F9F3EC;
    color: #0A1B2E;
    margin-bottom: 130px;
    position: relative;
    padding: 18px 0; }
    .city-page-content .city-sub-categories .line {
      position: absolute;
      width: 100%;
      height: 1px;
      background: #0A1B2E;
      top: 43px; }
    .city-page-content .city-sub-categories .services-row {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      margin-top: 1rem; }
    .city-page-content .city-sub-categories .service-category {
      flex: 1;
      min-width: 200px;
      background: #F9F3EC;
      padding: 1rem; }
      .city-page-content .city-sub-categories .service-category summary {
        list-style: none;
        font-weight: 600;
        cursor: pointer;
        position: relative;
        margin-bottom: .75rem;
        padding-right: 1.5rem; }
        .city-page-content .city-sub-categories .service-category summary::-webkit-details-marker {
          display: none; }
        .city-page-content .city-sub-categories .service-category summary::after {
          content: '▾';
          position: absolute;
          right: 0;
          transition: transform .2s ease; }
      .city-page-content .city-sub-categories .service-category[open] summary::after {
        transform: rotate(180deg); }
      .city-page-content .city-sub-categories .service-category ul {
        margin: 0;
        padding-left: 1.2rem; }
        .city-page-content .city-sub-categories .service-category ul li {
          margin-bottom: .5rem; }
        .city-page-content .city-sub-categories .service-category ul a {
          color: #0A1B2E;
          text-decoration: none;
          font-size: .9rem; }
          .city-page-content .city-sub-categories .service-category ul a:hover {
            text-decoration: underline; }
  .city-page-content .city-page-gr {
    overflow: scroll;
    margin-bottom: 100px; }
  .city-page-content .ep-tiktok-headline {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.32;
    padding: 0 15px;
    color: #0A1B2E; }
  .city-page-content .city-social-media {
    overflow: scroll; }
  .city-page-content .city-articles {
    width: 100%;
    margin-top: 130px; }
  .city-page-content .city-services-contents-mobile {
    display: none;
    margin-top: 100px;
    padding-bottom: 100px; }
    .city-page-content .city-services-contents-mobile .service-card {
      background: #BC0E0E;
      padding: 15px;
      color: #fff;
      height: 30px;
      transition: all .3s;
      overflow: hidden; }
      .city-page-content .city-services-contents-mobile .service-card:not(:last-child) {
        border-bottom: 1px solid #fff; }
      .city-page-content .city-services-contents-mobile .service-card p {
        font-size: 24px; }
      .city-page-content .city-services-contents-mobile .service-card svg {
        width: 20px;
        height: 20px; }
      .city-page-content .city-services-contents-mobile .service-card .service-header {
        display: flex;
        align-items: center;
        justify-content: center; }
        .city-page-content .city-services-contents-mobile .service-card .service-header .service-label {
          font-family: IBold;
          margin-bottom: 10px; }
        .city-page-content .city-services-contents-mobile .service-card .service-header svg {
          margin-top: -5px; }
      .city-page-content .city-services-contents-mobile .service-card a {
        margin-top: 10px;
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #fff; }
        .city-page-content .city-services-contents-mobile .service-card a p {
          font-family: IBold; }
        .city-page-content .city-services-contents-mobile .service-card a svg {
          margin: 5px 0 0 8px; }
    .city-page-content .city-services-contents-mobile .link-button {
      box-sizing: border-box;
      width: 100%;
      margin-top: 25px; }
  .city-page-content .city-services {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 30px;
    padding-bottom: 120px; }
    .city-page-content .city-services .city-service {
      background: #fff; }
      .city-page-content .city-services .city-service .img {
        width: 100%;
        display: flex;
        justify-content: center; }
        .city-page-content .city-services .city-service .img img {
          width: 100px;
          height: 100px; }
      .city-page-content .city-services .city-service div {
        width: 90%;
        margin: 0 auto;
        padding: 15px 0;
        color: #0A1B2E; }
        .city-page-content .city-services .city-service div p {
          letter-spacing: .5px; }
        .city-page-content .city-services .city-service div .service-label {
          font-size: 20px;
          font-family: IBold;
          margin-bottom: 10px; }
        .city-page-content .city-services .city-service div a {
          display: flex;
          align-items: center;
          text-decoration: none;
          cursor: pointer;
          color: #0A1B2E;
          margin-top: 10px; }
          .city-page-content .city-services .city-service div a p {
            font-family: IBold; }
          .city-page-content .city-services .city-service div a svg {
            width: 22px;
            height: 22px;
            margin-left: 10px; }
  .city-page-content .city-locations {
    margin-top: 100px; }
  .city-page-content .faqs {
    margin-top: 50px;
    padding-bottom: 100px; }
    .city-page-content .faqs .faq {
      position: relative;
      background: #BC0E0E;
      width: 100%;
      color: #fff;
      border-radius: 10px;
      margin-bottom: 10px;
      transition: all .3s;
      overflow: hidden;
      user-select: none; }
      .city-page-content .faqs .faq p {
        font-size: 1.1vw; }
      .city-page-content .faqs .faq .head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        cursor: pointer;
        padding: 20px 0; }
        .city-page-content .faqs .faq .head .svg {
          width: 30px;
          height: 30px;
          margin-right: 20px; }
          .city-page-content .faqs .faq .head .svg svg {
            width: 30px;
            height: 30px; }
        .city-page-content .faqs .faq .head .minus {
          display: none; }
        .city-page-content .faqs .faq .head p {
          margin-left: 20px; }
      .city-page-content .faqs .faq .faq-content {
        position: absolute;
        padding: 0 20px 20px 20px; }
        .city-page-content .faqs .faq .faq-content p {
          padding-bottom: 20px; }

@media only screen and (max-width: 1550px) {
  .city-page-hero .city-page-image {
    width: 50%; }
  .city-page-hero .contents {
    width: 50%; } }
@media only screen and (max-width: 1350px) {
  .city-page-hero .contents .w {
    width: 600px; } }
@media only screen and (max-width: 1280px) {
  .city-page-hero .city-page-image {
    width: 55%; }
  .city-page-hero .contents {
    width: 45%; }
    .city-page-hero .contents .w {
      width: 500px; }
      .city-page-hero .contents .w h1 {
        font-size: 2vw; }
      .city-page-hero .contents .w .reviews {
        margin-bottom: 10px; }
      .city-page-hero .contents .w .nap p, .city-page-hero .contents .w .nap a {
        font-size: 1.25vw; }
      .city-page-hero .contents .w .callout {
        font-size: 1.25vw;
        margin: 10px 0; }

  .city-page-content .city-sub-categories p, .city-page-content .city-sub-categories a {
    font-size: 1.3vw; }
  .city-page-content .faqs .faq p {
    font-size: 1.6vw; } }
@media only screen and (max-width: 1000px) {
  .city-page-content .city-sub-categories .line {
    margin-top: 55px; }
  .city-page-content .city-sub-categories .sub-category .mb {
    margin-bottom: 50px; } }
@media only screen and (max-width: 1150px) {
  .city-page-hero .contents .w {
    width: 450px; } }
@media only screen and (max-width: 450px) {
  .city-page-content .city-sub-categories {
    display: grid;
    grid-template-columns: auto auto auto; }
    .city-page-content .city-sub-categories p, .city-page-content .city-sub-categories a {
      font-size: 1.6vw; }
    .city-page-content .city-sub-categories .sub-category:nth-child(4) .mb {
      margin-bottom: 28px; }
    .city-page-content .city-sub-categories .sub-category:nth-child(5) {
      padding-left: 20px; }
      .city-page-content .city-sub-categories .sub-category:nth-child(5) .mb {
        margin: 15px 0 10px 0; }
  .city-page-content .faqs .faq p {
    font-size: 2vw; } }
@media only screen and (max-width: 1050px) {
  .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: 50px 0 30px 0; }
      .city-page-hero .contents .w {
        width: 90%; }
        .city-page-hero .contents .w .nap p, .city-page-hero .contents .w .nap a {
          font-size: 16px; }
        .city-page-hero .contents .w .callout {
          font-size: 16px; } }
@media only screen and (max-width: 900px) {
  .city-page-content .f {
    margin-top: 50px; }
    .city-page-content .f .l img, .city-page-content .f .l iframe {
      display: block;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      margin: 15px 0; }
    .city-page-content .f img {
      display: none; }
    .city-page-content .f iframe {
      display: none; }
  .city-page-content .f2 {
    margin-bottom: 50px; }
    .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 .city-services-contents-mobile {
    display: block; }
  .city-page-content .city-services {
    display: none; } }
@media only screen and (max-width: 810px) {
  .city-page-content .city-sub-categories {
    display: grid;
    grid-template-columns: auto auto; }
    .city-page-content .city-sub-categories p, .city-page-content .city-sub-categories a {
      font-size: 1.6vw; }
    .city-page-content .city-sub-categories .sub-category .mb {
      margin-bottom: 40px; }
    .city-page-content .city-sub-categories .sub-category:nth-child(4) {
      padding-left: 20px; }
      .city-page-content .city-sub-categories .sub-category:nth-child(4) .mb {
        margin: 15px 0 10px 0; }
    .city-page-content .city-sub-categories .sub-category:nth-child(5) {
      padding-left: 0;
      margin-top: -70px; } }
@media only screen and (max-width: 680px) {
  .city-page-hero .contents .w h1 {
    font-size: 4vw; }

  .city-page-content .city-sub-categories p, .city-page-content .city-sub-categories a {
    font-size: 2.3vw; } }
@media only screen and (max-width: 640px) {
  .city-page-hero .contents {
    padding: 20px 0; }
    .city-page-hero .contents .w h1 {
      font-size: 5vw; }

  .city-page-content .f .l iframe {
    width: 100%;
    object-fit: contain; } }
@media only screen and (max-width: 650px) {
  .city-page-content .faqs .faq p {
    font-size: 2.5vw; } }
@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%; } }
@media only screen and (max-width: 480px) {
  .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 .city-sub-categories {
    display: block; }
    .city-page-content .city-sub-categories .line {
      display: none; }
    .city-page-content .city-sub-categories p, .city-page-content .city-sub-categories a {
      font-size: 16px; }
    .city-page-content .city-sub-categories .sub-category {
      margin-left: 20px; }
      .city-page-content .city-sub-categories .sub-category:nth-child(2), .city-page-content .city-sub-categories .sub-category:nth-child(4) {
        margin: 0 0 30px 0; }
      .city-page-content .city-sub-categories .sub-category:nth-child(3) {
        margin-bottom: 30px; }
      .city-page-content .city-sub-categories .sub-category:nth-child(5) {
        margin: 0 0 30px 20px; }
        .city-page-content .city-sub-categories .sub-category:nth-child(5) .mb {
          margin-bottom: 15px; }
      .city-page-content .city-sub-categories .sub-category .mb {
        margin-bottom: 15px; }
      .city-page-content .city-sub-categories .sub-category .bb {
        display: none; }
  .city-page-content .faqs .faq p {
    font-size: 3vw; } }
@media only screen and (max-width: 680px) {
  .city-page-content .f .l img,
  .city-page-content .f .r img,
  .city-page-content .f2 .l img,
  .city-page-content .f2 .r img {
    width: auto;
    max-width: 350px;
    height: auto;
    margin: 0 auto 1rem auto;
    display: block;
    position: static;
    transform: none; }
  .city-page-content .f .l p:nth-child(3),
  .city-page-content .f .r p:nth-child(3),
  .city-page-content .f2 .l p:nth-child(3),
  .city-page-content .f2 .r p:nth-child(3) {
    margin-top: 0; }
  .city-page-content .faqs .faq p {
    font-size: 4vw; } }
.image-container {
  width: 100%;
  margin: 60px 0; }
  .image-container .background-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    object-fit: contain !important; }

@media (min-width: 1024px) {
  .image-container .background-image {
    max-width: 1200px;
    margin: 0 auto; } }
.image-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  position: relative;
  padding-bottom: 30px;
  background-color: #F9F3EC; }
  .image-carousel .carousel-track {
    display: flex;
    align-items: center;
    animation: scroll 20s linear infinite; }
    .image-carousel .carousel-track .carousel-item {
      flex: 0 0 25%;
      margin-right: 2rem; }
      .image-carousel .carousel-track .carousel-item img {
        display: block;
        max-height: 80px;
        width: auto;
        object-fit: contain; }

@keyframes scroll {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
.image-carousel:hover .carousel-track {
  animation-play-state: paused; }

@media (max-width: 600px) {
  .image-carousel .carousel-track .carousel-item {
    margin-right: 1rem; }
    .image-carousel .carousel-track .carousel-item img {
      max-height: 50px; } }
.f1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  padding-bottom: 50px; }
  .f1 .l {
    width: 700px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .f1 .l .red-text span {
      text-transform: uppercase; }
    .f1 .l p:not(:first-child) {
      font-family: NRegular; }
    .f1 .l p:nth-child(3) {
      margin: 10px 0 15px 0; }
  .f1 img {
    width: 470px;
    height: 320px;
    object-fit: contain;
    border-radius: 5px;
    padding-right: 20px; }

@media only screen and (max-width: 700px) {
  .f1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 30px; }
    .f1 .l {
      width: 100%;
      margin: 0 0 20px 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: left; }
      .f1 .l .red-text {
        margin-bottom: 10px; }
        .f1 .l .red-text span {
          display: block;
          text-transform: uppercase; }
      .f1 .l p {
        line-height: 1.4;
        margin: 8px 0; }
        .f1 .l p:nth-child(3) {
          margin: 12px 0 18px; }
    .f1 img {
      width: 100%;
      height: auto;
      max-width: 100%;
      object-fit: contain;
      border-radius: 5px;
      padding: 0;
      margin-bottom: 20px; } }

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