.topper.type--solid-color {
  height: 780px;
  position: relative;
  overflow: hidden;
}
.topper.type--solid-color .box-1440 {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .topper.type--solid-color .box-1440 {
    padding-right: 0px;
  }
}
.topper.type--solid-color .content-container {
  color: white;
  position: absolute;
  top: 110px;
  bottom: 50px;
  max-width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
.topper.type--solid-color .content-container h1 {
  flex-wrap: wrap;
  max-width: 650px;
}
.topper.type--solid-color .content-container h1 span {
  padding-right: 1rem;
}
.topper.type--solid-color .content-container p {
  line-height: 140%;
  max-width: 680px;
}
.topper.type--solid-color .content-container ul {
  padding: 5px 0px;
}
.topper.type--solid-color .content-container ul li {
  display: block;
}
.topper.type--solid-color .image-container {
  position: absolute;
  left: 45%;
  right: 0;
  top: 100px;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
}
.topper.type--solid-color .image-container img {
  height: 100%;
  width: auto;
  max-width: none;
  display: block;
  margin-left: auto;
}
.topper.type--solid-color.narrow {
  height: 580px;
}
.topper.type--solid-color.narrow .image-container {
  top: 100px;
}
.topper.type--solid-color.short {
  height: 660px;
}
.topper.type--photo {
  position: relative;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: cover;
  height: 780px;
  margin: 0 auto;
}
.topper.type--photo .content-container {
  position: absolute;
  z-index: 100;
  bottom: 0px;
  padding-bottom: 3rem;
}
.topper.type--photo .content-container h1 {
  display: flex;
  max-width: 750px;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding-right: 20%;
}
.topper.type--photo .content-container h1 span {
  display: inline-block;
  background-color: #ffffff;
  margin: 0 0 0.5rem 0;
  text-wrap: nowrap;
  padding: 0 0.6rem 0.313rem 0.6rem;
}
.topper.type--photo .content-container p.text-block-regular {
  background-color: #040e1d;
  color: #ffffff;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  max-width: 850px;
}
.topper.type--photo .content-container .line-blocks {
  max-width: 850px;
  flex-wrap: wrap;
}
.topper.type--photo .content-container .line-blocks span {
  color: #ffffff;
  background-color: #040e1d;
  padding: 4px 5px 4px 6px;
  margin-bottom: 2px;
}
.topper.type--photo .content-container ul {
  padding: 5px 0px;
}
.topper.type--photo .content-container ul li {
  display: block;
}
.topper.type--photo .content-container .arrow-link {
  display: inline-block;
  color: #ffffff;
  background-color: #040e1d;
  padding: 8px 20px 8px 60px;
  margin-bottom: 4px;
  background-position-x: 15px;
}
.topper.type--photo.narrow {
  height: 580px;
}
.topper.type--photo.short {
  height: 560px;
}
.topper.type--photo-frame {
  position: relative;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: cover;
  height: 720px;
  margin: 110px 4vw;
}
@media (max-width: 1200px) {
  .topper.type--photo-frame {
    margin: 110px 7vw;
  }
}
.topper.type--photo-frame .content-container {
  position: absolute;
  z-index: 100;
  bottom: 0px;
  padding-bottom: 3rem;
}
.topper.type--photo-frame .content-container h1 {
  display: flex;
  max-width: 750px;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding-right: 20%;
}
.topper.type--photo-frame .content-container h1 span {
  display: inline-block;
  background-color: #f2f2f2;
  margin: 0 0 0.5rem 0;
  text-wrap: nowrap;
  padding: 0 0.6rem 0.313rem 0.6rem;
}
.topper.type--photo-frame .content-container p.text-block-regular {
  background-color: #040e1d;
  color: #f2f2f2;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  max-width: 850px;
}
.topper.type--photo-frame .content-container .line-blocks {
  max-width: 850px;
  flex-wrap: wrap;
}
.topper.type--photo-frame .content-container .line-blocks span {
  color: #f2f2f2;
  background-color: #040e1d;
  padding: 4px 5px 4px 6px;
  margin-bottom: 2px;
}
.topper.type--photo-frame .content-container ul {
  padding: 5px 0px;
}
.topper.type--photo-frame .content-container ul li {
  display: block;
}
.topper.type--photo-frame .content-container .arrow-link {
  display: inline-block;
  color: #f2f2f2;
  background-color: #040e1d;
  padding: 8px 20px 8px 60px;
  margin-bottom: 4px;
  background-position-x: 15px;
}
.topper.type--photo-frame.narrow {
  height: 580px;
}
.topper.type--photo-frame.short {
  height: 560px;
}
.topper.type--photo-frame.minimal {
  height: 440px;
}
.topper.type--photo-frame.minimal .content-container .text-block-regular, .topper.type--photo-frame.minimal .content-container ul {
  display: none;
}
.topper.type--photo-frame.minimal .mobile-bodytext-block {
  display: none;
}
.topper.type--photo-frame.minimal.short {
  height: 350px;
}
.topper.type--square {
  height: 780px;
}
.topper.type--square .box-1440 {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 1536px) {
  .topper.type--square .box-1440 {
    padding-right: 0px;
  }
}
.topper.type--square .content-container {
  color: white;
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 50px;
}
.topper.type--square .content-container h1 {
  margin-right: 2rem;
}
.topper.type--square .content-container p {
  line-height: 140%;
  margin-right: 3rem;
}
.topper.type--square .content-container ul {
  padding: 5px 0px;
}
.topper.type--square .content-container ul li {
  display: block;
}
.topper.type--square .image-container {
  width: 55%;
  max-width: 700px;
  overflow: hidden;
  align-self: stretch;
  margin-top: 110px;
}
.topper.type--square .image-container .img_box {
  aspect-ratio: unset;
  height: 100%;
}
.topper.type--square .image-container .img_box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.topper.type--square.narrow {
  height: 580px;
}
.topper.type--square.narrow .image-container {
  width: 60%;
  max-width: 864px;
  overflow: hidden;
  text-align: center;
}
.topper.type--square.narrow .image-container img {
  width: auto;
  height: 580px;
}
.topper.type--right {
  overflow: hidden;
}
.topper.type--right .box-1440 {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  justify-content: space-between;
}
.topper.type--right .content-container {
  width: 45%;
  display: flex;
  flex-direction: column;
  max-width: 460px;
  justify-content: center;
}
.topper.type--right .content-container p {
  max-width: 980px;
  line-height: 140%;
}
.topper.type--right .content-container ul {
  padding: 5px 0;
}
.topper.type--right .content-container ul li {
  display: block;
}
.topper.type--right .image-container {
  width: 55%;
  aspect-ratio: 9/14;
  overflow: hidden;
  flex-shrink: 0;
}
@media (min-width: calc(1200px + 1px)) {
  .topper.type--right .image-container {
    margin-top: 110px;
  }
}
.topper.type--right .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  max-width: none;
  display: block;
}
.topper .img_box {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.topper .img_box.horizontal {
  aspect-ratio: 16/9;
}
.topper .img_box.vertical {
  aspect-ratio: 9/16;
}
.topper .img_box.square {
  aspect-ratio: 1/1;
}
.topper .img_box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topper .arrow-link {
  text-decoration: none;
}
.topper .arrow-link:hover {
  text-decoration: underline;
}
.topper.bg-color-lightgrey h1, .topper.bg-color-lightgrey p {
  color: #040e1d;
}
@media (max-width: 768px) {
  .topper .hide-on-mobile {
    display: none !important;
  }
}
@media (min-width: calc(768px + 1px)) {
  .topper .mobile-bodytext-block {
    display: none;
  }
}
@media (max-width: 768px) {
  .topper .mobile-bodytext-block {
    background-color: #040e1d;
    color: white;
    padding: 2.5rem 7vw 2.5rem;
  }
  .topper .mobile-bodytext-block p {
    margin: 0;
    font-size: 1.125rem;
    line-height: 155%;
    padding-bottom: 0.4rem;
  }
}
@media (min-width: calc(768px + 1px)) {
  .topper .mobile-image-wrapper {
    display: none;
  }
}
@media (max-width: 768px) {
  .topper .mobile-image-wrapper {
    display: block;
    width: 100%;
    aspect-ratio: 9/14;
    overflow: hidden;
  }
  .topper .mobile-image-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
  }
}
@media (max-width: 768px) {
  .topper.type--photo, .topper.type--photo-frame, .topper.type--solid-color {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    height: unset;
    overflow: hidden;
  }
  .topper.type--photo.short, .topper.type--photo.narrow, .topper.type--photo.tall, .topper.type--photo-frame.short, .topper.type--photo-frame.narrow, .topper.type--photo-frame.tall, .topper.type--solid-color.short, .topper.type--solid-color.narrow, .topper.type--solid-color.tall {
    height: unset;
  }
  .topper.type--photo .mobile-image-wrapper,
  .topper.type--photo .box-1440, .topper.type--photo-frame .mobile-image-wrapper,
  .topper.type--photo-frame .box-1440, .topper.type--solid-color .mobile-image-wrapper,
  .topper.type--solid-color .box-1440 {
    grid-area: 1/1;
    min-width: 0;
  }
  .topper.type--photo .mobile-image-wrapper, .topper.type--photo-frame .mobile-image-wrapper, .topper.type--solid-color .mobile-image-wrapper {
    overflow: hidden;
  }
  .topper.type--photo .box-1440, .topper.type--photo-frame .box-1440, .topper.type--solid-color .box-1440 {
    align-self: end;
    z-index: 1;
    display: block;
    height: auto;
    padding: 0 7vw 1.5rem;
    margin: 0;
  }
  .topper.type--photo .image-container, .topper.type--photo-frame .image-container, .topper.type--solid-color .image-container {
    display: none;
  }
  .topper.type--photo .content-container, .topper.type--photo-frame .content-container, .topper.type--solid-color .content-container {
    position: static;
    width: 100%;
    max-width: 100%;
    padding: 0 0 7%;
  }
  .topper.type--photo, .topper.type--photo-frame {
    background-image: none !important;
  }
  .topper.type--solid-color.short .mobile-image-wrapper, .topper.type--photo.short .mobile-image-wrapper, .topper.type--photo-frame.short .mobile-image-wrapper {
    aspect-ratio: 9/10;
  }
  .topper.type--photo-frame.minimal .mobile-image-wrapper {
    aspect-ratio: 9/10;
  }
  .topper.type--photo-frame.short.minimal .mobile-image-wrapper {
    aspect-ratio: 9/7;
  }
  .topper.type--solid-color .content-container h1 span {
    display: inline-block;
    background-color: #f2f2f2;
    margin: 0 0 0.5rem 0;
    text-wrap: nowrap;
    padding: 0 1rem 0.313rem 1rem;
    color: #040e1d;
  }
  .topper.type--solid-color .content-container .arrow-link {
    display: inline-block;
    background-color: #040e1d;
    color: #f2f2f2;
    padding: 8px 20px 8px 60px;
    margin-bottom: 4px;
    background-position-x: 15px;
  }
}
@media (max-width: 1200px) {
  .topper.type--square {
    height: unset;
  }
  .topper.type--square.short, .topper.type--square.narrow, .topper.type--square.tall {
    height: unset;
  }
  .topper.type--square .mobile-image-wrapper {
    display: none !important;
  }
  .topper.type--square .mobile-bodytext-block {
    display: none !important;
  }
  .topper.type--square .box-1440 {
    display: block;
    height: auto;
    padding: 0;
    margin: 0;
  }
  .topper.type--square .content-container {
    position: static;
    width: 100%;
    margin: 60px 7vw 3rem 7vw;
    display: block;
    max-width: 760px;
    padding-right: 2rem;
  }
  .topper.type--square .content-container h1 {
    max-width: 650px;
    padding-right: 2rem;
    width: 80%;
  }
  .topper.type--square .content-container .text-block-regular {
    padding-right: 2rem;
  }
  .topper.type--square .hide-on-mobile {
    display: block !important;
  }
  .topper.type--square .image-container {
    display: block !important;
    width: 100%;
    max-width: none;
    margin-top: 0;
    overflow: hidden;
    align-self: auto;
  }
  .topper.type--square .image-container .img_box {
    aspect-ratio: 1/1 !important;
    height: auto;
    width: 100%;
  }
  .topper.type--right {
    display: block;
  }
  .topper.type--right.short, .topper.type--right.narrow, .topper.type--right.tall {
    height: unset;
  }
  .topper.type--right .mobile-image-wrapper {
    display: block;
    display: block;
    aspect-ratio: 9/14;
    overflow: hidden;
    width: 100%;
  }
  .topper.type--right .mobile-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    max-width: none;
    display: block;
  }
  .topper.type--right .mobile-bodytext-block {
    display: none !important;
  }
  .topper.type--right .box-1440 {
    display: block;
    height: auto;
  }
  .topper.type--right .content-container {
    position: static;
    width: 100%;
    max-width: 560px;
    display: block;
    padding: 200px 0 4rem 0;
  }
  .topper.type--right .hide-on-mobile {
    display: block !important;
  }
  .topper.type--right .image-container {
    display: none;
  }
}

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