@charset "UTF-8";
.theme-modern * {
  font-size: 16px;
}
.theme-modern .has-punch-room-blue-color {
  color: #25408f !important;
}
.theme-modern .has-punch-room-blue-background-color {
  background-color: #25408f !important;
}
.theme-modern .wp-block-button,
.theme-modern .swiper-pagination-bullet,
.theme-modern .swiper-nav {
  transition: all 0.4s ease 0s;
}
.theme-modern .wp-block-group {
  padding: 0 8%;
}
.theme-modern .wp-block-quote {
  border: none;
  line-height: inherit;
}
.theme-modern .wp-block-quote p {
  line-height: inherit;
  font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
}
.theme-modern .wp-block-quote cite {
  color: #000;
  font-size: 30px;
  font-style: italic;
  font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
}
.theme-modern .wp-block-media-text {
  gap: 4rem;
}
.theme-modern .wp-block-media-text.is-image-fill .wp-block-media-text__media {
  min-height: auto;
}
@media only screen and (min-width: 1024px) {
  .theme-modern .wp-block-media-text.is-image-fill .wp-block-media-text__media {
    min-height: 540px;
  }
}
@media only screen and (max-width: 1024px) {
  .theme-modern .wp-block-media-text.is-image-fill .wp-block-media-text__media img {
    width: auto;
    position: relative;
    height: auto;
    clip: unset;
    margin: auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .theme-modern .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .theme-modern .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
    grid-column: 1;
  }
  .theme-modern .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.theme-modern .wp-block-media-text__content {
  padding: 0;
}
.theme-modern .entry-header {
  display: none;
}
.theme-modern .entry-content > *[class^=wp-block-]:not(.wp-block-spacer),
.theme-modern .entry-content > *[class*=" wp-block-"]:not(.wp-block-spacer) {
  max-width: 1580px;
  padding: 0 2rem;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .theme-modern .entry-content > *[class^=wp-block-]:not(.wp-block-spacer),
  .theme-modern .entry-content > *[class*=" wp-block-"]:not(.wp-block-spacer) {
    padding: 0 5.5rem;
  }
}
.theme-modern p {
  line-height: 24px;
  margin-bottom: 10px;
}
.theme-modern ul {
  padding: 0 10px;
}
.theme-modern li {
  list-style-type: "◆";
  list-style-position: outside;
  padding-left: 10px;
  margin-bottom: 0.25rem;
}
.theme-modern strong {
  font-weight: bold;
}
.theme-modern .wp-block-buttons.is-layout-flex {
  gap: 3rem;
}
.theme-modern .wp-block-button {
  display: flex;
}
.theme-modern .wp-block-button.is-style-outline > a {
  border-width: 1px;
  padding: 11px 35px;
}
.theme-modern .wp-block-button > a {
  background: #000;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  padding: 12px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "helveticaltstd-bold-webfont";
  line-height: 1;
  color: #fff;
}
.theme-modern .wp-block-button > a.has-punch-room-blue-background-color:hover, .theme-modern .wp-block-button > a.has-punch-room-blue-background-color:focus {
  opacity: 1;
  background-color: #101c3e !important;
}
.theme-modern .wp-block-button > a.has-punch-room-blue-color:hover, .theme-modern .wp-block-button > a.has-punch-room-blue-color:focus {
  opacity: 1;
  color: #101c3e !important;
  border-color: #101c3e !important;
}
.theme-modern .wp-block-button > a:hover, .theme-modern .wp-block-button > a:focus {
  opacity: 0.7;
}
.theme-modern .wp-block-button > a.is-style-outline {
  padding: 11px 35px;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}
.theme-modern .wp-block-button > a.is-style-outline:hover, .theme-modern .wp-block-button > a.is-style-outline:focus {
  background-color: #000;
  color: #fff;
}
.theme-modern .hero-overlap {
  position: relative;
}
.theme-modern .hero-overlap-background > img {
  width: 100%;
}
.theme-modern .hero-overlap-cover {
  position: relative;
}
.theme-modern .hero-overlap-content {
  position: absolute;
  width: calc(100% - 2.5rem);
  max-height: calc(100% - 2.5rem);
  height: 100%;
  padding: 1rem;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.theme-modern .hero-overlap-content > img {
  width: 100%;
}
.theme-modern .hero-overlap-content.has-title-image {
  max-width: 926px;
}
.theme-modern .hero-overlap-content h1 {
  font-size: 100px;
}
@media only screen and (min-width: 768px) {
  .theme-modern .hero-overlap-content h1 {
    font-size: 140px;
  }
}
.theme-modern .hero-overlap-description {
  max-width: 1080px;
  margin: 0 auto 25px;
  position: relative;
  background-color: #fff;
  padding: 4rem 2rem;
  z-index: 10;
}
.theme-modern .hero-overlap-description h1,
.theme-modern .hero-overlap-description h1 > span {
  font-size: 30px;
  font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
}
@media only screen and (min-width: 768px) {
  .theme-modern .hero-overlap-description h1,
  .theme-modern .hero-overlap-description h1 > span {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1024px) {
  .theme-modern .hero-overlap-description h1,
  .theme-modern .hero-overlap-description h1 > span {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .theme-modern .hero-overlap-description {
    padding: 4rem 8rem;
    margin: -150px auto 25px;
  }
}
.theme-modern .hero-overlap-description > div {
  max-width: 926px;
  margin: 0 auto;
}
.theme-modern .hero-overlap-title {
  color: #fff;
  font-size: 60px;
}
.theme-modern ~ footer {
  position: relative;
}
.theme-modern .carousel-wrapper {
  display: flex;
  justify-content: center;
  max-width: 1556px;
  position: relative;
  margin: 0 auto 100px;
}
.theme-modern .swiper {
  max-width: 1440px;
  overflow: hidden;
  margin: 0 50px 25px 50px;
}
.theme-modern .swiper-slide {
  height: auto;
  padding-bottom: 1px;
}
.theme-modern .swiper-image-container {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  height: 397px;
}
.theme-modern .swiper-image-container > img {
  max-width: inherit;
  max-height: inherit;
  height: inherit;
  width: inherit;
  object-fit: cover;
}
.theme-modern .swiper-eyebrow {
  margin-bottom: 15px;
  font-family: "HelveticaNeueLTStd-Lt";
  text-transform: uppercase;
}
.theme-modern .swiper-eyebrow * {
  font-family: "HelveticaNeueLTStd-Lt";
  text-transform: uppercase;
}
.theme-modern .swiper-headline {
  margin-bottom: 25px;
  font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-size: 30px;
  text-transform: uppercase;
}
.theme-modern .swiper-headline * {
  font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-size: 30px;
  text-transform: uppercase;
}
.theme-modern .swiper-description {
  margin-bottom: 15px;
}
.theme-modern .swiper-nav {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.theme-modern .swiper-nav[tabindex="-1"] {
  cursor: initial;
  opacity: 0.4;
}
.theme-modern .swiper-nav > i {
  font-size: 48px;
}
.theme-modern .swiper-nav-prev {
  left: 10px;
}
@media only screen and (min-width: 1600px) {
  .theme-modern .swiper-nav-prev {
    left: -10px;
  }
}
@media only screen and (min-width: 1660px) {
  .theme-modern .swiper-nav-prev {
    left: -30px;
  }
}
.theme-modern .swiper-nav-next {
  right: 10px;
}
@media only screen and (min-width: 1600px) {
  .theme-modern .swiper-nav-next {
    right: -10px;
  }
}
@media only screen and (min-width: 1660px) {
  .theme-modern .swiper-nav-next {
    right: -30px;
  }
}
.theme-modern .swiper-pagination-horizontal {
  top: 100% !important;
}
.theme-modern .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #000;
  opacity: 0.4;
}
.theme-modern .swiper-pagination-bullet:hover, .theme-modern .swiper-pagination-bullet:focus {
  opacity: 1;
}
.theme-modern .swiper-pagination-bullet-active {
  opacity: 1;
}/*# sourceMappingURL=style-modern.css.map */